Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
Line-Smart-Workstation
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit c0f10589
由
LN
编写于
2024-06-27 09:39:41 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1.中英文Material-->Code
2.新增程序选择的形状无效
1 个父辈
d963703c
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
16 行增加
和
4 行删除
DeviceLibrary/manager/work/TSAVBean.cs
TSA-V/Properties/Resource.en-US.resx
TSA-V/frmBoard/FrmAddBoard.cs
TSA-V/frmBoard/FrmPointInfo.Designer.cs
DeviceLibrary/manager/work/TSAVBean.cs
查看文件 @
c0f1058
...
...
@@ -719,6 +719,10 @@ namespace TSA_V.DeviceLibrary
private
static
void
AirCheckPro
()
{
if
(!
IOManager
.
DIList
.
ContainsKey
(
IOManager
.
AirCheck_Single
))
{
return
;
}
if
(
IOManager
.
IOValue
(
IOManager
.
AirCheck_Single
).
Equals
(
IO_VALUE
.
LOW
))
{
if
(!
NoAirAlarm
)
...
...
TSA-V/Properties/Resource.en-US.resx
查看文件 @
c0f1058
...
...
@@ -517,7 +517,7 @@
<value>length ↑</value>
</data>
<data name="FrmBoardInfo_label14_Text" xml:space="preserve">
<value>
Material
Code</value>
<value>Code</value>
</data>
<data name="FrmBoardInfo_label3_Text" xml:space="preserve">
<value>Width →</value>
...
...
TSA-V/frmBoard/FrmAddBoard.cs
查看文件 @
c0f1058
...
...
@@ -181,7 +181,7 @@ namespace TSA_V
int
pointSizeX
=(
int
)
numSizeX
.
Value
;
int
pointSizeY
=
(
int
)
numSizeY
.
Value
;
int
pointType
=
cmbType
.
SelectedIndex
;
int
pointType
=
cmbType
.
SelectedIndex
+
1
;
int
penWidth
=(
int
)
numPenWidth
.
Value
;
int
PolaritiesType
=
0
;
bool
hasTest
=
chbShowText
.
Checked
;
...
...
@@ -343,7 +343,14 @@ namespace TSA_V
cmbType
.
SelectedIndex
=
0
;
rdbData
.
Checked
=
true
;
ComChange
(
);
List
<
string
>
list
=
new
List
<
string
>(
ResourceCulture
.
GetPTypes
());
cmbType
.
Items
.
Clear
();
foreach
(
string
str
in
list
)
{
cmbType
.
Items
.
Add
(
str
);
}
cmbType
.
SelectedIndex
=
0
;
if
(
IOBase
.
NoLine
)
{
lblWidth
.
Visible
=
false
;
...
...
TSA-V/frmBoard/FrmPointInfo.Designer.cs
查看文件 @
c0f1058
...
...
@@ -266,6 +266,7 @@
this
.
projectorControl
.
GroupName
=
"坐标"
;
this
.
projectorControl
.
Location
=
new
System
.
Drawing
.
Point
(
21
,
4
);
this
.
projectorControl
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
projectorControl
.
MinimumSize
=
new
System
.
Drawing
.
Size
(
506
,
315
);
this
.
projectorControl
.
Name
=
"projectorControl"
;
this
.
projectorControl
.
PenWidth
=
2
;
this
.
projectorControl
.
PointSizeX
=
4
;
...
...
@@ -299,6 +300,7 @@
this
.
actControl
.
GroupName
=
"坐标"
;
this
.
actControl
.
Location
=
new
System
.
Drawing
.
Point
(
13
,
4
);
this
.
actControl
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
actControl
.
MinimumSize
=
new
System
.
Drawing
.
Size
(
506
,
315
);
this
.
actControl
.
Name
=
"actControl"
;
this
.
actControl
.
PenWidth
=
2
;
this
.
actControl
.
PointSizeX
=
4
;
...
...
@@ -369,8 +371,7 @@
//
// FrmPointInfo
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
6F
,
12F
);
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Font
;
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
None
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
620
,
708
);
this
.
Controls
.
Add
(
this
.
groupBox2
);
this
.
Controls
.
Add
(
this
.
btnPre
);
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论