diff options
| author | JacobPalecki <[email protected]> | 2020-09-27 20:54:57 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-27 20:54:57 -0700 |
| commit | 5f3ea6699f4b1a7eec7f9f0cd51ad9afbc1dea4b (patch) | |
| tree | f1c73a42b369f362a40ea251281d98ee02bf0a98 /grapher/Form1.cs | |
| parent | Merge pull request #25 from JacobPalecki/GUI (diff) | |
| parent | add arg checks in wrapper (diff) | |
| download | rawaccel-5f3ea6699f4b1a7eec7f9f0cd51ad9afbc1dea4b.tar.xz rawaccel-5f3ea6699f4b1a7eec7f9f0cd51ad9afbc1dea4b.zip | |
Merge pull request #26 from a1xd/argcheck
Accel arg checks
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs index aa3d2ef..6f61c65 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -72,8 +72,12 @@ namespace grapher offsetBoxY, accelerationBoxX, accelerationBoxY, + scaleBoxX, + scaleBoxY, limitBoxX, limitBoxY, + expBoxX, + expBoxY, midpointBoxX, midpointBoxY, sensXYLock, @@ -89,8 +93,12 @@ namespace grapher offsetLabelY, constantOneLabelX, constantOneLabelY, - constantTwoLabelX, - constantTwoLabelY, + scaleLabelX, + scaleLabelY, + limitLabelX, + limitLabelY, + expLabelX, + expLabelY, constantThreeLabelX, constantThreeLabelY, ActiveValueTitle, @@ -106,8 +114,12 @@ namespace grapher OffsetActiveYLabel, AccelerationActiveLabelX, AccelerationActiveLabelY, - LimitExpActiveXLabel, - LimitExpActiveYLabel, + ScaleActiveXLabel, + ScaleActiveYLabel, + LimitActiveXLabel, + LimitActiveYLabel, + ExpActiveXLabel, + ExpActiveYLabel, MidpointActiveXLabel, MidpointActiveYLabel, AccelTypeActiveLabelX, |