summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index fa0b03a..a9a18fb 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -77,6 +77,8 @@ namespace grapher
scaleBoxY,
limitBoxX,
limitBoxY,
+ powerBoxX,
+ powerBoxY,
expBoxX,
expBoxY,
midpointBoxX,
@@ -112,6 +114,8 @@ namespace grapher
scaleLabelY,
limitLabelX,
limitLabelY,
+ powerLabelX,
+ powerLabelY,
expLabelX,
expLabelY,
LUTTextLabelX,
@@ -135,6 +139,8 @@ namespace grapher
ScaleActiveYLabel,
LimitActiveXLabel,
LimitActiveYLabel,
+ PowerClassicActiveXLabel,
+ PowerClassicActiveYLabel,
ExpActiveXLabel,
ExpActiveYLabel,
MidpointActiveXLabel,