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

File diff suppressed because one or more lines are too long

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;
}
}

View File

@@ -51,31 +51,31 @@ namespace SLC1_N
cb_PUnit.Enabled = false;
cb_LUnit.Enabled = false;
}
if (Form1.f1.User == "工程师")
{
cb_PUnit.Enabled = false;
cb_LUnit.Enabled = false;
tb_FullTime.Enabled = false;
tb_BalanTime.Enabled=false;
tb_TestTime1.Enabled = false;
tb_ExhaustTime.Enabled=false;
tb_FPlowlimit.Enabled=false;
tb_FPtoplimit.Enabled=false;
tb_Leaktoplimit.Enabled=false;
tb_Leaklowlimit.Enabled=false;
}
//if (Form1.f1.User == "工程师")
//{
// cb_PUnit.Enabled = false;
// cb_LUnit.Enabled = false;
// tb_FullTime.Enabled = false;
// tb_BalanTime.Enabled=false;
// tb_TestTime1.Enabled = false;
// tb_ExhaustTime.Enabled=false;
// tb_FPlowlimit.Enabled=false;
// tb_FPtoplimit.Enabled=false;
// tb_Leaktoplimit.Enabled=false;
// tb_Leaklowlimit.Enabled=false;
//}
if (Form1.f1.User != "厂商")
{
//消失
label111.Visible = false;
label112.Visible = false;
//if (Form1.f1.User != "厂商")
//{
// //消失
// label111.Visible = false;
// label112.Visible = false;
label117.Visible = false;
tb_BalanPreMax.Visible = false;
tb_BalanPreMin.Visible = false;
label116.Visible = false;
}
// label117.Visible = false;
// tb_BalanPreMax.Visible = false;
// tb_BalanPreMin.Visible = false;
// label116.Visible = false;
//}
//PressMax.Text = Form1.f1.PressMax.ToString();
//PressMin.Text = Form1.f1.PressMin.ToString();
@@ -717,5 +717,35 @@ namespace SLC1_N
config.SetValue("tb_ContinueTestCount", Convert.ToInt32(tb_ContinueTestCount.Text));
}
private void bt_BatchParamSave_Click(object sender, EventArgs e)
{
using (var dialog = new Form_BatchSave())
{
// 显示弹窗并等待用户操作
if (dialog.ShowDialog() == DialogResult.OK)
{
// 获取复选框状态
bool[] checkCHx = new bool[4];
checkCHx[0] = dialog.chk_CH1.Checked;
checkCHx[1] = dialog.chk_CH2.Checked;
checkCHx[2] = dialog.chk_CH3.Checked;
checkCHx[3] = dialog.chk_CH4.Checked;
string PorN = "P";
if (rbt_PpressureMode.Checked)
PorN = "P";
else if (rbt_NpressureMode.Checked)
PorN = "N";
for (int i = 0; i <= 3; i++)
{
if (checkCHx[i])
{
SetParametersJson(Convert.ToInt32(i + 1), cb_ParaNum.Text, PorN); // 通道-编号
}
}
}
}
}
}
}

292
SLC1-N/Form1.Designer.cs generated
View File

