|
|
@ -39,8 +39,6 @@ namespace Mesnac.Action.ChemicalWeighing.LjPressure
|
|
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.Alarm = new System.Windows.Forms.ComboBox();
|
|
|
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// HighLimit
|
|
|
|
// HighLimit
|
|
|
@ -104,38 +102,17 @@ namespace Mesnac.Action.ChemicalWeighing.LjPressure
|
|
|
|
this.label3.TabIndex = 44;
|
|
|
|
this.label3.TabIndex = 44;
|
|
|
|
this.label3.Text = "低压设定值:";
|
|
|
|
this.label3.Text = "低压设定值:";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// label1
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(39, 90);
|
|
|
|
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
|
|
|
this.label1.TabIndex = 43;
|
|
|
|
|
|
|
|
this.label1.Text = "超压报警:";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// Alarm
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.Alarm.FormattingEnabled = true;
|
|
|
|
|
|
|
|
this.Alarm.Location = new System.Drawing.Point(108, 87);
|
|
|
|
|
|
|
|
this.Alarm.Name = "Alarm";
|
|
|
|
|
|
|
|
this.Alarm.Size = new System.Drawing.Size(129, 20);
|
|
|
|
|
|
|
|
this.Alarm.TabIndex = 51;
|
|
|
|
|
|
|
|
this.Alarm.SelectedIndexChanged += new System.EventHandler(this.Alarm_SelectedIndexChanged);
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// FrmPressureUpdate
|
|
|
|
// FrmPressureUpdate
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
this.ClientSize = new System.Drawing.Size(268, 206);
|
|
|
|
this.ClientSize = new System.Drawing.Size(268, 206);
|
|
|
|
this.Controls.Add(this.Alarm);
|
|
|
|
|
|
|
|
this.Controls.Add(this.HighLimit);
|
|
|
|
this.Controls.Add(this.HighLimit);
|
|
|
|
this.Controls.Add(this.LowLimit);
|
|
|
|
this.Controls.Add(this.LowLimit);
|
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
|
this.Controls.Add(this.btnOK);
|
|
|
|
this.Controls.Add(this.btnOK);
|
|
|
|
this.Controls.Add(this.label4);
|
|
|
|
this.Controls.Add(this.label4);
|
|
|
|
this.Controls.Add(this.label3);
|
|
|
|
this.Controls.Add(this.label3);
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
|
|
|
this.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
this.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
this.Name = "FrmPressureUpdate";
|
|
|
|
this.Name = "FrmPressureUpdate";
|
|
|
|
this.Text = "修改压力参数";
|
|
|
|
this.Text = "修改压力参数";
|
|
|
@ -143,9 +120,6 @@ namespace Mesnac.Action.ChemicalWeighing.LjPressure
|
|
|
|
this.PerformLayout();
|
|
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.ComboBox Alarm;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
|
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TextBox HighLimit;
|
|
|
|
private System.Windows.Forms.TextBox HighLimit;
|
|
|
|