summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-09-14 00:55:21 -0700
committera1xd <[email protected]>2021-09-23 22:34:51 -0400
commit6c037f92a350d8622f3739b1033c909912860d77 (patch)
treed8ddfa354176b0fa43713e47e8424cd466b6eeaa /grapher/Form1.cs
parentSome reorganizing (diff)
downloadrawaccel-6c037f92a350d8622f3739b1033c909912860d77.tar.xz
rawaccel-6c037f92a350d8622f3739b1033c909912860d77.zip
Mostly working cap type in GUI
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs28
1 files changed, 20 insertions, 8 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index 5f2c90e..9eb50cc 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -50,6 +50,8 @@ namespace grapher
accelTypeDropY,
XLutApplyDropdown,
YLutApplyDropdown,
+ CapTypeDropdownX,
+ CapTypeDropdownY,
writeButton,
toggleButton,
showVelocityGainToolStripMenuItem,
@@ -66,8 +68,10 @@ namespace grapher
rotationBox,
weightBoxX,
weightBoxY,
- capBoxX,
- capBoxY,
+ inCapBoxX,
+ inCapBoxY,
+ outCapBoxX,
+ outCapBoxY,
offsetBoxX,
offsetBoxY,
accelerationBoxX,
@@ -110,8 +114,12 @@ namespace grapher
rotationLabel,
weightLabelX,
weightLabelY,
- capLabelX,
- capLabelY,
+ inCapLabelX,
+ inCapLabelY,
+ outCapLabelX,
+ outCapLabelY,
+ CapTypeLabelX,
+ CapTypeLabelY,
offsetLabelX,
offsetLabelY,
constantOneLabelX,
@@ -141,8 +149,12 @@ namespace grapher
RotationActiveLabel,
WeightActiveXLabel,
WeightActiveYLabel,
- CapActiveXLabel,
- CapActiveYLabel,
+ InCapActiveXLabel,
+ InCapActiveYLabel,
+ OutCapActiveXLabel,
+ OutCapActiveYLabel,
+ CapTypeActiveXLabel,
+ CapTypeActiveYLabel,
OffsetActiveXLabel,
OffsetActiveYLabel,
AccelerationActiveLabelX,
@@ -243,6 +255,6 @@ namespace grapher
}
- #endregion Method
- }
+ #endregion Method
+ }
}