Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drillmotor-Robot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephen D
Drillmotor-Robot
Commits
45d1cf29
Commit
45d1cf29
authored
8 years ago
by
Stephen D
Browse files
Options
Downloads
Patches
Plain Diff
Added proper names to controller forms
parent
485480c9
No related branches found
Branches containing commit
Tags
1.1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Client Program/Arduino Robot - Arrow Keys/Form1.Designer.cs
+1
-1
1 addition, 1 deletion
Client Program/Arduino Robot - Arrow Keys/Form1.Designer.cs
Client Program/Arduino Robot - Military Drive/Form1.Designer.cs
+2
-3
2 additions, 3 deletions
... Program/Arduino Robot - Military Drive/Form1.Designer.cs
with
3 additions
and
4 deletions
Client Program/Arduino Robot - Arrow Keys/Form1.Designer.cs
+
1
−
1
View file @
45d1cf29
...
...
@@ -112,7 +112,7 @@
this
.
Controls
.
Add
(
this
.
forward
);
this
.
KeyPreview
=
true
;
this
.
Name
=
"Form1"
;
this
.
Text
=
"
Form1
"
;
this
.
Text
=
"
Robot Controller - Arrow Keys
"
;
this
.
FormClosed
+=
new
System
.
Windows
.
Forms
.
FormClosedEventHandler
(
this
.
Form1_FormClosed
);
this
.
KeyDown
+=
new
System
.
Windows
.
Forms
.
KeyEventHandler
(
this
.
Form1_KeyDown
);
this
.
KeyPress
+=
new
System
.
Windows
.
Forms
.
KeyPressEventHandler
(
this
.
Form1_KeyPress
);
...
...
This diff is collapsed.
Click to expand it.
Client Program/Arduino Robot - Military Drive/Form1.Designer.cs
+
2
−
3
View file @
45d1cf29
...
...
@@ -28,8 +28,7 @@
/// </summary>
private
void
InitializeComponent
()
{
this
.
components
=
new
System
.
ComponentModel
.
Container
();
this
.
joyTick
=
new
System
.
Windows
.
Forms
.
Timer
(
this
.
components
);
this
.
joyTick
=
new
System
.
Windows
.
Forms
.
Timer
();
this
.
leftWheelLabel
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
rightWheelLabel
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
lightToggle
=
new
System
.
Windows
.
Forms
.
Button
();
...
...
@@ -88,7 +87,7 @@
this
.
Controls
.
Add
(
this
.
rightWheelLabel
);
this
.
Controls
.
Add
(
this
.
leftWheelLabel
);
this
.
Name
=
"Form1"
;
this
.
Text
=
"
Form1
"
;
this
.
Text
=
"
Robot Controller - Military Drive
"
;
this
.
ResumeLayout
(
false
);
this
.
PerformLayout
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment