namespace Core.LgMes.Client.LgJobMgt { partial class frmMolirnleave { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); this.rbBOF03 = new System.Windows.Forms.RadioButton(); this.rbBOF02 = new System.Windows.Forms.RadioButton(); this.rbBOF01 = new System.Windows.Forms.RadioButton(); this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox(); this.btnNo = new System.Windows.Forms.Button(); this.btnOk = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); this.SuspendLayout(); // // rbBOF03 // this.rbBOF03.AutoSize = true; this.rbBOF03.Location = new System.Drawing.Point(26, 83); this.rbBOF03.Name = "rbBOF03"; this.rbBOF03.Size = new System.Drawing.Size(59, 16); this.rbBOF03.TabIndex = 15; this.rbBOF03.TabStop = true; this.rbBOF03.Tag = "BOF03"; this.rbBOF03.Text = "3#转炉"; this.rbBOF03.UseVisualStyleBackColor = true; // // rbBOF02 // this.rbBOF02.AutoSize = true; this.rbBOF02.Location = new System.Drawing.Point(26, 51); this.rbBOF02.Name = "rbBOF02"; this.rbBOF02.Size = new System.Drawing.Size(59, 16); this.rbBOF02.TabIndex = 14; this.rbBOF02.TabStop = true; this.rbBOF02.Tag = "BOF02"; this.rbBOF02.Text = "2#转炉"; this.rbBOF02.UseVisualStyleBackColor = true; // // rbBOF01 // this.rbBOF01.AutoSize = true; this.rbBOF01.Location = new System.Drawing.Point(26, 19); this.rbBOF01.Name = "rbBOF01"; this.rbBOF01.Size = new System.Drawing.Size(59, 16); this.rbBOF01.TabIndex = 13; this.rbBOF01.TabStop = true; this.rbBOF01.Tag = "BOF01"; this.rbBOF01.Text = "1#转炉"; this.rbBOF01.UseVisualStyleBackColor = true; // // ultraGroupBox2 // appearance1.BackColor = System.Drawing.Color.LightSteelBlue; this.ultraGroupBox2.Appearance = appearance1; this.ultraGroupBox2.Controls.Add(this.textBox3); this.ultraGroupBox2.Controls.Add(this.textBox2); this.ultraGroupBox2.Controls.Add(this.textBox1); this.ultraGroupBox2.Controls.Add(this.rbBOF03); this.ultraGroupBox2.Controls.Add(this.btnNo); this.ultraGroupBox2.Controls.Add(this.rbBOF02); this.ultraGroupBox2.Controls.Add(this.btnOk); this.ultraGroupBox2.Controls.Add(this.rbBOF01); this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(282, 159); this.ultraGroupBox2.TabIndex = 6; // // btnNo // this.btnNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222))))); this.btnNo.Location = new System.Drawing.Point(186, 117); this.btnNo.Name = "btnNo"; this.btnNo.Size = new System.Drawing.Size(63, 23); this.btnNo.TabIndex = 3; this.btnNo.Text = "取 消"; this.btnNo.UseVisualStyleBackColor = false; this.btnNo.Click += new System.EventHandler(this.btnNo_Click); // // btnOk // this.btnOk.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222))))); this.btnOk.Location = new System.Drawing.Point(92, 117); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(63, 23); this.btnOk.TabIndex = 2; this.btnOk.Text = "确 定"; this.btnOk.UseVisualStyleBackColor = false; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(93, 17); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(156, 21); this.textBox1.TabIndex = 16; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(93, 49); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(156, 21); this.textBox2.TabIndex = 17; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(93, 81); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(156, 21); this.textBox3.TabIndex = 18; // // frmMolirnleave // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(282, 159); this.Controls.Add(this.ultraGroupBox2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmMolirnleave"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "铁水去向"; this.Load += new System.EventHandler(this.frmMolirnleave_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); this.ultraGroupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.RadioButton rbBOF03; private System.Windows.Forms.RadioButton rbBOF02; private System.Windows.Forms.RadioButton rbBOF01; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2; private System.Windows.Forms.Button btnNo; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox1; } }