summaryrefslogtreecommitdiff
path: root/grapher/Form1.Designer.cs
diff options
context:
space:
mode:
authorJacobPalecki <[email protected]>2021-05-19 15:04:45 -0700
committerGitHub <[email protected]>2021-05-19 15:04:45 -0700
commitf88751f8653b4bce9d5e3ed3109da2f2427a6f99 (patch)
treec67a4e59da866c86cdfffb786a76090525637166 /grapher/Form1.Designer.cs
parentMerge pull request #86 from a1xd/fix-input (diff)
parentremove unused variable, improve legend position (diff)
downloadrawaccel-f88751f8653b4bce9d5e3ed3109da2f2427a6f99.tar.xz
rawaccel-f88751f8653b4bce9d5e3ed3109da2f2427a6f99.zip
Merge pull request #87 from matthewstrasiotto/streamer_mode
Improve use of whitespace on charts, make elements bolder, add "streaming mode" toggle for overlaying charts using Chroma key in OBS
Diffstat (limited to 'grapher/Form1.Designer.cs')
-rw-r--r--grapher/Form1.Designer.cs12
1 files changed, 11 insertions, 1 deletions
diff --git a/grapher/Form1.Designer.cs b/grapher/Form1.Designer.cs
index 20af913..5c9180d 100644
--- a/grapher/Form1.Designer.cs
+++ b/grapher/Form1.Designer.cs
@@ -188,6 +188,7 @@ 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.streamingModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.optionsPanel.SuspendLayout();
this.DirectionalityPanel.SuspendLayout();
this.menuStrip1.SuspendLayout();
@@ -1108,7 +1109,8 @@ namespace grapher
this.graphsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.scaleByDPIToolStripMenuItem,
this.showVelocityGainToolStripMenuItem,
- this.showLastMouseMoveToolStripMenuItem});
+ this.showLastMouseMoveToolStripMenuItem,
+ this.streamingModeToolStripMenuItem});
this.graphsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.graphsToolStripMenuItem.Name = "graphsToolStripMenuItem";
this.graphsToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
@@ -1495,6 +1497,13 @@ namespace grapher
title6.Text = "Sensitivity";
this.AccelerationChart.Titles.Add(title6);
//
+ // streamingModeToolStripMenuItem
+ //
+ this.streamingModeToolStripMenuItem.CheckOnClick = true;
+ this.streamingModeToolStripMenuItem.Name = "streamingModeToolStripMenuItem";
+ this.streamingModeToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
+ this.streamingModeToolStripMenuItem.Text = "Streaming Mode";
+ //
// RawAcceleration
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -1642,6 +1651,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.ToolStripMenuItem streamingModeToolStripMenuItem;
}
}