25111102 删除激活窗口

This commit is contained in:
moxiliang
2025-11-11 14:53:37 +08:00
parent 4eece9db0b
commit 6df003f5f8
44 changed files with 1237 additions and 1665 deletions

View File

@@ -20,8 +20,6 @@ namespace SLC1_N
private void Form_gdMESset_Load(object sender, EventArgs e)
{
tb_url_ip.Text = Form1.f1.mes_urlip;
tb_url_port.Text = Form1.f1.mes_urlport;
tb_partno.Text = Form1.f1.mes_partno;
tb_station.Text = Form1.f1.mes_station;
@@ -46,8 +44,6 @@ namespace SLC1_N
config.SetValue($"mes_fixturecode", tb_fixturecode.Text);
config.SetValue($"mes_plan", tb_plan.Text);
Form1.f1.mes_urlip = tb_url_ip.Text;
Form1.f1.mes_urlport = tb_url_port.Text;
Form1.f1.mes_partno = tb_partno.Text;
Form1.f1.mes_station = tb_station.Text;