diff options
| author | Jacob Palecki <[email protected]> | 2021-06-30 23:52:31 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-06-30 23:52:31 -0700 |
| commit | dc76635349577f9dd95ab347fb79652dad2abb30 (patch) | |
| tree | dfd8c10f22da30499e0fe9d0c8db7ba0749cee9f /grapher/Form1.cs | |
| parent | Add class for LUT apply type (diff) | |
| download | rawaccel-dc76635349577f9dd95ab347fb79652dad2abb30.tar.xz rawaccel-dc76635349577f9dd95ab347fb79652dad2abb30.zip | |
Better-written LUT panels
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs index 2b2ad42..113fc4d 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -59,6 +59,8 @@ namespace grapher GainChartY, accelTypeDropX, accelTypeDropY, + XLutApplyDropdown, + YLutApplyDropdown, writeButton, toggleButton, showVelocityGainToolStripMenuItem, @@ -102,6 +104,8 @@ namespace grapher gainSwitchY, LUTPanelX, LUTPanelY, + XLutPointsBox, + YLutPointsBox, LockXYLabel, sensitivityLabel, rotationLabel, @@ -162,7 +166,11 @@ namespace grapher DomainActiveValueY, DirectionalityRangeLabel, RangeActiveValueX, - RangeActiveValueY); + RangeActiveValueY, + XLutApplyLabel, + YLutApplyLabel, + LutApplyActiveXLabel, + LutApplyActiveYLabel); ResizeAndCenter(); } |