summaryrefslogtreecommitdiff
path: root/grapher/Form1.Designer.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-06-30 00:01:26 -0700
committerJacob Palecki <[email protected]>2021-06-30 00:01:26 -0700
commitabbe20f63aded56c4714766ca1b93183eafa062a (patch)
tree4b1a6e91b7c8c4fa3f017e4fc6880b932fb93dca /grapher/Form1.Designer.cs
parentFix high DPI issue (diff)
downloadrawaccel-abbe20f63aded56c4714766ca1b93183eafa062a.tar.xz
rawaccel-abbe20f63aded56c4714766ca1b93183eafa062a.zip
Add class for LUT apply type
Diffstat (limited to 'grapher/Form1.Designer.cs')
-rw-r--r--grapher/Form1.Designer.cs36
1 files changed, 18 insertions, 18 deletions
diff --git a/grapher/Form1.Designer.cs b/grapher/Form1.Designer.cs
index f63d9a7..fc742ac 100644
--- a/grapher/Form1.Designer.cs
+++ b/grapher/Form1.Designer.cs
@@ -71,6 +71,8 @@ namespace grapher
System.Windows.Forms.DataVisualization.Charting.Title title6 = new System.Windows.Forms.DataVisualization.Charting.Title();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RawAcceleration));
this.optionsPanel = new System.Windows.Forms.Panel();
+ this.richTextBox2 = new System.Windows.Forms.RichTextBox();
+ this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.LUTPanelY = new System.Windows.Forms.Panel();
this.LUTPanelX = new System.Windows.Forms.Panel();
this.gainSwitchActiveLabelY = new System.Windows.Forms.Label();
@@ -190,8 +192,6 @@ namespace grapher
this.GainChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.VelocityChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.AccelerationChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.richTextBox1 = new System.Windows.Forms.RichTextBox();
- this.richTextBox2 = new System.Windows.Forms.RichTextBox();
this.optionsPanel.SuspendLayout();
this.DirectionalityPanel.SuspendLayout();
this.menuStrip1.SuspendLayout();
@@ -297,6 +297,22 @@ namespace grapher
this.optionsPanel.Size = new System.Drawing.Size(483, 956);
this.optionsPanel.TabIndex = 34;
//
+ // richTextBox2
+ //
+ this.richTextBox2.Location = new System.Drawing.Point(397, 447);
+ this.richTextBox2.Name = "richTextBox2";
+ this.richTextBox2.Size = new System.Drawing.Size(73, 57);
+ this.richTextBox2.TabIndex = 161;
+ this.richTextBox2.Text = "";
+ //
+ // richTextBox1
+ //
+ this.richTextBox1.Location = new System.Drawing.Point(317, 447);
+ this.richTextBox1.Name = "richTextBox1";
+ this.richTextBox1.Size = new System.Drawing.Size(68, 57);
+ this.richTextBox1.TabIndex = 160;
+ this.richTextBox1.Text = "";
+ //
// LUTPanelY
//
this.LUTPanelY.AutoScroll = true;
@@ -1539,22 +1555,6 @@ namespace grapher
title6.Text = "Sensitivity";
this.AccelerationChart.Titles.Add(title6);
//
- // richTextBox1
- //
- this.richTextBox1.Location = new System.Drawing.Point(317, 447);
- this.richTextBox1.Name = "richTextBox1";
- this.richTextBox1.Size = new System.Drawing.Size(68, 57);
- this.richTextBox1.TabIndex = 160;
- this.richTextBox1.Text = "";
- //
- // richTextBox2
- //
- this.richTextBox2.Location = new System.Drawing.Point(397, 447);
- this.richTextBox2.Name = "richTextBox2";
- this.richTextBox2.Size = new System.Drawing.Size(73, 57);
- this.richTextBox2.TabIndex = 161;
- this.richTextBox2.Text = "";
- //
// RawAcceleration
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);