Commit 6a8b92ab LN

1

1 个父辈 7882cbc3
......@@ -66,10 +66,10 @@ namespace TSA_V.Common
[MyConfigComment("显示通信日志")]
public static MyConfig<bool> App_Server_Log_Open =false;
[MyConfigComment("本地开放的http服务器端口号")]
public static MyConfig<string> App_DCSServerAddr = "DCSServerAddr";
[MyConfigComment("组装完成后上传数据的服务器地址")]
public static MyConfig<string> App_WebServiceAddr = "WebServiceAddr";
public static MyConfig<string> App_DCSServerAddr = "";
[MyConfigComment("本地开放的http服务器端口号")]
public static MyConfig<string> App_WebServiceAddr = "";
[MyConfigComment("是否需要输入pcb条码")]
public static MyConfig<bool> Device_NeedPCBCode = false;
......@@ -122,9 +122,9 @@ namespace TSA_V.Common
public static MyConfig<string > Line_WidthPosition = "";
[MyConfigComment("服务器地址")]
[MyConfigComment("SMF服务器地址")]
public static MyConfig<string> App_Server = "";
[MyConfigComment("Cid")]
[MyConfigComment("设备Cid")]
public static MyConfig<string> App_Cid = "";
public static void ChangeConfig()
{
......
......@@ -187,7 +187,7 @@
<value>Not available</value>
</data>
<data name="FrmWork_label6_Text" xml:space="preserve">
<value>Part Number:</value>
<value>Component Loc.:</value>
</data>
<data name="FrmWork_lblPartNum_Text" xml:space="preserve">
<value>Not available</value>
......@@ -280,7 +280,7 @@
<value>Component</value>
</data>
<data name="FrmComponentList_label7_Text" xml:space="preserve">
<value>Part Number</value>
<value>Component Loc.</value>
</data>
<data name="FrmComponentList_label6_Text" xml:space="preserve">
<value>Reel Position</value>
......@@ -1439,7 +1439,7 @@
<value>Notes</value>
</data>
<data name="Col_Num" xml:space="preserve">
<value>Part Number</value>
<value>Component Loc.</value>
</data>
<data name="Col_NWeld" xml:space="preserve">
<value>Weld </value>
......
......@@ -408,7 +408,7 @@
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(157, 19);
this.label6.TabIndex = 277;
this.label6.Text = "编号:";
this.label6.Text = "位号:";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblPartNum
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!