Server/MainForm.Designer.cs
changeset 82 42d62953c937
parent 67 6e50baf5a811
child 88 4f09ae97cdcc
     1.1 --- a/Server/MainForm.Designer.cs	Tue Dec 16 11:08:18 2014 +0100
     1.2 +++ b/Server/MainForm.Designer.cs	Sat Dec 27 21:50:15 2014 +0100
     1.3 @@ -29,6 +29,7 @@
     1.4          private void InitializeComponent()
     1.5          {
     1.6              this.components = new System.ComponentModel.Container();
     1.7 +            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     1.8              this.panelDisplay = new System.Windows.Forms.Panel();
     1.9              this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    1.10              this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
    1.11 @@ -644,6 +645,7 @@
    1.12              this.Controls.Add(this.statusStrip);
    1.13              this.Controls.Add(this.tabControl);
    1.14              this.Controls.Add(this.panelDisplay);
    1.15 +            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    1.16              this.MinimumSize = new System.Drawing.Size(640, 480);
    1.17              this.Name = "MainForm";
    1.18              this.Text = "Sharp Display Manager";