Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
1069_MIMO_PlUS
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit ee56abcb
由
刘韬
编写于
2024-06-11 10:11:20 +0800
1
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
删掉轴测试
1 个父辈
737a14b7
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
0 行增加
和
26 行删除
TheMachine/AxisControl.Designer.cs
TheMachine/AxisControl.Designer.cs
查看文件 @
ee56abc
...
@@ -30,8 +30,6 @@ namespace TheMachine
...
@@ -30,8 +30,6 @@ namespace TheMachine
private
void
InitializeComponent
()
private
void
InitializeComponent
()
{
{
this
.
panel1
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
panel1
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
button3
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
button2
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
axisMoveControl1
=
new
DeviceLibrary
.
AxisMoveControl
();
this
.
axisMoveControl1
=
new
DeviceLibrary
.
AxisMoveControl
();
this
.
configControl1
=
new
TheMachine
.
ConfigControl
();
this
.
configControl1
=
new
TheMachine
.
ConfigControl
();
this
.
panel1
.
SuspendLayout
();
this
.
panel1
.
SuspendLayout
();
...
@@ -40,8 +38,6 @@ namespace TheMachine
...
@@ -40,8 +38,6 @@ namespace TheMachine
// panel1
// panel1
//
//
this
.
panel1
.
AutoScroll
=
true
;
this
.
panel1
.
AutoScroll
=
true
;
this
.
panel1
.
Controls
.
Add
(
this
.
button3
);
this
.
panel1
.
Controls
.
Add
(
this
.
button2
);
this
.
panel1
.
Controls
.
Add
(
this
.
axisMoveControl1
);
this
.
panel1
.
Controls
.
Add
(
this
.
axisMoveControl1
);
this
.
panel1
.
Controls
.
Add
(
this
.
configControl1
);
this
.
panel1
.
Controls
.
Add
(
this
.
configControl1
);
this
.
panel1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
panel1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
...
@@ -50,26 +46,6 @@ namespace TheMachine
...
@@ -50,26 +46,6 @@ namespace TheMachine
this
.
panel1
.
Size
=
new
System
.
Drawing
.
Size
(
1234
,
924
);
this
.
panel1
.
Size
=
new
System
.
Drawing
.
Size
(
1234
,
924
);
this
.
panel1
.
TabIndex
=
2
;
this
.
panel1
.
TabIndex
=
2
;
//
//
// button3
//
this
.
button3
.
Location
=
new
System
.
Drawing
.
Point
(
38
,
481
);
this
.
button3
.
Name
=
"button3"
;
this
.
button3
.
Size
=
new
System
.
Drawing
.
Size
(
155
,
31
);
this
.
button3
.
TabIndex
=
13
;
this
.
button3
.
Text
=
"旋转轴停止"
;
this
.
button3
.
UseVisualStyleBackColor
=
true
;
this
.
button3
.
Click
+=
new
System
.
EventHandler
(
this
.
button3_Click
);
//
// button2
//
this
.
button2
.
Location
=
new
System
.
Drawing
.
Point
(
38
,
432
);
this
.
button2
.
Name
=
"button2"
;
this
.
button2
.
Size
=
new
System
.
Drawing
.
Size
(
155
,
31
);
this
.
button2
.
TabIndex
=
12
;
this
.
button2
.
Text
=
"旋转轴循环"
;
this
.
button2
.
UseVisualStyleBackColor
=
true
;
this
.
button2
.
Click
+=
new
System
.
EventHandler
(
this
.
button2_Click
);
//
// axisMoveControl1
// axisMoveControl1
//
//
this
.
axisMoveControl1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
axisMoveControl1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
...
@@ -106,7 +82,5 @@ namespace TheMachine
...
@@ -106,7 +82,5 @@ namespace TheMachine
private
DeviceLibrary
.
AxisMoveControl
axisMoveControl1
;
private
DeviceLibrary
.
AxisMoveControl
axisMoveControl1
;
private
ConfigControl
configControl1
;
private
ConfigControl
configControl1
;
private
System
.
Windows
.
Forms
.
Panel
panel1
;
private
System
.
Windows
.
Forms
.
Panel
panel1
;
private
System
.
Windows
.
Forms
.
Button
button3
;
private
System
.
Windows
.
Forms
.
Button
button2
;
}
}
}
}
@liutao
刘韬
@liutao
被提及 commit
af27a472
2024-06-11 10:26:09 +0800
评论
被提及 commit
af27a472
切换提交列表
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论