Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
ACSingleStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 74dfb385
由
几米阳光
编写于
2018-04-02 16:07:00 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
10be948a
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
15 行增加
和
12 行删除
source/ACSingleStore/FrmAxisDebug.Designer.cs
source/ACSingleStore/FrmBase.Designer.cs
source/ACSingleStore/FrmIOStatus.Designer.cs
source/ACSingleStore/FrmStoreBox.Designer.cs
source/ACSingleStore/FrmAxisDebug.Designer.cs
查看文件 @
74dfb38
...
...
@@ -92,8 +92,7 @@
this
.
btnMiddleMove
.
Size
=
new
System
.
Drawing
.
Size
(
131
,
36
);
this
.
btnMiddleMove
.
TabIndex
=
4
;
this
.
btnMiddleMove
.
Text
=
"旋转轴+(顺时针)"
;
this
.
btnMiddleMove
.
UseVisualStyleBackColor
=
true
;
this
.
btnMiddleMove
.
Click
+=
new
System
.
EventHandler
(
this
.
btnMiddleMove_Click
);
this
.
btnMiddleMove
.
UseVisualStyleBackColor
=
true
;
this
.
btnMiddleMove
.
MouseDown
+=
new
System
.
Windows
.
Forms
.
MouseEventHandler
(
this
.
btnMiddleMove_MouseDown
);
this
.
btnMiddleMove
.
MouseUp
+=
new
System
.
Windows
.
Forms
.
MouseEventHandler
(
this
.
btnMiddleMove_MouseUp
);
//
...
...
source/ACSingleStore/FrmBase.Designer.cs
查看文件 @
74dfb38
...
...
@@ -46,9 +46,10 @@
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
96F
,
96F
);
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Dpi
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
300
,
300
);
this
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5
F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9
F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
Icon
=
((
System
.
Drawing
.
Icon
)(
resources
.
GetObject
(
"$this.Icon"
)));
this
.
Name
=
"FrmBase"
;
this
.
StartPosition
=
System
.
Windows
.
Forms
.
FormStartPosition
.
CenterScreen
;
this
.
Text
=
"FrmBase"
;
this
.
ResumeLayout
(
false
);
...
...
source/ACSingleStore/FrmIOStatus.Designer.cs
查看文件 @
74dfb38
此文件的差异被折叠,
点击展开。
source/ACSingleStore/FrmStoreBox.Designer.cs
查看文件 @
74dfb38
...
...
@@ -224,6 +224,7 @@
this
.
groupBox5
.
Controls
.
Add
(
this
.
label46
);
this
.
groupBox5
.
Controls
.
Add
(
this
.
cmbAxisList
);
this
.
groupBox5
.
Controls
.
Add
(
this
.
label49
);
this
.
groupBox5
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
groupBox5
.
Location
=
new
System
.
Drawing
.
Point
(
621
,
71
);
this
.
groupBox5
.
Name
=
"groupBox5"
;
this
.
groupBox5
.
Size
=
new
System
.
Drawing
.
Size
(
653
,
203
);
...
...
@@ -260,7 +261,7 @@
"负方向"
});
this
.
cmbAxisHomeType
.
Location
=
new
System
.
Drawing
.
Point
(
95
,
159
);
this
.
cmbAxisHomeType
.
Name
=
"cmbAxisHomeType"
;
this
.
cmbAxisHomeType
.
Size
=
new
System
.
Drawing
.
Size
(
88
,
2
8
);
this
.
cmbAxisHomeType
.
Size
=
new
System
.
Drawing
.
Size
(
88
,
2
5
);
this
.
cmbAxisHomeType
.
TabIndex
=
276
;
//
// label7
...
...
@@ -318,7 +319,7 @@
this
.
lblCountPulse
.
Location
=
new
System
.
Drawing
.
Point
(
95
,
128
);
this
.
lblCountPulse
.
Name
=
"lblCountPulse"
;
this
.
lblCountPulse
.
ReadOnly
=
true
;
this
.
lblCountPulse
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
6
);
this
.
lblCountPulse
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
3
);
this
.
lblCountPulse
.
TabIndex
=
38
;
//
// txtASpeed
...
...
@@ -341,7 +342,7 @@
this
.
lblOutPulse
.
Location
=
new
System
.
Drawing
.
Point
(
95
,
97
);
this
.
lblOutPulse
.
Name
=
"lblOutPulse"
;
this
.
lblOutPulse
.
ReadOnly
=
true
;
this
.
lblOutPulse
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
6
);
this
.
lblOutPulse
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
3
);
this
.
lblOutPulse
.
TabIndex
=
30
;
//
// label47
...
...
@@ -559,6 +560,7 @@
//
this
.
richTextBox1
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)));
this
.
richTextBox1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
richTextBox1
.
Location
=
new
System
.
Drawing
.
Point
(
22
,
461
);
this
.
richTextBox1
.
Name
=
"richTextBox1"
;
this
.
richTextBox1
.
Size
=
new
System
.
Drawing
.
Size
(
581
,
259
);
...
...
@@ -1922,6 +1924,7 @@
this
.
groupBox4
.
Controls
.
Add
(
this
.
txtPosition3
);
this
.
groupBox4
.
Controls
.
Add
(
this
.
txtPosition2
);
this
.
groupBox4
.
Controls
.
Add
(
this
.
txtPosition1
);
this
.
groupBox4
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
groupBox4
.
Location
=
new
System
.
Drawing
.
Point
(
1042
,
279
);
this
.
groupBox4
.
Name
=
"groupBox4"
;
this
.
groupBox4
.
Size
=
new
System
.
Drawing
.
Size
(
232
,
193
);
...
...
@@ -1944,7 +1947,7 @@
this
.
chb3
.
AutoSize
=
true
;
this
.
chb3
.
Location
=
new
System
.
Drawing
.
Point
(
21
,
104
);
this
.
chb3
.
Name
=
"chb3"
;
this
.
chb3
.
Size
=
new
System
.
Drawing
.
Size
(
84
,
24
);
this
.
chb3
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
21
);
this
.
chb3
.
TabIndex
=
271
;
this
.
chb3
.
Text
=
"轴三位置"
;
this
.
chb3
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -1954,7 +1957,7 @@
this
.
chb2
.
AutoSize
=
true
;
this
.
chb2
.
Location
=
new
System
.
Drawing
.
Point
(
21
,
68
);
this
.
chb2
.
Name
=
"chb2"
;
this
.
chb2
.
Size
=
new
System
.
Drawing
.
Size
(
84
,
24
);
this
.
chb2
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
21
);
this
.
chb2
.
TabIndex
=
270
;
this
.
chb2
.
Text
=
"轴二位置"
;
this
.
chb2
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -1964,7 +1967,7 @@
this
.
chb1
.
AutoSize
=
true
;
this
.
chb1
.
Location
=
new
System
.
Drawing
.
Point
(
21
,
32
);
this
.
chb1
.
Name
=
"chb1"
;
this
.
chb1
.
Size
=
new
System
.
Drawing
.
Size
(
84
,
24
);
this
.
chb1
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
21
);
this
.
chb1
.
TabIndex
=
269
;
this
.
chb1
.
Text
=
"轴一位置"
;
this
.
chb1
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -1973,21 +1976,21 @@
//
this
.
txtPosition3
.
Location
=
new
System
.
Drawing
.
Point
(
109
,
99
);
this
.
txtPosition3
.
Name
=
"txtPosition3"
;
this
.
txtPosition3
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
6
);
this
.
txtPosition3
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
3
);
this
.
txtPosition3
.
TabIndex
=
268
;
//
// txtPosition2
//
this
.
txtPosition2
.
Location
=
new
System
.
Drawing
.
Point
(
109
,
64
);
this
.
txtPosition2
.
Name
=
"txtPosition2"
;
this
.
txtPosition2
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
6
);
this
.
txtPosition2
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
3
);
this
.
txtPosition2
.
TabIndex
=
266
;
//
// txtPosition1
//
this
.
txtPosition1
.
Location
=
new
System
.
Drawing
.
Point
(
109
,
27
);
this
.
txtPosition1
.
Name
=
"txtPosition1"
;
this
.
txtPosition1
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
6
);
this
.
txtPosition1
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
3
);
this
.
txtPosition1
.
TabIndex
=
265
;
//
// FrmStoreBox
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论