summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs10
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();
}