diff options
| author | Jacob Palecki <[email protected]> | 2020-09-20 22:12:11 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-20 22:12:11 -0700 |
| commit | fb900c88f72db6e4680654ce505f839ad6200668 (patch) | |
| tree | 78761821e6c9e80591ac7461abcc8983b6d7181d /grapher/Form1.Designer.cs | |
| parent | Fix chart scaling for DPIs < 1200 (diff) | |
| download | rawaccel-fb900c88f72db6e4680654ce505f839ad6200668.tar.xz rawaccel-fb900c88f72db6e4680654ce505f839ad6200668.zip | |
Add icon to project
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 fd54051..a659c4e 100644 --- a/grapher/Form1.Designer.cs +++ b/grapher/Form1.Designer.cs @@ -60,6 +60,7 @@ namespace grapher System.Windows.Forms.DataVisualization.Charting.Series series11 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series12 = 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(); @@ -1075,6 +1076,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); |