149 lines
6.1 KiB
C#
149 lines
6.1 KiB
C#
namespace SLC1_N
|
|
{
|
|
partial class Form_HQMESconfig
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.tb_LINE = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.tb_Tools = new System.Windows.Forms.TextBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.tb_ActionName = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// tb_LINE
|
|
//
|
|
this.tb_LINE.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.tb_LINE.Location = new System.Drawing.Point(124, 197);
|
|
this.tb_LINE.Name = "tb_LINE";
|
|
this.tb_LINE.Size = new System.Drawing.Size(194, 30);
|
|
this.tb_LINE.TabIndex = 211;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label10.Location = new System.Drawing.Point(71, 200);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(41, 12);
|
|
this.label10.TabIndex = 210;
|
|
this.label10.Text = "线体:";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.button1.Location = new System.Drawing.Point(137, 306);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(124, 53);
|
|
this.button1.TabIndex = 209;
|
|
this.button1.Text = "保存";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// tb_Tools
|
|
//
|
|
this.tb_Tools.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.tb_Tools.Location = new System.Drawing.Point(124, 244);
|
|
this.tb_Tools.Name = "tb_Tools";
|
|
this.tb_Tools.Size = new System.Drawing.Size(194, 30);
|
|
this.tb_Tools.TabIndex = 208;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label13.Location = new System.Drawing.Point(71, 249);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(41, 12);
|
|
this.label13.TabIndex = 207;
|
|
this.label13.Text = "工具:";
|
|
//
|
|
// tb_ActionName
|
|
//
|
|
this.tb_ActionName.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.tb_ActionName.Location = new System.Drawing.Point(124, 153);
|
|
this.tb_ActionName.Name = "tb_ActionName";
|
|
this.tb_ActionName.Size = new System.Drawing.Size(194, 30);
|
|
this.tb_ActionName.TabIndex = 206;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label9.Location = new System.Drawing.Point(71, 160);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(41, 12);
|
|
this.label9.TabIndex = 205;
|
|
this.label9.Text = "工位:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("宋体", 20F);
|
|
this.label4.Location = new System.Drawing.Point(141, 84);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(108, 27);
|
|
this.label4.TabIndex = 204;
|
|
this.label4.Text = "MES配置";
|
|
//
|
|
// Form_HQMESconfig
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(421, 450);
|
|
this.Controls.Add(this.tb_LINE);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.tb_Tools);
|
|
this.Controls.Add(this.label13);
|
|
this.Controls.Add(this.tb_ActionName);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.label4);
|
|
this.Name = "Form_HQMESconfig";
|
|
this.Text = "MES配置";
|
|
this.Load += new System.EventHandler(this.Form_HQMESconfig_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox tb_LINE;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.TextBox tb_Tools;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.TextBox tb_ActionName;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label4;
|
|
}
|
|
} |