/// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FManualAlert)); this.txtAlertMsg = new UserControl.UCLabelEdit(); this.label1 = new System.Windows.Forms.Label(); this.lbxSample = new System.Windows.Forms.ListBox(); this.btnSelect = new UserControl.UCButton(); this.cbAlertLevel = new UserControl.UCLabelCombox(); this.panel1 = new System.Windows.Forms.Panel(); this.txtMOCode = new UserControl.UCLabelEdit(); this.btnRefresh = new UserControl.UCButton(); this.btnConfirm = new UserControl.UCButton(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // txtAlertMsg // this.txtAlertMsg.AllowEditOnlyChecked = true; this.txtAlertMsg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.txtAlertMsg.Caption = "事件描述"; this.txtAlertMsg.Checked = false; this.txtAlertMsg.EditType = UserControl.EditTypes.String; this.txtAlertMsg.Location = new System.Drawing.Point(12, 55); this.txtAlertMsg.MaxLength = 900; this.txtAlertMsg.Multiline = true; this.txtAlertMsg.Name = "txtAlertMsg"; this.txtAlertMsg.PasswordChar = '\0'; this.txtAlertMsg.ReadOnly = false; this.txtAlertMsg.ShowCheckBox = false; this.txtAlertMsg.Size = new System.Drawing.Size(220, 394); this.txtAlertMsg.TabIndex = 1; this.txtAlertMsg.TabNext = true; this.txtAlertMsg.Value = ""; this.txtAlertMsg.WidthType = UserControl.WidthTypes.Long; this.txtAlertMsg.XAlign = 65; // // label1 // this.label1.Location = new System.Drawing.Point(370, 21); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(61, 15); this.label1.TabIndex = 2; this.label1.Text = "预警样例"; // // lbxSample // this.lbxSample.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.lbxSample.HorizontalScrollbar = true; this.lbxSample.Location = new System.Drawing.Point(400, 55); this.lbxSample.Name = "lbxSample"; this.lbxSample.Size = new System.Drawing.Size(463, 394); this.lbxSample.TabIndex = 3; // // btnSelect // this.btnSelect.BackColor = System.Drawing.SystemColors.Control; this.btnSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSelect.BackgroundImage"))); this.btnSelect.ButtonType = UserControl.ButtonTypes.None; this.btnSelect.Caption = "<<"; this.btnSelect.Cursor = System.Windows.Forms.Cursors.Hand; this.btnSelect.Location = new System.Drawing.Point(283, 103); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(88, 22); this.btnSelect.TabIndex = 5; this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click); // // cbAlertLevel // this.cbAlertLevel.AllowEditOnlyChecked = true; this.cbAlertLevel.Caption = "预警级别"; this.cbAlertLevel.Checked = false; this.cbAlertLevel.Location = new System.Drawing.Point(24, 12); this.cbAlertLevel.Name = "cbAlertLevel"; this.cbAlertLevel.SelectedIndex = -1; this.cbAlertLevel.ShowCheckBox = false; this.cbAlertLevel.Size = new System.Drawing.Size(176, 24); this.cbAlertLevel.TabIndex = 0; this.cbAlertLevel.WidthType = UserControl.WidthTypes.Normal; this.cbAlertLevel.XAlign = 89; // // panel1 // this.panel1.Controls.Add(this.txtMOCode); this.panel1.Controls.Add(this.btnRefresh); this.panel1.Controls.Add(this.btnConfirm); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 481); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(875, 37); this.panel1.TabIndex = 7; // // txtMOCode // this.txtMOCode.AllowEditOnlyChecked = true; this.txtMOCode.Caption = "工单号码"; this.txtMOCode.Checked = false; this.txtMOCode.EditType = UserControl.EditTypes.String; this.txtMOCode.Location = new System.Drawing.Point(24, 10); this.txtMOCode.MaxLength = 40; this.txtMOCode.Multiline = false; this.txtMOCode.Name = "txtMOCode"; this.txtMOCode.PasswordChar = '\0'; this.txtMOCode.ReadOnly = false; this.txtMOCode.ShowCheckBox = false; this.txtMOCode.Size = new System.Drawing.Size(162, 24); this.txtMOCode.TabIndex = 9; this.txtMOCode.TabNext = true; this.txtMOCode.Value = ""; this.txtMOCode.WidthType = UserControl.WidthTypes.Normal; this.txtMOCode.XAlign = 75; // // btnRefresh // this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnRefresh.BackColor = System.Drawing.SystemColors.Control; this.btnRefresh.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnRefresh.BackgroundImage"))); this.btnRefresh.ButtonType = UserControl.ButtonTypes.None; this.btnRefresh.Caption = "刷新样例列表"; this.btnRefresh.Cursor = System.Windows.Forms.Cursors.Hand; this.btnRefresh.Location = new System.Drawing.Point(775, 9); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(88, 22); this.btnRefresh.TabIndex = 8; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // btnConfirm // this.btnConfirm.BackColor = System.Drawing.SystemColors.Control; this.btnConfirm.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnConfirm.BackgroundImage"))); this.btnConfirm.ButtonType = UserControl.ButtonTypes.None; this.btnConfirm.Caption = "添加"; this.btnConfirm.Cursor = System.Windows.Forms.Cursors.Hand; this.btnConfirm.Location = new System.Drawing.Point(233, 9); this.btnConfirm.Name = "btnConfirm"; this.btnConfirm.Size = new System.Drawing.Size(88, 22); this.btnConfirm.TabIndex = 7; this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click); // // FManualAlert // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(875, 518); this.Controls.Add(this.panel1); this.Controls.Add(this.btnSelect); this.Controls.Add(this.lbxSample); this.Controls.Add(this.label1); this.Controls.Add(this.txtAlertMsg); this.Controls.Add(this.cbAlertLevel); this.Name = "FManualAlert"; this.Text = "手动预警"; this.Load += new System.EventHandler(this.FManualAlert_Load); this.Closed += new System.EventHandler(this.FFirstOnline_Closed); this.panel1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FFeederMaintain)); this.panel1 = new System.Windows.Forms.Panel(); this.cboOperationMessage = new System.Windows.Forms.ComboBox(); this.cboAnalyseReason = new System.Windows.Forms.ComboBox(); this.lblOperationMessage = new System.Windows.Forms.Label(); this.lblAnalyseReason = new System.Windows.Forms.Label(); this.ucBtnExit = new UserControl.UCButton(); this.btnOK = new UserControl.UCButton(); this.chkScrapFlag = new System.Windows.Forms.CheckBox(); this.txtReturnReason = new UserControl.UCLabelEdit(); this.txtFeederNo = new UserControl.UCLabelEdit(); this.rdoAnalyse = new System.Windows.Forms.RadioButton(); this.rdoAdjust = new System.Windows.Forms.RadioButton(); this.rdoTakeCare = new System.Windows.Forms.RadioButton(); this.gridList = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.cboOperationMessage); this.panel1.Controls.Add(this.cboAnalyseReason); this.panel1.Controls.Add(this.lblOperationMessage); this.panel1.Controls.Add(this.lblAnalyseReason); this.panel1.Controls.Add(this.ucBtnExit); this.panel1.Controls.Add(this.btnOK); this.panel1.Controls.Add(this.chkScrapFlag); this.panel1.Controls.Add(this.txtReturnReason); this.panel1.Controls.Add(this.txtFeederNo); this.panel1.Controls.Add(this.rdoAnalyse); this.panel1.Controls.Add(this.rdoAdjust); this.panel1.Controls.Add(this.rdoTakeCare); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 402); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(821, 183); this.panel1.TabIndex = 0; // // cboOperationMessage // this.cboOperationMessage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboOperationMessage.Location = new System.Drawing.Point(96, 111); this.cboOperationMessage.Name = "cboOperationMessage"; this.cboOperationMessage.Size = new System.Drawing.Size(495, 21); this.cboOperationMessage.TabIndex = 19; this.cboOperationMessage.Leave += new System.EventHandler(this.cboOperationMessage_Leave); this.cboOperationMessage.Enter += new System.EventHandler(this.cboOperationMessage_Enter); // // cboAnalyseReason // this.cboAnalyseReason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboAnalyseReason.Location = new System.Drawing.Point(96, 80); this.cboAnalyseReason.Name = "cboAnalyseReason"; this.cboAnalyseReason.Size = new System.Drawing.Size(495, 21); this.cboAnalyseReason.TabIndex = 18; this.cboAnalyseReason.Leave += new System.EventHandler(this.cboAnalyseReason_Leave); this.cboAnalyseReason.Enter += new System.EventHandler(this.cboAnalyseReason_Enter); // // lblOperationMessage // this.lblOperationMessage.AutoSize = true; this.lblOperationMessage.Location = new System.Drawing.Point(24, 114); this.lblOperationMessage.Name = "lblOperationMessage"; this.lblOperationMessage.Size = new System.Drawing.Size(55, 13); this.lblOperationMessage.TabIndex = 17; this.lblOperationMessage.Text = "解决方法"; // // lblAnalyseReason // this.lblAnalyseReason.AutoSize = true; this.lblAnalyseReason.Location = new System.Drawing.Point(24, 82); this.lblAnalyseReason.Name = "lblAnalyseReason"; this.lblAnalyseReason.Size = new System.Drawing.Size(55, 13); this.lblAnalyseReason.TabIndex = 16; this.lblAnalyseReason.Text = "原因分析"; // // ucBtnExit // this.ucBtnExit.BackColor = System.Drawing.SystemColors.Control; this.ucBtnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnExit.BackgroundImage"))); this.ucBtnExit.ButtonType = UserControl.ButtonTypes.Exit; this.ucBtnExit.Caption = "退出"; this.ucBtnExit.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnExit.Location = new System.Drawing.Point(376, 152); this.ucBtnExit.Name = "ucBtnExit"; this.ucBtnExit.Size = new System.Drawing.Size(88, 22); this.ucBtnExit.TabIndex = 15; // // btnOK // this.btnOK.BackColor = System.Drawing.SystemColors.Control; this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage"))); this.btnOK.ButtonType = UserControl.ButtonTypes.None; this.btnOK.Caption = "确定"; this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand; this.btnOK.Location = new System.Drawing.Point(232, 152); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(88, 22); this.btnOK.TabIndex = 14; this.btnOK.TabStop = false; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // chkScrapFlag // this.chkScrapFlag.Location = new System.Drawing.Point(644, 48); this.chkScrapFlag.Name = "chkScrapFlag"; this.chkScrapFlag.Size = new System.Drawing.Size(94, 24); this.chkScrapFlag.TabIndex = 8; this.chkScrapFlag.Text = "是否报废"; // // txtReturnReason // this.txtReturnReason.AllowEditOnlyChecked = true; this.txtReturnReason.Caption = "退回原因"; this.txtReturnReason.Checked = false; this.txtReturnReason.EditType = UserControl.EditTypes.String; this.txtReturnReason.Enabled = false; this.txtReturnReason.Location = new System.Drawing.Point(330, 48); this.txtReturnReason.MaxLength = 40; this.txtReturnReason.Multiline = false; this.txtReturnReason.Name = "txtReturnReason"; this.txtReturnReason.PasswordChar = '\0'; this.txtReturnReason.ReadOnly = false; this.txtReturnReason.ShowCheckBox = false; this.txtReturnReason.Size = new System.Drawing.Size(261, 26); this.txtReturnReason.TabIndex = 5; this.txtReturnReason.TabNext = false; this.txtReturnReason.Value = ""; this.txtReturnReason.WidthType = UserControl.WidthTypes.Long; this.txtReturnReason.XAlign = 391; // // txtFeederNo // this.txtFeederNo.AllowEditOnlyChecked = true; this.txtFeederNo.Caption = "Feeder编号"; this.txtFeederNo.Checked = false; this.txtFeederNo.EditType = UserControl.EditTypes.String; this.txtFeederNo.Location = new System.Drawing.Point(23, 48); this.txtFeederNo.MaxLength = 40; this.txtFeederNo.Multiline = false; this.txtFeederNo.Name = "txtFeederNo"; this.txtFeederNo.PasswordChar = '\0'; this.txtFeederNo.ReadOnly = false; this.txtFeederNo.ShowCheckBox = false; this.txtFeederNo.Size = new System.Drawing.Size(273, 26); this.txtFeederNo.TabIndex = 4; this.txtFeederNo.TabNext = false; this.txtFeederNo.Value = ""; this.txtFeederNo.WidthType = UserControl.WidthTypes.Long; this.txtFeederNo.XAlign = 96; this.txtFeederNo.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtFeederNo_TxtboxKeyPress); // // rdoAnalyse // this.rdoAnalyse.Location = new System.Drawing.Point(170, 16); this.rdoAnalyse.Name = "rdoAnalyse"; this.rdoAnalyse.Size = new System.Drawing.Size(59, 24); this.rdoAnalyse.TabIndex = 2; this.rdoAnalyse.Text = "分析"; this.rdoAnalyse.CheckedChanged += new System.EventHandler(this.rdoTakeCare_CheckedChanged); // // rdoAdjust // this.rdoAdjust.Location = new System.Drawing.Point(96, 16); this.rdoAdjust.Name = "rdoAdjust"; this.rdoAdjust.Size = new System.Drawing.Size(67, 24); this.rdoAdjust.TabIndex = 1; this.rdoAdjust.Text = "校正"; this.rdoAdjust.CheckedChanged += new System.EventHandler(this.rdoTakeCare_CheckedChanged); // // rdoTakeCare // this.rdoTakeCare.Checked = true; this.rdoTakeCare.Location = new System.Drawing.Point(24, 16); this.rdoTakeCare.Name = "rdoTakeCare"; this.rdoTakeCare.Size = new System.Drawing.Size(65, 24); this.rdoTakeCare.TabIndex = 0; this.rdoTakeCare.TabStop = true; this.rdoTakeCare.Text = "保养"; this.rdoTakeCare.CheckedChanged += new System.EventHandler(this.rdoTakeCare_CheckedChanged); // // gridList // this.gridList.Cursor = System.Windows.Forms.Cursors.Default; this.gridList.DataSource = this.ultraDataSource1; this.gridList.Dock = System.Windows.Forms.DockStyle.Fill; this.gridList.Location = new System.Drawing.Point(0, 10); this.gridList.Name = "gridList"; this.gridList.Size = new System.Drawing.Size(821, 392); this.gridList.TabIndex = 3; // // FFeederMaintain // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(821, 585); this.Controls.Add(this.gridList); this.Controls.Add(this.panel1); this.Name = "FFeederMaintain"; this.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0); this.Text = "Feeder维护"; this.Load += new System.EventHandler(this.FFeederMaintain_Load); this.Closed += new System.EventHandler(this.FFeederMaintain_Closed); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FCollectMo)); this.ucLEMOCode = new UserControl.UCLabelEdit(); this.ucLEItemCode = new UserControl.UCLabelEdit(); this.ucLEPlanQty = new UserControl.UCLabelEdit(); this.ucLEInputQty = new UserControl.UCLabelEdit(); this.ucLEScrapQty = new UserControl.UCLabelEdit(); this.ucLENeedQty = new UserControl.UCLabelEdit(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.ucLERunningCard = new UserControl.UCLabelEdit(); this.ucBtnExit = new UserControl.UCButton(); this.ucBtnOK = new UserControl.UCButton(); this.ucMessage = new UserControl.UCMessage(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // ucLEMOCode // this.ucLEMOCode.AllowEditOnlyChecked = true; this.ucLEMOCode.Caption = "工单"; this.ucLEMOCode.Checked = false; this.ucLEMOCode.EditType = UserControl.EditTypes.String; this.ucLEMOCode.Location = new System.Drawing.Point(63, 16); this.ucLEMOCode.MaxLength = 40; this.ucLEMOCode.Multiline = false; this.ucLEMOCode.Name = "ucLEMOCode"; this.ucLEMOCode.PasswordChar = '\0'; this.ucLEMOCode.ReadOnly = false; this.ucLEMOCode.ShowCheckBox = false; this.ucLEMOCode.Size = new System.Drawing.Size(170, 24); this.ucLEMOCode.TabIndex = 0; this.ucLEMOCode.TabNext = false; this.ucLEMOCode.Value = ""; this.ucLEMOCode.WidthType = UserControl.WidthTypes.Normal; this.ucLEMOCode.XAlign = 100; this.ucLEMOCode.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucLEMOCode_TxtboxKeyPress); // // ucLEItemCode // this.ucLEItemCode.AllowEditOnlyChecked = true; this.ucLEItemCode.Caption = "产品代码"; this.ucLEItemCode.Checked = false; this.ucLEItemCode.EditType = UserControl.EditTypes.String; this.ucLEItemCode.Location = new System.Drawing.Point(39, 48); this.ucLEItemCode.MaxLength = 40; this.ucLEItemCode.Multiline = false; this.ucLEItemCode.Name = "ucLEItemCode"; this.ucLEItemCode.PasswordChar = '\0'; this.ucLEItemCode.ReadOnly = true; this.ucLEItemCode.ShowCheckBox = false; this.ucLEItemCode.Size = new System.Drawing.Size(194, 24); this.ucLEItemCode.TabIndex = 1; this.ucLEItemCode.TabNext = false; this.ucLEItemCode.Value = ""; this.ucLEItemCode.WidthType = UserControl.WidthTypes.Normal; this.ucLEItemCode.XAlign = 100; // // ucLEPlanQty // this.ucLEPlanQty.AllowEditOnlyChecked = true; this.ucLEPlanQty.Caption = "计划产量"; this.ucLEPlanQty.Checked = false; this.ucLEPlanQty.EditType = UserControl.EditTypes.String; this.ucLEPlanQty.Location = new System.Drawing.Point(336, 48); this.ucLEPlanQty.MaxLength = 40; this.ucLEPlanQty.Multiline = false; this.ucLEPlanQty.Name = "ucLEPlanQty"; this.ucLEPlanQty.PasswordChar = '\0'; this.ucLEPlanQty.ReadOnly = true; this.ucLEPlanQty.ShowCheckBox = false; this.ucLEPlanQty.Size = new System.Drawing.Size(194, 24); this.ucLEPlanQty.TabIndex = 4; this.ucLEPlanQty.TabNext = false; this.ucLEPlanQty.Value = ""; this.ucLEPlanQty.WidthType = UserControl.WidthTypes.Normal; this.ucLEPlanQty.XAlign = 397; // // ucLEInputQty // this.ucLEInputQty.AllowEditOnlyChecked = true; this.ucLEInputQty.Caption = "已投入产量"; this.ucLEInputQty.Checked = false; this.ucLEInputQty.EditType = UserControl.EditTypes.String; this.ucLEInputQty.Location = new System.Drawing.Point(27, 80); this.ucLEInputQty.MaxLength = 40; this.ucLEInputQty.Multiline = false; this.ucLEInputQty.Name = "ucLEInputQty"; this.ucLEInputQty.PasswordChar = '\0'; this.ucLEInputQty.ReadOnly = true; this.ucLEInputQty.ShowCheckBox = false; this.ucLEInputQty.Size = new System.Drawing.Size(206, 24); this.ucLEInputQty.TabIndex = 2; this.ucLEInputQty.TabNext = false; this.ucLEInputQty.Value = ""; this.ucLEInputQty.WidthType = UserControl.WidthTypes.Normal; this.ucLEInputQty.XAlign = 100; // // ucLEScrapQty // this.ucLEScrapQty.AllowEditOnlyChecked = true; this.ucLEScrapQty.Caption = "已拆解、报废量"; this.ucLEScrapQty.Checked = false; this.ucLEScrapQty.EditType = UserControl.EditTypes.String; this.ucLEScrapQty.Location = new System.Drawing.Point(299, 80); this.ucLEScrapQty.MaxLength = 40; this.ucLEScrapQty.Multiline = false; this.ucLEScrapQty.Name = "ucLEScrapQty"; this.ucLEScrapQty.PasswordChar = '\0'; this.ucLEScrapQty.ReadOnly = true; this.ucLEScrapQty.ShowCheckBox = false; this.ucLEScrapQty.Size = new System.Drawing.Size(230, 24); this.ucLEScrapQty.TabIndex = 5; this.ucLEScrapQty.TabNext = false; this.ucLEScrapQty.Value = ""; this.ucLEScrapQty.WidthType = UserControl.WidthTypes.Normal; this.ucLEScrapQty.XAlign = 396; // // ucLENeedQty // this.ucLENeedQty.AllowEditOnlyChecked = true; this.ucLENeedQty.Caption = "未投入产量"; this.ucLENeedQty.Checked = false; this.ucLENeedQty.EditType = UserControl.EditTypes.String; this.ucLENeedQty.Location = new System.Drawing.Point(324, 16); this.ucLENeedQty.MaxLength = 40; this.ucLENeedQty.Multiline = false; this.ucLENeedQty.Name = "ucLENeedQty"; this.ucLENeedQty.PasswordChar = '\0'; this.ucLENeedQty.ReadOnly = true; this.ucLENeedQty.ShowCheckBox = false; this.ucLENeedQty.Size = new System.Drawing.Size(206, 24); this.ucLENeedQty.TabIndex = 3; this.ucLENeedQty.TabNext = false; this.ucLENeedQty.Value = ""; this.ucLENeedQty.WidthType = UserControl.WidthTypes.Normal; this.ucLENeedQty.XAlign = 397; // // groupBox1 // this.groupBox1.Controls.Add(this.ucLERunningCard); this.groupBox1.Controls.Add(this.ucBtnExit); this.groupBox1.Controls.Add(this.ucBtnOK); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox1.Location = new System.Drawing.Point(0, 255); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(543, 51); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; // // ucLERunningCard // this.ucLERunningCard.AllowEditOnlyChecked = true; this.ucLERunningCard.Caption = "输入框"; this.ucLERunningCard.Checked = false; this.ucLERunningCard.EditType = UserControl.EditTypes.String; this.ucLERunningCard.Location = new System.Drawing.Point(12, 18); this.ucLERunningCard.MaxLength = 40; this.ucLERunningCard.Multiline = false; this.ucLERunningCard.Name = "ucLERunningCard"; this.ucLERunningCard.PasswordChar = '\0'; this.ucLERunningCard.ReadOnly = false; this.ucLERunningCard.ShowCheckBox = false; this.ucLERunningCard.Size = new System.Drawing.Size(249, 24); this.ucLERunningCard.TabIndex = 0; this.ucLERunningCard.TabNext = false; this.ucLERunningCard.Value = ""; this.ucLERunningCard.WidthType = UserControl.WidthTypes.Long; this.ucLERunningCard.XAlign = 61; this.ucLERunningCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucLERunningCard_TxtboxKeyPress); // // ucBtnExit // this.ucBtnExit.BackColor = System.Drawing.SystemColors.Control; this.ucBtnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnExit.BackgroundImage"))); this.ucBtnExit.ButtonType = UserControl.ButtonTypes.Exit; this.ucBtnExit.Caption = "退出"; this.ucBtnExit.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnExit.Location = new System.Drawing.Point(422, 17); this.ucBtnExit.Name = "ucBtnExit"; this.ucBtnExit.Size = new System.Drawing.Size(88, 22); this.ucBtnExit.TabIndex = 2; // // ucBtnOK // this.ucBtnOK.BackColor = System.Drawing.SystemColors.Control; this.ucBtnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnOK.BackgroundImage"))); this.ucBtnOK.ButtonType = UserControl.ButtonTypes.Confirm; this.ucBtnOK.Caption = "确认"; this.ucBtnOK.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnOK.Location = new System.Drawing.Point(318, 17); this.ucBtnOK.Name = "ucBtnOK"; this.ucBtnOK.Size = new System.Drawing.Size(88, 22); this.ucBtnOK.TabIndex = 1; this.ucBtnOK.Click += new System.EventHandler(this.ucBtnOK_Click); // // ucMessage // this.ucMessage.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.ucMessage.BackColor = System.Drawing.Color.Gainsboro; this.ucMessage.ButtonVisible = false; this.ucMessage.Location = new System.Drawing.Point(4, 120); this.ucMessage.Name = "ucMessage"; this.ucMessage.Size = new System.Drawing.Size(534, 133); this.ucMessage.TabIndex = 0; // // FCollectMo // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(543, 306); this.Controls.Add(this.ucMessage); this.Controls.Add(this.groupBox1); this.Controls.Add(this.ucLENeedQty); this.Controls.Add(this.ucLEScrapQty); this.Controls.Add(this.ucLEInputQty); this.Controls.Add(this.ucLEPlanQty); this.Controls.Add(this.ucLEItemCode); this.Controls.Add(this.ucLEMOCode); this.Name = "FCollectMo"; this.Text = "归属工单采集"; this.Closed += new System.EventHandler(this.FCollectMo_Closed); this.Activated += new System.EventHandler(this.FCollectMo_Activated); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FInvReceive)); this.cbxType = new UserControl.UCLabelCombox(); this.txtDesc = new UserControl.UCLabelEdit(); this.cbxModel = new UserControl.UCLabelCombox(); this.cbxItemCode = new UserControl.UCLabelCombox(); this.txtItemDesc = new UserControl.UCLabelEdit(); this.btnQuit = new UserControl.UCButton(); this.btnAdd = new UserControl.UCButton(); this.btnDelete = new UserControl.UCButton(); this.grxDetail = new System.Windows.Forms.GroupBox(); this.ultraGridContent = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.panel1 = new System.Windows.Forms.Panel(); this.grbDataInput = new System.Windows.Forms.GroupBox(); this.lblMo = new System.Windows.Forms.Label(); this.txtMoCode = new System.Windows.Forms.TextBox(); this.lblRecNo = new System.Windows.Forms.Label(); this.txtRecNo = new System.Windows.Forms.TextBox(); this.lblNum = new System.Windows.Forms.Label(); this.txtNum = new System.Windows.Forms.TextBox(); this.grxDetail.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGridContent)).BeginInit(); this.panel1.SuspendLayout(); this.grbDataInput.SuspendLayout(); this.SuspendLayout(); // // cbxType // this.cbxType.AllowEditOnlyChecked = true; this.cbxType.Caption = "类型"; this.cbxType.Checked = false; this.cbxType.Location = new System.Drawing.Point(262, 19); this.cbxType.Name = "cbxType"; this.cbxType.SelectedIndex = -1; this.cbxType.ShowCheckBox = false; this.cbxType.Size = new System.Drawing.Size(160, 24); this.cbxType.TabIndex = 1; this.cbxType.WidthType = UserControl.WidthTypes.Normal; this.cbxType.XAlign = 310; // // txtDesc // this.txtDesc.AllowEditOnlyChecked = true; this.txtDesc.Caption = "备注"; this.txtDesc.CausesValidation = false; this.txtDesc.Checked = false; this.txtDesc.EditType = UserControl.EditTypes.String; this.txtDesc.Location = new System.Drawing.Point(10, 134); this.txtDesc.MaxLength = 40; this.txtDesc.Multiline = false; this.txtDesc.Name = "txtDesc"; this.txtDesc.PasswordChar = '\0'; this.txtDesc.ReadOnly = false; this.txtDesc.ShowCheckBox = false; this.txtDesc.Size = new System.Drawing.Size(364, 24); this.txtDesc.TabIndex = 7; this.txtDesc.TabNext = true; this.txtDesc.Value = ""; this.txtDesc.WidthType = UserControl.WidthTypes.TooLong; this.txtDesc.XAlign = 41; // // cbxModel // this.cbxModel.AllowEditOnlyChecked = true; this.cbxModel.Caption = "产品别"; this.cbxModel.Checked = false; this.cbxModel.Location = new System.Drawing.Point(35, 74); this.cbxModel.Name = "cbxModel"; this.cbxModel.SelectedIndex = -1; this.cbxModel.ShowCheckBox = false; this.cbxModel.Size = new System.Drawing.Size(158, 20); this.cbxModel.TabIndex = 3; this.cbxModel.WidthType = UserControl.WidthTypes.Normal; this.cbxModel.XAlign = 82; this.cbxModel.SelectedIndexChanged += new System.EventHandler(this.cbxModel_SelectedIndexChanged); // // cbxItemCode // this.cbxItemCode.AllowEditOnlyChecked = true; this.cbxItemCode.Caption = "产品代码"; this.cbxItemCode.Checked = false; this.cbxItemCode.Location = new System.Drawing.Point(249, 74); this.cbxItemCode.Name = "cbxItemCode"; this.cbxItemCode.SelectedIndex = -1; this.cbxItemCode.ShowCheckBox = false; this.cbxItemCode.Size = new System.Drawing.Size(173, 24); this.cbxItemCode.TabIndex = 4; this.cbxItemCode.WidthType = UserControl.WidthTypes.Normal; this.cbxItemCode.XAlign = 311; this.cbxItemCode.SelectedIndexChanged += new System.EventHandler(this.cbxItemCode_SelectedIndexChanged); // // txtItemDesc // this.txtItemDesc.AllowEditOnlyChecked = true; this.txtItemDesc.Caption = "产品描述"; this.txtItemDesc.Checked = false; this.txtItemDesc.EditType = UserControl.EditTypes.String; this.txtItemDesc.Location = new System.Drawing.Point(23, 104); this.txtItemDesc.MaxLength = 40; this.txtItemDesc.Multiline = false; this.txtItemDesc.Name = "txtItemDesc"; this.txtItemDesc.PasswordChar = '\0'; this.txtItemDesc.ReadOnly = false; this.txtItemDesc.ShowCheckBox = false; this.txtItemDesc.Size = new System.Drawing.Size(170, 24); this.txtItemDesc.TabIndex = 5; this.txtItemDesc.TabNext = true; this.txtItemDesc.TabStop = false; this.txtItemDesc.Value = ""; this.txtItemDesc.WidthType = UserControl.WidthTypes.Normal; this.txtItemDesc.XAlign = 83; // // btnQuit // this.btnQuit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnQuit.BackColor = System.Drawing.SystemColors.Control; this.btnQuit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnQuit.BackgroundImage"))); this.btnQuit.ButtonType = UserControl.ButtonTypes.Exit; this.btnQuit.Caption = "退出"; this.btnQuit.Cursor = System.Windows.Forms.Cursors.Hand; this.btnQuit.Location = new System.Drawing.Point(708, 7); this.btnQuit.Name = "btnQuit"; this.btnQuit.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.btnQuit.Size = new System.Drawing.Size(88, 22); this.btnQuit.TabIndex = 0; this.btnQuit.TabStop = false; // // btnAdd // this.btnAdd.BackColor = System.Drawing.SystemColors.Control; this.btnAdd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdd.BackgroundImage"))); this.btnAdd.ButtonType = UserControl.ButtonTypes.Add; this.btnAdd.Caption = "新增"; this.btnAdd.Cursor = System.Windows.Forms.Cursors.Hand; this.btnAdd.Location = new System.Drawing.Point(442, 134); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(88, 22); this.btnAdd.TabIndex = 8; this.btnAdd.TabStop = false; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnDelete // this.btnDelete.BackColor = System.Drawing.SystemColors.Control; this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage"))); this.btnDelete.ButtonType = UserControl.ButtonTypes.Delete; this.btnDelete.Caption = "删除"; this.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand; this.btnDelete.Location = new System.Drawing.Point(23, 7); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(88, 22); this.btnDelete.TabIndex = 10; this.btnDelete.TabStop = false; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // grxDetail // this.grxDetail.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.grxDetail.Controls.Add(this.ultraGridContent); this.grxDetail.Location = new System.Drawing.Point(0, 178); this.grxDetail.Name = "grxDetail"; this.grxDetail.Size = new System.Drawing.Size(808, 326); this.grxDetail.TabIndex = 11; this.grxDetail.TabStop = false; this.grxDetail.Text = "入库单明细"; // // ultraGridContent // this.ultraGridContent.Cursor = System.Windows.Forms.Cursors.Default; this.ultraGridContent.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGridContent.Location = new System.Drawing.Point(3, 16); this.ultraGridContent.Name = "ultraGridContent"; this.ultraGridContent.Size = new System.Drawing.Size(802, 307); this.ultraGridContent.TabIndex = 8; this.ultraGridContent.TabStop = false; this.ultraGridContent.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGridContent_InitializeLayout); // // panel1 // this.panel1.Controls.Add(this.btnQuit); this.panel1.Controls.Add(this.btnDelete); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 508); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(808, 37); this.panel1.TabIndex = 12; // // grbDataInput // this.grbDataInput.Controls.Add(this.lblMo); this.grbDataInput.Controls.Add(this.txtMoCode); this.grbDataInput.Controls.Add(this.lblRecNo); this.grbDataInput.Controls.Add(this.txtRecNo); this.grbDataInput.Controls.Add(this.lblNum); this.grbDataInput.Controls.Add(this.txtNum); this.grbDataInput.Controls.Add(this.cbxType); this.grbDataInput.Controls.Add(this.txtDesc); this.grbDataInput.Controls.Add(this.cbxModel); this.grbDataInput.Controls.Add(this.cbxItemCode); this.grbDataInput.Controls.Add(this.txtItemDesc); this.grbDataInput.Controls.Add(this.btnAdd); this.grbDataInput.Dock = System.Windows.Forms.DockStyle.Top; this.grbDataInput.Location = new System.Drawing.Point(0, 0); this.grbDataInput.Name = "grbDataInput"; this.grbDataInput.Size = new System.Drawing.Size(808, 171); this.grbDataInput.TabIndex = 13; this.grbDataInput.TabStop = false; this.grbDataInput.Text = "数据输入"; // // lblMo // this.lblMo.Location = new System.Drawing.Point(36, 50); this.lblMo.Name = "lblMo"; this.lblMo.Size = new System.Drawing.Size(44, 21); this.lblMo.TabIndex = 106; this.lblMo.Text = "工单"; // // txtMoCode // this.txtMoCode.Location = new System.Drawing.Point(83, 48); this.txtMoCode.Name = "txtMoCode"; this.txtMoCode.Size = new System.Drawing.Size(111, 20); this.txtMoCode.TabIndex = 2; this.txtMoCode.Leave += new System.EventHandler(this.txtMoCode_Leave); this.txtMoCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMoCode_KeyPress); this.txtMoCode.Enter += new System.EventHandler(this.txtMoCode_Enter); // // lblRecNo // this.lblRecNo.Location = new System.Drawing.Point(20, 22); this.lblRecNo.Name = "lblRecNo"; this.lblRecNo.Size = new System.Drawing.Size(60, 22); this.lblRecNo.TabIndex = 104; this.lblRecNo.Text = "入库单号"; // // txtRecNo // this.txtRecNo.Location = new System.Drawing.Point(83, 19); this.txtRecNo.Name = "txtRecNo"; this.txtRecNo.Size = new System.Drawing.Size(111, 20); this.txtRecNo.TabIndex = 0; this.txtRecNo.Leave += new System.EventHandler(this.txtRecNo_Leave); this.txtRecNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRecNo_TxtboxKeyPress); this.txtRecNo.Enter += new System.EventHandler(this.txtRecNo_Enter); // // lblNum // this.lblNum.Location = new System.Drawing.Point(245, 110); this.lblNum.Name = "lblNum"; this.lblNum.Size = new System.Drawing.Size(64, 21); this.lblNum.TabIndex = 102; this.lblNum.Text = "计划数量"; // // txtNum // this.txtNum.Location = new System.Drawing.Point(311, 108); this.txtNum.Name = "txtNum"; this.txtNum.Size = new System.Drawing.Size(111, 20); this.txtNum.TabIndex = 6; this.txtNum.Leave += new System.EventHandler(this.txtNum_Leave); this.txtNum.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNum_TxtboxKeyPress); this.txtNum.Enter += new System.EventHandler(this.txtNum_Enter); // // FInvReceive // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(808, 545); this.Controls.Add(this.grbDataInput); this.Controls.Add(this.panel1); this.Controls.Add(this.grxDetail); this.Name = "FInvReceive"; this.Text = "入库单资料维护"; this.Load += new System.EventHandler(this.FInvReceive_Load); this.Closed += new System.EventHandler(this.FInvReceive_Closed); this.Activated += new System.EventHandler(this.FInvReceive_Activated); this.grxDetail.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGridContent)).EndInit(); this.panel1.ResumeLayout(false); this.grbDataInput.ResumeLayout(false); this.grbDataInput.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FSMTCheckReelQty)); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MOCode"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StepSequenceCode"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ReelNo"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MaterialCode"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ReelLeftQty"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ActualQty"); this.panelTop = new System.Windows.Forms.Panel(); this.txtItemCodeQuery = new UserControl.UCLabelEdit(); this.btnQuery = new UserControl.UCButton(); this.txtSSCodeQuery = new UserControl.UCLabelEdit(); this.txtMOCodeQuery = new UserControl.UCLabelEdit(); this.panelBottom = new System.Windows.Forms.Panel(); this.btnExit = new UserControl.UCButton(); this.btnSave = new UserControl.UCButton(); this.txtReelNoReturn = new UserControl.UCLabelEdit(); this.rdoReturn = new System.Windows.Forms.RadioButton(); this.txtReelQty = new UserControl.UCLabelEdit(); this.txtReelNoCheckQty = new UserControl.UCLabelEdit(); this.rdoCheckQty = new System.Windows.Forms.RadioButton(); this.panelMiddle = new System.Windows.Forms.Panel(); this.gridList = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.panelTop.SuspendLayout(); this.panelBottom.SuspendLayout(); this.panelMiddle.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridList)).BeginInit(); this.SuspendLayout(); // // panelTop // this.panelTop.Controls.Add(this.txtItemCodeQuery); this.panelTop.Controls.Add(this.btnQuery); this.panelTop.Controls.Add(this.txtSSCodeQuery); this.panelTop.Controls.Add(this.txtMOCodeQuery); this.panelTop.Dock = System.Windows.Forms.DockStyle.Top; this.panelTop.Location = new System.Drawing.Point(0, 0); this.panelTop.Name = "panelTop"; this.panelTop.Size = new System.Drawing.Size(844, 45); this.panelTop.TabIndex = 0; // // txtItemCodeQuery // this.txtItemCodeQuery.AllowEditOnlyChecked = true; this.txtItemCodeQuery.Caption = "产品代码"; this.txtItemCodeQuery.Checked = false; this.txtItemCodeQuery.EditType = UserControl.EditTypes.String; this.txtItemCodeQuery.Location = new System.Drawing.Point(191, 12); this.txtItemCodeQuery.MaxLength = 40; this.txtItemCodeQuery.Multiline = false; this.txtItemCodeQuery.Name = "txtItemCodeQuery"; this.txtItemCodeQuery.PasswordChar = '\0'; this.txtItemCodeQuery.ReadOnly = true; this.txtItemCodeQuery.ShowCheckBox = false; this.txtItemCodeQuery.Size = new System.Drawing.Size(161, 24); this.txtItemCodeQuery.TabIndex = 18; this.txtItemCodeQuery.TabNext = true; this.txtItemCodeQuery.Value = ""; this.txtItemCodeQuery.WidthType = UserControl.WidthTypes.Small; this.txtItemCodeQuery.XAlign = 252; // // btnQuery // this.btnQuery.BackColor = System.Drawing.SystemColors.Control; this.btnQuery.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnQuery.BackgroundImage"))); this.btnQuery.ButtonType = UserControl.ButtonTypes.None; this.btnQuery.Caption = "查询"; this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand; this.btnQuery.Location = new System.Drawing.Point(545, 12); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(88, 22); this.btnQuery.TabIndex = 17; this.btnQuery.TabStop = false; this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click); // // txtSSCodeQuery // this.txtSSCodeQuery.AllowEditOnlyChecked = true; this.txtSSCodeQuery.Caption = "产线代码"; this.txtSSCodeQuery.Checked = false; this.txtSSCodeQuery.EditType = UserControl.EditTypes.String; this.txtSSCodeQuery.Location = new System.Drawing.Point(368, 12); this.txtSSCodeQuery.MaxLength = 40; this.txtSSCodeQuery.Multiline = false; this.txtSSCodeQuery.Name = "txtSSCodeQuery"; this.txtSSCodeQuery.PasswordChar = '\0'; this.txtSSCodeQuery.ReadOnly = false; this.txtSSCodeQuery.ShowCheckBox = false; this.txtSSCodeQuery.Size = new System.Drawing.Size(161, 24); this.txtSSCodeQuery.TabIndex = 16; this.txtSSCodeQuery.TabNext = false; this.txtSSCodeQuery.Value = ""; this.txtSSCodeQuery.WidthType = UserControl.WidthTypes.Small; this.txtSSCodeQuery.XAlign = 429; this.txtSSCodeQuery.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSSCodeQuery_TxtboxKeyPress); // // txtMOCodeQuery // this.txtMOCodeQuery.AllowEditOnlyChecked = true; this.txtMOCodeQuery.Caption = "工单代码"; this.txtMOCodeQuery.Checked = false; this.txtMOCodeQuery.EditType = UserControl.EditTypes.String; this.txtMOCodeQuery.Location = new System.Drawing.Point(13, 12); this.txtMOCodeQuery.MaxLength = 40; this.txtMOCodeQuery.Multiline = false; this.txtMOCodeQuery.Name = "txtMOCodeQuery"; this.txtMOCodeQuery.PasswordChar = '\0'; this.txtMOCodeQuery.ReadOnly = false; this.txtMOCodeQuery.ShowCheckBox = false; this.txtMOCodeQuery.Size = new System.Drawing.Size(161, 24); this.txtMOCodeQuery.TabIndex = 15; this.txtMOCodeQuery.TabNext = false; this.txtMOCodeQuery.Value = ""; this.txtMOCodeQuery.WidthType = UserControl.WidthTypes.Small; this.txtMOCodeQuery.XAlign = 74; this.txtMOCodeQuery.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMOCodeQuery_TxtboxKeyPress); // // panelBottom // this.panelBottom.Controls.Add(this.btnExit); this.panelBottom.Controls.Add(this.btnSave); this.panelBottom.Controls.Add(this.txtReelNoReturn); this.panelBottom.Controls.Add(this.rdoReturn); this.panelBottom.Controls.Add(this.txtReelQty); this.panelBottom.Controls.Add(this.txtReelNoCheckQty); this.panelBottom.Controls.Add(this.rdoCheckQty); this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelBottom.Location = new System.Drawing.Point(0, 469); this.panelBottom.Name = "panelBottom"; this.panelBottom.Size = new System.Drawing.Size(844, 108); this.panelBottom.TabIndex = 1; // // btnExit // this.btnExit.BackColor = System.Drawing.SystemColors.Control; this.btnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnExit.BackgroundImage"))); this.btnExit.ButtonType = UserControl.ButtonTypes.Exit; this.btnExit.Caption = "退出"; this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand; this.btnExit.Location = new System.Drawing.Point(320, 74); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(88, 22); this.btnExit.TabIndex = 21; this.btnExit.TabStop = false; // // btnSave // this.btnSave.BackColor = System.Drawing.SystemColors.Control; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.ButtonType = UserControl.ButtonTypes.None; this.btnSave.Caption = "保存"; this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand; this.btnSave.Location = new System.Drawing.Point(180, 74); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(88, 22); this.btnSave.TabIndex = 20; this.btnSave.TabStop = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // txtReelNoReturn // this.txtReelNoReturn.AllowEditOnlyChecked = true; this.txtReelNoReturn.Caption = "料卷编号"; this.txtReelNoReturn.Checked = false; this.txtReelNoReturn.EditType = UserControl.EditTypes.String; this.txtReelNoReturn.Enabled = false; this.txtReelNoReturn.Location = new System.Drawing.Point(66, 44); this.txtReelNoReturn.MaxLength = 40; this.txtReelNoReturn.Multiline = false; this.txtReelNoReturn.Name = "txtReelNoReturn"; this.txtReelNoReturn.PasswordChar = '\0'; this.txtReelNoReturn.ReadOnly = false; this.txtReelNoReturn.ShowCheckBox = false; this.txtReelNoReturn.Size = new System.Drawing.Size(161, 24); this.txtReelNoReturn.TabIndex = 19; this.txtReelNoReturn.TabNext = true; this.txtReelNoReturn.Value = ""; this.txtReelNoReturn.WidthType = UserControl.WidthTypes.Small; this.txtReelNoReturn.XAlign = 127; this.txtReelNoReturn.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReelNoReturn_TxtboxKeyPress); // // rdoReturn // this.rdoReturn.Location = new System.Drawing.Point(13, 44); this.rdoReturn.Name = "rdoReturn"; this.rdoReturn.Size = new System.Drawing.Size(55, 24); this.rdoReturn.TabIndex = 18; this.rdoReturn.Text = "退料"; // // txtReelQty // this.txtReelQty.AllowEditOnlyChecked = true; this.txtReelQty.Caption = "实际数量"; this.txtReelQty.Checked = false; this.txtReelQty.EditType = UserControl.EditTypes.Integer; this.txtReelQty.Location = new System.Drawing.Point(247, 14); this.txtReelQty.MaxLength = 40; this.txtReelQty.Multiline = false; this.txtReelQty.Name = "txtReelQty"; this.txtReelQty.PasswordChar = '\0'; this.txtReelQty.ReadOnly = false; this.txtReelQty.ShowCheckBox = false; this.txtReelQty.Size = new System.Drawing.Size(161, 24); this.txtReelQty.TabIndex = 17; this.txtReelQty.TabNext = true; this.txtReelQty.Value = ""; this.txtReelQty.WidthType = UserControl.WidthTypes.Small; this.txtReelQty.XAlign = 308; this.txtReelQty.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReelQty_TxtboxKeyPress); // // txtReelNoCheckQty // this.txtReelNoCheckQty.AllowEditOnlyChecked = true; this.txtReelNoCheckQty.Caption = "料卷编号"; this.txtReelNoCheckQty.Checked = false; this.txtReelNoCheckQty.EditType = UserControl.EditTypes.String; this.txtReelNoCheckQty.Location = new System.Drawing.Point(66, 14); this.txtReelNoCheckQty.MaxLength = 40; this.txtReelNoCheckQty.Multiline = false; this.txtReelNoCheckQty.Name = "txtReelNoCheckQty"; this.txtReelNoCheckQty.PasswordChar = '\0'; this.txtReelNoCheckQty.ReadOnly = false; this.txtReelNoCheckQty.ShowCheckBox = false; this.txtReelNoCheckQty.Size = new System.Drawing.Size(161, 24); this.txtReelNoCheckQty.TabIndex = 16; this.txtReelNoCheckQty.TabNext = true; this.txtReelNoCheckQty.Value = ""; this.txtReelNoCheckQty.WidthType = UserControl.WidthTypes.Small; this.txtReelNoCheckQty.XAlign = 127; // // rdoCheckQty // this.rdoCheckQty.Checked = true; this.rdoCheckQty.Location = new System.Drawing.Point(13, 14); this.rdoCheckQty.Name = "rdoCheckQty"; this.rdoCheckQty.Size = new System.Drawing.Size(55, 24); this.rdoCheckQty.TabIndex = 0; this.rdoCheckQty.TabStop = true; this.rdoCheckQty.Text = "点料"; this.rdoCheckQty.CheckedChanged += new System.EventHandler(this.rdoCheckQty_CheckedChanged); // // panelMiddle // this.panelMiddle.Controls.Add(this.gridList); this.panelMiddle.Dock = System.Windows.Forms.DockStyle.Fill; this.panelMiddle.Location = new System.Drawing.Point(0, 45); this.panelMiddle.Name = "panelMiddle"; this.panelMiddle.Size = new System.Drawing.Size(844, 424); this.panelMiddle.TabIndex = 2; // // gridList // this.gridList.Cursor = System.Windows.Forms.Cursors.Default; ultraGridColumn1.Header.Caption = "工单代码"; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.Width = 95; ultraGridColumn2.Header.Caption = "产线代码"; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.Width = 76; ultraGridColumn3.Header.Caption = "料卷编号"; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn4.Header.Caption = "物料代码"; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn5.Header.Caption = "剩余数量"; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.Width = 78; ultraGridColumn6.Header.Caption = "点料数量"; ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn6.Width = 81; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6 }); this.gridList.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.gridList.Dock = System.Windows.Forms.DockStyle.Fill; this.gridList.Location = new System.Drawing.Point(0, 0); this.gridList.Name = "gridList"; this.gridList.Size = new System.Drawing.Size(844, 424); this.gridList.TabIndex = 0; // // FSMTCheckReelQty // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(844, 577); this.Controls.Add(this.panelMiddle); this.Controls.Add(this.panelBottom); this.Controls.Add(this.panelTop); this.Name = "FSMTCheckReelQty"; this.Text = "料卷点料/退料"; this.Load += new System.EventHandler(this.FSMTCheckReelQty_Load); this.Closed += new System.EventHandler(this.FSMTCheckReelQty_Closed); this.panelTop.ResumeLayout(false); this.panelBottom.ResumeLayout(false); this.panelMiddle.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridList)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FTSScrap)); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.txtScrapCause = new System.Windows.Forms.TextBox(); this.scrapLabel = new System.Windows.Forms.Label(); this.ultraCheckEditorScrap = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.ucLabComboxOPCode = new UserControl.UCLabelCombox(); this.ucLabEditRoute = new UserControl.UCLabelEdit(); this.ucLabEditItemCode = new UserControl.UCLabelEdit(); this.ucLabEditMOCode = new UserControl.UCLabelEdit(); this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.panel1 = new System.Windows.Forms.Panel(); this.txtAgentUser = new UserControl.UCLabelEdit(); this.rCardEditor = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.txtRunningCard = new System.Windows.Forms.Label(); this.groupBox = new System.Windows.Forms.GroupBox(); this.btnConfirm = new UserControl.UCButton(); this.btnExit = new UserControl.UCButton(); this.groupBox3.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditorScrap)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.rCardEditor)).BeginInit(); this.groupBox.SuspendLayout(); this.SuspendLayout(); // // groupBox3 // this.groupBox3.Controls.Add(this.groupBox2); this.groupBox3.Controls.Add(this.groupBox1); this.groupBox3.Controls.Add(this.panel1); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox3.Location = new System.Drawing.Point(0, 0); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(526, 229); this.groupBox3.TabIndex = 7; this.groupBox3.TabStop = false; // // groupBox2 // this.groupBox2.Controls.Add(this.txtScrapCause); this.groupBox2.Controls.Add(this.scrapLabel); this.groupBox2.Controls.Add(this.ultraCheckEditorScrap); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(3, 65); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(520, 161); this.groupBox2.TabIndex = 8; this.groupBox2.TabStop = false; // // txtScrapCause // this.txtScrapCause.Location = new System.Drawing.Point(86, 25); this.txtScrapCause.MaxLength = 100; this.txtScrapCause.Multiline = true; this.txtScrapCause.Name = "txtScrapCause"; this.txtScrapCause.Size = new System.Drawing.Size(328, 72); this.txtScrapCause.TabIndex = 10; this.txtScrapCause.Leave += new System.EventHandler(this.txtScrapCause_Leave); this.txtScrapCause.Enter += new System.EventHandler(this.txtScrapCause_Enter); // // scrapLabel // this.scrapLabel.Location = new System.Drawing.Point(7, 25); this.scrapLabel.Name = "scrapLabel"; this.scrapLabel.Size = new System.Drawing.Size(72, 18); this.scrapLabel.TabIndex = 9; this.scrapLabel.Text = "报废原因"; // // ultraCheckEditorScrap // this.ultraCheckEditorScrap.Checked = true; this.ultraCheckEditorScrap.CheckState = System.Windows.Forms.CheckState.Checked; this.ultraCheckEditorScrap.Location = new System.Drawing.Point(8, 0); this.ultraCheckEditorScrap.Name = "ultraCheckEditorScrap"; this.ultraCheckEditorScrap.Size = new System.Drawing.Size(72, 16); this.ultraCheckEditorScrap.TabIndex = 8; this.ultraCheckEditorScrap.Text = "报废"; this.ultraCheckEditorScrap.Visible = false; this.ultraCheckEditorScrap.CheckedValueChanged += new System.EventHandler(this.ultraCheckEditor2_CheckedValueChanged); this.ultraCheckEditorScrap.CheckedChanged += new System.EventHandler(this.ultraCheckEditor2_CheckedChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.ucLabComboxOPCode); this.groupBox1.Controls.Add(this.ucLabEditRoute); this.groupBox1.Controls.Add(this.ucLabEditItemCode); this.groupBox1.Controls.Add(this.ucLabEditMOCode); this.groupBox1.Controls.Add(this.ultraCheckEditor1); this.groupBox1.Location = new System.Drawing.Point(2, 65); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(498, 79); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; this.groupBox1.Visible = false; // // ucLabComboxOPCode // this.ucLabComboxOPCode.AllowEditOnlyChecked = true; this.ucLabComboxOPCode.Caption = "工位"; this.ucLabComboxOPCode.Checked = false; this.ucLabComboxOPCode.Location = new System.Drawing.Point(239, 45); this.ucLabComboxOPCode.Name = "ucLabComboxOPCode"; this.ucLabComboxOPCode.SelectedIndex = -1; this.ucLabComboxOPCode.ShowCheckBox = false; this.ucLabComboxOPCode.Size = new System.Drawing.Size(170, 24); this.ucLabComboxOPCode.TabIndex = 57; this.ucLabComboxOPCode.WidthType = UserControl.WidthTypes.Normal; this.ucLabComboxOPCode.XAlign = 276; // // ucLabEditRoute // this.ucLabEditRoute.AllowEditOnlyChecked = true; this.ucLabEditRoute.AutoSelectAll = false; this.ucLabEditRoute.AutoUpper = true; this.ucLabEditRoute.Caption = "途程"; this.ucLabEditRoute.Checked = false; this.ucLabEditRoute.EditType = UserControl.EditTypes.String; this.ucLabEditRoute.Location = new System.Drawing.Point(24, 45); this.ucLabEditRoute.MaxLength = 40; this.ucLabEditRoute.Multiline = false; this.ucLabEditRoute.Name = "ucLabEditRoute"; this.ucLabEditRoute.PasswordChar = '\0'; this.ucLabEditRoute.ReadOnly = true; this.ucLabEditRoute.ShowCheckBox = false; this.ucLabEditRoute.Size = new System.Drawing.Size(170, 24); this.ucLabEditRoute.TabIndex = 55; this.ucLabEditRoute.TabNext = true; this.ucLabEditRoute.Value = ""; this.ucLabEditRoute.WidthType = UserControl.WidthTypes.Normal; this.ucLabEditRoute.XAlign = 61; // // ucLabEditItemCode // this.ucLabEditItemCode.AllowEditOnlyChecked = true; this.ucLabEditItemCode.AutoSelectAll = false; this.ucLabEditItemCode.AutoUpper = true; this.ucLabEditItemCode.Caption = "产品代码"; this.ucLabEditItemCode.Checked = false; this.ucLabEditItemCode.EditType = UserControl.EditTypes.String; this.ucLabEditItemCode.Location = new System.Drawing.Point(217, 16); this.ucLabEditItemCode.MaxLength = 40; this.ucLabEditItemCode.Multiline = false; this.ucLabEditItemCode.Name = "ucLabEditItemCode"; this.ucLabEditItemCode.PasswordChar = '\0'; this.ucLabEditItemCode.ReadOnly = true; this.ucLabEditItemCode.ShowCheckBox = false; this.ucLabEditItemCode.Size = new System.Drawing.Size(194, 24); this.ucLabEditItemCode.TabIndex = 54; this.ucLabEditItemCode.TabNext = true; this.ucLabEditItemCode.Value = ""; this.ucLabEditItemCode.WidthType = UserControl.WidthTypes.Normal; this.ucLabEditItemCode.XAlign = 278; // // ucLabEditMOCode // this.ucLabEditMOCode.AllowEditOnlyChecked = true; this.ucLabEditMOCode.AutoSelectAll = false; this.ucLabEditMOCode.AutoUpper = true; this.ucLabEditMOCode.Caption = "工单"; this.ucLabEditMOCode.Checked = false; this.ucLabEditMOCode.EditType = UserControl.EditTypes.String; this.ucLabEditMOCode.Location = new System.Drawing.Point(24, 16); this.ucLabEditMOCode.MaxLength = 40; this.ucLabEditMOCode.Multiline = false; this.ucLabEditMOCode.Name = "ucLabEditMOCode"; this.ucLabEditMOCode.PasswordChar = '\0'; this.ucLabEditMOCode.ReadOnly = true; this.ucLabEditMOCode.ShowCheckBox = false; this.ucLabEditMOCode.Size = new System.Drawing.Size(170, 24); this.ucLabEditMOCode.TabIndex = 53; this.ucLabEditMOCode.TabNext = true; this.ucLabEditMOCode.Value = ""; this.ucLabEditMOCode.WidthType = UserControl.WidthTypes.Normal; this.ucLabEditMOCode.XAlign = 61; // // ultraCheckEditor1 // this.ultraCheckEditor1.Location = new System.Drawing.Point(8, 0); this.ultraCheckEditor1.Name = "ultraCheckEditor1"; this.ultraCheckEditor1.Size = new System.Drawing.Size(48, 16); this.ultraCheckEditor1.TabIndex = 7; this.ultraCheckEditor1.Text = "回流"; this.ultraCheckEditor1.CheckedValueChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedValueChanged); // // panel1 // this.panel1.Controls.Add(this.txtAgentUser); this.panel1.Controls.Add(this.rCardEditor); this.panel1.Controls.Add(this.txtRunningCard); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(3, 17); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(520, 48); this.panel1.TabIndex = 0; // // txtAgentUser // this.txtAgentUser.AllowEditOnlyChecked = true; this.txtAgentUser.AutoSelectAll = false; this.txtAgentUser.AutoUpper = true; this.txtAgentUser.Caption = "代录维修人员"; this.txtAgentUser.Checked = false; this.txtAgentUser.EditType = UserControl.EditTypes.String; this.txtAgentUser.Location = new System.Drawing.Point(250, 16); this.txtAgentUser.MaxLength = 20; this.txtAgentUser.Multiline = false; this.txtAgentUser.Name = "txtAgentUser"; this.txtAgentUser.PasswordChar = '\0'; this.txtAgentUser.ReadOnly = false; this.txtAgentUser.ShowCheckBox = true; this.txtAgentUser.Size = new System.Drawing.Size(234, 24); this.txtAgentUser.TabIndex = 194; this.txtAgentUser.TabNext = false; this.txtAgentUser.Value = ""; this.txtAgentUser.WidthType = UserControl.WidthTypes.Normal; this.txtAgentUser.XAlign = 351; // // rCardEditor // this.rCardEditor.ImageTransparentColor = System.Drawing.Color.Teal; this.rCardEditor.Location = new System.Drawing.Point(88, 16); this.rCardEditor.MaxLength = 100; this.rCardEditor.Name = "rCardEditor"; this.rCardEditor.Size = new System.Drawing.Size(136, 21); this.rCardEditor.TabIndex = 1; this.rCardEditor.WordWrap = false; this.rCardEditor.TextChanged += new System.EventHandler(this.rCardEditor_TextChanged); this.rCardEditor.Leave += new System.EventHandler(this.rCardEditor_Leave); this.rCardEditor.Enter += new System.EventHandler(this.rCardEditor_Enter); this.rCardEditor.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.rCardEditor_KeyPress); // // txtRunningCard // this.txtRunningCard.Location = new System.Drawing.Point(8, 16); this.txtRunningCard.Name = "txtRunningCard"; this.txtRunningCard.Size = new System.Drawing.Size(100, 16); this.txtRunningCard.TabIndex = 0; this.txtRunningCard.Text = "产品序列号"; this.txtRunningCard.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // groupBox // this.groupBox.Controls.Add(this.btnConfirm); this.groupBox.Controls.Add(this.btnExit); this.groupBox.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox.Location = new System.Drawing.Point(0, 173); this.groupBox.Name = "groupBox"; this.groupBox.Size = new System.Drawing.Size(526, 56); this.groupBox.TabIndex = 170; this.groupBox.TabStop = false; // // btnConfirm // this.btnConfirm.BackColor = System.Drawing.SystemColors.Control; this.btnConfirm.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnConfirm.BackgroundImage"))); this.btnConfirm.ButtonType = UserControl.ButtonTypes.Confirm; this.btnConfirm.Caption = "确认"; this.btnConfirm.Cursor = System.Windows.Forms.Cursors.Hand; this.btnConfirm.Location = new System.Drawing.Point(120, 16); this.btnConfirm.Name = "btnConfirm"; this.btnConfirm.Size = new System.Drawing.Size(88, 22); this.btnConfirm.TabIndex = 0; this.btnConfirm.Click += new System.EventHandler(this.ucButton2_Click); // // btnExit // this.btnExit.BackColor = System.Drawing.SystemColors.Control; this.btnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnExit.BackgroundImage"))); this.btnExit.ButtonType = UserControl.ButtonTypes.Exit; this.btnExit.Caption = "退出"; this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand; this.btnExit.Location = new System.Drawing.Point(264, 16); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(88, 22); this.btnExit.TabIndex = 0; // // FTSScrap // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.ClientSize = new System.Drawing.Size(526, 229); this.Controls.Add(this.groupBox); this.Controls.Add(this.groupBox3); this.Name = "FTSScrap"; this.Text = "维修报废"; this.Load += new System.EventHandler(this.FTSScrap_Load); this.groupBox3.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditorScrap)).EndInit(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.rCardEditor)).EndInit(); this.groupBox.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FMultiGoMO)); this.txtMoCode = new UserControl.UCLabelEdit(); this.dsMo = new BenQGuru.eMES.Client.Data.dsMo(); this.panel1 = new System.Windows.Forms.Panel(); this.bRCardLetterULE = new UserControl.UCLabelEdit(); this.bRCardLenULE = new UserControl.UCLabelEdit(); this.chkNeedMemo = new System.Windows.Forms.CheckBox(); this.bntLock = new UserControl.UCButton(); this.panel2 = new System.Windows.Forms.Panel(); this.ucBtnExit = new UserControl.UCButton(); this.txtSumNum = new UserControl.UCLabelEdit(); this.txtRCard = new UserControl.UCLabelEdit(); this.panel3 = new System.Windows.Forms.Panel(); this.grdMoList = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.ucMessage = new UserControl.UCMessage(); this.panel4 = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.dsMo)).BeginInit(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMoList)).BeginInit(); this.panel4.SuspendLayout(); this.SuspendLayout(); // // txtMoCode // this.txtMoCode.AllowEditOnlyChecked = true; this.txtMoCode.Caption = "工单"; this.txtMoCode.Checked = false; this.txtMoCode.EditType = UserControl.EditTypes.String; this.txtMoCode.Location = new System.Drawing.Point(25, 16); this.txtMoCode.MaxLength = 80; this.txtMoCode.Multiline = false; this.txtMoCode.Name = "txtMoCode"; this.txtMoCode.PasswordChar = '\0'; this.txtMoCode.ReadOnly = false; this.txtMoCode.ShowCheckBox = false; this.txtMoCode.Size = new System.Drawing.Size(525, 24); this.txtMoCode.TabIndex = 1; this.txtMoCode.TabNext = false; this.txtMoCode.Value = ""; this.txtMoCode.WidthType = UserControl.WidthTypes.TooLong; this.txtMoCode.XAlign = 69; this.txtMoCode.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMoCode_TxtboxKeyPress); // // dsMo // this.dsMo.DataSetName = "dsMo"; this.dsMo.Locale = new System.Globalization.CultureInfo("en-US"); // // panel1 // this.panel1.Controls.Add(this.bRCardLetterULE); this.panel1.Controls.Add(this.bRCardLenULE); this.panel1.Controls.Add(this.chkNeedMemo); this.panel1.Controls.Add(this.bntLock); this.panel1.Controls.Add(this.txtMoCode); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(752, 80); this.panel1.TabIndex = 9; // // bRCardLetterULE // this.bRCardLetterULE.AllowEditOnlyChecked = true; this.bRCardLetterULE.Caption = "产品序列号首字符检查"; this.bRCardLetterULE.Checked = false; this.bRCardLetterULE.EditType = UserControl.EditTypes.String; this.bRCardLetterULE.Location = new System.Drawing.Point(346, 46); this.bRCardLetterULE.MaxLength = 40; this.bRCardLetterULE.Multiline = false; this.bRCardLetterULE.Name = "bRCardLetterULE"; this.bRCardLetterULE.PasswordChar = '\0'; this.bRCardLetterULE.ReadOnly = false; this.bRCardLetterULE.ShowCheckBox = true; this.bRCardLetterULE.Size = new System.Drawing.Size(339, 24); this.bRCardLetterULE.TabIndex = 24; this.bRCardLetterULE.TabNext = false; this.bRCardLetterULE.Value = ""; this.bRCardLetterULE.WidthType = UserControl.WidthTypes.Normal; this.bRCardLetterULE.XAlign = 525; // // bRCardLenULE // this.bRCardLenULE.AllowEditOnlyChecked = true; this.bRCardLenULE.Caption = "产品序列号长度检查"; this.bRCardLenULE.Checked = false; this.bRCardLenULE.EditType = UserControl.EditTypes.Integer; this.bRCardLenULE.Location = new System.Drawing.Point(16, 48); this.bRCardLenULE.MaxLength = 40; this.bRCardLenULE.Multiline = false; this.bRCardLenULE.Name = "bRCardLenULE"; this.bRCardLenULE.PasswordChar = '\0'; this.bRCardLenULE.ReadOnly = false; this.bRCardLenULE.ShowCheckBox = true; this.bRCardLenULE.Size = new System.Drawing.Size(324, 24); this.bRCardLenULE.TabIndex = 23; this.bRCardLenULE.TabNext = false; this.bRCardLenULE.Value = ""; this.bRCardLenULE.WidthType = UserControl.WidthTypes.Normal; this.bRCardLenULE.XAlign = 180; // // chkNeedMemo // this.chkNeedMemo.Location = new System.Drawing.Point(648, 16); this.chkNeedMemo.Name = "chkNeedMemo"; this.chkNeedMemo.Size = new System.Drawing.Size(104, 24); this.chkNeedMemo.TabIndex = 13; this.chkNeedMemo.Text = "备注"; // // bntLock // this.bntLock.BackColor = System.Drawing.SystemColors.Control; this.bntLock.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bntLock.BackgroundImage"))); this.bntLock.ButtonType = UserControl.ButtonTypes.None; this.bntLock.Caption = "锁定"; this.bntLock.Cursor = System.Windows.Forms.Cursors.Hand; this.bntLock.Location = new System.Drawing.Point(552, 16); this.bntLock.Name = "bntLock"; this.bntLock.Size = new System.Drawing.Size(88, 22); this.bntLock.TabIndex = 12; this.bntLock.TabStop = false; this.bntLock.Click += new System.EventHandler(this.bntLock_Click); // // panel2 // this.panel2.Controls.Add(this.ucBtnExit); this.panel2.Controls.Add(this.txtSumNum); this.panel2.Controls.Add(this.txtRCard); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 444); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(752, 49); this.panel2.TabIndex = 10; // // ucBtnExit // this.ucBtnExit.BackColor = System.Drawing.SystemColors.Control; this.ucBtnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnExit.BackgroundImage"))); this.ucBtnExit.ButtonType = UserControl.ButtonTypes.Exit; this.ucBtnExit.Caption = "退出"; this.ucBtnExit.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnExit.Location = new System.Drawing.Point(597, 16); this.ucBtnExit.Name = "ucBtnExit"; this.ucBtnExit.Size = new System.Drawing.Size(88, 22); this.ucBtnExit.TabIndex = 5; // // txtSumNum // this.txtSumNum.AllowEditOnlyChecked = true; this.txtSumNum.Caption = "已采集数量"; this.txtSumNum.Checked = false; this.txtSumNum.EditType = UserControl.EditTypes.String; this.txtSumNum.Location = new System.Drawing.Point(335, 16); this.txtSumNum.MaxLength = 40; this.txtSumNum.Multiline = false; this.txtSumNum.Name = "txtSumNum"; this.txtSumNum.PasswordChar = '\0'; this.txtSumNum.ReadOnly = true; this.txtSumNum.ShowCheckBox = false; this.txtSumNum.Size = new System.Drawing.Size(247, 24); this.txtSumNum.TabIndex = 3; this.txtSumNum.TabNext = false; this.txtSumNum.Value = "0"; this.txtSumNum.WidthType = UserControl.WidthTypes.Normal; this.txtSumNum.XAlign = 423; // // txtRCard // this.txtRCard.AllowEditOnlyChecked = true; this.txtRCard.Caption = "输入框"; this.txtRCard.Checked = false; this.txtRCard.EditType = UserControl.EditTypes.String; this.txtRCard.Location = new System.Drawing.Point(31, 16); this.txtRCard.MaxLength = 40; this.txtRCard.Multiline = false; this.txtRCard.Name = "txtRCard"; this.txtRCard.PasswordChar = '\0'; this.txtRCard.ReadOnly = false; this.txtRCard.ShowCheckBox = false; this.txtRCard.Size = new System.Drawing.Size(299, 24); this.txtRCard.TabIndex = 2; this.txtRCard.TabNext = false; this.txtRCard.Value = ""; this.txtRCard.WidthType = UserControl.WidthTypes.Long; this.txtRCard.XAlign = 90; this.txtRCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRCard_TxtboxKeyPress); // // panel3 // this.panel3.Controls.Add(this.grdMoList); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(0, 80); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(752, 208); this.panel3.TabIndex = 11; // // grdMoList // this.grdMoList.Cursor = System.Windows.Forms.Cursors.Default; this.grdMoList.DataSource = this.dsMo.MultiMo; this.grdMoList.Dock = System.Windows.Forms.DockStyle.Fill; this.grdMoList.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.grdMoList.Location = new System.Drawing.Point(0, 0); this.grdMoList.Name = "grdMoList"; this.grdMoList.Size = new System.Drawing.Size(752, 208); this.grdMoList.TabIndex = 12; // // ucMessage // this.ucMessage.BackColor = System.Drawing.Color.Gainsboro; this.ucMessage.ButtonVisible = false; this.ucMessage.Dock = System.Windows.Forms.DockStyle.Fill; this.ucMessage.Location = new System.Drawing.Point(0, 0); this.ucMessage.Name = "ucMessage"; this.ucMessage.Size = new System.Drawing.Size(752, 156); this.ucMessage.TabIndex = 3; // // panel4 // this.panel4.Controls.Add(this.ucMessage); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(0, 288); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(752, 156); this.panel4.TabIndex = 12; // // FMultiGoMO // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(752, 493); this.Controls.Add(this.panel4); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.ImeMode = System.Windows.Forms.ImeMode.On; this.Name = "FMultiGoMO"; this.Text = "多工单归属"; this.Closed += new System.EventHandler(this.FMultiGoMO_Closed); ((System.ComponentModel.ISupportInitialize)(this.dsMo)).EndInit(); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdMoList)).EndInit(); this.panel4.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FTSErrorCodeSelect)); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.ucLabEditProduct = new UserControl.UCLabelEdit(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.ucButtonSave = new UserControl.UCButton(); this.ucButtonExit = new UserControl.UCButton(); this.errorCodeSelect = new UserControl.UCErrorCodeSelect(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Controls.Add(this.ucLabEditProduct); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.groupBox2.Location = new System.Drawing.Point(0, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(536, 48); this.groupBox2.TabIndex = 166; this.groupBox2.TabStop = false; this.groupBox2.Text = "产品信息"; // // ucLabEditProduct // this.ucLabEditProduct.AllowEditOnlyChecked = true; this.ucLabEditProduct.Caption = "产品序列号"; this.ucLabEditProduct.Checked = false; this.ucLabEditProduct.EditType = UserControl.EditTypes.String; this.ucLabEditProduct.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.ucLabEditProduct.Location = new System.Drawing.Point(16, 16); this.ucLabEditProduct.MaxLength = 40; this.ucLabEditProduct.Multiline = false; this.ucLabEditProduct.Name = "ucLabEditProduct"; this.ucLabEditProduct.PasswordChar = '\0'; this.ucLabEditProduct.ReadOnly = true; this.ucLabEditProduct.ShowCheckBox = false; this.ucLabEditProduct.Size = new System.Drawing.Size(274, 24); this.ucLabEditProduct.TabIndex = 0; this.ucLabEditProduct.TabNext = true; this.ucLabEditProduct.Value = ""; this.ucLabEditProduct.WidthType = UserControl.WidthTypes.Long; this.ucLabEditProduct.XAlign = 90; // // groupBox1 // this.groupBox1.Controls.Add(this.ucButtonSave); this.groupBox1.Controls.Add(this.ucButtonExit); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox1.Location = new System.Drawing.Point(0, 446); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(536, 56); this.groupBox1.TabIndex = 293; this.groupBox1.TabStop = false; // // ucButtonSave // this.ucButtonSave.BackColor = System.Drawing.SystemColors.Control; this.ucButtonSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButtonSave.BackgroundImage"))); this.ucButtonSave.ButtonType = UserControl.ButtonTypes.Save; this.ucButtonSave.Caption = "保存"; this.ucButtonSave.Cursor = System.Windows.Forms.Cursors.Hand; this.ucButtonSave.Location = new System.Drawing.Point(144, 16); this.ucButtonSave.Name = "ucButtonSave"; this.ucButtonSave.Size = new System.Drawing.Size(88, 22); this.ucButtonSave.TabIndex = 11; this.ucButtonSave.Click += new System.EventHandler(this.ucButtonSave_Click); // // ucButtonExit // this.ucButtonExit.BackColor = System.Drawing.SystemColors.Control; this.ucButtonExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButtonExit.BackgroundImage"))); this.ucButtonExit.ButtonType = UserControl.ButtonTypes.Exit; this.ucButtonExit.Caption = "退出"; this.ucButtonExit.Cursor = System.Windows.Forms.Cursors.Hand; this.ucButtonExit.Location = new System.Drawing.Point(280, 16); this.ucButtonExit.Name = "ucButtonExit"; this.ucButtonExit.Size = new System.Drawing.Size(88, 22); this.ucButtonExit.TabIndex = 9; this.ucButtonExit.Click += new System.EventHandler(this.ucButtonExit_Click); // // errorCodeSelect // this.errorCodeSelect.AddButtonTop = 101; this.errorCodeSelect.Dock = System.Windows.Forms.DockStyle.Fill; this.errorCodeSelect.Location = new System.Drawing.Point(0, 48); this.errorCodeSelect.Name = "errorCodeSelect"; this.errorCodeSelect.RemoveButtonTop = 189; this.errorCodeSelect.Size = new System.Drawing.Size(536, 398); this.errorCodeSelect.TabIndex = 294; this.errorCodeSelect.SelectedIndexChanged += new System.EventHandler(this.errorCodeSelect_SelectedIndexChanged); // // FTSErrorCodeSelect // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.ClientSize = new System.Drawing.Size(536, 502); this.Controls.Add(this.errorCodeSelect); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FTSErrorCodeSelect"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "不良信息编辑"; this.groupBox2.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FCollectionIDMerge_OutLine)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.chkUndo = new System.Windows.Forms.CheckBox(); this.txtIDMergeValue = new System.Windows.Forms.TextBox(); this.lblSplit = new System.Windows.Forms.Label(); this.ucBtnCancel = new UserControl.UCButton(); this.ucLERunningCard = new UserControl.UCLabelEdit(); this.ucBtnExit = new UserControl.UCButton(); this.ucBtnOK = new UserControl.UCButton(); this.ucButton1 = new UserControl.UCButton(); this.ucButton2 = new UserControl.UCButton(); this.ucBtnRecede = new UserControl.UCButton(); this.panel1 = new System.Windows.Forms.Panel(); this.txtMoCode = new UserControl.UCLabelEdit(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.bCardTransLenULE = new UserControl.UCLabelEdit(); this.aCardTransLenULE = new UserControl.UCLabelEdit(); this.aCardTransLetterULE = new UserControl.UCLabelEdit(); this.bCardTransLetterULE = new UserControl.UCLabelEdit(); this.splitter1 = new System.Windows.Forms.Splitter(); this.ucMessage = new UserControl.UCMessage(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.chkUndo); this.groupBox1.Controls.Add(this.txtIDMergeValue); this.groupBox1.Controls.Add(this.lblSplit); this.groupBox1.Controls.Add(this.ucBtnCancel); this.groupBox1.Controls.Add(this.ucLERunningCard); this.groupBox1.Controls.Add(this.ucBtnExit); this.groupBox1.Controls.Add(this.ucBtnOK); this.groupBox1.Controls.Add(this.ucButton1); this.groupBox1.Controls.Add(this.ucButton2); this.groupBox1.Controls.Add(this.ucBtnRecede); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox1.Location = new System.Drawing.Point(0, 526); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(814, 97); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; // // chkUndo // this.chkUndo.Location = new System.Drawing.Point(668, 54); this.chkUndo.Name = "chkUndo"; this.chkUndo.Size = new System.Drawing.Size(104, 24); this.chkUndo.TabIndex = 21; this.chkUndo.Text = "更改转换结果"; this.chkUndo.Visible = false; // // txtIDMergeValue // this.txtIDMergeValue.Location = new System.Drawing.Point(464, 23); this.txtIDMergeValue.Name = "txtIDMergeValue"; this.txtIDMergeValue.Size = new System.Drawing.Size(154, 21); this.txtIDMergeValue.TabIndex = 20; // // lblSplit // this.lblSplit.AutoSize = true; this.lblSplit.Location = new System.Drawing.Point(395, 29); this.lblSplit.Name = "lblSplit"; this.lblSplit.Size = new System.Drawing.Size(53, 12); this.lblSplit.TabIndex = 19; this.lblSplit.Text = "分版比例"; // // ucBtnCancel // this.ucBtnCancel.BackColor = System.Drawing.SystemColors.Control; this.ucBtnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnCancel.BackgroundImage"))); this.ucBtnCancel.ButtonType = UserControl.ButtonTypes.Cancle; this.ucBtnCancel.Caption = "取消"; this.ucBtnCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnCancel.Location = new System.Drawing.Point(248, 56); this.ucBtnCancel.Name = "ucBtnCancel"; this.ucBtnCancel.Size = new System.Drawing.Size(88, 22); this.ucBtnCancel.TabIndex = 2; this.ucBtnCancel.Click += new System.EventHandler(this.ucBtnCancel_Click); // // ucLERunningCard // this.ucLERunningCard.AllowEditOnlyChecked = true; this.ucLERunningCard.AutoSelectAll = false; this.ucLERunningCard.AutoUpper = true; this.ucLERunningCard.Caption = "输入框"; this.ucLERunningCard.Checked = false; this.ucLERunningCard.EditType = UserControl.EditTypes.String; this.ucLERunningCard.Location = new System.Drawing.Point(24, 22); this.ucLERunningCard.MaxLength = 40; this.ucLERunningCard.Multiline = false; this.ucLERunningCard.Name = "ucLERunningCard"; this.ucLERunningCard.PasswordChar = '\0'; this.ucLERunningCard.ReadOnly = false; this.ucLERunningCard.ShowCheckBox = false; this.ucLERunningCard.Size = new System.Drawing.Size(249, 24); this.ucLERunningCard.TabIndex = 1; this.ucLERunningCard.TabNext = false; this.ucLERunningCard.Value = ""; this.ucLERunningCard.WidthType = UserControl.WidthTypes.Long; this.ucLERunningCard.XAlign = 73; this.ucLERunningCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucLERunningCard_TxtboxKeyPress); // // ucBtnExit // this.ucBtnExit.BackColor = System.Drawing.SystemColors.Control; this.ucBtnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnExit.BackgroundImage"))); this.ucBtnExit.ButtonType = UserControl.ButtonTypes.Exit; this.ucBtnExit.Caption = "退出"; this.ucBtnExit.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnExit.Location = new System.Drawing.Point(508, 56); this.ucBtnExit.Name = "ucBtnExit"; this.ucBtnExit.Size = new System.Drawing.Size(88, 22); this.ucBtnExit.TabIndex = 4; // // ucBtnOK // this.ucBtnOK.BackColor = System.Drawing.SystemColors.Control; this.ucBtnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnOK.BackgroundImage"))); this.ucBtnOK.ButtonType = UserControl.ButtonTypes.Confirm; this.ucBtnOK.Caption = "确认"; this.ucBtnOK.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnOK.Location = new System.Drawing.Point(120, 56); this.ucBtnOK.Name = "ucBtnOK"; this.ucBtnOK.Size = new System.Drawing.Size(88, 22); this.ucBtnOK.TabIndex = 1; this.ucBtnOK.Click += new System.EventHandler(this.ucBtnOK_Click); // // ucButton1 // this.ucButton1.BackColor = System.Drawing.SystemColors.Control; this.ucButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButton1.BackgroundImage"))); this.ucButton1.ButtonType = UserControl.ButtonTypes.Confirm; this.ucButton1.Caption = "确认"; this.ucButton1.Cursor = System.Windows.Forms.Cursors.Hand; this.ucButton1.Location = new System.Drawing.Point(120, 56); this.ucButton1.Name = "ucButton1"; this.ucButton1.Size = new System.Drawing.Size(88, 22); this.ucButton1.TabIndex = 1; // // ucButton2 // this.ucButton2.BackColor = System.Drawing.SystemColors.Control; this.ucButton2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButton2.BackgroundImage"))); this.ucButton2.ButtonType = UserControl.ButtonTypes.Cancle; this.ucButton2.Caption = "取消"; this.ucButton2.Cursor = System.Windows.Forms.Cursors.Hand; this.ucButton2.Location = new System.Drawing.Point(248, 56); this.ucButton2.Name = "ucButton2"; this.ucButton2.Size = new System.Drawing.Size(88, 22); this.ucButton2.TabIndex = 2; // // ucBtnRecede // this.ucBtnRecede.BackColor = System.Drawing.SystemColors.Control; this.ucBtnRecede.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnRecede.BackgroundImage"))); this.ucBtnRecede.ButtonType = UserControl.ButtonTypes.Change; this.ucBtnRecede.Caption = "更正"; this.ucBtnRecede.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnRecede.Location = new System.Drawing.Point(384, 56); this.ucBtnRecede.Name = "ucBtnRecede"; this.ucBtnRecede.Size = new System.Drawing.Size(88, 22); this.ucBtnRecede.TabIndex = 3; this.ucBtnRecede.Click += new System.EventHandler(this.ucBtnRecede_Click); // // panel1 // this.panel1.Controls.Add(this.txtMoCode); this.panel1.Controls.Add(this.groupBox2); this.panel1.Controls.Add(this.splitter1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(814, 112); this.panel1.TabIndex = 1; // // txtMoCode // this.txtMoCode.AllowEditOnlyChecked = true; this.txtMoCode.AutoSelectAll = false; this.txtMoCode.AutoUpper = true; this.txtMoCode.Caption = "工单代码"; this.txtMoCode.Checked = false; this.txtMoCode.EditType = UserControl.EditTypes.String; this.txtMoCode.Location = new System.Drawing.Point(24, 12); this.txtMoCode.MaxLength = 40; this.txtMoCode.Multiline = false; this.txtMoCode.Name = "txtMoCode"; this.txtMoCode.PasswordChar = '\0'; this.txtMoCode.ReadOnly = false; this.txtMoCode.ShowCheckBox = true; this.txtMoCode.Size = new System.Drawing.Size(210, 24); this.txtMoCode.TabIndex = 0; this.txtMoCode.TabNext = false; this.txtMoCode.Value = ""; this.txtMoCode.WidthType = UserControl.WidthTypes.Normal; this.txtMoCode.XAlign = 101; this.txtMoCode.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMoCode_KeyPress); // // groupBox2 // this.groupBox2.Controls.Add(this.bCardTransLenULE); this.groupBox2.Controls.Add(this.aCardTransLenULE); this.groupBox2.Controls.Add(this.aCardTransLetterULE); this.groupBox2.Controls.Add(this.bCardTransLetterULE); this.groupBox2.Location = new System.Drawing.Point(24, 32); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(713, 72); this.groupBox2.TabIndex = 14; this.groupBox2.TabStop = false; // // bCardTransLenULE // this.bCardTransLenULE.AllowEditOnlyChecked = true; this.bCardTransLenULE.AutoSelectAll = false; this.bCardTransLenULE.AutoUpper = true; this.bCardTransLenULE.Caption = "转换前序列号长度"; this.bCardTransLenULE.Checked = false; this.bCardTransLenULE.EditType = UserControl.EditTypes.String; this.bCardTransLenULE.Location = new System.Drawing.Point(42, 16); this.bCardTransLenULE.MaxLength = 40; this.bCardTransLenULE.Multiline = false; this.bCardTransLenULE.Name = "bCardTransLenULE"; this.bCardTransLenULE.PasswordChar = '\0'; this.bCardTransLenULE.ReadOnly = false; this.bCardTransLenULE.ShowCheckBox = true; this.bCardTransLenULE.Size = new System.Drawing.Size(258, 24); this.bCardTransLenULE.TabIndex = 22; this.bCardTransLenULE.TabNext = false; this.bCardTransLenULE.Value = ""; this.bCardTransLenULE.WidthType = UserControl.WidthTypes.Normal; this.bCardTransLenULE.XAlign = 167; // // aCardTransLenULE // this.aCardTransLenULE.AllowEditOnlyChecked = true; this.aCardTransLenULE.AutoSelectAll = false; this.aCardTransLenULE.AutoUpper = true; this.aCardTransLenULE.Caption = "转换后序列号长度"; this.aCardTransLenULE.Checked = false; this.aCardTransLenULE.EditType = UserControl.EditTypes.String; this.aCardTransLenULE.Location = new System.Drawing.Point(42, 40); this.aCardTransLenULE.MaxLength = 40; this.aCardTransLenULE.Multiline = false; this.aCardTransLenULE.Name = "aCardTransLenULE"; this.aCardTransLenULE.PasswordChar = '\0'; this.aCardTransLenULE.ReadOnly = false; this.aCardTransLenULE.ShowCheckBox = true; this.aCardTransLenULE.Size = new System.Drawing.Size(258, 24); this.aCardTransLenULE.TabIndex = 21; this.aCardTransLenULE.TabNext = false; this.aCardTransLenULE.Value = ""; this.aCardTransLenULE.WidthType = UserControl.WidthTypes.Normal; this.aCardTransLenULE.XAlign = 167; // // aCardTransLetterULE // this.aCardTransLetterULE.AllowEditOnlyChecked = true; this.aCardTransLetterULE.AutoSelectAll = false; this.aCardTransLetterULE.AutoUpper = true; this.aCardTransLetterULE.Caption = "转换后序列号首字符串"; this.aCardTransLetterULE.Checked = false; this.aCardTransLetterULE.EditType = UserControl.EditTypes.String; this.aCardTransLetterULE.Location = new System.Drawing.Point(383, 40); this.aCardTransLetterULE.MaxLength = 40; this.aCardTransLetterULE.Multiline = false; this.aCardTransLetterULE.Name = "aCardTransLetterULE"; this.aCardTransLetterULE.PasswordChar = '\0'; this.aCardTransLetterULE.ReadOnly = false; this.aCardTransLetterULE.ShowCheckBox = true; this.aCardTransLetterULE.Size = new System.Drawing.Size(282, 24); this.aCardTransLetterULE.TabIndex = 20; this.aCardTransLetterULE.TabNext = false; this.aCardTransLetterULE.Value = ""; this.aCardTransLetterULE.WidthType = UserControl.WidthTypes.Normal; this.aCardTransLetterULE.XAlign = 532; this.aCardTransLetterULE.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.aCardTransLetterULE_TxtboxKeyPress); // // bCardTransLetterULE // this.bCardTransLetterULE.AllowEditOnlyChecked = true; this.bCardTransLetterULE.AutoSelectAll = false; this.bCardTransLetterULE.AutoUpper = true; this.bCardTransLetterULE.Caption = "转换前序列号首字符串"; this.bCardTransLetterULE.Checked = false; this.bCardTransLetterULE.EditType = UserControl.EditTypes.String; this.bCardTransLetterULE.Location = new System.Drawing.Point(383, 16); this.bCardTransLetterULE.MaxLength = 40; this.bCardTransLetterULE.Multiline = false; this.bCardTransLetterULE.Name = "bCardTransLetterULE"; this.bCardTransLetterULE.PasswordChar = '\0'; this.bCardTransLetterULE.ReadOnly = false; this.bCardTransLetterULE.ShowCheckBox = true; this.bCardTransLetterULE.Size = new System.Drawing.Size(282, 24); this.bCardTransLetterULE.TabIndex = 19; this.bCardTransLetterULE.TabNext = false; this.bCardTransLetterULE.Value = ""; this.bCardTransLetterULE.WidthType = UserControl.WidthTypes.Normal; this.bCardTransLetterULE.XAlign = 532; // // splitter1 // this.splitter1.Location = new System.Drawing.Point(0, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(2, 112); this.splitter1.TabIndex = 13; this.splitter1.TabStop = false; // // ucMessage // this.ucMessage.BackColor = System.Drawing.Color.Gainsboro; this.ucMessage.ButtonVisible = false; this.ucMessage.Dock = System.Windows.Forms.DockStyle.Fill; this.ucMessage.Location = new System.Drawing.Point(0, 112); this.ucMessage.Name = "ucMessage"; this.ucMessage.Size = new System.Drawing.Size(814, 414); this.ucMessage.TabIndex = 2; // // FCollectionIDMerge_OutLine // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(814, 623); this.Controls.Add(this.ucMessage); this.Controls.Add(this.panel1); this.Controls.Add(this.groupBox1); this.Name = "FCollectionIDMerge_OutLine"; this.Text = "SMT分板采集"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.FCollectionIDMerge_Load); this.Closed += new System.EventHandler(this.FCollectionIDMerge_Closed); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FTSErrorEdit)); this.groupBoxItemInfoForTS = new System.Windows.Forms.GroupBox(); this.ucLabEditRunningCard = new UserControl.UCLabelEdit(); this.groupBoxDown = new System.Windows.Forms.GroupBox(); this.btnSave = new UserControl.UCButton(); this.ucButtonExit = new UserControl.UCButton(); this.panel1 = new System.Windows.Forms.Panel(); this.listViewSelected = new System.Windows.Forms.ListView(); this.listViewSelect = new System.Windows.Forms.ListView(); this.lblSelectedErrorCode = new System.Windows.Forms.Label(); this.lblUnselectedErrorCode = new System.Windows.Forms.Label(); this.ucButtonAdd = new UserControl.UCButton(); this.ucButtonRemove = new UserControl.UCButton(); this.ucLabelComboxErrorGroup = new UserControl.UCLabelCombox(); this.groupBoxItemInfoForTS.SuspendLayout(); this.groupBoxDown.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // groupBoxItemInfoForTS // this.groupBoxItemInfoForTS.Controls.Add(this.ucLabEditRunningCard); this.groupBoxItemInfoForTS.Dock = System.Windows.Forms.DockStyle.Top; this.groupBoxItemInfoForTS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBoxItemInfoForTS.Location = new System.Drawing.Point(0, 0); this.groupBoxItemInfoForTS.Name = "groupBoxItemInfoForTS"; this.groupBoxItemInfoForTS.Size = new System.Drawing.Size(514, 48); this.groupBoxItemInfoForTS.TabIndex = 165; this.groupBoxItemInfoForTS.TabStop = false; this.groupBoxItemInfoForTS.Text = "产品信息"; // // ucLabEditRunningCard // this.ucLabEditRunningCard.AllowEditOnlyChecked = true; this.ucLabEditRunningCard.AutoSelectAll = false; this.ucLabEditRunningCard.AutoUpper = true; this.ucLabEditRunningCard.Caption = "产品序列号"; this.ucLabEditRunningCard.Checked = false; this.ucLabEditRunningCard.EditType = UserControl.EditTypes.String; this.ucLabEditRunningCard.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ucLabEditRunningCard.Location = new System.Drawing.Point(17, 16); this.ucLabEditRunningCard.MaxLength = 40; this.ucLabEditRunningCard.Multiline = false; this.ucLabEditRunningCard.Name = "ucLabEditRunningCard"; this.ucLabEditRunningCard.PasswordChar = '\0'; this.ucLabEditRunningCard.ReadOnly = true; this.ucLabEditRunningCard.ShowCheckBox = false; this.ucLabEditRunningCard.Size = new System.Drawing.Size(273, 24); this.ucLabEditRunningCard.TabIndex = 0; this.ucLabEditRunningCard.TabNext = true; this.ucLabEditRunningCard.Value = ""; this.ucLabEditRunningCard.WidthType = UserControl.WidthTypes.Long; this.ucLabEditRunningCard.XAlign = 90; // // groupBoxDown // this.groupBoxDown.Controls.Add(this.btnSave); this.groupBoxDown.Controls.Add(this.ucButtonExit); this.groupBoxDown.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBoxDown.Location = new System.Drawing.Point(0, 398); this.groupBoxDown.Name = "groupBoxDown"; this.groupBoxDown.Size = new System.Drawing.Size(514, 56); this.groupBoxDown.TabIndex = 292; this.groupBoxDown.TabStop = false; // // btnSave // this.btnSave.BackColor = System.Drawing.SystemColors.Control; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.ButtonType = UserControl.ButtonTypes.Save; this.btnSave.Caption = "保存"; this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand; this.btnSave.Location = new System.Drawing.Point(144, 16); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(88, 22); this.btnSave.TabIndex = 11; this.btnSave.Click += new System.EventHandler(this.ucButtonSave_Click); // // ucButtonExit // this.ucButtonExit.BackColor = System.Drawing.SystemColors.Control; this.ucButtonExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButtonExit.BackgroundImage"))); this.ucButtonExit.ButtonType = UserControl.ButtonTypes.Exit; this.ucButtonExit.Caption = "退出"; this.ucButtonExit.Cursor = System.Windows.Forms.Cursors.Hand; this.ucButtonExit.Location = new System.Drawing.Point(280, 16); this.ucButtonExit.Name = "ucButtonExit"; this.ucButtonExit.Size = new System.Drawing.Size(88, 22); this.ucButtonExit.TabIndex = 9; // // panel1 // this.panel1.Controls.Add(this.listViewSelected); this.panel1.Controls.Add(this.listViewSelect); this.panel1.Controls.Add(this.lblSelectedErrorCode); this.panel1.Controls.Add(this.lblUnselectedErrorCode); this.panel1.Controls.Add(this.ucButtonAdd); this.panel1.Controls.Add(this.ucButtonRemove); this.panel1.Controls.Add(this.ucLabelComboxErrorGroup); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 48); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(514, 350); this.panel1.TabIndex = 293; // // listViewSelected // this.listViewSelected.LabelWrap = false; this.listViewSelected.Location = new System.Drawing.Point(312, 64); this.listViewSelected.Name = "listViewSelected"; this.listViewSelected.Size = new System.Drawing.Size(184, 280); this.listViewSelected.TabIndex = 16; this.listViewSelected.UseCompatibleStateImageBehavior = false; this.listViewSelected.View = System.Windows.Forms.View.List; this.listViewSelected.DoubleClick += new System.EventHandler(this.listViewSelected_DoubleClick); // // listViewSelect // this.listViewSelect.LabelWrap = false; this.listViewSelect.Location = new System.Drawing.Point(16, 64); this.listViewSelect.Name = "listViewSelect"; this.listViewSelect.Size = new System.Drawing.Size(184, 280); this.listViewSelect.TabIndex = 15; this.listViewSelect.UseCompatibleStateImageBehavior = false; this.listViewSelect.View = System.Windows.Forms.View.List; this.listViewSelect.DoubleClick += new System.EventHandler(this.listViewSelect_DoubleClick); // // lblSelectedErrorCode // this.lblSelectedErrorCode.AutoSize = true; this.lblSelectedErrorCode.Location = new System.Drawing.Point(309, 48); this.lblSelectedErrorCode.Name = "lblSelectedErrorCode"; this.lblSelectedErrorCode.Size = new System.Drawing.Size(77, 12); this.lblSelectedErrorCode.TabIndex = 14; this.lblSelectedErrorCode.Text = "已选不良代码"; // // lblUnselectedErrorCode // this.lblUnselectedErrorCode.AutoSize = true; this.lblUnselectedErrorCode.Location = new System.Drawing.Point(13, 48); this.lblUnselectedErrorCode.Name = "lblUnselectedErrorCode"; this.lblUnselectedErrorCode.Size = new System.Drawing.Size(77, 12); this.lblUnselectedErrorCode.TabIndex = 13; this.lblUnselectedErrorCode.Text = "待选不良代码"; // // ucButtonAdd // this.ucButtonAdd.BackColor = System.Drawing.SystemColors.Control; this.ucButtonAdd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButtonAdd.BackgroundImage"))); this.ucButtonAdd.ButtonType = UserControl.ButtonTypes.AllRight; this.ucButtonAdd.Caption = ">>"; this.ucButtonAdd.Cursor = System.Windows.Forms.Cursors.Hand; this.ucButtonAdd.Location = new System.Drawing.Point(213, 130); this.ucButtonAdd.Name = "ucButtonAdd"; this.ucButtonAdd.Size = new System.Drawing.Size(88, 22); this.ucButtonAdd.TabIndex = 10; this.ucButtonAdd.Click += new System.EventHandler(this.ucButtonAdd_Click); // // ucButtonRemove // this.ucButtonRemove.BackColor = System.Drawing.SystemColors.Control; this.ucButtonRemove.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButtonRemove.BackgroundImage"))); this.ucButtonRemove.ButtonType = UserControl.ButtonTypes.AllLeft; this.ucButtonRemove.Caption = "<<"; this.ucButtonRemove.Cursor = System.Windows.Forms.Cursors.Hand; this.ucButtonRemove.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.ucButtonRemove.Location = new System.Drawing.Point(213, 218); this.ucButtonRemove.Name = "ucButtonRemove"; this.ucButtonRemove.Size = new System.Drawing.Size(88, 22); this.ucButtonRemove.TabIndex = 11; this.ucButtonRemove.Click += new System.EventHandler(this.ucButtonRemove_Click); // // ucLabelComboxErrorGroup // this.ucLabelComboxErrorGroup.AllowEditOnlyChecked = true; this.ucLabelComboxErrorGroup.Caption = "不良代码组"; this.ucLabelComboxErrorGroup.Checked = false; this.ucLabelComboxErrorGroup.Location = new System.Drawing.Point(17, 8); this.ucLabelComboxErrorGroup.Name = "ucLabelComboxErrorGroup"; this.ucLabelComboxErrorGroup.SelectedIndex = -1; this.ucLabelComboxErrorGroup.ShowCheckBox = false; this.ucLabelComboxErrorGroup.Size = new System.Drawing.Size(273, 24); this.ucLabelComboxErrorGroup.TabIndex = 8; this.ucLabelComboxErrorGroup.WidthType = UserControl.WidthTypes.Long; this.ucLabelComboxErrorGroup.XAlign = 90; this.ucLabelComboxErrorGroup.SelectedIndexChanged += new System.EventHandler(this.ucLabelComboxErrorGroup_SelectedIndexChanged); // // FTSErrorEdit // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.Gainsboro; this.ClientSize = new System.Drawing.Size(514, 454); this.Controls.Add(this.panel1); this.Controls.Add(this.groupBoxDown); this.Controls.Add(this.groupBoxItemInfoForTS); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "FTSErrorEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "不良信息编辑"; this.Load += new System.EventHandler(this.FTSErrorEdit_Load); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FTSErrorEdit_FormClosed); this.groupBoxItemInfoForTS.ResumeLayout(false); this.groupBoxDown.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FCollectReject)); Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem(); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem(); this.panel1 = new System.Windows.Forms.Panel(); this.errorCodeSelect = new UserControl.UCErrorCodeSelect(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtMO = new UserControl.UCLabelEdit(); this.txtItem = new UserControl.UCLabelEdit(); this.cbxOutLine = new UserControl.UCLabelCombox(); this.panelButton = new System.Windows.Forms.Panel(); this.btnSave = new UserControl.UCButton(); this.txtNum = new UserControl.UCLabelEdit(); this.btnClear = new UserControl.UCButton(); this.btnOutPut = new UserControl.UCButton(); this.lstMessages = new System.Windows.Forms.ListBox(); this.txtMEMO = new UserControl.UCLabelEdit(); this.txtRunningCard = new UserControl.UCLabelEdit(); this.btnExit = new UserControl.UCButton(); this.ultraOptionSet1 = new Infragistics.Win.UltraWinEditors.UltraOptionSet(); this.ultraOptionSet2 = new Infragistics.Win.UltraWinEditors.UltraOptionSet(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panelButton.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet2)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.errorCodeSelect); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 61); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(832, 264); this.panel1.TabIndex = 163; // // errorCodeSelect // this.errorCodeSelect.AddButtonTop = 94; this.errorCodeSelect.BackColor = System.Drawing.Color.Gainsboro; this.errorCodeSelect.CanInput = true; this.errorCodeSelect.Dock = System.Windows.Forms.DockStyle.Fill; this.errorCodeSelect.Location = new System.Drawing.Point(0, 0); this.errorCodeSelect.Name = "errorCodeSelect"; this.errorCodeSelect.RemoveButtonTop = 175; this.errorCodeSelect.SelectedErrorCodeGroup = null; this.errorCodeSelect.Size = new System.Drawing.Size(832, 264); this.errorCodeSelect.TabIndex = 0; this.errorCodeSelect.EndErrorCodeInput += new System.EventHandler(this.errorCodeSelect_EndErrorCodeInput); this.errorCodeSelect.Resize += new System.EventHandler(this.errorCodeSelect_Resize); this.errorCodeSelect.SelectedIndexChanged += new System.EventHandler(this.errorCodeSelect_SelectedIndexChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.txtMO); this.groupBox1.Controls.Add(this.txtItem); this.groupBox1.Controls.Add(this.cbxOutLine); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(832, 61); this.groupBox1.TabIndex = 162; this.groupBox1.TabStop = false; this.groupBox1.Text = "产品信息"; // // txtMO // this.txtMO.AllowEditOnlyChecked = true; this.txtMO.Caption = "工单"; this.txtMO.Checked = false; this.txtMO.EditType = UserControl.EditTypes.String; this.txtMO.Location = new System.Drawing.Point(453, 22); this.txtMO.MaxLength = 40; this.txtMO.Multiline = false; this.txtMO.Name = "txtMO"; this.txtMO.PasswordChar = '\0'; this.txtMO.ReadOnly = true; this.txtMO.ShowCheckBox = false; this.txtMO.Size = new System.Drawing.Size(170, 24); this.txtMO.TabIndex = 14; this.txtMO.TabNext = true; this.txtMO.Value = ""; this.txtMO.WidthType = UserControl.WidthTypes.Normal; this.txtMO.XAlign = 490; // // txtItem // this.txtItem.AllowEditOnlyChecked = true; this.txtItem.Caption = "产品"; this.txtItem.Checked = false; this.txtItem.EditType = UserControl.EditTypes.String; this.txtItem.Location = new System.Drawing.Point(265, 22); this.txtItem.MaxLength = 40; this.txtItem.Multiline = false; this.txtItem.Name = "txtItem"; this.txtItem.PasswordChar = '\0'; this.txtItem.ReadOnly = true; this.txtItem.ShowCheckBox = false; this.txtItem.Size = new System.Drawing.Size(170, 24); this.txtItem.TabIndex = 13; this.txtItem.TabNext = true; this.txtItem.Value = ""; this.txtItem.WidthType = UserControl.WidthTypes.Normal; this.txtItem.XAlign = 302; // // cbxOutLine // this.cbxOutLine.AllowEditOnlyChecked = true; this.cbxOutLine.Caption = "线外工序"; this.cbxOutLine.Checked = false; this.cbxOutLine.Location = new System.Drawing.Point(33, 22); this.cbxOutLine.Name = "cbxOutLine"; this.cbxOutLine.SelectedIndex = -1; this.cbxOutLine.ShowCheckBox = true; this.cbxOutLine.Size = new System.Drawing.Size(210, 24); this.cbxOutLine.TabIndex = 11; this.cbxOutLine.WidthType = UserControl.WidthTypes.Normal; this.cbxOutLine.XAlign = 110; // // panelButton // this.panelButton.Controls.Add(this.btnSave); this.panelButton.Controls.Add(this.txtNum); this.panelButton.Controls.Add(this.btnClear); this.panelButton.Controls.Add(this.btnOutPut); this.panelButton.Controls.Add(this.lstMessages); this.panelButton.Controls.Add(this.txtMEMO); this.panelButton.Controls.Add(this.txtRunningCard); this.panelButton.Controls.Add(this.btnExit); this.panelButton.Controls.Add(this.ultraOptionSet1); this.panelButton.Controls.Add(this.ultraOptionSet2); this.panelButton.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelButton.Location = new System.Drawing.Point(0, 325); this.panelButton.Name = "panelButton"; this.panelButton.Size = new System.Drawing.Size(832, 208); this.panelButton.TabIndex = 160; // // btnSave // this.btnSave.BackColor = System.Drawing.SystemColors.Control; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.ButtonType = UserControl.ButtonTypes.Save; this.btnSave.Caption = "保存"; this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand; this.btnSave.Enabled = false; this.btnSave.Location = new System.Drawing.Point(500, 37); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(88, 22); this.btnSave.TabIndex = 278; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // txtNum // this.txtNum.AllowEditOnlyChecked = true; this.txtNum.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.txtNum.Caption = "批退个数"; this.txtNum.Checked = false; this.txtNum.EditType = UserControl.EditTypes.String; this.txtNum.Location = new System.Drawing.Point(686, 178); this.txtNum.MaxLength = 40; this.txtNum.Multiline = false; this.txtNum.Name = "txtNum"; this.txtNum.PasswordChar = '\0'; this.txtNum.ReadOnly = false; this.txtNum.ShowCheckBox = false; this.txtNum.Size = new System.Drawing.Size(161, 24); this.txtNum.TabIndex = 277; this.txtNum.TabNext = true; this.txtNum.Value = "0"; this.txtNum.WidthType = UserControl.WidthTypes.Small; this.txtNum.XAlign = 747; // // btnClear // this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClear.BackColor = System.Drawing.SystemColors.Control; this.btnClear.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClear.BackgroundImage"))); this.btnClear.ButtonType = UserControl.ButtonTypes.None; this.btnClear.Caption = "清空"; this.btnClear.Cursor = System.Windows.Forms.Cursors.Hand; this.btnClear.Location = new System.Drawing.Point(719, 136); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(88, 22); this.btnClear.TabIndex = 276; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // btnOutPut // this.btnOutPut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnOutPut.BackColor = System.Drawing.SystemColors.Control; this.btnOutPut.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOutPut.BackgroundImage"))); this.btnOutPut.ButtonType = UserControl.ButtonTypes.None; this.btnOutPut.Caption = "导出"; this.btnOutPut.Cursor = System.Windows.Forms.Cursors.Hand; this.btnOutPut.Location = new System.Drawing.Point(719, 106); this.btnOutPut.Name = "btnOutPut"; this.btnOutPut.Size = new System.Drawing.Size(88, 22); this.btnOutPut.TabIndex = 275; this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click); // // lstMessages // this.lstMessages.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.lstMessages.Location = new System.Drawing.Point(7, 84); this.lstMessages.Name = "lstMessages"; this.lstMessages.Size = new System.Drawing.Size(685, 108); this.lstMessages.TabIndex = 273; // // txtMEMO // this.txtMEMO.AllowEditOnlyChecked = true; this.txtMEMO.Caption = "备注"; this.txtMEMO.Checked = false; this.txtMEMO.EditType = UserControl.EditTypes.String; this.txtMEMO.Location = new System.Drawing.Point(7, 37); this.txtMEMO.MaxLength = 40; this.txtMEMO.Multiline = false; this.txtMEMO.Name = "txtMEMO"; this.txtMEMO.PasswordChar = '\0'; this.txtMEMO.ReadOnly = false; this.txtMEMO.ShowCheckBox = false; this.txtMEMO.Size = new System.Drawing.Size(237, 24); this.txtMEMO.TabIndex = 9; this.txtMEMO.TabNext = true; this.txtMEMO.Value = ""; this.txtMEMO.WidthType = UserControl.WidthTypes.Long; this.txtMEMO.XAlign = 44; // // txtRunningCard // this.txtRunningCard.AllowEditOnlyChecked = true; this.txtRunningCard.Caption = "产品序列号"; this.txtRunningCard.Checked = false; this.txtRunningCard.EditType = UserControl.EditTypes.String; this.txtRunningCard.Location = new System.Drawing.Point(265, 37); this.txtRunningCard.MaxLength = 40; this.txtRunningCard.Multiline = false; this.txtRunningCard.Name = "txtRunningCard"; this.txtRunningCard.PasswordChar = '\0'; this.txtRunningCard.ReadOnly = false; this.txtRunningCard.ShowCheckBox = false; this.txtRunningCard.Size = new System.Drawing.Size(206, 24); this.txtRunningCard.TabIndex = 7; this.txtRunningCard.TabNext = true; this.txtRunningCard.Value = ""; this.txtRunningCard.WidthType = UserControl.WidthTypes.Normal; this.txtRunningCard.XAlign = 338; this.txtRunningCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRunningCard_TxtboxKeyPress); // // btnExit // this.btnExit.BackColor = System.Drawing.SystemColors.Control; this.btnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnExit.BackgroundImage"))); this.btnExit.ButtonType = UserControl.ButtonTypes.Exit; this.btnExit.Caption = "退出"; this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand; this.btnExit.Location = new System.Drawing.Point(604, 37); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(88, 22); this.btnExit.TabIndex = 4; // // ultraOptionSet1 // appearance1.FontData.BoldAsString = "False"; this.ultraOptionSet1.Appearance = appearance1; this.ultraOptionSet1.BorderStyle = Infragistics.Win.UIElementBorderStyle.None; this.ultraOptionSet1.CheckedIndex = 0; valueListItem1.DataValue = "ValueListItem0"; valueListItem1.DisplayText = "批退"; valueListItem2.DataValue = "ValueListItem1"; valueListItem2.DisplayText = "取消批退"; this.ultraOptionSet1.Items.AddRange(new Infragistics.Win.ValueListItem[] { valueListItem1, valueListItem2 }); this.ultraOptionSet1.Location = new System.Drawing.Point(233, 8); this.ultraOptionSet1.Name = "ultraOptionSet1"; this.ultraOptionSet1.Size = new System.Drawing.Size(100, 15); this.ultraOptionSet1.TabIndex = 274; this.ultraOptionSet1.Text = "批退"; this.ultraOptionSet1.UseFlatMode = Infragistics.Win.DefaultableBoolean.True; this.ultraOptionSet1.Visible = false; // // ultraOptionSet2 // appearance3.FontData.BoldAsString = "False"; this.ultraOptionSet2.Appearance = appearance3; this.ultraOptionSet2.BorderStyle = Infragistics.Win.UIElementBorderStyle.None; this.ultraOptionSet2.CheckedIndex = 1; valueListItem3.DataValue = "ValueListItem0"; valueListItem3.DisplayText = "批号"; valueListItem4.DataValue = "ValueListItem1"; valueListItem4.DisplayText = "产品序列号"; valueListItem5.DataValue = "ValueListItem2"; valueListItem5.DisplayText = "Carton"; valueListItem6.DataValue = "ValueListItem3"; valueListItem6.DisplayText = "栈板"; this.ultraOptionSet2.Items.AddRange(new Infragistics.Win.ValueListItem[] { valueListItem3, valueListItem4, valueListItem5, valueListItem6 }); this.ultraOptionSet2.Location = new System.Drawing.Point(13, 8); this.ultraOptionSet2.Name = "ultraOptionSet2"; this.ultraOptionSet2.Size = new System.Drawing.Size(200, 15); this.ultraOptionSet2.TabIndex = 272; this.ultraOptionSet2.Text = "产品序列号"; this.ultraOptionSet2.UseFlatMode = Infragistics.Win.DefaultableBoolean.True; this.ultraOptionSet2.Visible = false; // // FCollectReject // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.ClientSize = new System.Drawing.Size(832, 533); this.Controls.Add(this.panel1); this.Controls.Add(this.groupBox1); this.Controls.Add(this.panelButton); this.Name = "FCollectReject"; this.Text = "批退采集"; this.Closed += new System.EventHandler(this.FCollectReject_Closed); this.Activated += new System.EventHandler(this.FCollectReject_Activated); this.panel1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.panelButton.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet2)).EndInit(); this.ResumeLayout(false); }