25111302 差压28出货版本

This commit is contained in:
moxiliang
2025-11-14 09:32:59 +08:00
parent 6df003f5f8
commit 589dcaa568
88 changed files with 5372 additions and 14986 deletions

View File

@@ -41,28 +41,28 @@
// tb_LINE
//
this.tb_LINE.Font = new System.Drawing.Font("宋体", 15F);
this.tb_LINE.Location = new System.Drawing.Point(124, 197);
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 = 211;
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(71, 200);
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 = 210;
this.label10.TabIndex = 218;
this.label10.Text = "线体:";
//
// button1
//
this.button1.Font = new System.Drawing.Font("宋体", 15F);
this.button1.Location = new System.Drawing.Point(137, 306);
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 = 209;
this.button1.TabIndex = 217;
this.button1.Text = "保存";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
@@ -70,55 +70,55 @@
// tb_Tools
//
this.tb_Tools.Font = new System.Drawing.Font("宋体", 15F);
this.tb_Tools.Location = new System.Drawing.Point(124, 244);
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 = 208;
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(71, 249);
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 = 207;
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(124, 153);
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 = 206;
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(71, 160);
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 = 205;
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(141, 84);
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 = 204;
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(421, 450);
this.ClientSize = new System.Drawing.Size(388, 409);
this.Controls.Add(this.tb_LINE);
this.Controls.Add(this.label10);
this.Controls.Add(this.button1);
@@ -128,7 +128,7 @@
this.Controls.Add(this.label9);
this.Controls.Add(this.label4);
this.Name = "Form_HQMESconfig";
this.Text = "MES配置";
this.Text = "Form_HQMESconfig";
this.Load += new System.EventHandler(this.Form_HQMESconfig_Load);
this.ResumeLayout(false);
this.PerformLayout();