diff options
Diffstat (limited to 'grapher/Form1.Designer.cs')
| -rw-r--r-- | grapher/Form1.Designer.cs | 36 |
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); |