namespace Core.StlMes.Client.LgResMgt { partial class FrmSetCutHeatno { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.textBox1 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txt_mostate = new System.Windows.Forms.TextBox(); this.txt_weight = new System.Windows.Forms.TextBox(); this.txt_setheatno = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.btn_enter = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cbo_ccmno = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // textBox1 // this.textBox1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.textBox1.Location = new System.Drawing.Point(110, 30); this.textBox1.MaxLength = 9; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(92, 21); this.textBox1.TabIndex = 30; // // label6 // this.label6.Location = new System.Drawing.Point(12, 34); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(94, 20); this.label6.TabIndex = 29; this.label6.Text = "正在切割的炉号"; // // label5 // this.label5.ForeColor = System.Drawing.Color.Red; this.label5.Location = new System.Drawing.Point(12, 62); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(92, 20); this.label5.TabIndex = 28; this.label5.Text = "请手动输入炉号"; // // label1 // this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(266, 20); this.label1.TabIndex = 19; this.label1.Text = "功能:将当前切割炉号设置为手动输入的炉号"; // // txt_mostate // this.txt_mostate.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_mostate.Location = new System.Drawing.Point(110, 140); this.txt_mostate.MaxLength = 9; this.txt_mostate.Name = "txt_mostate"; this.txt_mostate.ReadOnly = true; this.txt_mostate.Size = new System.Drawing.Size(92, 21); this.txt_mostate.TabIndex = 27; this.txt_mostate.Visible = false; // // txt_weight // this.txt_weight.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_weight.Location = new System.Drawing.Point(110, 86); this.txt_weight.MaxLength = 9; this.txt_weight.Name = "txt_weight"; this.txt_weight.ReadOnly = true; this.txt_weight.Size = new System.Drawing.Size(92, 21); this.txt_weight.TabIndex = 26; // // txt_setheatno // this.txt_setheatno.BackColor = System.Drawing.Color.LightCyan; this.txt_setheatno.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_setheatno.Location = new System.Drawing.Point(110, 59); this.txt_setheatno.MaxLength = 8; this.txt_setheatno.Name = "txt_setheatno"; this.txt_setheatno.Size = new System.Drawing.Size(92, 21); this.txt_setheatno.TabIndex = 20; // // label4 // this.label4.Location = new System.Drawing.Point(35, 143); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(71, 20); this.label4.TabIndex = 25; this.label4.Text = "末坯状态为"; this.label4.Visible = false; // // btn_enter // this.btn_enter.Location = new System.Drawing.Point(217, 45); this.btn_enter.Name = "btn_enter"; this.btn_enter.Size = new System.Drawing.Size(78, 62); this.btn_enter.TabIndex = 21; this.btn_enter.Text = "确定"; this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click); // // label3 // this.label3.Location = new System.Drawing.Point(24, 89); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(80, 20); this.label3.TabIndex = 24; this.label3.Text = "该炉浇钢重量"; // // label2 // this.label2.Location = new System.Drawing.Point(59, 116); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(45, 20); this.label2.TabIndex = 22; this.label2.Text = "铸机号"; // // cbo_ccmno // this.cbo_ccmno.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.cbo_ccmno.Location = new System.Drawing.Point(110, 113); this.cbo_ccmno.MaxLength = 9; this.cbo_ccmno.Name = "cbo_ccmno"; this.cbo_ccmno.ReadOnly = true; this.cbo_ccmno.Size = new System.Drawing.Size(92, 21); this.cbo_ccmno.TabIndex = 23; // // FrmSetCutHeatno // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(304, 150); this.Controls.Add(this.textBox1); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label1); this.Controls.Add(this.txt_mostate); this.Controls.Add(this.txt_weight); this.Controls.Add(this.txt_setheatno); this.Controls.Add(this.label4); this.Controls.Add(this.btn_enter); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.cbo_ccmno); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmSetCutHeatno"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "设置炉号"; this.Load += new System.EventHandler(this.FrmSetCutHeatno_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txt_mostate; private System.Windows.Forms.TextBox txt_weight; private System.Windows.Forms.TextBox txt_setheatno; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btn_enter; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox cbo_ccmno; } }