@@ -109,6 +109,8 @@
this.label75 = new System.Windows.Forms.Label();
this.label103 = new System.Windows.Forms.Label();
this.uiGroupBox5 = new Sunny.UI.UIGroupBox();
this.lb_CH2testTime = new System.Windows.Forms.Label();
this.label59 = new System.Windows.Forms.Label();
this.lb_CH2TestPressureDown = new System.Windows.Forms.Label();
this.label60 = new System.Windows.Forms.Label();
this.lb_CH2TestPressureUp = new System.Windows.Forms.Label();
@@ -153,6 +155,8 @@
this.lb_NowTime = new System.Windows.Forms.Label();
this.PLCControl = new Sunny.UI.UIHeaderButton();
this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
this.lb_CH1testTime = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
this.lb_CH1TestPressureDown = new System.Windows.Forms.Label();
this.label43 = new System.Windows.Forms.Label();
this.lb_CH1TestPressureUp = new System.Windows.Forms.Label();
@@ -199,6 +203,8 @@
this.timer_SaomaStart = new System.Windows.Forms.Timer(this.components);
this.timer_nowTime = new System.Windows.Forms.Timer(this.components);
this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
this.lb_CH3testTime = new System.Windows.Forms.Label();
this.label39 = new System.Windows.Forms.Label();
this.lb_CH3TestPressureDown = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lb_CH3TestPressureUp = new System.Windows.Forms.Label();
@@ -241,6 +247,8 @@
this.lb_CH3_SmallLeak = new System.Windows.Forms.Label();
this.lb_CH3_TestPressure = new System.Windows.Forms.Label();
this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
this.lb_CH4testTime = new System.Windows.Forms.Label();
this.label52 = new System.Windows.Forms.Label();
this.lb_CH4TestPressureDown = new System.Windows.Forms.Label();
this.label79 = new System.Windows.Forms.Label();
this.lb_CH4TestPressureUp = new System.Windows.Forms.Label();
@@ -301,14 +309,6 @@
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DataGridView2 = new Sunny.UI.UIDataGridView();
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.lb_CH1testTime = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
this.lb_CH2testTime = new System.Windows.Forms.Label();
this.label59 = new System.Windows.Forms.Label();
this.lb_CH3testTime = new System.Windows.Forms.Label();
this.label39 = new System.Windows.Forms.Label();
this.lb_CH4testTime = new System.Windows.Forms.Label();
this.label52 = new System.Windows.Forms.Label();
this.uiGroupBox5.SuspendLayout();
this.nb_MainMenu.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pb_MESswitch)).BeginInit();
@@ -344,7 +344,7 @@
this.lb_CH2_SmallLeakUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.lb_CH2_SmallLeakUnit.Location = new System.Drawing.Point(354, 151);
this.lb_CH2_SmallLeakUnit.Name = "lb_CH2_SmallLeakUnit";
this.lb_CH2_SmallLeakUnit.Size = new System.Drawing.Size(26, 16);
this.lb_CH2_SmallLeakUnit.Size = new System.Drawing.Size(25, 16);
this.lb_CH2_SmallLeakUnit.TabIndex = 423;
this.lb_CH2_SmallLeakUnit.Text = "Pa";
//
@@ -355,7 +355,7 @@
this.lb_CH2_PressureUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.lb_CH2_PressureUnit.Location = new System.Drawing.Point(202, 151);
this.lb_CH2_PressureUnit.Name = "lb_CH2_PressureUnit";
this.lb_CH2_PressureUnit.Size = new System.Drawing.Size(35, 16);
this.lb_CH2_PressureUnit.Size = new System.Drawing.Size(34, 16);
this.lb_CH2_PressureUnit.TabIndex = 419;
this.lb_CH2_PressureUnit.Text = "Kpa";
//
@@ -412,7 +412,7 @@
this.lb_CH2Communication_status.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.lb_CH2Communication_status.Location = new System.Drawing.Point(29, 178);
this.lb_CH2Communication_status.Name = "lb_CH2Communication_status";
this.lb_CH2Communication_status.Size = new System.Drawing.Size(26, 16);
this.lb_CH2Communication_status.Size = new System.Drawing.Size(25, 16);
this.lb_CH2Communication_status.TabIndex = 29;
this.lb_CH2Communication_status.Text = "NG";
//
@@ -434,7 +434,7 @@
this.lb_CH1_SmallLeakUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.lb_CH1_SmallLeakUnit.Location = new System.Drawing.Point(379, 155);
this.lb_CH1_SmallLeakUnit.Name = "lb_CH1_SmallLeakUnit";
this.lb_CH1_SmallLeakUnit.Size = new System.Drawing.Size(26, 16);
this.lb_CH1_SmallLeakUnit.Size = new System.Drawing.Size(25, 16);
this.lb_CH1_SmallLeakUnit.TabIndex = 423;
this.lb_CH1_SmallLeakUnit.Text = "Pa";
//
@@ -445,7 +445,7 @@
this.lb_CH1_PressureUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.lb_CH1_PressureUnit.Location = new System.Drawing.Point(230, 155);
this.lb_CH1_PressureUnit.Name = "lb_CH1_PressureUnit";
this.lb_CH1_PressureUnit.Size = new System.Drawing.Size(35, 16);
this.lb_CH1_PressureUnit.Size = new System.Drawing.Size(34, 16);
this.lb_CH1_PressureUnit.TabIndex = 419;
this.lb_CH1_PressureUnit.Text = "Kpa";
//
@@ -468,7 +468,7 @@
this.label69.Location = new System.Drawing.Point(6, 151);
this.label69.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label69.Name = "label69";
this.label69.Size = new System.Drawing.Size(72, 16);
this.label69.Size = new System.Drawing.Size(71, 16);
this.label69.TabIndex = 407;
this.label69.Text = "通讯状态";
//
@@ -480,7 +480,7 @@
this.CH1_2presstext.Location = new System.Drawing.Point(102, 151);
this.CH1_2presstext.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.CH1_2presstext.Name = "CH1_2presstext";
this.CH1_2presstext.Size = new System.Drawing.Size(72, 16);
this.CH1_2presstext.Size = new System.Drawing.Size(71, 16);
this.CH1_2presstext.TabIndex = 400;
this.CH1_2presstext.Text = "测试压力";
//
@@ -492,7 +492,7 @@
this.label75.Location = new System.Drawing.Point(275, 152);
this.label75.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label75.Name = "label75";
this.label75.Size = new System.Drawing.Size(56, 16);
this.label75.Size = new System.Drawing.Size(55, 16);
this.label75.TabIndex = 401;
this.label75.Text = "泄漏量";
//
@@ -557,6 +557,29 @@
this.uiGroupBox5.Text = "CH2工位";
this.uiGroupBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_CH2testTime
//
this.lb_CH2testTime.AutoSize = true;
this.lb_CH2testTime.BackColor = System.Drawing.Color.Transparent;
this.lb_CH2testTime.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_CH2testTime.Location = new System.Drawing.Point(327, 218);
this.lb_CH2testTime.Name = "lb_CH2testTime";
this.lb_CH2testTime.Size = new System.Drawing.Size(29, 20);
this.lb_CH2testTime.TabIndex = 492;
this.lb_CH2testTime.Text = "##";
//
// label59
//
this.label59.AutoSize = true;
this.label59.BackColor = System.Drawing.Color.Transparent;
this.label59.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label59.Location = new System.Drawing.Point(191, 218);
this.label59.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label59.Name = "label59";
this.label59.Size = new System.Drawing.Size(129, 20);
this.label59.TabIndex = 493;
this.label59.Text = "测试总时长:";
//
// lb_CH2TestPressureDown
//
this.lb_CH2TestPressureDown.AutoSize = true;
@@ -766,7 +789,7 @@
this.label10.Location = new System.Drawing.Point(86, 24);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(88, 16);
this.label10.Size = new System.Drawing.Size(87, 16);
this.label10.TabIndex = 436;
this.label10.Text = "条码长度:";
//
@@ -811,7 +834,7 @@
this.lb_CH1Communication_status.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.lb_CH1Communication_status.Location = new System.Drawing.Point(36, 182);
this.lb_CH1Communication_status.Name = "lb_CH1Communication_status";
this.lb_CH1Communication_status.Size = new System.Drawing.Size(26, 16);
this.lb_CH1Communication_status.Size = new System.Drawing.Size(25, 16);
this.lb_CH1Communication_status.TabIndex = 29;
this.lb_CH1Communication_status.Text = "NG";
//
@@ -890,7 +913,7 @@
this.label49.Location = new System.Drawing.Point(13, 155);
this.label49.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label49.Name = "label49";
this.label49.Size = new System.Drawing.Size(72, 16);
this.label49.Size = new System.Drawing.Size(71, 16);
this.label49.TabIndex = 407;
this.label49.Text = "通讯状态";
//
@@ -902,7 +925,7 @@
this.CH1_1presstext.Location = new System.Drawing.Point(129, 155);
this.CH1_1presstext.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.CH1_1presstext.Name = "CH1_1presstext";
this.CH1_1presstext.Size = new System.Drawing.Size(72, 16);
this.CH1_1presstext.Size = new System.Drawing.Size(71, 16);
this.CH1_1presstext.TabIndex = 400;
this.CH1_1presstext.Text = "测试压力";
//
@@ -914,7 +937,7 @@
this.label51.Location = new System.Drawing.Point(299, 154);
this.label51.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label51.Name = "label51";
this.label51.Size = new System.Drawing.Size(56, 16);
this.label51.Size = new System.Drawing.Size(55, 16);
this.label51.TabIndex = 401;
this.label51.Text = "泄漏量";
//
@@ -1029,7 +1052,7 @@
this.chk_SaomaFocus.AutoSize = true;
this.chk_SaomaFocus.Location = new System.Drawing.Point(642, 16);
this.chk_SaomaFocus.Name = "chk_SaomaFocus";
this.chk_SaomaFocus.Size = new System.Drawing.Size(91, 20);
this.chk_SaomaFocus.Size = new System.Drawing.Size(90, 20);
this.chk_SaomaFocus.TabIndex = 474;
this.chk_SaomaFocus.Text = "扫码专注";
this.chk_SaomaFocus.UseVisualStyleBackColor = true;
@@ -1051,7 +1074,7 @@
this.lb_User.AutoSize = true;
this.lb_User.Location = new System.Drawing.Point(203, 19);
this.lb_User.Name = "lb_User";
this.lb_User.Size = new System.Drawing.Size(64, 16);
this.lb_User.Size = new System.Drawing.Size(63, 16);
this.lb_User.TabIndex = 471;
this.lb_User.Text = "label15";
this.lb_User.TabIndexChanged += new System.EventHandler(this.Admin_TabIndexChanged);
@@ -1069,7 +1092,7 @@
this.lb_MESswitch.AutoSize = true;
this.lb_MESswitch.Location = new System.Drawing.Point(463, 16);
this.lb_MESswitch.Name = "lb_MESswitch";
this.lb_MESswitch.Size = new System.Drawing.Size(64, 16);
this.lb_MESswitch.Size = new System.Drawing.Size(63, 16);
this.lb_MESswitch.TabIndex = 453;
this.lb_MESswitch.Text = "MES离线";
//
@@ -1087,7 +1110,7 @@
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(131, 18);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 16);
this.label4.Size = new System.Drawing.Size(55, 16);
this.label4.TabIndex = 447;
this.label4.Text = "用户:";
//
@@ -1096,7 +1119,7 @@
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(343, 19);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(32, 16);
this.label22.Size = new System.Drawing.Size(31, 16);
this.label22.TabIndex = 451;
this.label22.Text = "PLC";
//
@@ -1194,6 +1217,29 @@
this.uiGroupBox1.Text = "CH1工位";
this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_CH1testTime
//
this.lb_CH1testTime.AutoSize = true;
this.lb_CH1testTime.BackColor = System.Drawing.Color.Transparent;
this.lb_CH1testTime.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_CH1testTime.Location = new System.Drawing.Point(311, 217);
this.lb_CH1testTime.Name = "lb_CH1testTime";
this.lb_CH1testTime.Size = new System.Drawing.Size(29, 20);
this.lb_CH1testTime.TabIndex = 476;
this.lb_CH1testTime.Text = "##";
//
// label29
//
this.label29.AutoSize = true;
this.label29.BackColor = System.Drawing.Color.Transparent;
this.label29.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label29.Location = new System.Drawing.Point(175, 217);
this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(129, 20);
this.label29.TabIndex = 477;
this.label29.Text = "测试总时长:";
//
// lb_CH1TestPressureDown
//
this.lb_CH1TestPressureDown.AutoSize = true;
@@ -1369,7 +1415,7 @@
this.label34.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label34.Location = new System.Drawing.Point(526, 275);
this.label34.Name = "label34";
this.label34.Size = new System.Drawing.Size(76, 16);
this.label34.Size = new System.Drawing.Size(75, 16);
this.label34.TabIndex = 447;
this.label34.Text = "正压模式";
this.label34.Visible = false;
@@ -1390,7 +1436,7 @@
this.label31.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label31.Location = new System.Drawing.Point(396, 275);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(76, 16);
this.label31.Size = new System.Drawing.Size(75, 16);
this.label31.TabIndex = 445;
this.label31.Text = "负压模式";
this.label31.Visible = false;
@@ -1411,7 +1457,7 @@
this.label28.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label28.Location = new System.Drawing.Point(201, 275);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(76, 16);
this.label28.Size = new System.Drawing.Size(75, 16);
this.label28.TabIndex = 443;
this.label28.Text = "扫码完成";
//
@@ -1430,7 +1476,7 @@
this.label18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label18.Location = new System.Drawing.Point(20, 275);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(76, 16);
this.label18.Size = new System.Drawing.Size(75, 16);
this.label18.TabIndex = 441;
this.label18.Text = "开始扫码";
//
@@ -1482,7 +1528,7 @@
this.label9.Location = new System.Drawing.Point(79, 27);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(88, 16);
this.label9.Size = new System.Drawing.Size(87, 16);
this.label9.TabIndex = 434;
this.label9.Text = "条码长度:";
//
@@ -1749,6 +1795,29 @@
this.uiGroupBox2.Text = "CH3工位";
this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_CH3testTime
//
this.lb_CH3testTime.AutoSize = true;
this.lb_CH3testTime.BackColor = System.Drawing.Color.Transparent;
this.lb_CH3testTime.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_CH3testTime.Location = new System.Drawing.Point(310, 218);
this.lb_CH3testTime.Name = "lb_CH3testTime";
this.lb_CH3testTime.Size = new System.Drawing.Size(29, 20);
this.lb_CH3testTime.TabIndex = 488;
this.lb_CH3testTime.Text = "##";
//
// label39
//
this.label39.AutoSize = true;
this.label39.BackColor = System.Drawing.Color.Transparent;
this.label39.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label39.Location = new System.Drawing.Point(174, 218);
this.label39.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label39.Name = "label39";
this.label39.Size = new System.Drawing.Size(129, 20);
this.label39.TabIndex = 489;
this.label39.Text = "测试总时长:";
//
// lb_CH3TestPressureDown
//
this.lb_CH3TestPressureDown.AutoSize = true;
@@ -1925,7 +1994,7 @@
this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label5.Location = new System.Drawing.Point(526, 275);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(76, 16);
this.label5.Size = new System.Drawing.Size(75, 16);
this.label5.TabIndex = 447;
this.label5.Text = "正压模式";
this.label5.Visible = false;
@@ -1946,7 +2015,7 @@
this.label11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label11.Location = new System.Drawing.Point(396, 275);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(76, 16);
this.label11.Size = new System.Drawing.Size(75, 16);
this.label11.TabIndex = 445;
this.label11.Text = "负压模式";
this.label11.Visible = false;
@@ -1967,7 +2036,7 @@
this.label12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label12.Location = new System.Drawing.Point(201, 275);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(76, 16);
this.label12.Size = new System.Drawing.Size(75, 16);
this.label12.TabIndex = 443;
this.label12.Text = "扫码完成";
//
@@ -1986,7 +2055,7 @@
this.label13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label13.Location = new System.Drawing.Point(20, 275);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(76, 16);
this.label13.Size = new System.Drawing.Size(75, 16);
this.label13.TabIndex = 441;
this.label13.Text = "开始扫码";
//
@@ -2037,7 +2106,7 @@
this.label20.Location = new System.Drawing.Point(79, 27);
this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(88, 16);
this.label20.Size = new System.Drawing.Size(87, 16);
this.label20.TabIndex = 434;
this.label20.Text = "条码长度:";
//
@@ -2071,7 +2140,7 @@
this.lb_CH3_SmallLeakUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.lb_CH3_SmallLeakUnit.Location = new System.Drawing.Point(379, 155);
this.lb_CH3_SmallLeakUnit.Name = "lb_CH3_SmallLeakUnit";
this.lb_CH3_SmallLeakUnit.Size = new System.Drawing.Size(26, 16);
this.lb_CH3_SmallLeakUnit.Size = new System.Drawing.Size(25, 16);
this.lb_CH3_SmallLeakUnit.TabIndex = 423;
this.lb_CH3_SmallLeakUnit.Text = "Pa";
//
@@ -2082,7 +2151,7 @@
this.lb_CH3_PressureUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.lb_CH3_PressureUnit.Location = new System.Drawing.Point(230, 155);
this.lb_CH3_PressureUnit.Name = "lb_CH3_PressureUnit";
this.lb_CH3_PressureUnit.Size = new System.Drawing.Size(35, 16);
this.lb_CH3_PressureUnit.Size = new System.Drawing.Size(34, 16);
this.lb_CH3_PressureUnit.TabIndex = 419;
this.lb_CH3_PressureUnit.Text = "Kpa";
//
@@ -2139,7 +2208,7 @@
this.label33.Location = new System.Drawing.Point(299, 154);
this.label33.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(56, 16);
this.label33.Size = new System.Drawing.Size(55, 16);
this.label33.TabIndex = 401;
this.label33.Text = "泄漏量";
//
@@ -2162,7 +2231,7 @@
this.lb_CH3Communication_status.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.lb_CH3Communication_status.Location = new System.Drawing.Point(36, 182);
this.lb_CH3Communication_status.Name = "lb_CH3Communication_status";
this.lb_CH3Communication_status.Size = new System.Drawing.Size(26, 16);
this.lb_CH3Communication_status.Size = new System.Drawing.Size(25, 16);
this.lb_CH3Communication_status.TabIndex = 29;
this.lb_CH3Communication_status.Text = "NG";
//
@@ -2174,7 +2243,7 @@
this.label38.Location = new System.Drawing.Point(129, 155);
this.label38.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(72, 16);
this.label38.Size = new System.Drawing.Size(71, 16);
this.label38.TabIndex = 400;
this.label38.Text = "测试压力";
//
@@ -2186,7 +2255,7 @@
this.label40.Location = new System.Drawing.Point(13, 155);
this.label40.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label40.Name = "label40";
this.label40.Size = new System.Drawing.Size(72, 16);
this.label40.Size = new System.Drawing.Size(71, 16);
this.label40.TabIndex = 407;
this.label40.Text = "通讯状态";
//
@@ -2262,6 +2331,29 @@
this.uiGroupBox3.Text = "CH4工位";
this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_CH4testTime
//
this.lb_CH4testTime.AutoSize = true;
this.lb_CH4testTime.BackColor = System.Drawing.Color.Transparent;
this.lb_CH4testTime.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_CH4testTime.Location = new System.Drawing.Point(327, 217);
this.lb_CH4testTime.Name = "lb_CH4testTime";
this.lb_CH4testTime.Size = new System.Drawing.Size(29, 20);
this.lb_CH4testTime.TabIndex = 500;
this.lb_CH4testTime.Text = "##";
//
// label52
//
this.label52.AutoSize = true;
this.label52.BackColor = System.Drawing.Color.Transparent;
this.label52.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label52.Location = new System.Drawing.Point(191, 217);
this.label52.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label52.Name = "label52";
this.label52.Size = new System.Drawing.Size(129, 20);
this.label52.TabIndex = 501;
this.label52.Text = "测试总时长:";
//
// lb_CH4TestPressureDown
//
this.lb_CH4TestPressureDown.AutoSize = true;
@@ -2481,7 +2573,7 @@
this.label56.Location = new System.Drawing.Point(86, 24);
this.label56.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label56.Name = "label56";
this.label56.Size = new System.Drawing.Size(88, 16);
this.label56.Size = new System.Drawing.Size(87, 16);
this.label56.TabIndex = 436;
this.label56.Text = "条码长度:";
//
@@ -2515,7 +2607,7 @@
this.lb_CH4_SmallLeakUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.lb_CH4_SmallLeakUnit.Location = new System.Drawing.Point(354, 151);
this.lb_CH4_SmallLeakUnit.Name = "lb_CH4_SmallLeakUnit";
this.lb_CH4_SmallLeakUnit.Size = new System.Drawing.Size(26, 16);
this.lb_CH4_SmallLeakUnit.Size = new System.Drawing.Size(25, 16);
this.lb_CH4_SmallLeakUnit.TabIndex = 423;
this.lb_CH4_SmallLeakUnit.Text = "Pa";
//
@@ -2526,7 +2618,7 @@
this.lb_CH4_PressureUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.lb_CH4_PressureUnit.Location = new System.Drawing.Point(202, 151);
this.lb_CH4_PressureUnit.Name = "lb_CH4_PressureUnit";
this.lb_CH4_PressureUnit.Size = new System.Drawing.Size(35, 16);
this.lb_CH4_PressureUnit.Size = new System.Drawing.Size(34, 16);
this.lb_CH4_PressureUnit.TabIndex = 419;
this.lb_CH4_PressureUnit.Text = "Kpa";
//
@@ -2572,7 +2664,7 @@
this.label65.Location = new System.Drawing.Point(275, 152);
this.label65.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label65.Name = "label65";
this.label65.Size = new System.Drawing.Size(56, 16);
this.label65.Size = new System.Drawing.Size(55, 16);
this.label65.TabIndex = 401;
this.label65.Text = "泄漏量";
//
@@ -2595,7 +2687,7 @@
this.lb_CH4Communication_status.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.lb_CH4Communication_status.Location = new System.Drawing.Point(29, 178);
this.lb_CH4Communication_status.Name = "lb_CH4Communication_status";
this.lb_CH4Communication_status.Size = new System.Drawing.Size(26, 16);
this.lb_CH4Communication_status.Size = new System.Drawing.Size(25, 16);
this.lb_CH4Communication_status.TabIndex = 29;
this.lb_CH4Communication_status.Text = "NG";
//
@@ -2607,7 +2699,7 @@
this.label70.Location = new System.Drawing.Point(102, 151);
this.label70.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label70.Name = "label70";
this.label70.Size = new System.Drawing.Size(72, 16);
this.label70.Size = new System.Drawing.Size(71, 16);
this.label70.TabIndex = 400;
this.label70.Text = "测试压力";
//
@@ -2619,7 +2711,7 @@
this.label71.Location = new System.Drawing.Point(6, 151);
this.label71.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label71.Name = "label71";
this.label71.Size = new System.Drawing.Size(72, 16);
this.label71.Size = new System.Drawing.Size(71, 16);
this.label71.TabIndex = 407;
this.label71.Text = "通讯状态";
//
@@ -2771,7 +2863,7 @@
this.label17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label17.Location = new System.Drawing.Point(526, 275);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(76, 16);
this.label17.Size = new System.Drawing.Size(75, 16);
this.label17.TabIndex = 447;
this.label17.Text = "正压模式";
this.label17.Visible = false;
@@ -2792,7 +2884,7 @@
this.label21.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label21.Location = new System.Drawing.Point(396, 275);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(76, 16);
this.label21.Size = new System.Drawing.Size(75, 16);
this.label21.TabIndex = 445;
this.label21.Text = "负压模式";
this.label21.Visible = false;
@@ -2813,7 +2905,7 @@
this.label24.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label24.Location = new System.Drawing.Point(201, 275);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(76, 16);
this.label24.Size = new System.Drawing.Size(75, 16);
this.label24.TabIndex = 443;
this.label24.Text = "扫码完成";
//
@@ -2832,7 +2924,7 @@
this.label25.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label25.Location = new System.Drawing.Point(20, 275);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(76, 16);
this.label25.Size = new System.Drawing.Size(75, 16);
this.label25.TabIndex = 441;
this.label25.Text = "开始扫码";
//
@@ -2954,98 +3046,6 @@
//
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// lb_CH1testTime
//
this.lb_CH1testTime.AutoSize = true;
this.lb_CH1testTime.BackColor = System.Drawing.Color.Transparent;
this.lb_CH1testTime.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_CH1testTime.Location = new System.Drawing.Point(311, 217);
this.lb_CH1testTime.Name = "lb_CH1testTime";
this.lb_CH1testTime.Size = new System.Drawing.Size(29, 20);
this.lb_CH1testTime.TabIndex = 476;
this.lb_CH1testTime.Text = "##";
//
// label29
//
this.label29.AutoSize = true;
this.label29.BackColor = System.Drawing.Color.Transparent;
this.label29.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label29.Location = new System.Drawing.Point(175, 217);
this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(129, 20);
this.label29.TabIndex = 477;
this.label29.Text = "测试总时长:";
//
// lb_CH2testTime
//
this.lb_CH2testTime.AutoSize = true;
this.lb_CH2testTime.BackColor = System.Drawing.Color.Transparent;
this.lb_CH2testTime.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_CH2testTime.Location = new System.Drawing.Point(327, 218);
this.lb_CH2testTime.Name = "lb_CH2testTime";
this.lb_CH2testTime.Size = new System.Drawing.Size(29, 20);
this.lb_CH2testTime.TabIndex = 492;
this.lb_CH2testTime.Text = "##";
//
// label59
//
this.label59.AutoSize = true;
this.label59.BackColor = System.Drawing.Color.Transparent;
this.label59.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label59.Location = new System.Drawing.Point(191, 218);
this.label59.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label59.Name = "label59";
this.label59.Size = new System.Drawing.Size(129, 20);
this.label59.TabIndex = 493;
this.label59.Text = "测试总时长:";
//
// lb_CH3testTime
//
this.lb_CH3testTime.AutoSize = true;
this.lb_CH3testTime.BackColor = System.Drawing.Color.Transparent;
this.lb_CH3testTime.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_CH3testTime.Location = new System.Drawing.Point(310, 218);
this.lb_CH3testTime.Name = "lb_CH3testTime";
this.lb_CH3testTime.Size = new System.Drawing.Size(29, 20);
this.lb_CH3testTime.TabIndex = 488;
this.lb_CH3testTime.Text = "##";
//
// label39
//
this.label39.AutoSize = true;
this.label39.BackColor = System.Drawing.Color.Transparent;
this.label39.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label39.Location = new System.Drawing.Point(174, 218);
this.label39.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label39.Name = "label39";
this.label39.Size = new System.Drawing.Size(129, 20);
this.label39.TabIndex = 489;
this.label39.Text = "测试总时长:";
//
// lb_CH4testTime
//
this.lb_CH4testTime.AutoSize = true;
this.lb_CH4testTime.BackColor = System.Drawing.Color.Transparent;
this.lb_CH4testTime.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_CH4testTime.Location = new System.Drawing.Point(327, 217);
this.lb_CH4testTime.Name = "lb_CH4testTime";
this.lb_CH4testTime.Size = new System.Drawing.Size(29, 20);
this.lb_CH4testTime.TabIndex = 500;
this.lb_CH4testTime.Text = "##";
//
// label52
//
this.label52.AutoSize = true;
this.label52.BackColor = System.Drawing.Color.Transparent;
this.label52.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label52.Location = new System.Drawing.Point(191, 217);
this.label52.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label52.Name = "label52";
this.label52.Size = new System.Drawing.Size(129, 20);
this.label52.TabIndex = 501;
this.label52.Text = "测试总时长:";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@@ -3067,7 +3067,7 @@
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.Name = "Form1";
this.Text = " LL28-C_V25111502";
this.Text = " LL28-C_V25111701";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.uiGroupBox5.ResumeLayout(false);

