namespace Core.LgMes.Client.LgJobMgt { partial class FrmProductQueryQuery { /// /// 必需的设计器变量。 /// 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() { 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.button2 = new System.Windows.Forms.Button(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox(); 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.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); this.SuspendLayout(); // // ccmNumCobo // this.ccmNumCobo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ccmNumCobo.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ccmNumCobo.FormattingEnabled = true; this.ccmNumCobo.Location = new System.Drawing.Point(63, 8); 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, 12); 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(6, 34); 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.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.combConNo.Location = new System.Drawing.Point(64, 31); 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(129, 6); this.queryBtn.Name = "queryBtn"; this.queryBtn.Size = new System.Drawing.Size(61, 23); this.queryBtn.TabIndex = 4; this.queryBtn.Text = "查询"; this.queryBtn.UseVisualStyleBackColor = true; this.queryBtn.Click += new System.EventHandler(this.queryBtn_Click); // // button2 // this.button2.Location = new System.Drawing.Point(129, 30); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(61, 23); this.button2.TabIndex = 5; this.button2.Text = "手工设置"; this.button2.UseVisualStyleBackColor = true; this.button2.Visible = false; // // checkBox3 // this.checkBox3.AutoSize = true; this.checkBox3.Location = new System.Drawing.Point(196, 8); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(84, 16); this.checkBox3.TabIndex = 6; this.checkBox3.Text = "设置坯料号"; this.checkBox3.UseVisualStyleBackColor = true; this.checkBox3.Visible = false; // // numericUpDown1 // this.numericUpDown1.BackColor = System.Drawing.Color.LightCyan; this.numericUpDown1.Location = new System.Drawing.Point(197, 28); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(38, 21); this.numericUpDown1.TabIndex = 7; this.numericUpDown1.Value = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown1.Visible = false; // // numericUpDown2 // this.numericUpDown2.BackColor = System.Drawing.Color.LightCyan; this.numericUpDown2.Location = new System.Drawing.Point(253, 28); this.numericUpDown2.Name = "numericUpDown2"; this.numericUpDown2.Size = new System.Drawing.Size(38, 21); this.numericUpDown2.TabIndex = 8; this.numericUpDown2.Value = new decimal(new int[] { 100, 0, 0, 0}); this.numericUpDown2.Visible = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(235, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(17, 12); this.label1.TabIndex = 9; this.label1.Text = "到"; this.label1.Visible = false; // // ultraGroupBox1 // this.ultraGroupBox1.BackColor = System.Drawing.Color.Gainsboro; this.ultraGroupBox1.Controls.Add(this.label1); this.ultraGroupBox1.Controls.Add(this.numericUpDown2); this.ultraGroupBox1.Controls.Add(this.numericUpDown1); this.ultraGroupBox1.Controls.Add(this.checkBox3); this.ultraGroupBox1.Controls.Add(this.button2); this.ultraGroupBox1.Controls.Add(this.queryBtn); this.ultraGroupBox1.Controls.Add(this.combConNo); this.ultraGroupBox1.Controls.Add(this.chkConNo); 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, 65); this.ultraGroupBox1.SupportThemes = false; this.ultraGroupBox1.TabIndex = 0; // // ultraGroupBox2 // this.ultraGroupBox2.BackColor = System.Drawing.Color.Gainsboro; 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, 424); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(316, 157); this.ultraGroupBox2.SupportThemes = false; this.ultraGroupBox2.TabIndex = 3; this.ultraGroupBox2.Text = "按计划多块生成切割"; this.ultraGroupBox2.Visible = false; // // button4 // this.button4.Location = new System.Drawing.Point(238, 53); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(61, 23); this.button4.TabIndex = 141; this.button4.Text = "取消"; this.button4.UseVisualStyleBackColor = true; // // button3 // this.button3.Location = new System.Drawing.Point(237, 25); 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(63, 125); 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(7, 129); 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(142, 101); 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(143, 76); 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.SystemColors.Control; 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(175, 98); this.tbxWeight.Name = "tbxWeight"; this.tbxWeight.Size = new System.Drawing.Size(48, 21); this.tbxWeight.TabIndex = 135; // // tbxThick // this.tbxThick.BackColor = System.Drawing.SystemColors.Control; 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(175, 72); this.tbxThick.Name = "tbxThick"; this.tbxThick.Size = new System.Drawing.Size(48, 21); this.tbxThick.TabIndex = 134; // // tbxWidth // this.tbxWidth.BackColor = System.Drawing.SystemColors.Control; 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(63, 98); this.tbxWidth.Name = "tbxWidth"; this.tbxWidth.Size = new System.Drawing.Size(64, 21); this.tbxWidth.TabIndex = 133; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(31, 100); 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.SystemColors.Control; 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(63, 72); this.tbxLength.Name = "tbxLength"; this.tbxLength.Size = new System.Drawing.Size(64, 21); this.tbxLength.TabIndex = 131; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(31, 77); 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.LightCyan; this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox3.Items.AddRange(new object[] { "1", "2", "3", "4"}); this.comboBox3.Location = new System.Drawing.Point(175, 24); 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, 28); 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.LightCyan; this.textBox3.Location = new System.Drawing.Point(63, 47); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(160, 21); this.textBox3.TabIndex = 127; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 51); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 126; this.label2.Text = "追加块数"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(63, 23); 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(15, 27); 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.Gainsboro; this.groupBox1.Controls.Add(this.ultraGrid2); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox1.Location = new System.Drawing.Point(0, 192); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(316, 232); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; // // ultraGrid2 // this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard; this.ultraGrid2.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex; this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True; this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 20; this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate; this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGrid2.Location = new System.Drawing.Point(3, 17); this.ultraGrid2.Name = "ultraGrid2"; this.ultraGrid2.Size = new System.Drawing.Size(310, 212); this.ultraGrid2.TabIndex = 1; this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate); // // groupBox2 // this.groupBox2.BackColor = System.Drawing.Color.Gainsboro; this.groupBox2.Controls.Add(this.ultraGrid1); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(0, 65); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(316, 127); 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, 107); this.ultraGrid1.TabIndex = 0; this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate); // // FrmProductQueryQuery // 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 = "FrmProductQueryQuery"; this.Size = new System.Drawing.Size(316, 581); this.Load += new System.EventHandler(this.FrmProductQueryQuery_Load); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); ((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(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).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 System.Windows.Forms.Button button2; private System.Windows.Forms.CheckBox checkBox3; private System.Windows.Forms.NumericUpDown numericUpDown2; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.Label label1; 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 ultraGrid2; private System.Windows.Forms.GroupBox groupBox2; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; } }