| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- namespace Core.LgMes.Client.LgJobMgt
- {
- partial class frmHmpOperate
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.rbFront = new System.Windows.Forms.RadioButton();
- this.rbBack = new System.Windows.Forms.RadioButton();
- this.rbDevice = new System.Windows.Forms.RadioButton();
- this.rbDevice2 = new System.Windows.Forms.RadioButton();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.rbOver = new System.Windows.Forms.RadioButton();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.btnNo = new System.Windows.Forms.Button();
- this.btnOk = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.rbFront);
- this.ultraGroupBox1.Controls.Add(this.rbBack);
- this.ultraGroupBox1.Controls.Add(this.rbDevice);
- this.ultraGroupBox1.Controls.Add(this.rbDevice2);
- 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(255, 79);
- this.ultraGroupBox1.SupportThemes = false;
- this.ultraGroupBox1.TabIndex = 0;
- this.ultraGroupBox1.Text = "正常执行操作";
- this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000;
- //
- // rbFront
- //
- this.rbFront.AutoSize = true;
- this.rbFront.Location = new System.Drawing.Point(17, 22);
- this.rbFront.Name = "rbFront";
- this.rbFront.Size = new System.Drawing.Size(83, 16);
- this.rbFront.TabIndex = 5;
- this.rbFront.TabStop = true;
- this.rbFront.Tag = "FRONT";
- this.rbFront.Text = "去1#小车位";
- this.rbFront.UseVisualStyleBackColor = true;
- this.rbFront.Click += new System.EventHandler(this.rbFront_Click);
- //
- // rbBack
- //
- this.rbBack.AutoSize = true;
- this.rbBack.Location = new System.Drawing.Point(138, 22);
- this.rbBack.Name = "rbBack";
- this.rbBack.Size = new System.Drawing.Size(83, 16);
- this.rbBack.TabIndex = 4;
- this.rbBack.TabStop = true;
- this.rbBack.Tag = "BACK";
- this.rbBack.Text = "去2#小车位";
- this.rbBack.UseVisualStyleBackColor = true;
- this.rbBack.Click += new System.EventHandler(this.rbFront_Click);
- //
- // rbDevice
- //
- this.rbDevice.AutoSize = true;
- this.rbDevice.Location = new System.Drawing.Point(17, 50);
- this.rbDevice.Name = "rbDevice";
- this.rbDevice.Size = new System.Drawing.Size(83, 16);
- this.rbDevice.TabIndex = 3;
- this.rbDevice.TabStop = true;
- this.rbDevice.Tag = "DEVICE";
- this.rbDevice.Text = "去1#处理位";
- this.rbDevice.UseVisualStyleBackColor = true;
- this.rbDevice.Click += new System.EventHandler(this.rbFront_Click);
- //
- // rbDevice2
- //
- this.rbDevice2.AutoSize = true;
- this.rbDevice2.Location = new System.Drawing.Point(138, 50);
- this.rbDevice2.Name = "rbDevice2";
- this.rbDevice2.Size = new System.Drawing.Size(83, 16);
- this.rbDevice2.TabIndex = 0;
- this.rbDevice2.TabStop = true;
- this.rbDevice2.Tag = "DEVICE2";
- this.rbDevice2.Text = "去2#处理位";
- this.rbDevice2.UseVisualStyleBackColor = true;
- this.rbDevice2.Click += new System.EventHandler(this.rbFront_Click);
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Controls.Add(this.rbOver);
- this.ultraGroupBox2.Controls.Add(this.radioButton2);
- this.ultraGroupBox2.Location = new System.Drawing.Point(0, 85);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(256, 59);
- this.ultraGroupBox2.SupportThemes = false;
- this.ultraGroupBox2.TabIndex = 1;
- this.ultraGroupBox2.Text = "异常执行操作";
- this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000;
- //
- // rbOver
- //
- this.rbOver.AutoSize = true;
- this.rbOver.Location = new System.Drawing.Point(17, 25);
- this.rbOver.Name = "rbOver";
- this.rbOver.Size = new System.Drawing.Size(71, 16);
- this.rbOver.TabIndex = 5;
- this.rbOver.TabStop = true;
- this.rbOver.Tag = "OVER";
- this.rbOver.Text = "生产完成";
- this.rbOver.UseVisualStyleBackColor = true;
- this.rbOver.Click += new System.EventHandler(this.rbOver_Click);
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Location = new System.Drawing.Point(20, 25);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(71, 16);
- this.radioButton2.TabIndex = 9;
- this.radioButton2.TabStop = true;
- this.radioButton2.Tag = "GOHMP01";
- this.radioButton2.Text = "去1#脱硫";
- this.radioButton2.UseVisualStyleBackColor = true;
- this.radioButton2.Visible = false;
- //
- // btnNo
- //
- this.btnNo.Location = new System.Drawing.Point(146, 154);
- 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(40, 154);
- 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);
- //
- // frmHmpOperate
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Gainsboro;
- this.ClientSize = new System.Drawing.Size(255, 194);
- this.Controls.Add(this.btnNo);
- this.Controls.Add(this.btnOk);
- 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 = "frmHmpOperate";
- this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
- this.Text = "脱硫工序操作";
- this.Load += new System.EventHandler(this.frmHmpOperate_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();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private System.Windows.Forms.RadioButton rbDevice2;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private System.Windows.Forms.RadioButton rbBack;
- private System.Windows.Forms.RadioButton rbDevice;
- private System.Windows.Forms.RadioButton rbOver;
- private System.Windows.Forms.Button btnNo;
- private System.Windows.Forms.Button btnOk;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.RadioButton rbFront;
- }
- }
|