120
SLC1-N/Form_BatchSave.Designer.cs generated Normal file
View File

@@ -0,0 +1,120 @@
namespace SLC1_N
{
partial class Form_BatchSave
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.bt_Save = new System.Windows.Forms.Button();
this.chk_CH4 = new System.Windows.Forms.CheckBox();
this.chk_CH3 = new System.Windows.Forms.CheckBox();
this.chk_CH2 = new System.Windows.Forms.CheckBox();
this.chk_CH1 = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// bt_Save
//
this.bt_Save.Font = new System.Drawing.Font("宋体", 15F);
this.bt_Save.Location = new System.Drawing.Point(88, 179);
this.bt_Save.Name = "bt_Save";
this.bt_Save.Size = new System.Drawing.Size(143, 48);
this.bt_Save.TabIndex = 9;
this.bt_Save.Text = "确认保存";
this.bt_Save.UseVisualStyleBackColor = true;
this.bt_Save.Click += new System.EventHandler(this.bt_Save_Click);
//
// chk_CH4
//
this.chk_CH4.AutoSize = true;
this.chk_CH4.Font = new System.Drawing.Font("宋体", 15F);
this.chk_CH4.Location = new System.Drawing.Point(119, 133);
this.chk_CH4.Name = "chk_CH4";
this.chk_CH4.Size = new System.Drawing.Size(78, 24);
this.chk_CH4.TabIndex = 8;
this.chk_CH4.Text = "通道4";
this.chk_CH4.UseVisualStyleBackColor = true;
//
// chk_CH3
//
this.chk_CH3.AutoSize = true;
this.chk_CH3.Font = new System.Drawing.Font("宋体", 15F);
this.chk_CH3.Location = new System.Drawing.Point(119, 103);
this.chk_CH3.Name = "chk_CH3";
this.chk_CH3.Size = new System.Drawing.Size(78, 24);
this.chk_CH3.TabIndex = 7;
this.chk_CH3.Text = "通道3";
this.chk_CH3.UseVisualStyleBackColor = true;
//
// chk_CH2
//
this.chk_CH2.AutoSize = true;
this.chk_CH2.Font = new System.Drawing.Font("宋体", 15F);
this.chk_CH2.Location = new System.Drawing.Point(119, 73);
this.chk_CH2.Name = "chk_CH2";
this.chk_CH2.Size = new System.Drawing.Size(78, 24);
this.chk_CH2.TabIndex = 6;
this.chk_CH2.Text = "通道2";
this.chk_CH2.UseVisualStyleBackColor = true;
//
// chk_CH1
//
this.chk_CH1.AutoSize = true;
this.chk_CH1.Font = new System.Drawing.Font("宋体", 15F);
this.chk_CH1.Location = new System.Drawing.Point(119, 43);
this.chk_CH1.Name = "chk_CH1";
this.chk_CH1.Size = new System.Drawing.Size(78, 24);
this.chk_CH1.TabIndex = 5;
this.chk_CH1.Text = "通道1";
this.chk_CH1.UseVisualStyleBackColor = true;
//
// Form_BatchSave
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(317, 266);
this.Controls.Add(this.bt_Save);
this.Controls.Add(this.chk_CH4);
this.Controls.Add(this.chk_CH3);
this.Controls.Add(this.chk_CH2);
this.Controls.Add(this.chk_CH1);
this.Name = "Form_BatchSave";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "批量保存";
this.Load += new System.EventHandler(this.Form_BatchSave_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button bt_Save;
public System.Windows.Forms.CheckBox chk_CH4;
public System.Windows.Forms.CheckBox chk_CH3;
public System.Windows.Forms.CheckBox chk_CH2;
public System.Windows.Forms.CheckBox chk_CH1;
}
}

