diff options
| author | Jacob Palecki <[email protected]> | 2020-09-20 22:12:26 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-20 22:12:26 -0700 |
| commit | b330ba3f6fe66ff4a3c0ad7017710bc5513e8132 (patch) | |
| tree | 63efec2f66209b68ccf2361b9d01c6fb72844fe4 /grapher/Form1.Designer.cs | |
| parent | further work (diff) | |
| parent | Add icon to project (diff) | |
| download | rawaccel-b330ba3f6fe66ff4a3c0ad7017710bc5513e8132.tar.xz rawaccel-b330ba3f6fe66ff4a3c0ad7017710bc5513e8132.zip | |
Merge branch 'GUI' into Unsure
Diffstat (limited to 'grapher/Form1.Designer.cs')
| -rw-r--r-- | grapher/Form1.Designer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/Form1.Designer.cs b/grapher/Form1.Designer.cs index 18eb215..d8133e5 100644 --- a/grapher/Form1.Designer.cs +++ b/grapher/Form1.Designer.cs @@ -66,6 +66,7 @@ namespace grapher System.Windows.Forms.DataVisualization.Charting.Series series17 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series18 = new System.Windows.Forms.DataVisualization.Charting.Series(); 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.AccelerationChart = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.accelTypeDropX = new System.Windows.Forms.ComboBox(); this.sensitivityBoxX = new System.Windows.Forms.TextBox(); @@ -1114,6 +1115,7 @@ namespace grapher this.Controls.Add(this.accelTypeDropX); this.Controls.Add(this.AccelerationChart); this.Controls.Add(this.menuStrip1); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "RawAcceleration"; this.Text = "Raw Acceleration Graph"; this.Load += new System.EventHandler(this.Form1_Load); |