Server/MainForm.Designer.cs
changeset 67 6e50baf5a811
parent 60 4f2a73683adc
child 82 42d62953c937
     1.1 --- a/Server/MainForm.Designer.cs	Mon Oct 13 19:24:30 2014 +0200
     1.2 +++ b/Server/MainForm.Designer.cs	Mon Oct 13 20:05:48 2014 +0200
     1.3 @@ -77,6 +77,7 @@
     1.4              this.buttonAddRow = new System.Windows.Forms.Button();
     1.5              this.labelFontWidth = new System.Windows.Forms.Label();
     1.6              this.labelFontHeight = new System.Windows.Forms.Label();
     1.7 +            this.pictureBoxDemo = new System.Windows.Forms.PictureBox();
     1.8              this.panelDisplay.SuspendLayout();
     1.9              this.tableLayoutPanel.SuspendLayout();
    1.10              this.statusStrip.SuspendLayout();
    1.11 @@ -85,6 +86,7 @@
    1.12              ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
    1.13              this.tabControl.SuspendLayout();
    1.14              this.tabPageDesign.SuspendLayout();
    1.15 +            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).BeginInit();
    1.16              this.SuspendLayout();
    1.17              // 
    1.18              // panelDisplay
    1.19 @@ -622,11 +624,20 @@
    1.20              this.labelFontHeight.TabIndex = 20;
    1.21              this.labelFontHeight.Text = "Font height";
    1.22              // 
    1.23 +            // pictureBoxDemo
    1.24 +            // 
    1.25 +            this.pictureBoxDemo.Location = new System.Drawing.Point(478, 54);
    1.26 +            this.pictureBoxDemo.Name = "pictureBoxDemo";
    1.27 +            this.pictureBoxDemo.Size = new System.Drawing.Size(100, 50);
    1.28 +            this.pictureBoxDemo.TabIndex = 21;
    1.29 +            this.pictureBoxDemo.TabStop = false;
    1.30 +            // 
    1.31              // MainForm
    1.32              // 
    1.33              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.34              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    1.35              this.ClientSize = new System.Drawing.Size(624, 442);
    1.36 +            this.Controls.Add(this.pictureBoxDemo);
    1.37              this.Controls.Add(this.labelFontHeight);
    1.38              this.Controls.Add(this.labelFontWidth);
    1.39              this.Controls.Add(this.labelWarning);
    1.40 @@ -651,6 +662,7 @@
    1.41              this.tabControl.ResumeLayout(false);
    1.42              this.tabPageDesign.ResumeLayout(false);
    1.43              this.tabPageDesign.PerformLayout();
    1.44 +            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).EndInit();
    1.45              this.ResumeLayout(false);
    1.46              this.PerformLayout();
    1.47  
    1.48 @@ -706,6 +718,7 @@
    1.49          private System.Windows.Forms.Label labelFontWidth;
    1.50          private System.Windows.Forms.Label labelFontHeight;
    1.51          private System.Windows.Forms.CheckBox checkBoxInverseColors;
    1.52 +        private System.Windows.Forms.PictureBox pictureBoxDemo;
    1.53      }
    1.54  }
    1.55