25111102 删除激活窗口
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user