namespace Core.StlMes.Client.ZGMil.NodeResultQuery { partial class ColNoChanges { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.BtnOk = new Infragistics.Win.Misc.UltraButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.ColNoTo = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.TxtNumFrom = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.label6 = new System.Windows.Forms.Label(); this.ColNofrom = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.TxtNum3 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.TxtNum2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.TxtNum1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TxtNumFrom)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtNum3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtNum2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtNum1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.ultraGroupBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(669, 229); this.panel1.TabIndex = 0; // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.BtnOk); this.ultraGroupBox1.Controls.Add(this.groupBox1); this.ultraGroupBox1.Controls.Add(this.label3); this.ultraGroupBox1.Controls.Add(this.label2); this.ultraGroupBox1.Controls.Add(this.label1); this.ultraGroupBox1.Controls.Add(this.TxtNum3); this.ultraGroupBox1.Controls.Add(this.TxtNum2); this.ultraGroupBox1.Controls.Add(this.TxtNum1); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(669, 229); this.ultraGroupBox1.TabIndex = 0; this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // BtnOk // this.BtnOk.Font = new System.Drawing.Font("宋体", 12F); this.BtnOk.Location = new System.Drawing.Point(520, 60); this.BtnOk.Name = "BtnOk"; this.BtnOk.Size = new System.Drawing.Size(108, 87); this.BtnOk.TabIndex = 12; this.BtnOk.Text = "确认调整"; this.BtnOk.Click += new System.EventHandler(this.BtnOk_Click); // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Controls.Add(this.ColNoTo); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.TxtNumFrom); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.ColNofrom); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Location = new System.Drawing.Point(254, 11); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(224, 187); this.groupBox1.TabIndex = 6; this.groupBox1.TabStop = false; // // ColNoTo // this.ColNoTo.FormattingEnabled = true; this.ColNoTo.Location = new System.Drawing.Point(83, 139); this.ColNoTo.Name = "ColNoTo"; this.ColNoTo.Size = new System.Drawing.Size(104, 20); this.ColNoTo.TabIndex = 9; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Location = new System.Drawing.Point(14, 142); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(65, 12); this.label7.TabIndex = 8; this.label7.Text = "目标台号:"; // // TxtNumFrom // this.TxtNumFrom.Location = new System.Drawing.Point(83, 85); this.TxtNumFrom.MaskInput = "nnnn"; this.TxtNumFrom.Name = "TxtNumFrom"; this.TxtNumFrom.Size = new System.Drawing.Size(104, 21); this.TxtNumFrom.TabIndex = 8; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Location = new System.Drawing.Point(14, 90); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(65, 12); this.label6.TabIndex = 10; this.label6.Text = "调整支数:"; // // ColNofrom // this.ColNofrom.FormattingEnabled = true; this.ColNofrom.Location = new System.Drawing.Point(83, 29); this.ColNofrom.Name = "ColNofrom"; this.ColNofrom.Size = new System.Drawing.Size(104, 20); this.ColNofrom.TabIndex = 9; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Location = new System.Drawing.Point(14, 32); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 8; this.label4.Text = "来源台号:"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Location = new System.Drawing.Point(12, 153); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(101, 12); this.label3.TabIndex = 5; this.label3.Text = "3#线分配总支数:"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(12, 100); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(101, 12); this.label2.TabIndex = 4; this.label2.Text = "2#线分配总支数:"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(12, 44); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 12); this.label1.TabIndex = 3; this.label1.Text = "1#线分配总支数:"; // // TxtNum3 // this.TxtNum3.Location = new System.Drawing.Point(115, 149); this.TxtNum3.Name = "TxtNum3"; this.TxtNum3.Size = new System.Drawing.Size(105, 21); this.TxtNum3.TabIndex = 2; // // TxtNum2 // this.TxtNum2.Location = new System.Drawing.Point(115, 96); this.TxtNum2.Name = "TxtNum2"; this.TxtNum2.Size = new System.Drawing.Size(105, 21); this.TxtNum2.TabIndex = 1; // // TxtNum1 // this.TxtNum1.Location = new System.Drawing.Point(115, 40); this.TxtNum1.Name = "TxtNum1"; this.TxtNum1.Size = new System.Drawing.Size(105, 21); this.TxtNum1.TabIndex = 0; // // ColNoChanges // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(669, 229); this.Controls.Add(this.panel1); this.Name = "ColNoChanges"; this.Text = "产线调整"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ColNoChanges_FormClosed); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.TxtNumFrom)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtNum3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtNum2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TxtNum1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private System.Windows.Forms.Label label1; private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtNum3; private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtNum2; private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtNum1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox ColNofrom; private System.Windows.Forms.Label label4; private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtNumFrom; private System.Windows.Forms.ComboBox ColNoTo; private System.Windows.Forms.Label label7; private Infragistics.Win.Misc.UltraButton BtnOk; } }