Server/MainForm.Designer.cs
changeset 175 391bce3c8368
parent 168 2568261f74fb
child 187 549e7d887271
     1.1 --- a/Server/MainForm.Designer.cs	Wed Dec 23 18:54:38 2015 +0100
     1.2 +++ b/Server/MainForm.Designer.cs	Sat Dec 26 17:43:41 2015 +0100
     1.3 @@ -40,7 +40,7 @@
     1.4              this.components = new System.ComponentModel.Container();
     1.5              System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     1.6              this.panelDisplay = new System.Windows.Forms.Panel();
     1.7 -            this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     1.8 +            this.iTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     1.9              this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
    1.10              this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
    1.11              this.fontDialog = new System.Windows.Forms.FontDialog();
    1.12 @@ -112,7 +112,7 @@
    1.13              this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    1.14              this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    1.15              this.panelDisplay.SuspendLayout();
    1.16 -            this.tableLayoutPanel.SuspendLayout();
    1.17 +            this.iTableLayoutPanel.SuspendLayout();
    1.18              this.statusStrip.SuspendLayout();
    1.19              this.tabPageClients.SuspendLayout();
    1.20              this.tabPageDisplay.SuspendLayout();
    1.21 @@ -130,35 +130,35 @@
    1.22              // panelDisplay
    1.23              // 
    1.24              this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    1.25 -            this.panelDisplay.Controls.Add(this.tableLayoutPanel);
    1.26 +            this.panelDisplay.Controls.Add(this.iTableLayoutPanel);
    1.27              this.panelDisplay.Location = new System.Drawing.Point(173, 40);
    1.28              this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
    1.29              this.panelDisplay.Name = "panelDisplay";
    1.30              this.panelDisplay.Size = new System.Drawing.Size(258, 66);
    1.31              this.panelDisplay.TabIndex = 12;
    1.32              // 
    1.33 -            // tableLayoutPanel
    1.34 +            // iTableLayoutPanel
    1.35              // 
    1.36 -            this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    1.37 +            this.iTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    1.38              | System.Windows.Forms.AnchorStyles.Left) 
    1.39              | System.Windows.Forms.AnchorStyles.Right)));
    1.40 -            this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    1.41 -            this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
    1.42 -            this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
    1.43 -            this.tableLayoutPanel.ColumnCount = 1;
    1.44 -            this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
    1.45 -            this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
    1.46 -            this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
    1.47 -            this.tableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
    1.48 -            this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
    1.49 -            this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
    1.50 -            this.tableLayoutPanel.Name = "tableLayoutPanel";
    1.51 -            this.tableLayoutPanel.RowCount = 2;
    1.52 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.53 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.54 -            this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
    1.55 -            this.tableLayoutPanel.TabIndex = 5;
    1.56 -            this.tableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged);
    1.57 +            this.iTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    1.58 +            this.iTableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
    1.59 +            this.iTableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
    1.60 +            this.iTableLayoutPanel.ColumnCount = 1;
    1.61 +            this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
    1.62 +            this.iTableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
    1.63 +            this.iTableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
    1.64 +            this.iTableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
    1.65 +            this.iTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
    1.66 +            this.iTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
    1.67 +            this.iTableLayoutPanel.Name = "iTableLayoutPanel";
    1.68 +            this.iTableLayoutPanel.RowCount = 2;
    1.69 +            this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.70 +            this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.71 +            this.iTableLayoutPanel.Size = new System.Drawing.Size(256, 64);
    1.72 +            this.iTableLayoutPanel.TabIndex = 5;
    1.73 +            this.iTableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged);
    1.74              // 
    1.75              // marqueeLabelTop
    1.76              // 
    1.77 @@ -954,8 +954,8 @@
    1.78              this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
    1.79              this.Resize += new System.EventHandler(this.MainForm_Resize);
    1.80              this.panelDisplay.ResumeLayout(false);
    1.81 -            this.tableLayoutPanel.ResumeLayout(false);
    1.82 -            this.tableLayoutPanel.PerformLayout();
    1.83 +            this.iTableLayoutPanel.ResumeLayout(false);
    1.84 +            this.iTableLayoutPanel.PerformLayout();
    1.85              this.statusStrip.ResumeLayout(false);
    1.86              this.statusStrip.PerformLayout();
    1.87              this.tabPageClients.ResumeLayout(false);
    1.88 @@ -990,7 +990,7 @@
    1.89          private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
    1.90          private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
    1.91          private System.Windows.Forms.Panel panelDisplay;
    1.92 -        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
    1.93 +        private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel;
    1.94          private MarqueeLabel marqueeLabelTop;
    1.95          private MarqueeLabel marqueeLabelBottom;
    1.96          private System.Windows.Forms.TabPage tabPageClients;