32
SLC1-N/Form_BatchSave.cs Normal file
View File

@@ -0,0 +1,32 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace SLC1_N
{
public partial class Form_BatchSave : Form
{
public Form_BatchSave()
{
InitializeComponent();
}
private void Form_BatchSave_Load(object sender, EventArgs e)
{
}
// 保存
private void bt_Save_Click(object sender, EventArgs e)
{
this.DialogResult = DialogResult.OK;
this.Close();
}
}
}

120
SLC1-N/Form_BatchSave.resx Normal file
View File

@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@@ -30,39 +30,16 @@
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_LogOn));
this.Account = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.Logtime = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.Password = new System.Windows.Forms.TextBox();
this.tb_Password = new System.Windows.Forms.TextBox();
this.Log = new System.Windows.Forms.Button();
this.Timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.bt_PasswordAdd = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// Account
//
this.Account.Font = new System.Drawing.Font("宋体", 15F);
this.Account.FormattingEnabled = true;
this.Account.Location = new System.Drawing.Point(54, 203);
this.Account.Name = "Account";
this.Account.Size = new System.Drawing.Size(190, 28);
this.Account.TabIndex = 45;
this.Account.Visible = false;
this.Account.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Account_KeyDown);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 13F);
this.label2.Location = new System.Drawing.Point(82, 182);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(134, 18);
this.label2.TabIndex = 44;
this.label2.Text = "请选择账户名称";
this.label2.Visible = false;
//
// Logtime
//
this.Logtime.AutoSize = true;
@@ -96,15 +73,15 @@
this.label1.TabIndex = 40;
this.label1.Text = "请输入密码";
//
// Password
// tb_Password
//
this.Password.Font = new System.Drawing.Font("宋体", 15F);
this.Password.Location = new System.Drawing.Point(55, 64);
this.Password.Name = "Password";
this.Password.Size = new System.Drawing.Size(190, 30);
this.Password.TabIndex = 39;
this.Password.UseSystemPasswordChar = true;
this.Password.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Password_KeyDown);
this.tb_Password.Font = new System.Drawing.Font("宋体", 15F);
this.tb_Password.Location = new System.Drawing.Point(55, 64);
this.tb_Password.Name = "tb_Password";
this.tb_Password.Size = new System.Drawing.Size(190, 30);
this.tb_Password.TabIndex = 39;
this.tb_Password.UseSystemPasswordChar = true;
this.tb_Password.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Password_KeyDown);
//
// Log
//
@@ -125,20 +102,30 @@
//
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// LogOn
// bt_PasswordAdd
//
this.bt_PasswordAdd.Font = new System.Drawing.Font("宋体", 10F);
this.bt_PasswordAdd.Location = new System.Drawing.Point(227, 170);
this.bt_PasswordAdd.Name = "bt_PasswordAdd";
this.bt_PasswordAdd.Size = new System.Drawing.Size(76, 29);
this.bt_PasswordAdd.TabIndex = 48;
this.bt_PasswordAdd.Text = "添加密码";
this.bt_PasswordAdd.UseVisualStyleBackColor = true;
this.bt_PasswordAdd.Click += new System.EventHandler(this.bt_PasswordAdd_Click);
//
// Form_LogOn
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(314, 179);
this.ClientSize = new System.Drawing.Size(314, 211);
this.Controls.Add(this.bt_PasswordAdd);
this.Controls.Add(this.Log);
this.Controls.Add(this.Account);
this.Controls.Add(this.label2);
this.Controls.Add(this.Logtime);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.Password);
this.Controls.Add(this.tb_Password);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "LogOn";
this.Name = "Form_LogOn";
this.Text = "登录";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LogOn_FormClosing);
this.Load += new System.EventHandler(this.LogOn_Load);
@@ -148,15 +135,13 @@
}
#endregion
public System.Windows.Forms.ComboBox Account;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label Logtime;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox Password;
private System.Windows.Forms.TextBox tb_Password;
private System.Windows.Forms.Button Log;
private System.Windows.Forms.Timer Timer1;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.Button bt_PasswordAdd;
}
}

