diff options
| author | Jacob Palecki <[email protected]> | 2020-09-27 21:13:03 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-27 21:13:03 -0700 |
| commit | 5d8700a462b4798c02f4a73bc66d2a69a4920ae1 (patch) | |
| tree | 3a2b71991a6efce65be9af0c303ec2b59bdebff4 /grapher/Form1.cs | |
| parent | Set tab order (diff) | |
| parent | Merge pull request #26 from a1xd/argcheck (diff) | |
| download | rawaccel-5d8700a462b4798c02f4a73bc66d2a69a4920ae1.tar.xz rawaccel-5d8700a462b4798c02f4a73bc66d2a69a4920ae1.zip | |
Merge and fix write button
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, |