Files

260 lines
11 KiB
C#

namespace MesToMs
{
partial class D_Station
{
/// <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.label3 = new System.Windows.Forms.Label();
this.txt_StationCode = new System.Windows.Forms.TextBox();
this.btn_Sure = new System.Windows.Forms.Button();
this.btn_Cancel = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.txt_StationName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txt_OpCode = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txt_OpName = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txt_IP = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.txt_Zone = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.txt_StationType = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.txt_Enable_MES = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(84, 34);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 0;
this.label3.Text = "工位号";
//
// txt_StationCode
//
this.txt_StationCode.Location = new System.Drawing.Point(137, 29);
this.txt_StationCode.Multiline = true;
this.txt_StationCode.Name = "txt_StationCode";
this.txt_StationCode.Size = new System.Drawing.Size(212, 23);
this.txt_StationCode.TabIndex = 1;
//
// btn_Sure
//
this.btn_Sure.Location = new System.Drawing.Point(137, 277);
this.btn_Sure.Name = "btn_Sure";
this.btn_Sure.Size = new System.Drawing.Size(75, 30);
this.btn_Sure.TabIndex = 2;
this.btn_Sure.Text = "确定";
this.btn_Sure.UseVisualStyleBackColor = true;
this.btn_Sure.Click += new System.EventHandler(this.btn_Sure_Click);
//
// btn_Cancel
//
this.btn_Cancel.Location = new System.Drawing.Point(217, 277);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(75, 30);
this.btn_Cancel.TabIndex = 2;
this.btn_Cancel.Text = "取消";
this.btn_Cancel.UseVisualStyleBackColor = true;
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(72, 63);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "工位名称";
//
// txt_StationName
//
this.txt_StationName.Location = new System.Drawing.Point(137, 58);
this.txt_StationName.Multiline = true;
this.txt_StationName.Name = "txt_StationName";
this.txt_StationName.Size = new System.Drawing.Size(212, 23);
this.txt_StationName.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(84, 92);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 0;
this.label2.Text = "工序号";
//
// txt_OpCode
//
this.txt_OpCode.Location = new System.Drawing.Point(137, 87);
this.txt_OpCode.Multiline = true;
this.txt_OpCode.Name = "txt_OpCode";
this.txt_OpCode.Size = new System.Drawing.Size(212, 23);
this.txt_OpCode.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(72, 121);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 0;
this.label4.Text = "工序名称";
//
// txt_OpName
//
this.txt_OpName.Location = new System.Drawing.Point(137, 116);
this.txt_OpName.Multiline = true;
this.txt_OpName.Name = "txt_OpName";
this.txt_OpName.Size = new System.Drawing.Size(212, 23);
this.txt_OpName.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(108, 150);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(17, 12);
this.label5.TabIndex = 0;
this.label5.Text = "IP";
//
// txt_IP
//
this.txt_IP.Location = new System.Drawing.Point(137, 145);
this.txt_IP.Multiline = true;
this.txt_IP.Name = "txt_IP";
this.txt_IP.Size = new System.Drawing.Size(212, 23);
this.txt_IP.TabIndex = 1;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(72, 184);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(53, 12);
this.label13.TabIndex = 0;
this.label13.Text = "区域代码";
//
// txt_Zone
//
this.txt_Zone.Location = new System.Drawing.Point(137, 179);
this.txt_Zone.Multiline = true;
this.txt_Zone.Name = "txt_Zone";
this.txt_Zone.Size = new System.Drawing.Size(212, 23);
this.txt_Zone.TabIndex = 1;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(72, 213);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(53, 12);
this.label14.TabIndex = 0;
this.label14.Text = "工位类型";
//
// txt_StationType
//
this.txt_StationType.Location = new System.Drawing.Point(137, 208);
this.txt_StationType.Multiline = true;
this.txt_StationType.Name = "txt_StationType";
this.txt_StationType.Size = new System.Drawing.Size(212, 23);
this.txt_StationType.TabIndex = 1;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(54, 242);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(71, 12);
this.label15.TabIndex = 0;
this.label15.Text = "是否启用MES";
//
// txt_Enable_MES
//
this.txt_Enable_MES.Location = new System.Drawing.Point(137, 237);
this.txt_Enable_MES.Multiline = true;
this.txt_Enable_MES.Name = "txt_Enable_MES";
this.txt_Enable_MES.Size = new System.Drawing.Size(212, 23);
this.txt_Enable_MES.TabIndex = 1;
//
// D_Station
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(438, 333);
this.Controls.Add(this.btn_Cancel);
this.Controls.Add(this.btn_Sure);
this.Controls.Add(this.txt_Enable_MES);
this.Controls.Add(this.label15);
this.Controls.Add(this.txt_StationType);
this.Controls.Add(this.label14);
this.Controls.Add(this.txt_Zone);
this.Controls.Add(this.label13);
this.Controls.Add(this.txt_IP);
this.Controls.Add(this.label5);
this.Controls.Add(this.txt_OpName);
this.Controls.Add(this.label4);
this.Controls.Add(this.txt_OpCode);
this.Controls.Add(this.label2);
this.Controls.Add(this.txt_StationName);
this.Controls.Add(this.label1);
this.Controls.Add(this.txt_StationCode);
this.Controls.Add(this.label3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "D_Station";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "工位";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txt_StationCode;
private System.Windows.Forms.Button btn_Sure;
private System.Windows.Forms.Button btn_Cancel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txt_StationName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt_OpCode;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txt_OpName;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txt_IP;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txt_Zone;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox txt_StationType;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox txt_Enable_MES;
}
}