View File

@@ -46,141 +46,67 @@ namespace SLC1_N
//{
// MessageBox.Show(ex.Message);
//}
Password.Focus();
tb_Password.Focus();
}
private void Log_Click(object sender, EventArgs e)
{
try
{
if (Password.Text == "linglong29529959" || Password.Text == "29529959" || Password.Text == "qwe")
if (tb_Password.Text == "linglong29529959" || tb_Password.Text == "29529959" || tb_Password.Text == "qwe")
{
Timer1.Stop();
//Form1.f1.网络设置ToolStripMenuItem.Enabled = true;
//Form1.f1.pLC控制ToolStripMenuItem.Enabled = true;
//Form1.f1.串口配置ToolStripMenuItem.Enabled = true;
//Form1.f1.测试参数ToolStripMenuItem.Enabled = true;
//Form1.f1.基本设置ToolStripMenuItem.Enabled = true;
//Form1.f1.存储设置ToolStripMenuItem.Enabled = true;
//Form1.f1.用户管理ToolStripMenuItem.Enabled = true;
//Form1.f1.
//ToolStripMenuItem.Enabled = true;
Form1.f1.lb_User.Text = "厂商";
Form1.f1.User = "厂商";
//Form1.f1.DayTime.Start();
this.Close();
//Form1.f1.Show();
}
else
{
//string filepath = System.Environment.CurrentDirectory + "\\Config\\Users\\UsersInfo.mdb";
//if (File.Exists(filepath) == false)//判断所选路径是否有文件
//{
// MessageBox.Show("请先新建用户!");
//}
//else if (String.IsNullOrEmpty(Account.Text))
//{
// MessageBox.Show("请先选择用户!");
//}
//else
//{
//string constr = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + System.Environment.CurrentDirectory + "\\Config\\Users\\UsersInfo.mdb;";
//OleDbConnection con = new OleDbConnection(constr);
//con.Open();
//string sql = "SELECT * FROM UserInfo WHERE 账户='" + Account.Text + "'";
//OleDbCommand cmd2 = new OleDbCommand(sql, con);
//OleDbDataReader userinformation = cmd2.ExecuteReader();
//string userpassword = null;
//string usercharacter = null;
//while (userinformation.Read())
//{
// userpassword = Convert.ToString(userinformation["密码"]);
// usercharacter = Convert.ToString(userinformation["权限"]);
//}
//userinformation.Close();
//con.Close();
string userpassword2 = DateTime.Now.ToString("yyMMHH");
string userpassword = DateTime.Now.ToString("ddHHmm");
string userpassword3 = "ghkj.2021";
if (Password.Text == userpassword)
bool bPassword = false;
string password_管理员 = DateTime.Now.ToString("yyMMHH");
string password_工程师 = DateTime.Now.ToString("ddHHmm");
string password_超级管理员 = "ghkj.2021";
if (tb_Password.Text == password_工程师)
{
//Form1.f1.Admin.Text = Account.Text;
Form1.f1.lb_User.Text = "工程师";
Form1.f1.User = "工程师";
Timer1.Stop();
//if (usercharacter == "操作员")
//{
// Form1.f1.网络设置ToolStripMenuItem.Enabled = false;
// Form1.f1.pLC控制ToolStripMenuItem.Enabled = false;
// Form1.f1.串口配置ToolStripMenuItem.Enabled = false;
// Form1.f1.测试参数ToolStripMenuItem.Enabled = false;
// Form1.f1.基本设置ToolStripMenuItem.Enabled = false;
// Form1.f1.存储设置ToolStripMenuItem.Enabled = false;
// Form1.f1.用户管理ToolStripMenuItem.Enabled = false;
// Form1.f1.复位ToolStripMenuItem.Enabled = false;
//}
//else
//{
// Form1.f1.网络设置ToolStripMenuItem.Enabled = true;
// Form1.f1.pLC控制ToolStripMenuItem.Enabled = true;
// Form1.f1.串口配置ToolStripMenuItem.Enabled = true;
// Form1.f1.测试参数ToolStripMenuItem.Enabled = true;
// Form1.f1.基本设置ToolStripMenuItem.Enabled = true;
// Form1.f1.存储设置ToolStripMenuItem.Enabled = true;
// Form1.f1.用户管理ToolStripMenuItem.Enabled = true;
// Form1.f1.复位ToolStripMenuItem.Enabled = true;
//}
//Form1.f1.DayTime.Start();
//string logintime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
////写入登录记录
//record_con.Open();
//string sql2 = " INSERT INTO Login(账户, 登录时间) VALUES('" + Account.Text + "', '" + logintime + "')";
//OleDbCommand record_cmd = new OleDbCommand(sql2, record_con);
//record_cmd.ExecuteNonQuery();
//record_con.Close();
//Form1.f1.Show();
//Machine mac = new Machine(usercharacter);
//mac.ShowDialog();
this.Close();
bPassword = true;
}
else if (Password.Text== userpassword2)
else if (tb_Password.Text == password_管理员)
{
Form1.f1.lb_User.Text = "管理员";
Form1.f1.User = "管理员";
Timer1.Stop();
this.Close();
bPassword = true;
}
else if (Password.Text == userpassword3 || Password.Text == "123456" || Password.Text == "8888")
else if (tb_Password.Text == password_超级管理员 || tb_Password.Text == "123456")
{
Form1.f1.lb_User.Text = "超级管理员";
Form1.f1.User = "超级管理员";
Timer1.Stop();
bPassword = true;
}
var jsconfig = new JsonConfig("config.json");
string[] userPasswordArray = jsconfig.GetValue<string>("userPassword", "8888").Split('&');
for (int i = 0; i < userPasswordArray.Length; i++)
{
if (tb_Password.Text == userPasswordArray[i])
{
Form1.f1.lb_User.Text = "超级管理员";
Form1.f1.User = "超级管理员";
bPassword = true;
}
}
// 如果有登陆成功
if (bPassword)
{
this.Close();
}
else
{
MessageBox.Show("密码错误!");
Password.ResetText();
Password.Focus();
tb_Password.ResetText();
tb_Password.Focus();
}
//}
}
}
catch (Exception ex)
@@ -210,15 +136,44 @@ namespace SLC1_N
Logtime.Text = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
}
private void Account_KeyDown(object sender, KeyEventArgs e)
{
e.Handled = true;
}
private void timer2_Tick(object sender, EventArgs e)
{
Form1.f1.lb_User.Text = "操作员";
Form1.f1.User = "操作员";
}
private void bt_PasswordAdd_Click(object sender, EventArgs e)
{
if (Form1.f1.User == "厂商" || Form1.f1.User == "超级管理员")
{
var jsconfig = new JsonConfig("config.json");
string userPassword = jsconfig.GetValue<string>("userPassword", "8888");
if (!string.IsNullOrEmpty(tb_Password.Text.Trim()))
{
string[] userPasswordArray = userPassword.Split('&');
for (int i = 0; i < userPasswordArray.Length; i++)
{
if (tb_Password.Text == userPasswordArray[i])
{
MessageBox.Show("密码已存在!");
return;
}
}
userPassword += $"&{tb_Password.Text}";
jsconfig.SetValue("userPassword", userPassword);
MessageBox.Show("添加成功!");
}
else
{
MessageBox.Show("密码不可为空!");
}
}
else
{
MessageBox.Show("非法用户!");
}
}
}
}

