summaryrefslogtreecommitdiff
path: root/grapher/Form1.Designer.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-04-05 20:43:08 -0700
committerJacob Palecki <[email protected]>2021-04-05 20:43:08 -0700
commitcf1fdf2e6cdba8c6ae8493eb744f223b6324594c (patch)
treea38093e20708920dff4798f682c9c003a3694ffc /grapher/Form1.Designer.cs
parentIt builds (diff)
downloadrawaccel-cf1fdf2e6cdba8c6ae8493eb744f223b6324594c.tar.xz
rawaccel-cf1fdf2e6cdba8c6ae8493eb744f223b6324594c.zip
LUT text layout
Diffstat (limited to 'grapher/Form1.Designer.cs')
-rw-r--r--grapher/Form1.Designer.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/grapher/Form1.Designer.cs b/grapher/Form1.Designer.cs
index 20af913..1fbe28b 100644
--- a/grapher/Form1.Designer.cs
+++ b/grapher/Form1.Designer.cs
@@ -71,6 +71,7 @@ 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.LUTTextLabel = new System.Windows.Forms.Label();
this.FakeBox = new System.Windows.Forms.CheckBox();
this.DirectionalityPanel = new System.Windows.Forms.Panel();
this.LpNormActiveValue = new System.Windows.Forms.Label();
@@ -203,6 +204,7 @@ namespace grapher
// optionsPanel
//
this.optionsPanel.AutoSize = true;
+ this.optionsPanel.Controls.Add(this.LUTTextLabel);
this.optionsPanel.Controls.Add(this.FakeBox);
this.optionsPanel.Controls.Add(this.DirectionalityPanel);
this.optionsPanel.Controls.Add(this.toggleButton);
@@ -283,6 +285,15 @@ namespace grapher
this.optionsPanel.Size = new System.Drawing.Size(483, 956);
this.optionsPanel.TabIndex = 34;
//
+ // LUTTextLabel
+ //
+ this.LUTTextLabel.AutoSize = true;
+ this.LUTTextLabel.Location = new System.Drawing.Point(38, 350);
+ this.LUTTextLabel.Name = "LUTTextLabel";
+ this.LUTTextLabel.Size = new System.Drawing.Size(52, 13);
+ this.LUTTextLabel.TabIndex = 152;
+ this.LUTTextLabel.Text = "LUT Text";
+ //
// FakeBox
//
this.FakeBox.AutoSize = true;
@@ -1642,6 +1653,7 @@ namespace grapher
private System.Windows.Forms.Label RangeActiveValueY;
private System.Windows.Forms.CheckBox FakeBox;
private System.Windows.Forms.ToolStripMenuItem UseSpecificDeviceMenuItem;
+ private System.Windows.Forms.Label LUTTextLabel;
}
}