Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
URSolderingRobot
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit b75aa56d
由
ke.sun
编写于
2018-07-26 11:50:46 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
82e6d241
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
11 行增加
和
10 行删除
URSolderingClient/FrmOrgConfig.Designer.cs
URSolderingClient/FrmOrgConfig.Designer.cs
查看文件 @
b75aa56
...
...
@@ -32,6 +32,7 @@
this
.
dataGridViewImageColumn1
=
new
System
.
Windows
.
Forms
.
DataGridViewImageColumn
();
this
.
dataGridViewImageColumn2
=
new
System
.
Windows
.
Forms
.
DataGridViewImageColumn
();
this
.
panel1
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
lblMsg
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
btnMore
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnBack
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnSetClear2
=
new
System
.
Windows
.
Forms
.
Button
();
...
...
@@ -43,7 +44,6 @@
this
.
btnSStop
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnWStop
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
label14
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
lblMsg
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
panel1
.
SuspendLayout
();
this
.
groupBox2
.
SuspendLayout
();
this
.
SuspendLayout
();
...
...
@@ -81,6 +81,15 @@
this
.
panel1
.
Size
=
new
System
.
Drawing
.
Size
(
545
,
347
);
this
.
panel1
.
TabIndex
=
0
;
//
// lblMsg
//
this
.
lblMsg
.
AutoSize
=
true
;
this
.
lblMsg
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
lblMsg
.
Location
=
new
System
.
Drawing
.
Point
(
33
,
15
);
this
.
lblMsg
.
Name
=
"lblMsg"
;
this
.
lblMsg
.
Size
=
new
System
.
Drawing
.
Size
(
0
,
17
);
this
.
lblMsg
.
TabIndex
=
262
;
//
// btnMore
//
this
.
btnMore
.
FlatAppearance
.
BorderSize
=
0
;
...
...
@@ -155,6 +164,7 @@
this
.
btnSetOrigin
.
TabIndex
=
32
;
this
.
btnSetOrigin
.
Text
=
"重置为电路板固定点"
;
this
.
btnSetOrigin
.
UseVisualStyleBackColor
=
true
;
this
.
btnSetOrigin
.
Visible
=
false
;
this
.
btnSetOrigin
.
Click
+=
new
System
.
EventHandler
(
this
.
btnSetOrigin_Click
);
//
// btnSaveHome
...
...
@@ -202,15 +212,6 @@
this
.
label14
.
Text
=
"条形码"
;
this
.
label14
.
Visible
=
false
;
//
// lblMsg
//
this
.
lblMsg
.
AutoSize
=
true
;
this
.
lblMsg
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
lblMsg
.
Location
=
new
System
.
Drawing
.
Point
(
33
,
15
);
this
.
lblMsg
.
Name
=
"lblMsg"
;
this
.
lblMsg
.
Size
=
new
System
.
Drawing
.
Size
(
0
,
17
);
this
.
lblMsg
.
TabIndex
=
262
;
//
// FrmOrgConfig
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
7F
,
17F
);
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论