namespace ICSSoft.Frame.APP
{
partial class FormDataShow
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDataShow));
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.labelControl38 = new DevExpress.XtraEditors.LabelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.txtRcardZi = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colECode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colEcDesc = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOp = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.grdDetail = new DevExpress.XtraGrid.GridControl();
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colMoCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.txtMoPlanQty = new DevExpress.XtraGrid.Columns.GridColumn();
this.txtOutputQty = new DevExpress.XtraGrid.Columns.GridColumn();
this.txtOutputQtySum = new DevExpress.XtraGrid.Columns.GridColumn();
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtRcardZi.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
this.SuspendLayout();
//
// lblTitle
//
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblTitle.Location = new System.Drawing.Point(1, 1);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(110, 23);
this.lblTitle.TabIndex = 6;
this.lblTitle.Text = " 数据显示";
//
// labelControl38
//
this.labelControl38.Location = new System.Drawing.Point(754, 424);
this.labelControl38.Name = "labelControl38";
this.labelControl38.Size = new System.Drawing.Size(0, 14);
this.labelControl38.TabIndex = 162;
//
// panelControl1
//
this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.panelControl2);
this.panelControl1.Controls.Add(this.gridControl1);
this.panelControl1.Controls.Add(this.grdDetail);
this.panelControl1.Controls.Add(this.labelControl38);
this.panelControl1.Location = new System.Drawing.Point(1, 27);
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(513, 325);
this.panelControl1.TabIndex = 23;
//
// panelControl2
//
this.panelControl2.Anchor = System.Windows.Forms.AnchorStyles.None;
this.panelControl2.Appearance.BackColor = System.Drawing.Color.Gainsboro;
this.panelControl2.Appearance.Options.UseBackColor = true;
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.txtRcardZi);
this.panelControl2.Controls.Add(this.labelControl2);
this.panelControl2.Location = new System.Drawing.Point(0, 139);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(513, 47);
this.panelControl2.TabIndex = 165;
//
// txtRcardZi
//
this.txtRcardZi.Location = new System.Drawing.Point(159, 8);
this.txtRcardZi.Name = "txtRcardZi";
this.txtRcardZi.Properties.Mask.EditMask = "f0";
this.txtRcardZi.Size = new System.Drawing.Size(141, 20);
this.txtRcardZi.TabIndex = 96;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(54, 8);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(72, 14);
this.labelControl2.TabIndex = 95;
this.labelControl2.Text = "产品序列号:";
//
// gridControl1
//
this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.gridControl1.Location = new System.Drawing.Point(0, 192);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemButtonEdit1,
this.repositoryItemCheckEdit2});
this.gridControl1.Size = new System.Drawing.Size(510, 130);
this.gridControl1.TabIndex = 164;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colECode,
this.colEcDesc,
this.colOp,
this.colMTime});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.IndicatorWidth = 40;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsView.ColumnAutoWidth = false;
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// colECode
//
this.colECode.Caption = "不良代码";
this.colECode.FieldName = "ECode";
this.colECode.Name = "colECode";
this.colECode.Visible = true;
this.colECode.VisibleIndex = 0;
//
// colEcDesc
//
this.colEcDesc.Caption = "不良代码描述";
this.colEcDesc.FieldName = "EcDesc";
this.colEcDesc.Name = "colEcDesc";
this.colEcDesc.Visible = true;
this.colEcDesc.VisibleIndex = 1;
//
// colOp
//
this.colOp.Caption = "工序";
this.colOp.FieldName = "Op";
this.colOp.Name = "colOp";
this.colOp.Visible = true;
this.colOp.VisibleIndex = 2;
//
// colMTime
//
this.colMTime.Caption = "日期";
this.colMTime.FieldName = "MTime";
this.colMTime.Name = "colMTime";
this.colMTime.Visible = true;
this.colMTime.VisibleIndex = 3;
//
// repositoryItemButtonEdit1
//
this.repositoryItemButtonEdit1.AutoHeight = false;
this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
//
// repositoryItemCheckEdit2
//
this.repositoryItemCheckEdit2.AutoHeight = false;
this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
//
// grdDetail
//
this.grdDetail.Anchor = System.Windows.Forms.AnchorStyles.None;
this.grdDetail.Location = new System.Drawing.Point(0, 3);
this.grdDetail.MainView = this.grvDetail;
this.grdDetail.Name = "grdDetail";
this.grdDetail.Size = new System.Drawing.Size(513, 138);
this.grdDetail.TabIndex = 163;
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grvDetail});
//
// grvDetail
//
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colMoCode,
this.txtMoPlanQty,
this.txtOutputQty,
this.txtOutputQtySum});
this.grvDetail.GridControl = this.grdDetail;
this.grvDetail.IndicatorWidth = 40;
this.grvDetail.Name = "grvDetail";
this.grvDetail.OptionsView.ColumnAutoWidth = false;
this.grvDetail.OptionsView.ShowGroupPanel = false;
//
// colMoCode
//
this.colMoCode.Caption = "工单";
this.colMoCode.FieldName = "MoCode";
this.colMoCode.Name = "colMoCode";
this.colMoCode.Visible = true;
this.colMoCode.VisibleIndex = 0;
//
// txtMoPlanQty
//
this.txtMoPlanQty.Caption = "计划数量";
this.txtMoPlanQty.FieldName = "MoPlanQty";
this.txtMoPlanQty.Name = "txtMoPlanQty";
this.txtMoPlanQty.Visible = true;
this.txtMoPlanQty.VisibleIndex = 1;
//
// txtOutputQty
//
this.txtOutputQty.Caption = "当班该岗位产出";
this.txtOutputQty.FieldName = "OutputQty";
this.txtOutputQty.Name = "txtOutputQty";
this.txtOutputQty.Visible = true;
this.txtOutputQty.VisibleIndex = 2;
this.txtOutputQty.Width = 97;
//
// txtOutputQtySum
//
this.txtOutputQtySum.Caption = "该岗位累计产出";
this.txtOutputQtySum.FieldName = "OutputQtySum";
this.txtOutputQtySum.Name = "txtOutputQtySum";
this.txtOutputQtySum.Visible = true;
this.txtOutputQtySum.VisibleIndex = 3;
this.txtOutputQtySum.Width = 99;
//
// btnRefresh
//
this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
this.btnRefresh.Appearance.Options.UseFont = true;
this.btnRefresh.Appearance.Options.UseForeColor = true;
this.btnRefresh.Appearance.Options.UseTextOptions = true;
this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
this.btnRefresh.Location = new System.Drawing.Point(202, 355);
this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(58, 30);
this.btnRefresh.TabIndex = 82;
this.btnRefresh.Text = "刷新";
//
// FormDataShow
//
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(515, 386);
this.Controls.Add(this.btnRefresh);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.lblTitle);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormDataShow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormContainerAddEdit";
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.panelControl2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtRcardZi.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.LabelControl labelControl38;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.SimpleButton btnRefresh;
private DevExpress.XtraGrid.GridControl grdDetail;
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
private DevExpress.XtraGrid.Columns.GridColumn colMoCode;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.TextEdit txtRcardZi;
private DevExpress.XtraGrid.Columns.GridColumn txtMoPlanQty;
private DevExpress.XtraGrid.Columns.GridColumn txtOutputQty;
private DevExpress.XtraGrid.Columns.GridColumn txtOutputQtySum;
private DevExpress.XtraGrid.Columns.GridColumn colECode;
private DevExpress.XtraGrid.Columns.GridColumn colEcDesc;
private DevExpress.XtraGrid.Columns.GridColumn colOp;
private DevExpress.XtraGrid.Columns.GridColumn colMTime;
}
}