注塑喷涂
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

364 lines
16 KiB

namespace PunchAndWeld
{
partial class Form1
{
/// <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.components = new System.ComponentModel.Container();
this.panel1 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.label10 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.lbPlan = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.lbFinish = new System.Windows.Forms.Label();
this.lbOK = new System.Windows.Forms.Label();
this.lbmode = new System.Windows.Forms.Label();
this.lbState = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.LbBoxR = new System.Windows.Forms.Label();
this.txtBoxR = new System.Windows.Forms.TextBox();
this.lbBoxL = new System.Windows.Forms.Label();
this.txtBoxL = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.panel1.SuspendLayout();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.panel4);
this.panel1.Controls.Add(this.panel3);
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1008, 729);
this.panel1.TabIndex = 0;
//
// panel4
//
this.panel4.Controls.Add(this.label10);
this.panel4.Controls.Add(this.label7);
this.panel4.Controls.Add(this.label9);
this.panel4.Controls.Add(this.lbPlan);
this.panel4.Controls.Add(this.label8);
this.panel4.Controls.Add(this.lbFinish);
this.panel4.Controls.Add(this.lbOK);
this.panel4.Controls.Add(this.lbmode);
this.panel4.Controls.Add(this.lbState);
this.panel4.Controls.Add(this.label3);
this.panel4.Controls.Add(this.label2);
this.panel4.Controls.Add(this.label4);
this.panel4.Controls.Add(this.label5);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(0, 59);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(1008, 553);
this.panel4.TabIndex = 2;
//
// label10
//
this.label10.Location = new System.Drawing.Point(7, 12);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(754, 23);
this.label10.TabIndex = 12;
this.label10.Text = "label10";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(268, 253);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(129, 35);
this.label7.TabIndex = 11;
this.label7.Text = "label6";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(24, 253);
this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(159, 35);
this.label9.TabIndex = 10;
this.label9.Text = "生产数量";
//
// lbPlan
//
this.lbPlan.Font = new System.Drawing.Font("宋体", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbPlan.Location = new System.Drawing.Point(262, 87);
this.lbPlan.Name = "lbPlan";
this.lbPlan.Size = new System.Drawing.Size(711, 122);
this.lbPlan.TabIndex = 9;
this.lbPlan.Text = "label6";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(5, 85);
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(252, 56);
this.label8.TabIndex = 8;
this.label8.Text = "当前计划";
//
// lbFinish
//
this.lbFinish.AutoSize = true;
this.lbFinish.Location = new System.Drawing.Point(166, 391);
this.lbFinish.Name = "lbFinish";
this.lbFinish.Size = new System.Drawing.Size(41, 12);
this.lbFinish.TabIndex = 7;
this.lbFinish.Text = "label6";
//
// lbOK
//
this.lbOK.AutoSize = true;
this.lbOK.Location = new System.Drawing.Point(164, 432);
this.lbOK.Name = "lbOK";
this.lbOK.Size = new System.Drawing.Size(41, 12);
this.lbOK.TabIndex = 6;
this.lbOK.Text = "label6";
//
// lbmode
//
this.lbmode.AutoSize = true;
this.lbmode.Location = new System.Drawing.Point(164, 467);
this.lbmode.Name = "lbmode";
this.lbmode.Size = new System.Drawing.Size(41, 12);
this.lbmode.TabIndex = 5;
this.lbmode.Text = "label6";
//
// lbState
//
this.lbState.AutoSize = true;
this.lbState.Location = new System.Drawing.Point(166, 350);
this.lbState.Name = "lbState";
this.lbState.Size = new System.Drawing.Size(41, 12);
this.lbState.TabIndex = 4;
this.lbState.Text = "label6";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(69, 350);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 1;
this.label3.Text = "设备状态";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(69, 392);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 0;
this.label2.Text = "运行状态";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(69, 432);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 2;
this.label4.Text = "冲焊状态";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(69, 467);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 3;
this.label5.Text = "设备模式";
//
// panel3
//
this.panel3.Controls.Add(this.LbBoxR);
this.panel3.Controls.Add(this.txtBoxR);
this.panel3.Controls.Add(this.lbBoxL);
this.panel3.Controls.Add(this.txtBoxL);
this.panel3.Controls.Add(this.label6);
this.panel3.Controls.Add(this.textBox1);
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(0, 612);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1008, 117);
this.panel3.TabIndex = 1;
//
// LbBoxR
//
this.LbBoxR.AutoSize = true;
this.LbBoxR.Location = new System.Drawing.Point(33, 52);
this.LbBoxR.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.LbBoxR.Name = "LbBoxR";
this.LbBoxR.Size = new System.Drawing.Size(89, 12);
this.LbBoxR.TabIndex = 8;
this.LbBoxR.Text = "扫描右雷达支架";
//
// txtBoxR
//
this.txtBoxR.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBoxR.Location = new System.Drawing.Point(141, 48);
this.txtBoxR.Name = "txtBoxR";
this.txtBoxR.Size = new System.Drawing.Size(475, 23);
this.txtBoxR.TabIndex = 7;
this.txtBoxR.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBoxR_KeyDown);
//
// lbBoxL
//
this.lbBoxL.AutoSize = true;
this.lbBoxL.Location = new System.Drawing.Point(33, 15);
this.lbBoxL.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lbBoxL.Name = "lbBoxL";
this.lbBoxL.Size = new System.Drawing.Size(89, 12);
this.lbBoxL.TabIndex = 6;
this.lbBoxL.Text = "扫描左雷达支架";
//
// txtBoxL
//
this.txtBoxL.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBoxL.Location = new System.Drawing.Point(141, 8);
this.txtBoxL.Name = "txtBoxL";
this.txtBoxL.Size = new System.Drawing.Size(475, 23);
this.txtBoxL.TabIndex = 5;
this.txtBoxL.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBoxL_KeyDown);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(41, 96);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 12);
this.label6.TabIndex = 4;
this.label6.Text = "扫描蒙皮条码";
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox1.Location = new System.Drawing.Point(141, 89);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(475, 23);
this.textBox1.TabIndex = 0;
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
//
// panel2
//
this.panel2.Controls.Add(this.label1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1008, 59);
this.panel2.TabIndex = 0;
//
// label1
//
this.label1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(47, 1);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(667, 57);
this.label1.TabIndex = 0;
this.label1.Text = "报警区";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1008, 729);
this.Controls.Add(this.panel1);
this.Name = "Form1";
this.Text = "冲孔焊接设备";
this.Load += new System.EventHandler(this.Form1_Load);
this.panel1.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label lbFinish;
private System.Windows.Forms.Label lbOK;
private System.Windows.Forms.Label lbmode;
private System.Windows.Forms.Label lbState;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label lbPlan;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label LbBoxR;
private System.Windows.Forms.TextBox txtBoxR;
private System.Windows.Forms.Label lbBoxL;
private System.Windows.Forms.TextBox txtBoxL;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Timer timer1;
}
}