Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
URSolderingRobot
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit b85a65b3
由
几米阳光
编写于
2018-08-03 16:59:20 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
主界面修改
1 个父辈
d75c6cd4
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
39 行增加
和
39 行删除
URSolderingClient/FrmMenu.Designer.cs
URSolderingClient/FrmMenu.resx
URSolderingClient/image/MenuImage/工作.png
URSolderingClient/FrmMenu.Designer.cs
查看文件 @
b85a65b
...
@@ -30,15 +30,32 @@ namespace URSoldering.Client
...
@@ -30,15 +30,32 @@ namespace URSoldering.Client
private
void
InitializeComponent
()
private
void
InitializeComponent
()
{
{
System
.
ComponentModel
.
ComponentResourceManager
resources
=
new
System
.
ComponentModel
.
ComponentResourceManager
(
typeof
(
FrmMenu
));
System
.
ComponentModel
.
ComponentResourceManager
resources
=
new
System
.
ComponentModel
.
ComponentResourceManager
(
typeof
(
FrmMenu
));
this
.
panel1
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
btnExit
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnExit
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
button1
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnDebug
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnDebug
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnProduct
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnProduct
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnWelding
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnWelding
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
panel1
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
button1
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
panel1
.
SuspendLayout
();
this
.
panel1
.
SuspendLayout
();
this
.
SuspendLayout
();
this
.
SuspendLayout
();
//
//
// panel1
//
this
.
panel1
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
panel1
.
BackgroundImage
=
((
System
.
Drawing
.
Image
)(
resources
.
GetObject
(
"panel1.BackgroundImage"
)));
this
.
panel1
.
BackgroundImageLayout
=
System
.
Windows
.
Forms
.
ImageLayout
.
Stretch
;
this
.
panel1
.
Controls
.
Add
(
this
.
btnExit
);
this
.
panel1
.
Controls
.
Add
(
this
.
button1
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnDebug
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnProduct
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnWelding
);
this
.
panel1
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
);
this
.
panel1
.
Name
=
"panel1"
;
this
.
panel1
.
Size
=
new
System
.
Drawing
.
Size
(
861
,
453
);
this
.
panel1
.
TabIndex
=
15
;
//
// btnExit
// btnExit
//
//
this
.
btnExit
.
BackColor
=
System
.
Drawing
.
Color
.
Goldenrod
;
this
.
btnExit
.
BackColor
=
System
.
Drawing
.
Color
.
Goldenrod
;
...
@@ -55,6 +72,22 @@ namespace URSoldering.Client
...
@@ -55,6 +72,22 @@ namespace URSoldering.Client
this
.
btnExit
.
UseVisualStyleBackColor
=
false
;
this
.
btnExit
.
UseVisualStyleBackColor
=
false
;
this
.
btnExit
.
Click
+=
new
System
.
EventHandler
(
this
.
btnExit_Click
);
this
.
btnExit
.
Click
+=
new
System
.
EventHandler
(
this
.
btnExit_Click
);
//
//
// button1
//
this
.
button1
.
BackColor
=
System
.
Drawing
.
Color
.
Transparent
;
this
.
button1
.
BackgroundImage
=
((
System
.
Drawing
.
Image
)(
resources
.
GetObject
(
"button1.BackgroundImage"
)));
this
.
button1
.
BackgroundImageLayout
=
System
.
Windows
.
Forms
.
ImageLayout
.
Zoom
;
this
.
button1
.
Enabled
=
false
;
this
.
button1
.
FlatAppearance
.
BorderSize
=
0
;
this
.
button1
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
button1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
14.25F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
button1
.
ForeColor
=
System
.
Drawing
.
Color
.
White
;
this
.
button1
.
Location
=
new
System
.
Drawing
.
Point
(
23
,
23
);
this
.
button1
.
Name
=
"button1"
;
this
.
button1
.
Size
=
new
System
.
Drawing
.
Size
(
165
,
30
);
this
.
button1
.
TabIndex
=
13
;
this
.
button1
.
UseVisualStyleBackColor
=
true
;
//
// btnDebug
// btnDebug
//
//
this
.
btnDebug
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
111
)))),
((
int
)(((
byte
)(
181
)))),
((
int
)(((
byte
)(
127
)))));
this
.
btnDebug
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
111
)))),
((
int
)(((
byte
)(
181
)))),
((
int
)(((
byte
)(
127
)))));
...
@@ -64,7 +97,7 @@ namespace URSoldering.Client
...
@@ -64,7 +97,7 @@ namespace URSoldering.Client
this
.
btnDebug
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnDebug
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnDebug
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
14.25F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnDebug
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
14.25F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnDebug
.
ForeColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnDebug
.
ForeColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnDebug
.
Location
=
new
System
.
Drawing
.
Point
(
384
,
2
08
);
this
.
btnDebug
.
Location
=
new
System
.
Drawing
.
Point
(
384
,
2
33
);
this
.
btnDebug
.
Name
=
"btnDebug"
;
this
.
btnDebug
.
Name
=
"btnDebug"
;
this
.
btnDebug
.
Size
=
new
System
.
Drawing
.
Size
(
107
,
81
);
this
.
btnDebug
.
Size
=
new
System
.
Drawing
.
Size
(
107
,
81
);
this
.
btnDebug
.
TabIndex
=
2
;
this
.
btnDebug
.
TabIndex
=
2
;
...
@@ -80,7 +113,7 @@ namespace URSoldering.Client
...
@@ -80,7 +113,7 @@ namespace URSoldering.Client
this
.
btnProduct
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnProduct
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnProduct
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
14.25F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnProduct
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
14.25F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnProduct
.
ForeColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnProduct
.
ForeColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnProduct
.
Location
=
new
System
.
Drawing
.
Point
(
384
,
1
21
);
this
.
btnProduct
.
Location
=
new
System
.
Drawing
.
Point
(
384
,
1
46
);
this
.
btnProduct
.
Name
=
"btnProduct"
;
this
.
btnProduct
.
Name
=
"btnProduct"
;
this
.
btnProduct
.
Size
=
new
System
.
Drawing
.
Size
(
222
,
81
);
this
.
btnProduct
.
Size
=
new
System
.
Drawing
.
Size
(
222
,
81
);
this
.
btnProduct
.
TabIndex
=
1
;
this
.
btnProduct
.
TabIndex
=
1
;
...
@@ -96,46 +129,13 @@ namespace URSoldering.Client
...
@@ -96,46 +129,13 @@ namespace URSoldering.Client
this
.
btnWelding
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnWelding
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnWelding
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
14.25F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnWelding
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
14.25F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnWelding
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
ButtonHighlight
;
this
.
btnWelding
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
ButtonHighlight
;
this
.
btnWelding
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
121
);
this
.
btnWelding
.
Location
=
new
System
.
Drawing
.
Point
(
210
,
146
);
this
.
btnWelding
.
Name
=
"btnWelding"
;
this
.
btnWelding
.
Name
=
"btnWelding"
;
this
.
btnWelding
.
Size
=
new
System
.
Drawing
.
Size
(
1
91
,
261
);
this
.
btnWelding
.
Size
=
new
System
.
Drawing
.
Size
(
1
68
,
168
);
this
.
btnWelding
.
TabIndex
=
0
;
this
.
btnWelding
.
TabIndex
=
0
;
this
.
btnWelding
.
UseVisualStyleBackColor
=
false
;
this
.
btnWelding
.
UseVisualStyleBackColor
=
false
;
this
.
btnWelding
.
Click
+=
new
System
.
EventHandler
(
this
.
btnWelding_Click
);
this
.
btnWelding
.
Click
+=
new
System
.
EventHandler
(
this
.
btnWelding_Click
);
//
//
// panel1
//
this
.
panel1
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
panel1
.
BackgroundImage
=
((
System
.
Drawing
.
Image
)(
resources
.
GetObject
(
"panel1.BackgroundImage"
)));
this
.
panel1
.
BackgroundImageLayout
=
System
.
Windows
.
Forms
.
ImageLayout
.
Stretch
;
this
.
panel1
.
Controls
.
Add
(
this
.
btnExit
);
this
.
panel1
.
Controls
.
Add
(
this
.
button1
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnDebug
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnProduct
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnWelding
);
this
.
panel1
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
);
this
.
panel1
.
Name
=
"panel1"
;
this
.
panel1
.
Size
=
new
System
.
Drawing
.
Size
(
861
,
453
);
this
.
panel1
.
TabIndex
=
15
;
//
// button1
//
this
.
button1
.
BackColor
=
System
.
Drawing
.
Color
.
Transparent
;
this
.
button1
.
BackgroundImage
=
((
System
.
Drawing
.
Image
)(
resources
.
GetObject
(
"button1.BackgroundImage"
)));
this
.
button1
.
BackgroundImageLayout
=
System
.
Windows
.
Forms
.
ImageLayout
.
Zoom
;
this
.
button1
.
Enabled
=
false
;
this
.
button1
.
FlatAppearance
.
BorderSize
=
0
;
this
.
button1
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
button1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
14.25F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
button1
.
ForeColor
=
System
.
Drawing
.
Color
.
White
;
this
.
button1
.
Location
=
new
System
.
Drawing
.
Point
(
23
,
23
);
this
.
button1
.
Name
=
"button1"
;
this
.
button1
.
Size
=
new
System
.
Drawing
.
Size
(
165
,
30
);
this
.
button1
.
TabIndex
=
13
;
this
.
button1
.
UseVisualStyleBackColor
=
true
;
//
// FrmMenu
// FrmMenu
//
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
7F
,
17F
);
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
7F
,
17F
);
...
...
URSolderingClient/FrmMenu.resx
查看文件 @
b85a65b
此文件的差异太大,无法显示。
URSolderingClient/image/MenuImage/工作.png
0 → 100644
查看文件 @
b85a65b
27.5 KB
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论