View File

@@ -7,7 +7,7 @@
<ProjectGuid>{F7F71589-095A-45C2-975C-739BE2D1CE15}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>SLC1_N</RootNamespace>
<AssemblyName>LL28-C_V25111502</AssemblyName>
<AssemblyName>LL28-C_V25111701</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@@ -116,6 +116,12 @@
<Compile Include="Form_Alarm.Designer.cs">
<DependentUpon>Form_Alarm.cs</DependentUpon>
</Compile>
<Compile Include="Form_BatchSave.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form_BatchSave.Designer.cs">
<DependentUpon>Form_BatchSave.cs</DependentUpon>
</Compile>
<Compile Include="Form_hbMESset.cs">
<SubType>Form</SubType>
</Compile>
@@ -230,6 +236,9 @@
<EmbeddedResource Include="Form_Alarm.resx">
<DependentUpon>Form_Alarm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form_BatchSave.resx">
<DependentUpon>Form_BatchSave.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form_hbMESset.resx">
<DependentUpon>Form_hbMESset.cs</DependentUpon>
</EmbeddedResource>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -142,11 +142,11 @@
"chk_ContinueTest": true,
"rbt_VolumeMode": false,
"rbt_OpeningMode": true,
"rbt_PpressureMode": false,
"rbt_NpressureMode": true,
"rbt_PpressureMode": true,
"rbt_NpressureMode": false,
"tb_ContinueTestCount": 3,
"1Nparams_number1": "1",
"1Nparaname1": "产品1负压",
"1Nparaname1": "产品2负压",
"1Nfulltime1": "1",
"1Nbalantime1": "5",
"1Ntesttime11": "5",
@@ -155,20 +155,20 @@
"1Ndelaytime21": "1",
"1Nrelievedelay1": "0",
"1Nevolume1": "5",
"1Nfptoplimit1": "999",
"1Nfplowlimit1": "-999",
"1Nbalanpremax1": "999",
"1Nbalanpremin1": "-999",
"1Nfptoplimit1": "99.1",
"1Nfplowlimit1": "-99.2",
"1Nbalanpremax1": "99.3",
"1Nbalanpremin1": "-99.4",
"1Nleaktoplimit1": "999",
"1Nleaklowlimit1": "-999",
"1Npunit1": 1,
"1Nlunit1": 1,
"1Nbee1": false,
"1Pparams_number1": "1",
"1Pparaname1": "产品1正压",
"1Pparaname1": "产品3正压",
"1Pfulltime1": "1",
"1Pbalantime1": "2",
"1Ptesttime11": "2",
"1Pbalantime1": "5",
"1Ptesttime11": "5",
"1Pexhausttime1": "1",
"1Pdelaytime11": "1",
"1Pdelaytime21": "1",
@@ -184,10 +184,10 @@
"1Plunit1": 1,
"1Pbee1": false,
"2Pparams_number1": "1",
"2Pparaname1": "产品2正压",
"2Pparaname1": "产品3正压",
"2Pfulltime1": "1",
"2Pbalantime1": "2",
"2Ptesttime11": "2",
"2Pbalantime1": "5",
"2Ptesttime11": "5",
"2Pexhausttime1": "1",
"2Pdelaytime11": "1",
"2Pdelaytime21": "1",
@@ -224,8 +224,8 @@
"3Pparams_number1": "1",
"3Pparaname1": "产品3正压",
"3Pfulltime1": "1",
"3Pbalantime1": "2",
"3Ptesttime11": "2",
"3Pbalantime1": "5",
"3Ptesttime11": "5",
"3Pexhausttime1": "1",
"3Pdelaytime11": "1",
"3Pdelaytime21": "1",
@@ -241,7 +241,7 @@
"3Plunit1": 1,
"3Pbee1": false,
"3Nparams_number1": "1",
"3Nparaname1": "产品3负压",
"3Nparaname1": "产品2负压",
"3Nfulltime1": "1",
"3Nbalantime1": "5",
"3Ntesttime11": "5",
@@ -250,20 +250,20 @@
"3Ndelaytime21": "1",
"3Nrelievedelay1": "0",
"3Nevolume1": "5",
"3Nfptoplimit1": "999",
"3Nfplowlimit1": "-999",
"3Nbalanpremax1": "999",
"3Nbalanpremin1": "-999",
"3Nfptoplimit1": "99.1",
"3Nfplowlimit1": "-99.2",
"3Nbalanpremax1": "99.3",
"3Nbalanpremin1": "-99.4",
"3Nleaktoplimit1": "999",
"3Nleaklowlimit1": "-999",
"3Npunit1": 1,
"3Nlunit1": 1,
"3Nbee1": false,
"4Pparams_number1": "1",
"4Pparaname1": "产品4正压",
"4Pparaname1": "产品3正压",
"4Pfulltime1": "1",
"4Pbalantime1": "2",
"4Ptesttime11": "2",
"4Pbalantime1": "5",
"4Ptesttime11": "5",
"4Pexhausttime1": "1",
"4Pdelaytime11": "1",
"4Pdelaytime21": "1",
@@ -279,7 +279,7 @@
"4Plunit1": 1,
"4Pbee1": false,
"4Nparams_number1": "1",
"4Nparaname1": "产品4负压",
"4Nparaname1": "产品2负压",
"4Nfulltime1": "1",
"4Nbalantime1": "5",
"4Ntesttime11": "5",
@@ -288,10 +288,10 @@
"4Ndelaytime21": "1",
"4Nrelievedelay1": "0",
"4Nevolume1": "5",
"4Nfptoplimit1": "999",
"4Nfplowlimit1": "-999",
"4Nbalanpremax1": "999",
"4Nbalanpremin1": "-999",
"4Nfptoplimit1": "99.1",
"4Nfplowlimit1": "-99.2",
"4Nbalanpremax1": "99.3",
"4Nbalanpremin1": "-99.4",
"4Nleaktoplimit1": "999",
"4Nleaklowlimit1": "-999",
"4Npunit1": 1,
@@ -304,9 +304,9 @@
"PLC_IP": "127.0.0.1",
"PLC_Port": 502,
"1Popmode1": false,
"2Popmode1": "容积",
"3Popmode1": "开口",
"4Popmode1": "容积",
"2Popmode1": false,
"3Popmode1": false,
"4Popmode1": false,
"1Pparams_number2": "2",
"1Pparaname2": "2正压",
"1Pfulltime2": "0",
@@ -347,5 +347,9 @@
"1Nlunit2": 1,
"1Nbee2": false,
"1Nopmode2": false,
"2Nopmode1": false
"2Nopmode1": false,
"userPassword": "8888&mxl",
"1Nopmode1": false,
"3Nopmode1": false,
"4Nopmode1": false
}

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
aacf5b050de7acd90af410ba8d75385da81a3d8bb5ff20764b8cd3a5b7363f84
0a745728c80f9bd126b5726ccc78af3603e8f1920d63fca9fdecbd5a6bb5b09f

