namespace Core.LgMes.Client.LgJobMgt { partial class frmRhsOperate { /// /// 必需的设计器变量。 /// 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() { this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.rbGBL22 = new System.Windows.Forms.RadioButton(); this.rbGBL21 = new System.Windows.Forms.RadioButton(); this.rbXDGX = new System.Windows.Forms.RadioButton(); this.rbCZ = new System.Windows.Forms.RadioButton(); this.rbJZ = new System.Windows.Forms.RadioButton(); this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox(); this.rbRH1 = new System.Windows.Forms.RadioButton(); this.rdbtnCcm4 = new System.Windows.Forms.RadioButton(); this.rdbtnCcm3 = new System.Windows.Forms.RadioButton(); this.rdbtnCcm2 = new System.Windows.Forms.RadioButton(); this.rbGBL2 = new System.Windows.Forms.RadioButton(); this.rbGBL1 = new System.Windows.Forms.RadioButton(); this.rbHB = new System.Windows.Forms.RadioButton(); this.rbQZJS = new System.Windows.Forms.RadioButton(); this.rbLZJ1 = new System.Windows.Forms.RadioButton(); this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox(); this.rbYLW = new System.Windows.Forms.RadioButton(); this.rbBGW = new System.Windows.Forms.RadioButton(); this.rbNGW = new System.Windows.Forms.RadioButton(); this.btnNo = new System.Windows.Forms.Button(); this.btnOk = new System.Windows.Forms.Button(); this.radioButton1 = new System.Windows.Forms.RadioButton(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit(); this.ultraGroupBox3.SuspendLayout(); this.SuspendLayout(); // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.rbGBL22); this.ultraGroupBox1.Controls.Add(this.rbGBL21); this.ultraGroupBox1.Controls.Add(this.rbXDGX); this.ultraGroupBox1.Controls.Add(this.rbCZ); this.ultraGroupBox1.Controls.Add(this.rbJZ); 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(283, 95); this.ultraGroupBox1.TabIndex = 0; this.ultraGroupBox1.Text = "正常执行操作"; this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000; // // rbGBL22 // this.rbGBL22.AutoSize = true; this.rbGBL22.Location = new System.Drawing.Point(151, 43); this.rbGBL22.Name = "rbGBL22"; this.rbGBL22.Size = new System.Drawing.Size(83, 16); this.rbGBL22.TabIndex = 4; this.rbGBL22.TabStop = true; this.rbGBL22.Tag = "GOLFS22"; this.rbGBL22.Text = "去2#小车位"; this.rbGBL22.UseVisualStyleBackColor = true; this.rbGBL22.Click += new System.EventHandler(this.rbJZ_Click); // // rbGBL21 // this.rbGBL21.AutoSize = true; this.rbGBL21.Location = new System.Drawing.Point(151, 21); this.rbGBL21.Name = "rbGBL21"; this.rbGBL21.Size = new System.Drawing.Size(83, 16); this.rbGBL21.TabIndex = 3; this.rbGBL21.TabStop = true; this.rbGBL21.Tag = "GOLFS21"; this.rbGBL21.Text = "去1#小车位"; this.rbGBL21.UseVisualStyleBackColor = true; this.rbGBL21.Click += new System.EventHandler(this.rbJZ_Click); // // rbXDGX // this.rbXDGX.AutoSize = true; this.rbXDGX.Location = new System.Drawing.Point(39, 65); this.rbXDGX.Name = "rbXDGX"; this.rbXDGX.Size = new System.Drawing.Size(83, 16); this.rbXDGX.TabIndex = 2; this.rbXDGX.TabStop = true; this.rbXDGX.Tag = "GONEXT"; this.rbXDGX.Text = "去下道工序"; this.rbXDGX.UseVisualStyleBackColor = true; this.rbXDGX.Click += new System.EventHandler(this.rbJZ_Click); // // rbCZ // this.rbCZ.AutoSize = true; this.rbCZ.Location = new System.Drawing.Point(39, 43); this.rbCZ.Name = "rbCZ"; this.rbCZ.Size = new System.Drawing.Size(47, 16); this.rbCZ.TabIndex = 1; this.rbCZ.TabStop = true; this.rbCZ.Tag = "OUT"; this.rbCZ.Text = "出站"; this.rbCZ.UseVisualStyleBackColor = true; this.rbCZ.Click += new System.EventHandler(this.rbJZ_Click); // // rbJZ // this.rbJZ.AutoSize = true; this.rbJZ.Location = new System.Drawing.Point(39, 21); this.rbJZ.Name = "rbJZ"; this.rbJZ.Size = new System.Drawing.Size(47, 16); this.rbJZ.TabIndex = 0; this.rbJZ.TabStop = true; this.rbJZ.Tag = "IN"; this.rbJZ.Text = "进站"; this.rbJZ.UseVisualStyleBackColor = true; this.rbJZ.Click += new System.EventHandler(this.rbJZ_Click); // // ultraGroupBox2 // this.ultraGroupBox2.Controls.Add(this.radioButton1); this.ultraGroupBox2.Controls.Add(this.rbRH1); this.ultraGroupBox2.Controls.Add(this.rdbtnCcm4); this.ultraGroupBox2.Controls.Add(this.rdbtnCcm3); this.ultraGroupBox2.Controls.Add(this.rdbtnCcm2); this.ultraGroupBox2.Controls.Add(this.rbGBL2); this.ultraGroupBox2.Controls.Add(this.rbGBL1); this.ultraGroupBox2.Controls.Add(this.rbHB); this.ultraGroupBox2.Controls.Add(this.rbQZJS); this.ultraGroupBox2.Controls.Add(this.rbLZJ1); this.ultraGroupBox2.Location = new System.Drawing.Point(0, 97); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(135, 213); this.ultraGroupBox2.TabIndex = 1; this.ultraGroupBox2.Text = "异常执行操作"; this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000; // // rbRH1 // this.rbRH1.AutoSize = true; this.rbRH1.Location = new System.Drawing.Point(25, 61); this.rbRH1.Name = "rbRH1"; this.rbRH1.Size = new System.Drawing.Size(71, 16); this.rbRH1.TabIndex = 12; this.rbRH1.TabStop = true; this.rbRH1.Tag = "GORHS1"; this.rbRH1.Text = "去1#RH炉"; this.rbRH1.UseVisualStyleBackColor = true; this.rbRH1.Click += new System.EventHandler(this.rbGBL1_Click); // // rdbtnCcm4 // this.rdbtnCcm4.AutoSize = true; this.rdbtnCcm4.Location = new System.Drawing.Point(25, 164); this.rdbtnCcm4.Name = "rdbtnCcm4"; this.rdbtnCcm4.Size = new System.Drawing.Size(83, 16); this.rdbtnCcm4.TabIndex = 11; this.rdbtnCcm4.TabStop = true; this.rdbtnCcm4.Tag = "GOCCM4"; this.rdbtnCcm4.Text = "去4#连铸机"; this.rdbtnCcm4.UseVisualStyleBackColor = true; this.rdbtnCcm4.Visible = false; this.rdbtnCcm4.Click += new System.EventHandler(this.rbGBL1_Click); // // rdbtnCcm3 // this.rdbtnCcm3.AutoSize = true; this.rdbtnCcm3.Location = new System.Drawing.Point(25, 141); this.rdbtnCcm3.Name = "rdbtnCcm3"; this.rdbtnCcm3.Size = new System.Drawing.Size(83, 16); this.rdbtnCcm3.TabIndex = 10; this.rdbtnCcm3.TabStop = true; this.rdbtnCcm3.Tag = "GOCCM3"; this.rdbtnCcm3.Text = "去3#连铸机"; this.rdbtnCcm3.UseVisualStyleBackColor = true; this.rdbtnCcm3.Click += new System.EventHandler(this.rbGBL1_Click); // // rdbtnCcm2 // this.rdbtnCcm2.AutoSize = true; this.rdbtnCcm2.Location = new System.Drawing.Point(25, 121); this.rdbtnCcm2.Name = "rdbtnCcm2"; this.rdbtnCcm2.Size = new System.Drawing.Size(83, 16); this.rdbtnCcm2.TabIndex = 9; this.rdbtnCcm2.TabStop = true; this.rdbtnCcm2.Tag = "GOCCM2"; this.rdbtnCcm2.Text = "去2#连铸机"; this.rdbtnCcm2.UseVisualStyleBackColor = true; this.rdbtnCcm2.Click += new System.EventHandler(this.rbGBL1_Click); // // rbGBL2 // this.rbGBL2.AutoSize = true; this.rbGBL2.Location = new System.Drawing.Point(25, 41); this.rbGBL2.Name = "rbGBL2"; this.rbGBL2.Size = new System.Drawing.Size(83, 16); this.rbGBL2.TabIndex = 8; this.rbGBL2.TabStop = true; this.rbGBL2.Tag = "GOLFS2"; this.rbGBL2.Text = "去2#精炼炉"; this.rbGBL2.UseVisualStyleBackColor = true; this.rbGBL2.Click += new System.EventHandler(this.rbGBL1_Click); // // rbGBL1 // this.rbGBL1.AutoSize = true; this.rbGBL1.Location = new System.Drawing.Point(25, 21); this.rbGBL1.Name = "rbGBL1"; this.rbGBL1.Size = new System.Drawing.Size(83, 16); this.rbGBL1.TabIndex = 7; this.rbGBL1.TabStop = true; this.rbGBL1.Tag = "GOLFS1"; this.rbGBL1.Text = "去1#精炼炉"; this.rbGBL1.UseVisualStyleBackColor = true; this.rbGBL1.Click += new System.EventHandler(this.rbGBL1_Click); // // rbHB // this.rbHB.AutoSize = true; this.rbHB.Location = new System.Drawing.Point(25, 161); this.rbHB.Name = "rbHB"; this.rbHB.Size = new System.Drawing.Size(95, 16); this.rbHB.TabIndex = 6; this.rbHB.TabStop = true; this.rbHB.Tag = "REPLACE"; this.rbHB.Text = "钢包位置换包"; this.rbHB.UseVisualStyleBackColor = true; this.rbHB.Click += new System.EventHandler(this.rbGBL1_Click); // // rbQZJS // this.rbQZJS.AutoSize = true; this.rbQZJS.Location = new System.Drawing.Point(25, 181); this.rbQZJS.Name = "rbQZJS"; this.rbQZJS.Size = new System.Drawing.Size(95, 16); this.rbQZJS.TabIndex = 5; this.rbQZJS.TabStop = true; this.rbQZJS.Tag = "OVER"; this.rbQZJS.Text = "任务强制结束"; this.rbQZJS.UseVisualStyleBackColor = true; this.rbQZJS.Click += new System.EventHandler(this.rbGBL1_Click); // // rbLZJ1 // this.rbLZJ1.AutoSize = true; this.rbLZJ1.Location = new System.Drawing.Point(25, 101); this.rbLZJ1.Name = "rbLZJ1"; this.rbLZJ1.Size = new System.Drawing.Size(83, 16); this.rbLZJ1.TabIndex = 4; this.rbLZJ1.TabStop = true; this.rbLZJ1.Tag = "GOCCM1"; this.rbLZJ1.Text = "去1#连铸机"; this.rbLZJ1.UseVisualStyleBackColor = true; this.rbLZJ1.Click += new System.EventHandler(this.rbGBL1_Click); // // ultraGroupBox3 // this.ultraGroupBox3.Controls.Add(this.rbYLW); this.ultraGroupBox3.Controls.Add(this.rbBGW); this.ultraGroupBox3.Controls.Add(this.rbNGW); this.ultraGroupBox3.Location = new System.Drawing.Point(142, 97); this.ultraGroupBox3.Name = "ultraGroupBox3"; this.ultraGroupBox3.Size = new System.Drawing.Size(137, 142); this.ultraGroupBox3.TabIndex = 2; this.ultraGroupBox3.Text = "工位切换"; this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000; // // rbYLW // this.rbYLW.AutoSize = true; this.rbYLW.Location = new System.Drawing.Point(20, 110); this.rbYLW.Name = "rbYLW"; this.rbYLW.Size = new System.Drawing.Size(95, 16); this.rbYLW.TabIndex = 7; this.rbYLW.TabStop = true; this.rbYLW.Tag = "3"; this.rbYLW.Text = "切换到处理位"; this.rbYLW.UseVisualStyleBackColor = true; this.rbYLW.Click += new System.EventHandler(this.rbBGW_Click); // // rbBGW // this.rbBGW.AutoSize = true; this.rbBGW.Location = new System.Drawing.Point(20, 71); this.rbBGW.Name = "rbBGW"; this.rbBGW.Size = new System.Drawing.Size(107, 16); this.rbBGW.TabIndex = 6; this.rbBGW.TabStop = true; this.rbBGW.Tag = "2"; this.rbBGW.Text = "切换到2#小车位"; this.rbBGW.UseVisualStyleBackColor = true; this.rbBGW.Click += new System.EventHandler(this.rbBGW_Click); // // rbNGW // this.rbNGW.AutoSize = true; this.rbNGW.Location = new System.Drawing.Point(20, 34); this.rbNGW.Name = "rbNGW"; this.rbNGW.Size = new System.Drawing.Size(107, 16); this.rbNGW.TabIndex = 5; this.rbNGW.TabStop = true; this.rbNGW.Tag = "1"; this.rbNGW.Text = "切换到1#小车位"; this.rbNGW.UseVisualStyleBackColor = true; this.rbNGW.Click += new System.EventHandler(this.rbBGW_Click); // // btnNo // this.btnNo.Location = new System.Drawing.Point(177, 285); this.btnNo.Name = "btnNo"; this.btnNo.Size = new System.Drawing.Size(75, 25); this.btnNo.TabIndex = 12; this.btnNo.Text = "取消"; this.btnNo.UseVisualStyleBackColor = false; this.btnNo.Click += new System.EventHandler(this.btnNo_Click); // // btnOk // this.btnOk.Location = new System.Drawing.Point(177, 248); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 25); this.btnOk.TabIndex = 11; this.btnOk.Text = "确定"; this.btnOk.UseVisualStyleBackColor = false; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Location = new System.Drawing.Point(25, 81); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(71, 16); this.radioButton1.TabIndex = 13; this.radioButton1.TabStop = true; this.radioButton1.Tag = "GOVDS1"; this.radioButton1.Text = "去1#VD炉"; this.radioButton1.UseVisualStyleBackColor = true; // // frmRhsOperate // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.ClientSize = new System.Drawing.Size(283, 323); this.Controls.Add(this.btnNo); this.Controls.Add(this.btnOk); this.Controls.Add(this.ultraGroupBox3); this.Controls.Add(this.ultraGroupBox2); this.Controls.Add(this.ultraGroupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmRhsOperate"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "RH炉工序操作"; this.Load += new System.EventHandler(this.frmRhsOperate_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.ultraGroupBox3)).EndInit(); this.ultraGroupBox3.ResumeLayout(false); this.ultraGroupBox3.PerformLayout(); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private System.Windows.Forms.RadioButton rbXDGX; private System.Windows.Forms.RadioButton rbCZ; private System.Windows.Forms.RadioButton rbJZ; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2; private System.Windows.Forms.RadioButton rbGBL22; private System.Windows.Forms.RadioButton rbGBL21; private System.Windows.Forms.RadioButton rbLZJ1; private System.Windows.Forms.RadioButton rbHB; private System.Windows.Forms.RadioButton rbQZJS; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3; private System.Windows.Forms.RadioButton rbBGW; private System.Windows.Forms.RadioButton rbNGW; private System.Windows.Forms.RadioButton rbYLW; private System.Windows.Forms.RadioButton rbGBL2; private System.Windows.Forms.RadioButton rbGBL1; private System.Windows.Forms.Button btnNo; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.RadioButton rdbtnCcm2; private System.Windows.Forms.RadioButton rbRH1; private System.Windows.Forms.RadioButton rdbtnCcm4; private System.Windows.Forms.RadioButton rdbtnCcm3; private System.Windows.Forms.RadioButton radioButton1; } }