|
|
|
@ -46,10 +46,10 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixManager
|
|
|
|
|
// btnCancel
|
|
|
|
|
//
|
|
|
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(290, 421);
|
|
|
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(414, 434);
|
|
|
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
|
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(98, 45);
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(147, 68);
|
|
|
|
|
this.btnCancel.TabIndex = 68;
|
|
|
|
|
this.btnCancel.Text = "取消";
|
|
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
|
|
@ -57,10 +57,10 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixManager
|
|
|
|
|
//
|
|
|
|
|
// btnOK
|
|
|
|
|
//
|
|
|
|
|
this.btnOK.Location = new System.Drawing.Point(118, 421);
|
|
|
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.btnOK.Location = new System.Drawing.Point(156, 434);
|
|
|
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
|
|
|
|
|
this.btnOK.Name = "btnOK";
|
|
|
|
|
this.btnOK.Size = new System.Drawing.Size(98, 45);
|
|
|
|
|
this.btnOK.Size = new System.Drawing.Size(147, 68);
|
|
|
|
|
this.btnOK.TabIndex = 67;
|
|
|
|
|
this.btnOK.Text = "确认";
|
|
|
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
|
|
@ -72,11 +72,9 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixManager
|
|
|
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
|
|
|
this.groupBox1.Controls.Add(this.DrpMetageA);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(60, 182);
|
|
|
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(93, 122);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(426, 127);
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(639, 190);
|
|
|
|
|
this.groupBox1.TabIndex = 64;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "干混机";
|
|
|
|
@ -84,47 +82,50 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixManager
|
|
|
|
|
// DrpMixA
|
|
|
|
|
//
|
|
|
|
|
this.DrpMixA.FormattingEnabled = true;
|
|
|
|
|
this.DrpMixA.Location = new System.Drawing.Point(121, 73);
|
|
|
|
|
this.DrpMixA.Location = new System.Drawing.Point(182, 110);
|
|
|
|
|
this.DrpMixA.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.DrpMixA.Name = "DrpMixA";
|
|
|
|
|
this.DrpMixA.Size = new System.Drawing.Size(126, 20);
|
|
|
|
|
this.DrpMixA.Size = new System.Drawing.Size(187, 26);
|
|
|
|
|
this.DrpMixA.TabIndex = 52;
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(27, 75);
|
|
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(40, 112);
|
|
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(89, 18);
|
|
|
|
|
this.label5.TabIndex = 49;
|
|
|
|
|
this.label5.Text = "混合步骤:";
|
|
|
|
|
//
|
|
|
|
|
// DrpMetageA
|
|
|
|
|
//
|
|
|
|
|
this.DrpMetageA.FormattingEnabled = true;
|
|
|
|
|
this.DrpMetageA.Location = new System.Drawing.Point(121, 39);
|
|
|
|
|
this.DrpMetageA.Location = new System.Drawing.Point(182, 58);
|
|
|
|
|
this.DrpMetageA.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.DrpMetageA.Name = "DrpMetageA";
|
|
|
|
|
this.DrpMetageA.Size = new System.Drawing.Size(126, 20);
|
|
|
|
|
this.DrpMetageA.Size = new System.Drawing.Size(187, 26);
|
|
|
|
|
this.DrpMetageA.TabIndex = 52;
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(27, 41);
|
|
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(40, 62);
|
|
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(89, 18);
|
|
|
|
|
this.label4.TabIndex = 49;
|
|
|
|
|
this.label4.Text = "粉料称量:";
|
|
|
|
|
//
|
|
|
|
|
// FrmMixA
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(546, 699);
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(819, 1048);
|
|
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
|
|
this.Controls.Add(this.btnOK);
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
this.Name = "FrmMixA";
|
|
|
|
|
this.Text = "干混机配方管理";
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|