View File

@@ -670,45 +670,6 @@ D:\桌面\莫禧亮\华贝\差压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.cspro
D:\桌面\莫禧亮\华贝\差压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.Up2Date
D:\桌面\莫禧亮\华贝\差压28\huabei4tongdao\SLC1-N\obj\Debug\LL28-V25111302-c.exe
D:\桌面\莫禧亮\华贝\差压28\huabei4tongdao\SLC1-N\obj\Debug\LL28-V25111302-c.pdb
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\TCP\ITcpClient.cs
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\TCP\ITcpClient.Designer.cs
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\DocumentFormat.OpenXml.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\EasyModbus.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\Guna.UI.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\Guna.UI2.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\HslCommunication.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\NetWorkHelper.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\Newtonsoft.Json.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\Spire.XLS.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\SunnyUI.Common.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\SunnyUI.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\EasyModbus.xml
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\Newtonsoft.Json.xml
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.AssemblyReference.cache
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\Interop.ADOX.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.ResolveComReference.cache
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_Alarm.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_hbMESset.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_HQMESconfig.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_NetworkSet.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Electricity.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form1.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_PLC_Serialport.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_PLCcontrol.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_PLC_TCP.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_RootSet.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.LeakCompensate.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_LogOn.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_SaomaSet.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Properties.Resources.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_Save.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.UserManagement.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.UserPassword.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Warning.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.GenerateResource.cache
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.CoreCompileInputs.cache
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.Up2Date
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\NetWorkHelper.pdb
D:\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\TCP\ITcpClient.cs
D:\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\TCP\ITcpClient.Designer.cs
D:\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\DocumentFormat.OpenXml.dll
@@ -753,8 +714,48 @@ D:\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\LL28-C_V25111502.exe
D:\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\LL28-C_V25111502.pdb
D:\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\LL28-C_V25111502.exe
D:\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\LL28-C_V25111502.pdb
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\LL28-C_V25111502.exe.config
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\LL28-C_V25111502.exe
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\LL28-C_V25111502.pdb
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\LL28-C_V25111502.exe
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\LL28-C_V25111502.pdb
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\TCP\ITcpClient.cs
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\TCP\ITcpClient.Designer.cs
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\LL28-C_V25111701.exe.config
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\LL28-C_V25111701.exe
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\LL28-C_V25111701.pdb
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\DocumentFormat.OpenXml.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\EasyModbus.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\Guna.UI.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\Guna.UI2.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\HslCommunication.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\NetWorkHelper.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\Newtonsoft.Json.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\Spire.XLS.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\SunnyUI.Common.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\SunnyUI.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\NetWorkHelper.pdb
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\EasyModbus.xml
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\bin\Debug\Newtonsoft.Json.xml
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.AssemblyReference.cache
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\Interop.ADOX.dll
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.ResolveComReference.cache
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_Alarm.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_BatchSave.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_hbMESset.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_HQMESconfig.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_NetworkSet.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Electricity.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form1.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_PLC_Serialport.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_PLCcontrol.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_PLC_TCP.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_RootSet.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.LeakCompensate.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_LogOn.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_SaomaSet.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Properties.Resources.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_Save.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.UserManagement.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.UserPassword.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Warning.resources
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.GenerateResource.cache
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.CoreCompileInputs.cache
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.Up2Date
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\LL28-C_V25111701.exe
D:\桌面\莫禧亮\华贝\直压28\huabei4tongdao\SLC1-N\obj\Debug\LL28-C_V25111701.pdb

Binary file not shown.