namespace SLC1_N { partial class Form_HQMESconfig { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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(110, 175); this.tb_LINE.Name = "tb_LINE"; this.tb_LINE.Size = new System.Drawing.Size(194, 30); this.tb_LINE.TabIndex = 219; // // label10 // this.label10.AutoSize = true; this.label10.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label10.Location = new System.Drawing.Point(57, 178); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(41, 12); this.label10.TabIndex = 218; this.label10.Text = "线体:"; // // button1 // this.button1.Font = new System.Drawing.Font("宋体", 15F); this.button1.Location = new System.Drawing.Point(123, 284); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(124, 53); this.button1.TabIndex = 217; 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(110, 222); this.tb_Tools.Name = "tb_Tools"; this.tb_Tools.Size = new System.Drawing.Size(194, 30); this.tb_Tools.TabIndex = 216; // // label13 // this.label13.AutoSize = true; this.label13.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label13.Location = new System.Drawing.Point(57, 227); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(41, 12); this.label13.TabIndex = 215; this.label13.Text = "工具:"; // // tb_ActionName // this.tb_ActionName.Font = new System.Drawing.Font("宋体", 15F); this.tb_ActionName.Location = new System.Drawing.Point(110, 131); this.tb_ActionName.Name = "tb_ActionName"; this.tb_ActionName.Size = new System.Drawing.Size(194, 30); this.tb_ActionName.TabIndex = 214; // // label9 // this.label9.AutoSize = true; this.label9.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label9.Location = new System.Drawing.Point(57, 138); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(41, 12); this.label9.TabIndex = 213; this.label9.Text = "工位:"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 20F); this.label4.Location = new System.Drawing.Point(127, 62); 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 = 212; 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(388, 409); 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 = "Form_HQMESconfig"; 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; } }