From de6b18db8226650cee9726c4694931bdc4b89fad Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Sun, 10 Jan 2021 23:49:28 -0800 Subject: Implement direcitonality UI --- grapher/Form1.cs | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'grapher/Form1.cs') diff --git a/grapher/Form1.cs b/grapher/Form1.cs index 0c12b86..06f76f1 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -64,8 +64,6 @@ namespace grapher toggleButton, showVelocityGainToolStripMenuItem, showLastMouseMoveToolStripMenuItem, - wholeVectorToolStripMenuItem, - byVectorComponentToolStripMenuItem, gainCapToolStripMenuItem, legacyCapToolStripMenuItem, gainOffsetToolStripMenuItem, @@ -74,6 +72,7 @@ namespace grapher ScaleMenuItem, DPITextBox, PollRateTextBox, + DirectionalityPanel, sensitivityBoxX, sensitivityBoxY, rotationBox, @@ -93,8 +92,16 @@ namespace grapher expBoxY, midpointBoxX, midpointBoxY, + DomainBoxX, + DomainBoxY, + RangeBoxX, + RangeBoxY, + LpNormBox, sensXYLock, ByComponentXYLock, + FakeBox, + WholeCheckBox, + ByComponentCheckBox, LockXYLabel, sensitivityLabel, rotationLabel, @@ -139,7 +146,19 @@ namespace grapher AccelTypeActiveLabelY, OptionSetXTitle, OptionSetYTitle, - MouseLabel); + MouseLabel, + DirectionalityLabel, + DirectionalityX, + DirectionalityY, + DirectionalityActiveValueTitle, + LPNormLabel, + LpNormActiveValue, + DirectionalDomainLabel, + DomainActiveValueX, + DomainActiveValueY, + DirectionalityRangeLabel, + RangeActiveValueX, + RangeActiveValueY); } #endregion Constructor -- cgit v1.2.3