Server/MainForm.Designer.cs
changeset 60 4f2a73683adc
parent 59 9979787100b1
child 67 6e50baf5a811
     1.1 --- a/Server/MainForm.Designer.cs	Mon Sep 22 10:05:45 2014 +0200
     1.2 +++ b/Server/MainForm.Designer.cs	Mon Sep 22 13:00:27 2014 +0200
     1.3 @@ -102,24 +102,27 @@
     1.4              this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     1.5              | System.Windows.Forms.AnchorStyles.Left) 
     1.6              | System.Windows.Forms.AnchorStyles.Right)));
     1.7 +            this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     1.8              this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
     1.9              this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
    1.10              this.tableLayoutPanel.ColumnCount = 1;
    1.11              this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
    1.12              this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
    1.13              this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
    1.14 +            this.tableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
    1.15              this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
    1.16              this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
    1.17              this.tableLayoutPanel.Name = "tableLayoutPanel";
    1.18              this.tableLayoutPanel.RowCount = 2;
    1.19 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.AutoSize));
    1.20 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.AutoSize));
    1.21 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.22 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.23              this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
    1.24              this.tableLayoutPanel.TabIndex = 5;
    1.25              // 
    1.26              // marqueeLabelTop
    1.27              // 
    1.28              this.marqueeLabelTop.AutoEllipsis = true;
    1.29 +            this.marqueeLabelTop.AutoSize = true;
    1.30              this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
    1.31              this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
    1.32              this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
    1.33 @@ -137,6 +140,7 @@
    1.34              // marqueeLabelBottom
    1.35              // 
    1.36              this.marqueeLabelBottom.AutoEllipsis = true;
    1.37 +            this.marqueeLabelBottom.AutoSize = true;
    1.38              this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
    1.39              this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
    1.40              this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
    1.41 @@ -637,6 +641,7 @@
    1.42              this.Resize += new System.EventHandler(this.MainForm_Resize);
    1.43              this.panelDisplay.ResumeLayout(false);
    1.44              this.tableLayoutPanel.ResumeLayout(false);
    1.45 +            this.tableLayoutPanel.PerformLayout();
    1.46              this.statusStrip.ResumeLayout(false);
    1.47              this.statusStrip.PerformLayout();
    1.48              this.tabPageClients.ResumeLayout(false);