From 85aefb4ba131521595e48fe1a25f4db9a69e71e6 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Sun, 27 Sep 2020 23:04:29 -0400 Subject: add arg checks in wrapper minor changes to settings shape, requires driver reinstall add error handling to writer grapher changes: add prettier serialization + comments add elements for scale and separated limit/exp reset irrelevant (invisible) arg input before checks/write --- grapher/Form1.cs | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'grapher/Form1.cs') diff --git a/grapher/Form1.cs b/grapher/Form1.cs index aa3d2ef..6f61c65 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -72,8 +72,12 @@ namespace grapher offsetBoxY, accelerationBoxX, accelerationBoxY, + scaleBoxX, + scaleBoxY, limitBoxX, limitBoxY, + expBoxX, + expBoxY, midpointBoxX, midpointBoxY, sensXYLock, @@ -89,8 +93,12 @@ namespace grapher offsetLabelY, constantOneLabelX, constantOneLabelY, - constantTwoLabelX, - constantTwoLabelY, + scaleLabelX, + scaleLabelY, + limitLabelX, + limitLabelY, + expLabelX, + expLabelY, constantThreeLabelX, constantThreeLabelY, ActiveValueTitle, @@ -106,8 +114,12 @@ namespace grapher OffsetActiveYLabel, AccelerationActiveLabelX, AccelerationActiveLabelY, - LimitExpActiveXLabel, - LimitExpActiveYLabel, + ScaleActiveXLabel, + ScaleActiveYLabel, + LimitActiveXLabel, + LimitActiveYLabel, + ExpActiveXLabel, + ExpActiveYLabel, MidpointActiveXLabel, MidpointActiveYLabel, AccelTypeActiveLabelX, -- cgit v1.2.3