255 lines
11 KiB
C#
255 lines
11 KiB
C#
namespace C_Windows_1
|
|
{
|
|
partial class MESConfig
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MESConfig));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.Config = new System.Windows.Forms.Button();
|
|
this.machineNumber = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.processNumber = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.productionOrder = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.URL = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.lineNumber = new System.Windows.Forms.TextBox();
|
|
this.tester = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.textStation = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(270, 171);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(72, 16);
|
|
this.label1.TabIndex = 163;
|
|
this.label1.Text = "产线编号";
|
|
this.label1.Visible = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(270, 235);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(56, 16);
|
|
this.label2.TabIndex = 165;
|
|
this.label2.Text = "测试员";
|
|
this.label2.Visible = false;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("宋体", 20F);
|
|
this.label4.Location = new System.Drawing.Point(213, 9);
|
|
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 = 168;
|
|
this.label4.Text = "MES配置";
|
|
//
|
|
// Config
|
|
//
|
|
this.Config.Location = new System.Drawing.Point(223, 190);
|
|
this.Config.Name = "Config";
|
|
this.Config.Size = new System.Drawing.Size(103, 43);
|
|
this.Config.TabIndex = 169;
|
|
this.Config.Text = "应用设置";
|
|
this.Config.UseVisualStyleBackColor = true;
|
|
this.Config.Click += new System.EventHandler(this.Config_Click);
|
|
//
|
|
// machineNumber
|
|
//
|
|
this.machineNumber.Location = new System.Drawing.Point(14, 317);
|
|
this.machineNumber.Margin = new System.Windows.Forms.Padding(5);
|
|
this.machineNumber.Name = "machineNumber";
|
|
this.machineNumber.Size = new System.Drawing.Size(249, 26);
|
|
this.machineNumber.TabIndex = 174;
|
|
this.machineNumber.Visible = false;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(11, 296);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(104, 16);
|
|
this.label5.TabIndex = 175;
|
|
this.label5.Text = "测试设备编号";
|
|
this.label5.Visible = false;
|
|
//
|
|
// processNumber
|
|
//
|
|
this.processNumber.Location = new System.Drawing.Point(14, 253);
|
|
this.processNumber.Margin = new System.Windows.Forms.Padding(5);
|
|
this.processNumber.Name = "processNumber";
|
|
this.processNumber.Size = new System.Drawing.Size(249, 26);
|
|
this.processNumber.TabIndex = 172;
|
|
this.processNumber.Visible = false;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(11, 232);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(56, 16);
|
|
this.label6.TabIndex = 173;
|
|
this.label6.Text = "工序号";
|
|
this.label6.Visible = false;
|
|
//
|
|
// productionOrder
|
|
//
|
|
this.productionOrder.Location = new System.Drawing.Point(14, 192);
|
|
this.productionOrder.Margin = new System.Windows.Forms.Padding(5);
|
|
this.productionOrder.Name = "productionOrder";
|
|
this.productionOrder.Size = new System.Drawing.Size(249, 26);
|
|
this.productionOrder.TabIndex = 170;
|
|
this.productionOrder.Visible = false;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(11, 171);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(72, 16);
|
|
this.label7.TabIndex = 171;
|
|
this.label7.Text = "生产工单";
|
|
this.label7.Visible = false;
|
|
//
|
|
// URL
|
|
//
|
|
this.URL.Location = new System.Drawing.Point(14, 131);
|
|
this.URL.Margin = new System.Windows.Forms.Padding(5);
|
|
this.URL.Name = "URL";
|
|
this.URL.Size = new System.Drawing.Size(506, 26);
|
|
this.URL.TabIndex = 176;
|
|
this.URL.Visible = false;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(11, 110);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(32, 16);
|
|
this.label8.TabIndex = 177;
|
|
this.label8.Text = "URL";
|
|
this.label8.Visible = false;
|
|
//
|
|
// lineNumber
|
|
//
|
|
this.lineNumber.Location = new System.Drawing.Point(273, 192);
|
|
this.lineNumber.Name = "lineNumber";
|
|
this.lineNumber.Size = new System.Drawing.Size(247, 26);
|
|
this.lineNumber.TabIndex = 180;
|
|
this.lineNumber.Visible = false;
|
|
//
|
|
// tester
|
|
//
|
|
this.tester.Location = new System.Drawing.Point(271, 253);
|
|
this.tester.Name = "tester";
|
|
this.tester.Size = new System.Drawing.Size(247, 26);
|
|
this.tester.TabIndex = 181;
|
|
this.tester.Visible = false;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(121, 68);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(64, 16);
|
|
this.label3.TabIndex = 182;
|
|
this.label3.Text = "上工站:";
|
|
//
|
|
// textStation
|
|
//
|
|
this.textStation.Location = new System.Drawing.Point(218, 65);
|
|
this.textStation.Name = "textStation";
|
|
this.textStation.Size = new System.Drawing.Size(219, 26);
|
|
this.textStation.TabIndex = 183;
|
|
//
|
|
// MESConfig
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(534, 357);
|
|
this.Controls.Add(this.textStation);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.tester);
|
|
this.Controls.Add(this.lineNumber);
|
|
this.Controls.Add(this.URL);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.machineNumber);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.processNumber);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.productionOrder);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.Config);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "MESConfig";
|
|
this.Text = "MES配置";
|
|
this.Load += new System.EventHandler(this.MESConfig_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Button Config;
|
|
public System.Windows.Forms.TextBox machineNumber;
|
|
private System.Windows.Forms.Label label5;
|
|
public System.Windows.Forms.TextBox processNumber;
|
|
private System.Windows.Forms.Label label6;
|
|
public System.Windows.Forms.TextBox productionOrder;
|
|
private System.Windows.Forms.Label label7;
|
|
public System.Windows.Forms.TextBox URL;
|
|
private System.Windows.Forms.Label label8;
|
|
public System.Windows.Forms.TextBox lineNumber;
|
|
public System.Windows.Forms.TextBox tester;
|
|
private System.Windows.Forms.Label label3;
|
|
public System.Windows.Forms.TextBox textStation;
|
|
}
|
|
} |