Commit 83b9eb25 LN

文字修改

1 个父辈 b82fc895
...@@ -486,7 +486,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -486,7 +486,7 @@ namespace OnlineStore.DeviceLibrary
} }
private string http_server = ConfigAppSettings.GetValue(Setting_Init.http_server); private string http_server = ConfigAppSettings.GetValue(Setting_Init.http_server);
private string api_communication = "service/store/qisda/vmiRfid"; //流水线状态通信接口 private string api_communication = "/service/store/qisda/vmiRfid"; //流水线状态通信接口
private string lastLog = ""; private string lastLog = "";
public bool SendVmiRfid(string rfid) public bool SendVmiRfid(string rfid)
{ {
......
...@@ -125,7 +125,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -125,7 +125,7 @@ namespace OnlineStore.DeviceLibrary
public string GetRunInfo() public string GetRunInfo()
{ {
return "进料流水线:入库料架 ["+LastInShelfId+"] 出口料架 ["+LastOutShelfId+"]"; return "进料流水线:入口处料架 ["+LastInShelfId+"] 出口处料架 ["+LastOutShelfId+"]";
} }
#endregion #endregion
} }
......
...@@ -508,7 +508,7 @@ ...@@ -508,7 +508,7 @@
this.txtname.Name = "txtname"; this.txtname.Name = "txtname";
this.txtname.Size = new System.Drawing.Size(53, 26); this.txtname.Size = new System.Drawing.Size(53, 26);
this.txtname.TabIndex = 5; this.txtname.TabIndex = 5;
this.txtname.Text = "C2"; this.txtname.Text = "A1";
// //
// btnNeedEntry // btnNeedEntry
// //
......
...@@ -46,12 +46,12 @@ namespace OnlineStore.VMILineClient ...@@ -46,12 +46,12 @@ namespace OnlineStore.VMILineClient
this.Close(); this.Close();
return; return;
} }
timer1.Enabled = true; timer1.Enabled = true;
groupBox5.Text = "AGV调度通信,入料线体 [" + vmiLine.Config.InL_AgvName + "] ,出料线体 [" + vmiLine.Config.OutL_AgvName + "] "; groupBox5.Text = "AGV调度通信,入料线体 [" + vmiLine.Config.InL_AgvName + "] ,出料线体 [" + vmiLine.Config.OutL_AgvName + "] ";
chbDebug.Checked = vmiLine.IsDebug; chbDebug.Checked = vmiLine.IsDebug;
this.ShowInTaskbar = true; this.ShowInTaskbar = true;
LoadIOList(); LoadIOList();
txtname.Name = vmiLine.Config.InL_AgvName;
notifyIcon1.Text = ConfigAppSettings.GetValue(Setting_Init.App_Title); notifyIcon1.Text = ConfigAppSettings.GetValue(Setting_Init.App_Title);
HideForm(); HideForm();
this.Opacity = 1; this.Opacity = 1;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!