namespace Core.LgMes.Client.LgJobMgt { partial class FrmProductQuery { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); this.ccmNumCobo = new System.Windows.Forms.ComboBox(); this.chkCcmNo = new System.Windows.Forms.CheckBox(); this.chkConNo = new System.Windows.Forms.CheckBox(); this.combConNo = new System.Windows.Forms.ComboBox(); this.queryBtn = new System.Windows.Forms.Button(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.bntSend = new System.Windows.Forms.Button(); this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox(); this.dtpCutTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.label19 = new System.Windows.Forms.Label(); this.cboFlowNo = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.txtSurplusFlag = new System.Windows.Forms.TextBox(); this.txtProdorderNO = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtOrderNO = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.tbxWeight = new System.Windows.Forms.TextBox(); this.tbxThick = new System.Windows.Forms.TextBox(); this.tbxWidth = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.tbxLength = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.uGrdCutInfo = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtpCutTime)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.uGrdCutInfo)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); this.SuspendLayout(); // // ccmNumCobo // this.ccmNumCobo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ccmNumCobo.FormattingEnabled = true; this.ccmNumCobo.Location = new System.Drawing.Point(62, 14); this.ccmNumCobo.Name = "ccmNumCobo"; this.ccmNumCobo.Size = new System.Drawing.Size(62, 20); this.ccmNumCobo.TabIndex = 3; this.ccmNumCobo.ValueMemberChanged += new System.EventHandler(this.combCcmNo_ValueMemberChanged); // // chkCcmNo // this.chkCcmNo.AutoSize = true; this.chkCcmNo.Location = new System.Drawing.Point(6, 16); this.chkCcmNo.Name = "chkCcmNo"; this.chkCcmNo.Size = new System.Drawing.Size(60, 16); this.chkCcmNo.TabIndex = 0; this.chkCcmNo.Text = "铸机号"; this.chkCcmNo.UseVisualStyleBackColor = true; this.chkCcmNo.CheckedChanged += new System.EventHandler(this.chkCcmNo_CheckedChanged); // // chkConNo // this.chkConNo.AutoSize = true; this.chkConNo.Location = new System.Drawing.Point(128, 16); this.chkConNo.Name = "chkConNo"; this.chkConNo.Size = new System.Drawing.Size(60, 16); this.chkConNo.TabIndex = 2; this.chkConNo.Text = "转炉号"; this.chkConNo.UseVisualStyleBackColor = true; this.chkConNo.CheckedChanged += new System.EventHandler(this.chkConNo_CheckedChanged); // // combConNo // this.combConNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.combConNo.Location = new System.Drawing.Point(186, 14); this.combConNo.Name = "combConNo"; this.combConNo.Size = new System.Drawing.Size(62, 20); this.combConNo.TabIndex = 3; // // queryBtn // this.queryBtn.Location = new System.Drawing.Point(254, 13); this.queryBtn.Name = "queryBtn"; this.queryBtn.Size = new System.Drawing.Size(58, 23); this.queryBtn.TabIndex = 4; this.queryBtn.Text = "查询"; this.queryBtn.UseVisualStyleBackColor = true; this.queryBtn.Click += new System.EventHandler(this.queryBtn_Click); // // ultraGroupBox1 // appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.ultraGroupBox1.Appearance = appearance3; this.ultraGroupBox1.BackColorInternal = System.Drawing.Color.Gainsboro; this.ultraGroupBox1.Controls.Add(this.bntSend); this.ultraGroupBox1.Controls.Add(this.combConNo); this.ultraGroupBox1.Controls.Add(this.chkConNo); this.ultraGroupBox1.Controls.Add(this.queryBtn); this.ultraGroupBox1.Controls.Add(this.ccmNumCobo); this.ultraGroupBox1.Controls.Add(this.chkCcmNo); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(316, 50); this.ultraGroupBox1.TabIndex = 0; // // bntSend // this.bntSend.BackColor = System.Drawing.Color.LightSeaGreen; this.bntSend.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.bntSend.Location = new System.Drawing.Point(20, 39); this.bntSend.Name = "bntSend"; this.bntSend.Size = new System.Drawing.Size(104, 23); this.bntSend.TabIndex = 5; this.bntSend.Text = "发送金相指示"; this.bntSend.UseVisualStyleBackColor = false; this.bntSend.Visible = false; this.bntSend.Click += new System.EventHandler(this.bntSend_Click); // // ultraGroupBox2 // appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.ultraGroupBox2.Appearance = appearance4; this.ultraGroupBox2.BackColorInternal = System.Drawing.Color.Gainsboro; this.ultraGroupBox2.Controls.Add(this.dtpCutTime); this.ultraGroupBox2.Controls.Add(this.label19); this.ultraGroupBox2.Controls.Add(this.cboFlowNo); this.ultraGroupBox2.Controls.Add(this.label7); this.ultraGroupBox2.Controls.Add(this.label6); this.ultraGroupBox2.Controls.Add(this.txtSurplusFlag); this.ultraGroupBox2.Controls.Add(this.txtProdorderNO); this.ultraGroupBox2.Controls.Add(this.label5); this.ultraGroupBox2.Controls.Add(this.txtOrderNO); this.ultraGroupBox2.Controls.Add(this.label1); this.ultraGroupBox2.Controls.Add(this.button4); this.ultraGroupBox2.Controls.Add(this.button3); this.ultraGroupBox2.Controls.Add(this.textBox2); this.ultraGroupBox2.Controls.Add(this.label13); this.ultraGroupBox2.Controls.Add(this.label10); this.ultraGroupBox2.Controls.Add(this.label14); this.ultraGroupBox2.Controls.Add(this.tbxWeight); this.ultraGroupBox2.Controls.Add(this.tbxThick); this.ultraGroupBox2.Controls.Add(this.tbxWidth); this.ultraGroupBox2.Controls.Add(this.label12); this.ultraGroupBox2.Controls.Add(this.tbxLength); this.ultraGroupBox2.Controls.Add(this.label8); this.ultraGroupBox2.Controls.Add(this.comboBox3); this.ultraGroupBox2.Controls.Add(this.label3); this.ultraGroupBox2.Controls.Add(this.textBox3); this.ultraGroupBox2.Controls.Add(this.label2); this.ultraGroupBox2.Controls.Add(this.textBox1); this.ultraGroupBox2.Controls.Add(this.label4); this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom; this.ultraGroupBox2.Location = new System.Drawing.Point(0, 407); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(316, 174); this.ultraGroupBox2.TabIndex = 3; this.ultraGroupBox2.Text = "按计划多块生成切割"; // // dtpCutTime // this.dtpCutTime.DateTime = new System.DateTime(2008, 11, 24, 0, 0, 0, 0); this.dtpCutTime.FormatProvider = new System.Globalization.CultureInfo("en-US"); this.dtpCutTime.FormatString = "yyyy-MM-dd HH:mm:ss"; this.dtpCutTime.Location = new System.Drawing.Point(74, 145); this.dtpCutTime.MaskInput = "yyyy-mm-dd hh:mm:ss"; this.dtpCutTime.Name = "dtpCutTime"; this.dtpCutTime.Size = new System.Drawing.Size(231, 21); this.dtpCutTime.TabIndex = 283; this.dtpCutTime.Value = new System.DateTime(2008, 11, 24, 0, 0, 0, 0); // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(18, 149); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(53, 12); this.label19.TabIndex = 150; this.label19.Text = "切割时间"; // // cboFlowNo // this.cboFlowNo.BackColor = System.Drawing.Color.White; this.cboFlowNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboFlowNo.Items.AddRange(new object[] { "1", "2", "3", "4"}); this.cboFlowNo.Location = new System.Drawing.Point(257, 69); this.cboFlowNo.Name = "cboFlowNo"; this.cboFlowNo.Size = new System.Drawing.Size(48, 20); this.cboFlowNo.TabIndex = 149; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(226, 73); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(29, 12); this.label7.TabIndex = 148; this.label7.Text = "流号"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(143, 97); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(29, 12); this.label6.TabIndex = 147; this.label6.Text = "余材"; // // txtSurplusFlag // this.txtSurplusFlag.BackColor = System.Drawing.Color.White; this.txtSurplusFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtSurplusFlag.Location = new System.Drawing.Point(175, 93); this.txtSurplusFlag.Name = "txtSurplusFlag"; this.txtSurplusFlag.Size = new System.Drawing.Size(48, 21); this.txtSurplusFlag.TabIndex = 146; // // txtProdorderNO // this.txtProdorderNO.BackColor = System.Drawing.Color.White; this.txtProdorderNO.Location = new System.Drawing.Point(74, 45); this.txtProdorderNO.Name = "txtProdorderNO"; this.txtProdorderNO.ReadOnly = true; this.txtProdorderNO.Size = new System.Drawing.Size(149, 21); this.txtProdorderNO.TabIndex = 145; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 49); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 144; this.label5.Text = "生产订单号"; // // txtOrderNO // this.txtOrderNO.BackColor = System.Drawing.Color.White; this.txtOrderNO.Location = new System.Drawing.Point(74, 21); this.txtOrderNO.Name = "txtOrderNO"; this.txtOrderNO.ReadOnly = true; this.txtOrderNO.Size = new System.Drawing.Size(149, 21); this.txtOrderNO.TabIndex = 143; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(18, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 142; this.label1.Text = "订单行号"; // // button4 // this.button4.Location = new System.Drawing.Point(238, 44); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(61, 23); this.button4.TabIndex = 141; this.button4.Text = "取消"; this.button4.UseVisualStyleBackColor = true; this.button4.Visible = false; // // button3 // this.button3.Location = new System.Drawing.Point(244, 20); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(61, 23); this.button3.TabIndex = 140; this.button3.Text = "生成"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // textBox2 // this.textBox2.BackColor = System.Drawing.Color.LightCyan; this.textBox2.Location = new System.Drawing.Point(241, 153); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(64, 21); this.textBox2.TabIndex = 139; this.textBox2.Text = "1"; this.textBox2.Visible = false; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(182, 154); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(53, 12); this.label13.TabIndex = 138; this.label13.Text = "起始序号"; this.label13.Visible = false; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(226, 97); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(29, 12); this.label10.TabIndex = 137; this.label10.Text = "重量"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(226, 121); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(29, 12); this.label14.TabIndex = 136; this.label14.Text = "厚度"; // // tbxWeight // this.tbxWeight.BackColor = System.Drawing.Color.White; this.tbxWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbxWeight.Location = new System.Drawing.Point(257, 93); this.tbxWeight.Name = "tbxWeight"; this.tbxWeight.Size = new System.Drawing.Size(48, 21); this.tbxWeight.TabIndex = 135; // // tbxThick // this.tbxThick.BackColor = System.Drawing.Color.White; this.tbxThick.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbxThick.Location = new System.Drawing.Point(257, 117); this.tbxThick.Name = "tbxThick"; this.tbxThick.Size = new System.Drawing.Size(48, 21); this.tbxThick.TabIndex = 134; this.tbxThick.TextChanged += new System.EventHandler(this.tbxLength_TextChanged); // // tbxWidth // this.tbxWidth.BackColor = System.Drawing.Color.White; this.tbxWidth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbxWidth.Location = new System.Drawing.Point(175, 117); this.tbxWidth.Name = "tbxWidth"; this.tbxWidth.Size = new System.Drawing.Size(48, 21); this.tbxWidth.TabIndex = 133; this.tbxWidth.TextChanged += new System.EventHandler(this.tbxLength_TextChanged); // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(143, 121); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(29, 12); this.label12.TabIndex = 132; this.label12.Text = "宽度"; // // tbxLength // this.tbxLength.BackColor = System.Drawing.Color.White; this.tbxLength.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbxLength.Location = new System.Drawing.Point(74, 117); this.tbxLength.Name = "tbxLength"; this.tbxLength.Size = new System.Drawing.Size(64, 21); this.tbxLength.TabIndex = 131; this.tbxLength.TextChanged += new System.EventHandler(this.tbxLength_TextChanged); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(42, 121); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(29, 12); this.label8.TabIndex = 130; this.label8.Text = "长度"; // // comboBox3 // this.comboBox3.BackColor = System.Drawing.Color.White; this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox3.Items.AddRange(new object[] { "0", "1", "2", "3"}); this.comboBox3.Location = new System.Drawing.Point(175, 69); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(48, 20); this.comboBox3.TabIndex = 129; this.comboBox3.ValueMemberChanged += new System.EventHandler(this.comboBox3_ValueMemberChanged); this.comboBox3.TextChanged += new System.EventHandler(this.comboBox3_TextChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(144, 73); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 128; this.label3.Text = "铸机"; // // textBox3 // this.textBox3.BackColor = System.Drawing.Color.White; this.textBox3.Location = new System.Drawing.Point(74, 93); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(64, 21); this.textBox3.TabIndex = 127; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(18, 97); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 126; this.label2.Text = "生成块数"; // // textBox1 // this.textBox1.BackColor = System.Drawing.Color.White; this.textBox1.Location = new System.Drawing.Point(74, 69); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(64, 21); this.textBox1.TabIndex = 125; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(30, 73); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 124; this.label4.Text = "熔炼号"; // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.groupBox1.Controls.Add(this.uGrdCutInfo); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox1.Location = new System.Drawing.Point(0, 260); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(316, 147); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; // // uGrdCutInfo // appearance2.FontData.BoldAsString = "True"; this.uGrdCutInfo.DisplayLayout.Override.ActiveRowAppearance = appearance2; this.uGrdCutInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard; this.uGrdCutInfo.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex; this.uGrdCutInfo.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True; this.uGrdCutInfo.DisplayLayout.Override.RowSelectorWidth = 20; this.uGrdCutInfo.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate; this.uGrdCutInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.uGrdCutInfo.Location = new System.Drawing.Point(3, 17); this.uGrdCutInfo.Name = "uGrdCutInfo"; this.uGrdCutInfo.Size = new System.Drawing.Size(310, 127); this.uGrdCutInfo.TabIndex = 1; this.uGrdCutInfo.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate); // // groupBox2 // this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.groupBox2.Controls.Add(this.ultraGrid1); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(0, 50); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(316, 210); this.groupBox2.TabIndex = 5; this.groupBox2.TabStop = false; this.groupBox2.Text = "计划信息"; // // ultraGrid1 // this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard; this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex; this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True; this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 20; this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate; this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGrid1.Location = new System.Drawing.Point(3, 17); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(310, 190); this.ultraGrid1.TabIndex = 0; this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate); // // FrmProductQuery // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.ultraGroupBox2); this.Controls.Add(this.ultraGroupBox1); this.Name = "FrmProductQuery"; this.Size = new System.Drawing.Size(316, 581); this.Load += new System.EventHandler(this.FrmProductQuery_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); this.ultraGroupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtpCutTime)).EndInit(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.uGrdCutInfo)).EndInit(); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.CheckBox chkCcmNo; private System.Windows.Forms.ComboBox ccmNumCobo; private System.Windows.Forms.ComboBox combConNo; private System.Windows.Forms.CheckBox chkConNo; private System.Windows.Forms.Button queryBtn; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2; private System.Windows.Forms.TextBox tbxWeight; private System.Windows.Forms.TextBox tbxThick; private System.Windows.Forms.TextBox tbxWidth; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox tbxLength; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox comboBox3; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label13; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.GroupBox groupBox1; private Infragistics.Win.UltraWinGrid.UltraGrid uGrdCutInfo; private System.Windows.Forms.GroupBox groupBox2; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtSurplusFlag; private System.Windows.Forms.TextBox txtProdorderNO; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtOrderNO; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cboFlowNo; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button bntSend; private System.Windows.Forms.Label label19; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtpCutTime; } }