summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs25
1 files changed, 22 insertions, 3 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index afa7a50..71a5e01 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -64,8 +64,6 @@ namespace grapher
toggleButton,
showVelocityGainToolStripMenuItem,
showLastMouseMoveToolStripMenuItem,
- wholeVectorToolStripMenuItem,
- byVectorComponentToolStripMenuItem,
gainCapToolStripMenuItem,
legacyCapToolStripMenuItem,
gainOffsetToolStripMenuItem,
@@ -75,6 +73,7 @@ namespace grapher
ScaleMenuItem,
DPITextBox,
PollRateTextBox,
+ DirectionalityPanel,
sensitivityBoxX,
sensitivityBoxY,
rotationBox,
@@ -94,8 +93,16 @@ namespace grapher
expBoxY,
midpointBoxX,
midpointBoxY,
+ DomainBoxX,
+ DomainBoxY,
+ RangeBoxX,
+ RangeBoxY,
+ LpNormBox,
sensXYLock,
ByComponentXYLock,
+ FakeBox,
+ WholeCheckBox,
+ ByComponentCheckBox,
LockXYLabel,
sensitivityLabel,
rotationLabel,
@@ -140,7 +147,19 @@ namespace grapher
AccelTypeActiveLabelY,
OptionSetXTitle,
OptionSetYTitle,
- MouseLabel);
+ MouseLabel,
+ DirectionalityLabel,
+ DirectionalityX,
+ DirectionalityY,
+ DirectionalityActiveValueTitle,
+ LPNormLabel,
+ LpNormActiveValue,
+ DirectionalDomainLabel,
+ DomainActiveValueX,
+ DomainActiveValueY,
+ DirectionalityRangeLabel,
+ RangeActiveValueX,
+ RangeActiveValueY);
}
#endregion Constructor