diff options
| author | a1xd <[email protected]> | 2021-09-19 02:08:06 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-23 22:37:02 -0400 |
| commit | 4c4eabc0cb85cfef22900773649d96f610bb25dc (patch) | |
| tree | 3a2918f93b7fcfb856b6f00c8399fece3860f8b7 /grapher/Form1.cs | |
| parent | fix input checks (diff) | |
| download | rawaccel-4c4eabc0cb85cfef22900773649d96f610bb25dc.tar.xz rawaccel-4c4eabc0cb85cfef22900773649d96f610bb25dc.zip | |
fix jump fields
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs index 00483d5..b36d511 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -82,6 +82,10 @@ namespace grapher inCapBoxYPower, outCapBoxXPower, outCapBoxYPower, + inputJumpBoxX, + inputJumpBoxY, + outputJumpBoxX, + outputJumpBoxY, inputOffsetBoxX, inputOffsetBoxY, outputOffsetBoxX, @@ -136,6 +140,10 @@ namespace grapher outCapLabelYPower, CapTypeLabelXPower, CapTypeLabelYPower, + inputJumpLabelX, + inputJumpLabelY, + outputJumpLabelX, + outputJumpLabelY, inputOffsetLabelX, inputOffsetLabelY, outputOffsetLabelX, @@ -177,6 +185,10 @@ namespace grapher OutCapActiveYLabelPower, CapTypeActiveXLabelPower, CapTypeActiveYLabelPower, + InputJumpActiveXLabel, + InputJumpActiveYLabel, + OutputJumpActiveXLabel, + OutputJumpActiveYLabel, InputOffsetActiveXLabel, InputOffsetActiveYLabel, OutputOffsetActiveXLabel, |