| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286 |
- namespace Core.LgMes.Client.LgDeviceManager
- {
- partial class frmsendpot
- {
- /// <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.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.cmbNoLadle = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label2 = new System.Windows.Forms.Label();
- this.txtCVT3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txtCVT2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txtCVT1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.radcvt3 = new System.Windows.Forms.RadioButton();
- this.radcvt2 = new System.Windows.Forms.RadioButton();
- this.radcvt1 = new System.Windows.Forms.RadioButton();
- 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.cmbNoLadle)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtCVT3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtCVT2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtCVT1)).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.cmbNoLadle);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.txtCVT3);
- this.panel1.Controls.Add(this.txtCVT2);
- this.panel1.Controls.Add(this.txtCVT1);
- this.panel1.Controls.Add(this.radcvt3);
- this.panel1.Controls.Add(this.radcvt2);
- this.panel1.Controls.Add(this.radcvt1);
- 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, 140);
- this.panel1.TabIndex = 0;
- //
- // cmbNoLadle
- //
- this.cmbNoLadle.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbNoLadle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbNoLadle.Location = new System.Drawing.Point(92, 20);
- this.cmbNoLadle.Name = "cmbNoLadle";
- this.cmbNoLadle.Size = new System.Drawing.Size(111, 19);
- this.cmbNoLadle.TabIndex = 283;
- this.cmbNoLadle.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- //
- // label2
- //
- this.label2.Location = new System.Drawing.Point(3, 116);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(226, 12);
- this.label2.TabIndex = 0;
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // txtCVT3
- //
- this.txtCVT3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCVT3.Location = new System.Drawing.Point(92, 114);
- this.txtCVT3.Name = "txtCVT3";
- this.txtCVT3.ReadOnly = true;
- this.txtCVT3.Size = new System.Drawing.Size(111, 23);
- this.txtCVT3.TabIndex = 7;
- this.txtCVT3.Visible = false;
- //
- // txtCVT2
- //
- this.txtCVT2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCVT2.Location = new System.Drawing.Point(92, 83);
- this.txtCVT2.Name = "txtCVT2";
- this.txtCVT2.ReadOnly = true;
- this.txtCVT2.Size = new System.Drawing.Size(111, 23);
- this.txtCVT2.TabIndex = 5;
- //
- // txtCVT1
- //
- this.txtCVT1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCVT1.Location = new System.Drawing.Point(92, 52);
- this.txtCVT1.Name = "txtCVT1";
- this.txtCVT1.ReadOnly = true;
- this.txtCVT1.Size = new System.Drawing.Size(111, 23);
- this.txtCVT1.TabIndex = 3;
- //
- // radcvt3
- //
- this.radcvt3.Location = new System.Drawing.Point(22, 113);
- this.radcvt3.Name = "radcvt3";
- this.radcvt3.Size = new System.Drawing.Size(64, 24);
- this.radcvt3.TabIndex = 6;
- this.radcvt3.Text = "3#转炉";
- this.radcvt3.Visible = false;
- //
- // radcvt2
- //
- this.radcvt2.Location = new System.Drawing.Point(22, 82);
- this.radcvt2.Name = "radcvt2";
- this.radcvt2.Size = new System.Drawing.Size(64, 24);
- this.radcvt2.TabIndex = 4;
- this.radcvt2.Text = "2#转炉";
- //
- // radcvt1
- //
- this.radcvt1.Checked = true;
- this.radcvt1.Location = new System.Drawing.Point(22, 51);
- this.radcvt1.Name = "radcvt1";
- this.radcvt1.Size = new System.Drawing.Size(64, 24);
- this.radcvt1.TabIndex = 2;
- this.radcvt1.TabStop = true;
- this.radcvt1.Text = "1#转炉";
- //
- // 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(131, 148);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(60, 23);
- this.btnCancel.TabIndex = 2;
- this.btnCancel.Text = "取消";
- this.btnCancel.Click += new System.EventHandler(this.button4_Click);
- //
- // btnOK
- //
- this.btnOK.Location = new System.Drawing.Point(49, 148);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(60, 23);
- 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, 181);
- this.ultraGroupBox1.TabIndex = 3;
- //
- // frmsendpot
- //
- 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, 181);
- this.Controls.Add(this.ultraGroupBox1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmsendpot";
- 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.cmbNoLadle)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtCVT3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtCVT2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtCVT1)).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 Infragistics.Win.UltraWinEditors.UltraTextEditor txtCVT3;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCVT2;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCVT1;
- private System.Windows.Forms.RadioButton radcvt3;
- private System.Windows.Forms.RadioButton radcvt2;
- private System.Windows.Forms.RadioButton radcvt1;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Button btnOK;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbNoLadle;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- }
- }
|