添加项目文件。
This commit is contained in:
272
C-Windows-1/MESConfig.Designer.cs
generated
Normal file
272
C-Windows-1/MESConfig.Designer.cs
generated
Normal file
@@ -0,0 +1,272 @@
|
||||
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.Dept = new System.Windows.Forms.TextBox();
|
||||
this.label19 = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.MESStation = new System.Windows.Forms.TextBox();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.Config = new System.Windows.Forms.Button();
|
||||
this.method = new System.Windows.Forms.TextBox();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.appkey = new System.Windows.Forms.TextBox();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.appid = 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.Type = new System.Windows.Forms.ComboBox();
|
||||
this.Machinemodel = new System.Windows.Forms.ComboBox();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// Dept
|
||||
//
|
||||
this.Dept.Location = new System.Drawing.Point(273, 72);
|
||||
this.Dept.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.Dept.Name = "Dept";
|
||||
this.Dept.Size = new System.Drawing.Size(249, 26);
|
||||
this.Dept.TabIndex = 160;
|
||||
//
|
||||
// label19
|
||||
//
|
||||
this.label19.AutoSize = true;
|
||||
this.label19.Location = new System.Drawing.Point(270, 51);
|
||||
this.label19.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.label19.Name = "label19";
|
||||
this.label19.Size = new System.Drawing.Size(56, 16);
|
||||
this.label19.TabIndex = 161;
|
||||
this.label19.Text = "机构名";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(270, 112);
|
||||
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(104, 16);
|
||||
this.label1.TabIndex = 163;
|
||||
this.label1.Text = "测试物料类型";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(270, 176);
|
||||
this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(80, 16);
|
||||
this.label2.TabIndex = 165;
|
||||
this.label2.Text = "机型model";
|
||||
//
|
||||
// MESStation
|
||||
//
|
||||
this.MESStation.Location = new System.Drawing.Point(273, 257);
|
||||
this.MESStation.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.MESStation.Name = "MESStation";
|
||||
this.MESStation.Size = new System.Drawing.Size(249, 26);
|
||||
this.MESStation.TabIndex = 166;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(270, 236);
|
||||
this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(144, 16);
|
||||
this.label3.TabIndex = 167;
|
||||
this.label3.Text = "测试站编号station";
|
||||
//
|
||||
// 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(216, 300);
|
||||
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);
|
||||
//
|
||||
// method
|
||||
//
|
||||
this.method.Location = new System.Drawing.Point(14, 258);
|
||||
this.method.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.method.Name = "method";
|
||||
this.method.Size = new System.Drawing.Size(249, 26);
|
||||
this.method.TabIndex = 174;
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(11, 237);
|
||||
this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(56, 16);
|
||||
this.label5.TabIndex = 175;
|
||||
this.label5.Text = "method";
|
||||
//
|
||||
// appkey
|
||||
//
|
||||
this.appkey.Location = new System.Drawing.Point(14, 194);
|
||||
this.appkey.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.appkey.Name = "appkey";
|
||||
this.appkey.Size = new System.Drawing.Size(249, 26);
|
||||
this.appkey.TabIndex = 172;
|
||||
//
|
||||
// label6
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(11, 173);
|
||||
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 = "appKey";
|
||||
//
|
||||
// appid
|
||||
//
|
||||
this.appid.Location = new System.Drawing.Point(14, 133);
|
||||
this.appid.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.appid.Name = "appid";
|
||||
this.appid.Size = new System.Drawing.Size(249, 26);
|
||||
this.appid.TabIndex = 170;
|
||||
//
|
||||
// label7
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Location = new System.Drawing.Point(11, 112);
|
||||
this.label7.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(48, 16);
|
||||
this.label7.TabIndex = 171;
|
||||
this.label7.Text = "appid";
|
||||
//
|
||||
// URL
|
||||
//
|
||||
this.URL.Location = new System.Drawing.Point(14, 72);
|
||||
this.URL.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.URL.Name = "URL";
|
||||
this.URL.Size = new System.Drawing.Size(249, 26);
|
||||
this.URL.TabIndex = 176;
|
||||
//
|
||||
// label8
|
||||
//
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Location = new System.Drawing.Point(11, 51);
|
||||
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";
|
||||
//
|
||||
// Type
|
||||
//
|
||||
this.Type.FormattingEnabled = true;
|
||||
this.Type.Location = new System.Drawing.Point(273, 133);
|
||||
this.Type.Name = "Type";
|
||||
this.Type.Size = new System.Drawing.Size(249, 24);
|
||||
this.Type.TabIndex = 178;
|
||||
//
|
||||
// Machinemodel
|
||||
//
|
||||
this.Machinemodel.FormattingEnabled = true;
|
||||
this.Machinemodel.Location = new System.Drawing.Point(273, 196);
|
||||
this.Machinemodel.Name = "Machinemodel";
|
||||
this.Machinemodel.Size = new System.Drawing.Size(249, 24);
|
||||
this.Machinemodel.TabIndex = 179;
|
||||
//
|
||||
// MESConfig
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(534, 360);
|
||||
this.Controls.Add(this.Machinemodel);
|
||||
this.Controls.Add(this.Type);
|
||||
this.Controls.Add(this.URL);
|
||||
this.Controls.Add(this.label8);
|
||||
this.Controls.Add(this.method);
|
||||
this.Controls.Add(this.label5);
|
||||
this.Controls.Add(this.appkey);
|
||||
this.Controls.Add(this.label6);
|
||||
this.Controls.Add(this.appid);
|
||||
this.Controls.Add(this.label7);
|
||||
this.Controls.Add(this.Config);
|
||||
this.Controls.Add(this.label4);
|
||||
this.Controls.Add(this.MESStation);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.Dept);
|
||||
this.Controls.Add(this.label19);
|
||||
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.TextBox Dept;
|
||||
private System.Windows.Forms.Label label19;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.TextBox MESStation;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.Label label4;
|
||||
private System.Windows.Forms.Button Config;
|
||||
private System.Windows.Forms.TextBox method;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.TextBox appkey;
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.TextBox appid;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.Windows.Forms.TextBox URL;
|
||||
private System.Windows.Forms.Label label8;
|
||||
private System.Windows.Forms.ComboBox Type;
|
||||
private System.Windows.Forms.ComboBox Machinemodel;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user