diff options
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 54 |
1 files changed, 36 insertions, 18 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs index 0b1b76c..5df97a3 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -51,7 +51,8 @@ namespace grapher VelocityChartY, GainChart, GainChartY, - accelTypeDrop, + accelTypeDropX, + accelTypeDropY, writeButton, showVelocityGainToolStripMenuItem, wholeVectorToolStripMenuItem, @@ -65,23 +66,33 @@ namespace grapher sensitivityBoxX, sensitivityBoxY, rotationBox, - weightBoxFirst, - weightBoxSecond, + weightBoxX, + weightBoxY, capBoxX, capBoxY, - offsetBox, - accelerationBox, - limitBox, - midpointBox, + offsetBoxX, + offsetBoxY, + accelerationBoxX, + accelerationBoxY, + limitBoxX, + limitBoxY, + midpointBoxX, + midpointBoxY, sensXYLock, sensitivityLabel, rotationLabel, - weightLabel, - capLabel, - offsetLabel, - constantOneLabel, - constantTwoLabel, - constantThreeLabel, + weightLabelX, + weightLabelY, + capLabelX, + capLabelY, + offsetLabelX, + offsetLabelY, + constantOneLabelX, + constantOneLabelY, + constantTwoLabelX, + constantTwoLabelY, + constantThreeLabelX, + constantThreeLabelY, ActiveValueTitle, SensitivityActiveXLabel, SensitivityActiveYLabel, @@ -90,11 +101,18 @@ namespace grapher WeightActiveYLabel, CapActiveXLabel, CapActiveYLabel, - OffsetActiveLabel, - AccelerationActiveLabel, - LimitExpActiveLabel, - MidpointActiveLabel, - AccelTypeActiveLabel, + OffsetActiveXLabel, + OffsetActiveYLabel, + AccelerationActiveLabelX, + AccelerationActiveLabelY, + LimitExpActiveXLabel, + LimitExpActiveYLabel, + MidpointActiveXLabel, + MidpointActiveYLabel, + AccelTypeActiveLabelX, + AccelTypeActiveLabelY, + OptionSetXTitle, + OptionSetYTitle, MouseLabel); } |