namespace Core.LgMes.Client.LgDeviceManager { partial class frmILSend { /// /// 必需的设计器变量。 /// 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.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.panel1 = new System.Windows.Forms.Panel(); this.ucmeGt = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.label5 = new System.Windows.Forms.Label(); this.ucmeTBH = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.label2 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ucmeGt)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ucmeTBH)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); this.SuspendLayout(); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(96, 71); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(0, 12); this.label3.TabIndex = 8; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(96, 39); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(0, 12); this.label1.TabIndex = 7; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(96, 12); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(0, 12); this.label4.TabIndex = 6; // // radioButton3 // this.radioButton3.Location = new System.Drawing.Point(32, 67); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(64, 24); this.radioButton3.TabIndex = 2; this.radioButton3.Text = "3#转炉"; // // radioButton2 // this.radioButton2.Location = new System.Drawing.Point(32, 35); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(64, 24); this.radioButton2.TabIndex = 1; this.radioButton2.Text = "2#转炉"; // // radioButton1 // this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(32, 8); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(64, 24); this.radioButton1.TabIndex = 0; this.radioButton1.TabStop = true; this.radioButton1.Text = "1#转炉"; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.ucmeGt); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.ucmeTBH); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label9); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(3, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(230, 97); this.panel1.TabIndex = 0; // // ucmeGt // this.ucmeGt.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; this.ucmeGt.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ucmeGt.Location = new System.Drawing.Point(92, 55); this.ucmeGt.Name = "ucmeGt"; this.ucmeGt.Size = new System.Drawing.Size(111, 19); this.ucmeGt.TabIndex = 285; this.ucmeGt.UseFlatMode = Infragistics.Win.DefaultableBoolean.True; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(15, 58); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 284; this.label5.Text = "高炉接铁口"; // // ucmeTBH // this.ucmeTBH.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; this.ucmeTBH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ucmeTBH.Location = new System.Drawing.Point(92, 20); this.ucmeTBH.Name = "ucmeTBH"; this.ucmeTBH.Size = new System.Drawing.Size(111, 19); this.ucmeTBH.TabIndex = 283; this.ucmeTBH.UseFlatMode = Infragistics.Win.DefaultableBoolean.True; // // label2 // this.label2.Location = new System.Drawing.Point(0, 80); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(226, 12); this.label2.TabIndex = 0; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(15, 23); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(65, 12); this.label9.TabIndex = 0; this.label9.Text = "待用铁包号"; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(128, 106); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(60, 28); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.button4_Click); // // btnOK // this.btnOK.Location = new System.Drawing.Point(46, 106); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(60, 28); this.btnOK.TabIndex = 1; this.btnOK.Text = "确定"; this.btnOK.Click += new System.EventHandler(this.button5_Click); // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.panel1); this.ultraGroupBox1.Controls.Add(this.btnCancel); this.ultraGroupBox1.Controls.Add(this.btnOK); 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(236, 143); this.ultraGroupBox1.TabIndex = 3; // // frmILSend // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(236, 143); this.Controls.Add(this.ultraGroupBox1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmILSend"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "铁包配送"; this.Load += new System.EventHandler(this.frmsendpot_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ucmeGt)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ucmeTBH)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label4; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeTBH; private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeGt; private System.Windows.Forms.Label label5; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; } }