Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
Line-Smart-Workstation
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 6a8b92ab
由
LN
编写于
2024-02-04 17:11:56 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
7882cbc3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
9 行增加
和
9 行删除
Common/Setting_NInit.cs
TSA-V/Properties/Resource.en-US.resx
TSA-V/workForm/FrmTSAV.Designer.cs
Common/Setting_NInit.cs
查看文件 @
6a8b92a
...
...
@@ -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
()
{
...
...
TSA-V/Properties/Resource.en-US.resx
查看文件 @
6a8b92a
...
...
@@ -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>
...
...
TSA-V/workForm/FrmTSAV.Designer.cs
查看文件 @
6a8b92a
...
...
@@ -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!
Cancel
请
注册
或
登录
后发表评论