|
|
|
@ -68,20 +68,18 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixFormula
|
|
|
|
|
//
|
|
|
|
|
// button2
|
|
|
|
|
//
|
|
|
|
|
this.button2.Location = new System.Drawing.Point(463, 497);
|
|
|
|
|
this.button2.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.button2.Location = new System.Drawing.Point(610, 12);
|
|
|
|
|
this.button2.Name = "button2";
|
|
|
|
|
this.button2.Size = new System.Drawing.Size(112, 34);
|
|
|
|
|
this.button2.Size = new System.Drawing.Size(114, 44);
|
|
|
|
|
this.button2.TabIndex = 35;
|
|
|
|
|
this.button2.Text = "删除动作";
|
|
|
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// button1
|
|
|
|
|
//
|
|
|
|
|
this.button1.Location = new System.Drawing.Point(143, 497);
|
|
|
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.button1.Location = new System.Drawing.Point(610, 84);
|
|
|
|
|
this.button1.Name = "button1";
|
|
|
|
|
this.button1.Size = new System.Drawing.Size(112, 34);
|
|
|
|
|
this.button1.Size = new System.Drawing.Size(114, 44);
|
|
|
|
|
this.button1.TabIndex = 36;
|
|
|
|
|
this.button1.Text = "添加动作";
|
|
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
|
@ -89,159 +87,161 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixFormula
|
|
|
|
|
//
|
|
|
|
|
// txtName
|
|
|
|
|
//
|
|
|
|
|
this.txtName.Location = new System.Drawing.Point(265, 55);
|
|
|
|
|
this.txtName.Margin = new System.Windows.Forms.Padding(8);
|
|
|
|
|
this.txtName.Location = new System.Drawing.Point(84, 14);
|
|
|
|
|
this.txtName.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
|
|
this.txtName.MaxLength = 100;
|
|
|
|
|
this.txtName.Name = "txtName";
|
|
|
|
|
this.txtName.Size = new System.Drawing.Size(192, 28);
|
|
|
|
|
this.txtName.Size = new System.Drawing.Size(206, 21);
|
|
|
|
|
this.txtName.TabIndex = 32;
|
|
|
|
|
//
|
|
|
|
|
// txtDifference
|
|
|
|
|
//
|
|
|
|
|
this.txtDifference.Location = new System.Drawing.Point(267, 419);
|
|
|
|
|
this.txtDifference.Margin = new System.Windows.Forms.Padding(8);
|
|
|
|
|
this.txtDifference.Location = new System.Drawing.Point(365, 107);
|
|
|
|
|
this.txtDifference.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
|
|
this.txtDifference.MaxLength = 100;
|
|
|
|
|
this.txtDifference.Name = "txtDifference";
|
|
|
|
|
this.txtDifference.Size = new System.Drawing.Size(192, 28);
|
|
|
|
|
this.txtDifference.Size = new System.Drawing.Size(206, 21);
|
|
|
|
|
this.txtDifference.TabIndex = 33;
|
|
|
|
|
//
|
|
|
|
|
// TxtSendTime
|
|
|
|
|
//
|
|
|
|
|
this.TxtSendTime.Location = new System.Drawing.Point(267, 229);
|
|
|
|
|
this.TxtSendTime.Margin = new System.Windows.Forms.Padding(8);
|
|
|
|
|
this.TxtSendTime.Location = new System.Drawing.Point(84, 107);
|
|
|
|
|
this.TxtSendTime.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
|
|
this.TxtSendTime.MaxLength = 100;
|
|
|
|
|
this.TxtSendTime.Name = "TxtSendTime";
|
|
|
|
|
this.TxtSendTime.Size = new System.Drawing.Size(192, 28);
|
|
|
|
|
this.TxtSendTime.Size = new System.Drawing.Size(206, 21);
|
|
|
|
|
this.TxtSendTime.TabIndex = 34;
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(143, 55);
|
|
|
|
|
this.label6.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(17, 17);
|
|
|
|
|
this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(89, 18);
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label6.TabIndex = 31;
|
|
|
|
|
this.label6.Text = "配方名称:";
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(145, 419);
|
|
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(308, 110);
|
|
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(53, 18);
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
this.label5.TabIndex = 30;
|
|
|
|
|
this.label5.Text = "公差:";
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(145, 229);
|
|
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(41, 110);
|
|
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(53, 18);
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
this.label4.TabIndex = 29;
|
|
|
|
|
this.label4.Text = "时间:";
|
|
|
|
|
//
|
|
|
|
|
// DrpDeviceUnit
|
|
|
|
|
//
|
|
|
|
|
this.DrpDeviceUnit.FormattingEnabled = true;
|
|
|
|
|
this.DrpDeviceUnit.Location = new System.Drawing.Point(265, 110);
|
|
|
|
|
this.DrpDeviceUnit.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.DrpDeviceUnit.Location = new System.Drawing.Point(84, 46);
|
|
|
|
|
this.DrpDeviceUnit.Name = "DrpDeviceUnit";
|
|
|
|
|
this.DrpDeviceUnit.Size = new System.Drawing.Size(180, 26);
|
|
|
|
|
this.DrpDeviceUnit.Size = new System.Drawing.Size(206, 20);
|
|
|
|
|
this.DrpDeviceUnit.TabIndex = 26;
|
|
|
|
|
this.DrpDeviceUnit.SelectedIndexChanged += new System.EventHandler(this.DrpDeviceUnit_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// DrpAction
|
|
|
|
|
//
|
|
|
|
|
this.DrpAction.FormattingEnabled = true;
|
|
|
|
|
this.DrpAction.Location = new System.Drawing.Point(265, 163);
|
|
|
|
|
this.DrpAction.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.DrpAction.Location = new System.Drawing.Point(84, 76);
|
|
|
|
|
this.DrpAction.Name = "DrpAction";
|
|
|
|
|
this.DrpAction.Size = new System.Drawing.Size(180, 26);
|
|
|
|
|
this.DrpAction.Size = new System.Drawing.Size(206, 20);
|
|
|
|
|
this.DrpAction.TabIndex = 28;
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(143, 117);
|
|
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(17, 49);
|
|
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(89, 18);
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label3.TabIndex = 24;
|
|
|
|
|
this.label3.Text = "配方类型:";
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(143, 167);
|
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(41, 79);
|
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(53, 18);
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
this.label1.TabIndex = 25;
|
|
|
|
|
this.label1.Text = "动作:";
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(145, 273);
|
|
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(308, 17);
|
|
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(53, 18);
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
this.label2.TabIndex = 29;
|
|
|
|
|
this.label2.Text = "温度:";
|
|
|
|
|
//
|
|
|
|
|
// txtTemperature
|
|
|
|
|
//
|
|
|
|
|
this.txtTemperature.Location = new System.Drawing.Point(267, 273);
|
|
|
|
|
this.txtTemperature.Margin = new System.Windows.Forms.Padding(8);
|
|
|
|
|
this.txtTemperature.Location = new System.Drawing.Point(365, 14);
|
|
|
|
|
this.txtTemperature.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
|
|
this.txtTemperature.MaxLength = 100;
|
|
|
|
|
this.txtTemperature.Name = "txtTemperature";
|
|
|
|
|
this.txtTemperature.Size = new System.Drawing.Size(192, 28);
|
|
|
|
|
this.txtTemperature.Size = new System.Drawing.Size(206, 21);
|
|
|
|
|
this.txtTemperature.TabIndex = 34;
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
|
//
|
|
|
|
|
this.label7.AutoSize = true;
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(145, 317);
|
|
|
|
|
this.label7.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(308, 48);
|
|
|
|
|
this.label7.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(53, 18);
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
this.label7.TabIndex = 29;
|
|
|
|
|
this.label7.Text = "速度:";
|
|
|
|
|
//
|
|
|
|
|
// txtSpeed
|
|
|
|
|
//
|
|
|
|
|
this.txtSpeed.Location = new System.Drawing.Point(267, 317);
|
|
|
|
|
this.txtSpeed.Margin = new System.Windows.Forms.Padding(8);
|
|
|
|
|
this.txtSpeed.Location = new System.Drawing.Point(365, 45);
|
|
|
|
|
this.txtSpeed.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
|
|
this.txtSpeed.MaxLength = 100;
|
|
|
|
|
this.txtSpeed.Name = "txtSpeed";
|
|
|
|
|
this.txtSpeed.Size = new System.Drawing.Size(192, 28);
|
|
|
|
|
this.txtSpeed.Size = new System.Drawing.Size(206, 21);
|
|
|
|
|
this.txtSpeed.TabIndex = 34;
|
|
|
|
|
//
|
|
|
|
|
// label8
|
|
|
|
|
//
|
|
|
|
|
this.label8.AutoSize = true;
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(145, 361);
|
|
|
|
|
this.label8.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(308, 79);
|
|
|
|
|
this.label8.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(53, 18);
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
this.label8.TabIndex = 29;
|
|
|
|
|
this.label8.Text = "重量:";
|
|
|
|
|
//
|
|
|
|
|
// txtWeight
|
|
|
|
|
//
|
|
|
|
|
this.txtWeight.Location = new System.Drawing.Point(267, 361);
|
|
|
|
|
this.txtWeight.Margin = new System.Windows.Forms.Padding(8);
|
|
|
|
|
this.txtWeight.Location = new System.Drawing.Point(365, 76);
|
|
|
|
|
this.txtWeight.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
|
|
this.txtWeight.MaxLength = 100;
|
|
|
|
|
this.txtWeight.Name = "txtWeight";
|
|
|
|
|
this.txtWeight.Size = new System.Drawing.Size(192, 28);
|
|
|
|
|
this.txtWeight.Size = new System.Drawing.Size(206, 21);
|
|
|
|
|
this.txtWeight.TabIndex = 34;
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Controls.Add(this.dataGridView1);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(61, 575);
|
|
|
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 136);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(1228, 434);
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(790, 289);
|
|
|
|
|
this.groupBox1.TabIndex = 37;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "称量配方";
|
|
|
|
@ -250,16 +250,23 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixFormula
|
|
|
|
|
//
|
|
|
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
|
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.No, this.MaterialName, this.DeviceName, this.Temperature, this.Speed, this.Weight, this.Difference });
|
|
|
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.No,
|
|
|
|
|
this.MaterialName,
|
|
|
|
|
this.DeviceName,
|
|
|
|
|
this.Temperature,
|
|
|
|
|
this.Speed,
|
|
|
|
|
this.Weight,
|
|
|
|
|
this.Difference});
|
|
|
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(4, 25);
|
|
|
|
|
this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(3, 17);
|
|
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
|
|
|
this.dataGridView1.ReadOnly = true;
|
|
|
|
|
this.dataGridView1.RowHeadersWidth = 62;
|
|
|
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(1220, 405);
|
|
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(784, 269);
|
|
|
|
|
this.dataGridView1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// No
|
|
|
|
@ -270,7 +277,6 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixFormula
|
|
|
|
|
this.No.MinimumWidth = 8;
|
|
|
|
|
this.No.Name = "No";
|
|
|
|
|
this.No.ReadOnly = true;
|
|
|
|
|
this.No.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// MaterialName
|
|
|
|
|
//
|
|
|
|
@ -279,7 +285,6 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixFormula
|
|
|
|
|
this.MaterialName.MinimumWidth = 8;
|
|
|
|
|
this.MaterialName.Name = "MaterialName";
|
|
|
|
|
this.MaterialName.ReadOnly = true;
|
|
|
|
|
this.MaterialName.Width = 200;
|
|
|
|
|
//
|
|
|
|
|
// DeviceName
|
|
|
|
|
//
|
|
|
|
@ -288,7 +293,6 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixFormula
|
|
|
|
|
this.DeviceName.MinimumWidth = 8;
|
|
|
|
|
this.DeviceName.Name = "DeviceName";
|
|
|
|
|
this.DeviceName.ReadOnly = true;
|
|
|
|
|
this.DeviceName.Width = 200;
|
|
|
|
|
//
|
|
|
|
|
// Temperature
|
|
|
|
|
//
|
|
|
|
@ -297,7 +301,6 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixFormula
|
|
|
|
|
this.Temperature.MinimumWidth = 8;
|
|
|
|
|
this.Temperature.Name = "Temperature";
|
|
|
|
|
this.Temperature.ReadOnly = true;
|
|
|
|
|
this.Temperature.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// Speed
|
|
|
|
|
//
|
|
|
|
@ -306,7 +309,6 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixFormula
|
|
|
|
|
this.Speed.MinimumWidth = 8;
|
|
|
|
|
this.Speed.Name = "Speed";
|
|
|
|
|
this.Speed.ReadOnly = true;
|
|
|
|
|
this.Speed.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// Weight
|
|
|
|
|
//
|
|
|
|
@ -315,7 +317,6 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixFormula
|
|
|
|
|
this.Weight.MinimumWidth = 8;
|
|
|
|
|
this.Weight.Name = "Weight";
|
|
|
|
|
this.Weight.ReadOnly = true;
|
|
|
|
|
this.Weight.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// Difference
|
|
|
|
|
//
|
|
|
|
@ -324,15 +325,14 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixFormula
|
|
|
|
|
this.Difference.MinimumWidth = 8;
|
|
|
|
|
this.Difference.Name = "Difference";
|
|
|
|
|
this.Difference.ReadOnly = true;
|
|
|
|
|
this.Difference.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// btnCancel
|
|
|
|
|
//
|
|
|
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(524, 1134);
|
|
|
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(8);
|
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(349, 756);
|
|
|
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(147, 68);
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(98, 45);
|
|
|
|
|
this.btnCancel.TabIndex = 50;
|
|
|
|
|
this.btnCancel.Text = "取消";
|
|
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
|
|
@ -340,10 +340,10 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixFormula
|
|
|
|
|
//
|
|
|
|
|
// btnOK
|
|
|
|
|
//
|
|
|
|
|
this.btnOK.Location = new System.Drawing.Point(265, 1134);
|
|
|
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(8);
|
|
|
|
|
this.btnOK.Location = new System.Drawing.Point(177, 756);
|
|
|
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
|
|
this.btnOK.Name = "btnOK";
|
|
|
|
|
this.btnOK.Size = new System.Drawing.Size(147, 68);
|
|
|
|
|
this.btnOK.Size = new System.Drawing.Size(98, 45);
|
|
|
|
|
this.btnOK.TabIndex = 49;
|
|
|
|
|
this.btnOK.Text = "确认";
|
|
|
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
|
|
@ -351,9 +351,9 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixFormula
|
|
|
|
|
//
|
|
|
|
|
// FrmMixFormula
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1373, 1328);
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(815, 438);
|
|
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
|
|
this.Controls.Add(this.btnOK);
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
@ -375,12 +375,14 @@ namespace Mesnac.Action.ChemicalWeighing.LjMixFormula
|
|
|
|
|
this.Controls.Add(this.DrpAction);
|
|
|
|
|
this.Controls.Add(this.label3);
|
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.Name = "FrmMixFormula";
|
|
|
|
|
this.Text = "混合配方";
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button btnCancel;
|
|
|
|
|