Files
LL-28/SLC1-N/Form_hbMESset.Designer.cs
2025-11-14 09:41:37 +08:00

257 lines
11 KiB
C#

namespace SLC1_N
{
partial class Form_hbMESset
{
/// <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(Form_hbMESset));
this.bt_save = new System.Windows.Forms.Button();
this.tb_url_ip = new System.Windows.Forms.TextBox();
this.lb_ = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tb_url_port = new System.Windows.Forms.TextBox();
this.tb_partno = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tb_station = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.tb_workorder = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.tb_fixturecode = new System.Windows.Forms.TextBox();
this.tb_equipmentno = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.tb_plan = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// bt_save
//
this.bt_save.Font = new System.Drawing.Font("宋体", 15F);
this.bt_save.Location = new System.Drawing.Point(284, 210);
this.bt_save.Name = "bt_save";
this.bt_save.Size = new System.Drawing.Size(101, 59);
this.bt_save.TabIndex = 0;
this.bt_save.Text = "保存";
this.bt_save.UseVisualStyleBackColor = true;
this.bt_save.Click += new System.EventHandler(this.bt_save_Click);
//
// tb_url_ip
//
this.tb_url_ip.Font = new System.Drawing.Font("宋体", 15F);
this.tb_url_ip.Location = new System.Drawing.Point(148, 28);
this.tb_url_ip.Name = "tb_url_ip";
this.tb_url_ip.Size = new System.Drawing.Size(165, 30);
this.tb_url_ip.TabIndex = 1;
//
// lb_
//
this.lb_.AutoSize = true;
this.lb_.Font = new System.Drawing.Font("宋体", 15F);
this.lb_.Location = new System.Drawing.Point(51, 31);
this.lb_.Name = "lb_";
this.lb_.Size = new System.Drawing.Size(79, 20);
this.lb_.TabIndex = 2;
this.lb_.Text = "url IP:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 15F);
this.label1.Location = new System.Drawing.Point(335, 34);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(99, 20);
this.label1.TabIndex = 4;
this.label1.Text = "url 端口:";
//
// tb_url_port
//
this.tb_url_port.Font = new System.Drawing.Font("宋体", 15F);
this.tb_url_port.Location = new System.Drawing.Point(438, 31);
this.tb_url_port.Name = "tb_url_port";
this.tb_url_port.Size = new System.Drawing.Size(165, 30);
this.tb_url_port.TabIndex = 3;
//
// tb_partno
//
this.tb_partno.Font = new System.Drawing.Font("宋体", 15F);
this.tb_partno.Location = new System.Drawing.Point(148, 68);
this.tb_partno.Name = "tb_partno";
this.tb_partno.Size = new System.Drawing.Size(165, 30);
this.tb_partno.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 15F);
this.label2.Location = new System.Drawing.Point(71, 71);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 20);
this.label2.TabIndex = 2;
this.label2.Text = "料号:";
//
// tb_station
//
this.tb_station.Font = new System.Drawing.Font("宋体", 15F);
this.tb_station.Location = new System.Drawing.Point(438, 71);
this.tb_station.Name = "tb_station";
this.tb_station.Size = new System.Drawing.Size(165, 30);
this.tb_station.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 15F);
this.label3.Location = new System.Drawing.Point(335, 74);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(99, 20);
this.label3.TabIndex = 4;
this.label3.Text = "工站名称:";
//
// tb_workorder
//
this.tb_workorder.Font = new System.Drawing.Font("宋体", 15F);
this.tb_workorder.Location = new System.Drawing.Point(148, 108);
this.tb_workorder.Name = "tb_workorder";
this.tb_workorder.Size = new System.Drawing.Size(165, 30);
this.tb_workorder.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 15F);
this.label4.Location = new System.Drawing.Point(71, 111);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 20);
this.label4.TabIndex = 2;
this.label4.Text = "工单:";
//
// tb_fixturecode
//
this.tb_fixturecode.Font = new System.Drawing.Font("宋体", 15F);
this.tb_fixturecode.Location = new System.Drawing.Point(148, 147);
this.tb_fixturecode.Name = "tb_fixturecode";
this.tb_fixturecode.Size = new System.Drawing.Size(165, 30);
this.tb_fixturecode.TabIndex = 1;
//
// tb_equipmentno
//
this.tb_equipmentno.Font = new System.Drawing.Font("宋体", 15F);
this.tb_equipmentno.Location = new System.Drawing.Point(438, 111);
this.tb_equipmentno.Name = "tb_equipmentno";
this.tb_equipmentno.Size = new System.Drawing.Size(165, 30);
this.tb_equipmentno.TabIndex = 3;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 15F);
this.label5.Location = new System.Drawing.Point(31, 150);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(99, 20);
this.label5.TabIndex = 2;
this.label5.Text = "夹具编号:";
//
// tb_plan
//
this.tb_plan.Font = new System.Drawing.Font("宋体", 15F);
this.tb_plan.Location = new System.Drawing.Point(438, 150);
this.tb_plan.Name = "tb_plan";
this.tb_plan.Size = new System.Drawing.Size(165, 30);
this.tb_plan.TabIndex = 3;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 15F);
this.label6.Location = new System.Drawing.Point(335, 114);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(99, 20);
this.label6.TabIndex = 4;
this.label6.Text = "设备编号:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 15F);
this.label7.Location = new System.Drawing.Point(373, 153);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 20);
this.label7.TabIndex = 4;
this.label7.Text = "工厂:";
//
// Form_gdMESset
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(651, 291);
this.Controls.Add(this.label7);
this.Controls.Add(this.label3);
this.Controls.Add(this.label6);
this.Controls.Add(this.label1);
this.Controls.Add(this.tb_plan);
this.Controls.Add(this.label5);
this.Controls.Add(this.tb_station);
this.Controls.Add(this.tb_equipmentno);
this.Controls.Add(this.label2);
this.Controls.Add(this.tb_fixturecode);
this.Controls.Add(this.tb_url_port);
this.Controls.Add(this.label4);
this.Controls.Add(this.tb_partno);
this.Controls.Add(this.tb_workorder);
this.Controls.Add(this.lb_);
this.Controls.Add(this.tb_url_ip);
this.Controls.Add(this.bt_save);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form_gdMESset";
this.Text = "MES设置";
this.Load += new System.EventHandler(this.Form_gdMESset_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button bt_save;
private System.Windows.Forms.TextBox tb_url_ip;
private System.Windows.Forms.Label lb_;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tb_url_port;
private System.Windows.Forms.TextBox tb_partno;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tb_station;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tb_workorder;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tb_fixturecode;
private System.Windows.Forms.TextBox tb_equipmentno;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tb_plan;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
}
}