25111701 参数批量通道保存
This commit is contained in:
75
SLC1-N/Electricity.Designer.cs
generated
75
SLC1-N/Electricity.Designer.cs
generated
@@ -30,6 +30,7 @@
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Electricity));
|
||||
this.tabPage3 = new System.Windows.Forms.TabPage();
|
||||
this.lb_PLCsaomamsg = new System.Windows.Forms.Label();
|
||||
this.label17 = new System.Windows.Forms.Label();
|
||||
this.tb_ContinueTestCount = new Sunny.UI.UITextBox();
|
||||
this.chk_ContinueTest = new System.Windows.Forms.CheckBox();
|
||||
@@ -70,7 +71,7 @@
|
||||
this.cb_ParaNum = new Sunny.UI.UIComboBox();
|
||||
this.rbt_PpressureMode = new System.Windows.Forms.RadioButton();
|
||||
this.cb_MachineNum = new Sunny.UI.UIComboBox();
|
||||
this.bt_BtnKeep = new Sunny.UI.UISymbolButton();
|
||||
this.bt_ParamSave = new Sunny.UI.UISymbolButton();
|
||||
this.bt_BtnRead = new Sunny.UI.UISymbolButton();
|
||||
this.bt_BtnUpload = new Sunny.UI.UISymbolButton();
|
||||
this.uiGroupBox15 = new Sunny.UI.UIGroupBox();
|
||||
@@ -128,7 +129,7 @@
|
||||
this.label89 = new System.Windows.Forms.Label();
|
||||
this.SendText = new System.Windows.Forms.TextBox();
|
||||
this.uiTabControlMenu1 = new Sunny.UI.UITabControlMenu();
|
||||
this.lb_PLCsaomamsg = new System.Windows.Forms.Label();
|
||||
this.bt_BatchParamSave = new Sunny.UI.UISymbolButton();
|
||||
this.tabPage3.SuspendLayout();
|
||||
this.uiGroupBox2.SuspendLayout();
|
||||
this.uiGroupBox1.SuspendLayout();
|
||||
@@ -159,6 +160,16 @@
|
||||
this.tabPage3.TabIndex = 2;
|
||||
this.tabPage3.Text = "仪器参数设置";
|
||||
//
|
||||
// lb_PLCsaomamsg
|
||||
//
|
||||
this.lb_PLCsaomamsg.AutoSize = true;
|
||||
this.lb_PLCsaomamsg.Font = new System.Drawing.Font("宋体", 15F);
|
||||
this.lb_PLCsaomamsg.Location = new System.Drawing.Point(758, 569);
|
||||
this.lb_PLCsaomamsg.Name = "lb_PLCsaomamsg";
|
||||
this.lb_PLCsaomamsg.Size = new System.Drawing.Size(29, 20);
|
||||
this.lb_PLCsaomamsg.TabIndex = 483;
|
||||
this.lb_PLCsaomamsg.Text = "##";
|
||||
//
|
||||
// label17
|
||||
//
|
||||
this.label17.AutoSize = true;
|
||||
@@ -638,13 +649,14 @@
|
||||
//
|
||||
// uiGroupBox13
|
||||
//
|
||||
this.uiGroupBox13.Controls.Add(this.bt_BatchParamSave);
|
||||
this.uiGroupBox13.Controls.Add(this.chk_ChkBee);
|
||||
this.uiGroupBox13.Controls.Add(this.rbt_NpressureMode);
|
||||
this.uiGroupBox13.Controls.Add(this.tb_ParaName);
|
||||
this.uiGroupBox13.Controls.Add(this.cb_ParaNum);
|
||||
this.uiGroupBox13.Controls.Add(this.rbt_PpressureMode);
|
||||
this.uiGroupBox13.Controls.Add(this.cb_MachineNum);
|
||||
this.uiGroupBox13.Controls.Add(this.bt_BtnKeep);
|
||||
this.uiGroupBox13.Controls.Add(this.bt_ParamSave);
|
||||
this.uiGroupBox13.Controls.Add(this.bt_BtnRead);
|
||||
this.uiGroupBox13.Controls.Add(this.bt_BtnUpload);
|
||||
this.uiGroupBox13.Controls.Add(this.uiGroupBox15);
|
||||
@@ -719,12 +731,7 @@
|
||||
"2",
|
||||
"3",
|
||||
"4",
|
||||
"5",
|
||||
"6",
|
||||
"7",
|
||||
"8",
|
||||
"9",
|
||||
"10"});
|
||||
"5"});
|
||||
this.cb_ParaNum.Location = new System.Drawing.Point(11, 146);
|
||||
this.cb_ParaNum.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.cb_ParaNum.MinimumSize = new System.Drawing.Size(63, 0);
|
||||
@@ -772,20 +779,20 @@
|
||||
this.cb_MachineNum.SelectedIndexChanged += new System.EventHandler(this.MachineNum_SelectedIndexChanged);
|
||||
this.cb_MachineNum.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MachineNum_KeyPress);
|
||||
//
|
||||
// bt_BtnKeep
|
||||
// bt_ParamSave
|
||||
//
|
||||
this.bt_BtnKeep.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.bt_BtnKeep.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.bt_BtnKeep.Location = new System.Drawing.Point(787, 385);
|
||||
this.bt_BtnKeep.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.bt_BtnKeep.Name = "bt_BtnKeep";
|
||||
this.bt_BtnKeep.Size = new System.Drawing.Size(149, 35);
|
||||
this.bt_BtnKeep.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.bt_BtnKeep.Symbol = 61678;
|
||||
this.bt_BtnKeep.TabIndex = 241;
|
||||
this.bt_BtnKeep.Text = "保存参数";
|
||||
this.bt_BtnKeep.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.bt_BtnKeep.Click += new System.EventHandler(this.BtnKeep_Click);
|
||||
this.bt_ParamSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.bt_ParamSave.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.bt_ParamSave.Location = new System.Drawing.Point(787, 385);
|
||||
this.bt_ParamSave.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.bt_ParamSave.Name = "bt_ParamSave";
|
||||
this.bt_ParamSave.Size = new System.Drawing.Size(149, 35);
|
||||
this.bt_ParamSave.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.bt_ParamSave.Symbol = 61678;
|
||||
this.bt_ParamSave.TabIndex = 241;
|
||||
this.bt_ParamSave.Text = "保存参数";
|
||||
this.bt_ParamSave.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.bt_ParamSave.Click += new System.EventHandler(this.BtnKeep_Click);
|
||||
//
|
||||
// bt_BtnRead
|
||||
//
|
||||
@@ -1568,15 +1575,20 @@
|
||||
this.uiTabControlMenu1.TabSelectedForeColor = System.Drawing.Color.Black;
|
||||
this.uiTabControlMenu1.TabUnSelectedForeColor = System.Drawing.Color.Black;
|
||||
//
|
||||
// lb_PLCsaomamsg
|
||||
// bt_BatchParamSave
|
||||
//
|
||||
this.lb_PLCsaomamsg.AutoSize = true;
|
||||
this.lb_PLCsaomamsg.Font = new System.Drawing.Font("宋体", 15F);
|
||||
this.lb_PLCsaomamsg.Location = new System.Drawing.Point(758, 569);
|
||||
this.lb_PLCsaomamsg.Name = "lb_PLCsaomamsg";
|
||||
this.lb_PLCsaomamsg.Size = new System.Drawing.Size(29, 20);
|
||||
this.lb_PLCsaomamsg.TabIndex = 483;
|
||||
this.lb_PLCsaomamsg.Text = "##";
|
||||
this.bt_BatchParamSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.bt_BatchParamSave.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.bt_BatchParamSave.Location = new System.Drawing.Point(603, 385);
|
||||
this.bt_BatchParamSave.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.bt_BatchParamSave.Name = "bt_BatchParamSave";
|
||||
this.bt_BatchParamSave.Size = new System.Drawing.Size(149, 35);
|
||||
this.bt_BatchParamSave.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.bt_BatchParamSave.Symbol = 61678;
|
||||
this.bt_BatchParamSave.TabIndex = 475;
|
||||
this.bt_BatchParamSave.Text = "批量保存参数";
|
||||
this.bt_BatchParamSave.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.bt_BatchParamSave.Click += new System.EventHandler(this.bt_BatchParamSave_Click);
|
||||
//
|
||||
// Electricity
|
||||
//
|
||||
@@ -1613,7 +1625,7 @@
|
||||
private Sunny.UI.UITextBox tb_ParaName;
|
||||
private Sunny.UI.UIComboBox cb_ParaNum;
|
||||
private Sunny.UI.UIComboBox cb_MachineNum;
|
||||
private Sunny.UI.UISymbolButton bt_BtnKeep;
|
||||
private Sunny.UI.UISymbolButton bt_ParamSave;
|
||||
private Sunny.UI.UISymbolButton bt_BtnRead;
|
||||
private Sunny.UI.UISymbolButton bt_BtnUpload;
|
||||
private Sunny.UI.UIGroupBox uiGroupBox15;
|
||||
@@ -1707,5 +1719,6 @@
|
||||
private System.Windows.Forms.Label label17;
|
||||
private Sunny.UI.UITextBox tb_ContinueTestCount;
|
||||
private System.Windows.Forms.Label lb_PLCsaomamsg;
|
||||
private Sunny.UI.UISymbolButton bt_BatchParamSave;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user