Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
hemei
Commits
f02c69fe
Commit
f02c69fe
authored
May 08, 2020
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改进 速度 +- 步进为0.1
parent
b05d8a70
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
MainPanel.xaml.cs
...FLY.Winder.UI.Client/UiModule/MainPanel/MainPanel.xaml.cs
+1
-1
MainPanel2.xaml.cs
...LY.Winder.UI.Client/UiModule/MainPanel/MainPanel2.xaml.cs
+1
-1
No files found.
Project.FLY.Winder_20190413/FLY.Winder.UI.Client/UiModule/MainPanel/MainPanel.xaml.cs
View file @
f02c69fe
...
@@ -100,7 +100,7 @@ namespace FLY.Winder.UI.Client.UiModule
...
@@ -100,7 +100,7 @@ namespace FLY.Winder.UI.Client.UiModule
private
void
button_v_set_Click
(
object
sender
,
RoutedEventArgs
e
)
private
void
button_v_set_Click
(
object
sender
,
RoutedEventArgs
e
)
{
{
WdSetValue
w
=
new
WdSetValue
();
WdSetValue
w
=
new
WdSetValue
();
w
.
Init
(
winderSystem
.
Accessory
.
VelocitySet
,
200
,
1
,
1
,
"速度设置"
,
"m/min"
);
w
.
Init
(
winderSystem
.
Accessory
.
VelocitySet
,
200
,
1
,
0.1f
,
"速度设置"
,
"m/min"
);
w
.
Owner
=
FLY
.
ControlLibrary
.
COMMON
.
GetWindow
(
this
);
w
.
Owner
=
FLY
.
ControlLibrary
.
COMMON
.
GetWindow
(
this
);
if
(
w
.
ShowDialog
()
==
true
)
{
if
(
w
.
ShowDialog
()
==
true
)
{
...
...
Project.FLY.Winder_20190413/FLY.Winder.UI.Client/UiModule/MainPanel/MainPanel2.xaml.cs
View file @
f02c69fe
...
@@ -100,7 +100,7 @@ namespace FLY.Winder.UI.Client.UiModule
...
@@ -100,7 +100,7 @@ namespace FLY.Winder.UI.Client.UiModule
private
void
button_v_set_Click
(
object
sender
,
RoutedEventArgs
e
)
private
void
button_v_set_Click
(
object
sender
,
RoutedEventArgs
e
)
{
{
WdSetValue
w
=
new
WdSetValue
();
WdSetValue
w
=
new
WdSetValue
();
w
.
Init
(
winderSystem
.
Accessory
.
VelocitySet
,
200
,
1
,
1
,
"速度设置"
,
"m/min"
);
w
.
Init
(
winderSystem
.
Accessory
.
VelocitySet
,
200
,
1
,
0.1f
,
"速度设置"
,
"m/min"
);
w
.
Owner
=
FLY
.
ControlLibrary
.
COMMON
.
GetWindow
(
this
);
w
.
Owner
=
FLY
.
ControlLibrary
.
COMMON
.
GetWindow
(
this
);
if
(
w
.
ShowDialog
()
==
true
)
if
(
w
.
ShowDialog
()
==
true
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment