| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- namespace Core.LgMes.Client.LgDeviceManager
- {
- partial class FrmTapHoleOperate
- {
- /// <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.btnClose = new System.Windows.Forms.Button();
- this.btnOK = new System.Windows.Forms.Button();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.lbInfo = new System.Windows.Forms.Label();
- this.rbOff = new System.Windows.Forms.RadioButton();
- this.rbNew = new System.Windows.Forms.RadioButton();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // btnClose
- //
- this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClose.Location = new System.Drawing.Point(123, 109);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(63, 24);
- this.btnClose.TabIndex = 2;
- this.btnClose.Text = "关闭";
- this.btnClose.UseVisualStyleBackColor = true;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // btnOK
- //
- this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnOK.Location = new System.Drawing.Point(44, 109);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(63, 24);
- this.btnOK.TabIndex = 1;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
- this.ultraGroupBox1.Controls.Add(this.lbInfo);
- this.ultraGroupBox1.Controls.Add(this.rbOff);
- this.ultraGroupBox1.Controls.Add(this.rbNew);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(230, 100);
- this.ultraGroupBox1.TabIndex = 0;
- this.ultraGroupBox1.Text = "[]-出钢口[]";
- //
- // lbInfo
- //
- this.lbInfo.AutoSize = true;
- this.lbInfo.ForeColor = System.Drawing.Color.Blue;
- this.lbInfo.Location = new System.Drawing.Point(29, 69);
- this.lbInfo.Name = "lbInfo";
- this.lbInfo.Size = new System.Drawing.Size(89, 12);
- this.lbInfo.TabIndex = 0;
- this.lbInfo.Text = "新出钢口编号:";
- //
- // rbOff
- //
- this.rbOff.AutoSize = true;
- this.rbOff.Location = new System.Drawing.Point(145, 40);
- this.rbOff.Name = "rbOff";
- this.rbOff.Size = new System.Drawing.Size(47, 16);
- this.rbOff.TabIndex = 0;
- this.rbOff.TabStop = true;
- this.rbOff.Text = "下线";
- this.rbOff.UseVisualStyleBackColor = true;
- //
- // rbNew
- //
- this.rbNew.AutoSize = true;
- this.rbNew.Location = new System.Drawing.Point(31, 40);
- this.rbNew.Name = "rbNew";
- this.rbNew.Size = new System.Drawing.Size(83, 16);
- this.rbNew.TabIndex = 0;
- this.rbNew.TabStop = true;
- this.rbNew.Text = "更换出钢口";
- this.rbNew.UseVisualStyleBackColor = true;
- this.rbNew.CheckedChanged += new System.EventHandler(this.rbNew_CheckedChanged);
- //
- // FrmTapHoleOperate
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Gainsboro;
- this.CancelButton = this.btnClose;
- this.ClientSize = new System.Drawing.Size(230, 141);
- this.Controls.Add(this.ultraGroupBox1);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.btnOK);
- this.Name = "FrmTapHoleOperate";
- this.Text = "设置出钢口";
- this.Load += new System.EventHandler(this.FrmTapHoleOperate_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.Button btnOK;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private System.Windows.Forms.RadioButton rbOff;
- private System.Windows.Forms.RadioButton rbNew;
- private System.Windows.Forms.Label lbInfo;
- }
- }
|