25111701 参数设置添加批量通道配置功能;登陆界面添加超级管理员密码添加功能。

This commit is contained in:
moxiliang
2025-11-17 17:04:39 +08:00
parent 2e5ea8848d
commit de7adcb3ae
42 changed files with 837 additions and 512 deletions

View File

@@ -129,6 +129,7 @@
this.label89 = new System.Windows.Forms.Label();
this.SendText = new System.Windows.Forms.TextBox();
this.uiTabControlMenu1 = new Sunny.UI.UITabControlMenu();
this.bt_BatchParamSave = new Sunny.UI.UISymbolButton();
this.tabPage3.SuspendLayout();
this.uiGroupBox2.SuspendLayout();
this.uiGroupBox1.SuspendLayout();
@@ -648,6 +649,7 @@
//
// 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);
@@ -1580,6 +1582,21 @@
this.uiTabControlMenu1.TabSelectedForeColor = System.Drawing.Color.Black;
this.uiTabControlMenu1.TabUnSelectedForeColor = System.Drawing.Color.Black;
//
// bt_BatchParamSave
//
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(600, 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 = 476;
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
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@@ -1709,5 +1726,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;
}
}