MainForm.Designer.cs
changeset 9 7c363a7a975e
parent 8 5129c03ab7ba
child 11 de55741d90f0
     1.1 --- a/MainForm.Designer.cs	Tue Jul 08 18:59:07 2014 +0200
     1.2 +++ b/MainForm.Designer.cs	Tue Jul 08 20:02:12 2014 +0200
     1.3 @@ -38,8 +38,6 @@
     1.4              this.buttonOpen = new System.Windows.Forms.Button();
     1.5              this.buttonCapture = new System.Windows.Forms.Button();
     1.6              this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     1.7 -            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
     1.8 -            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
     1.9              this.buttonFont = new System.Windows.Forms.Button();
    1.10              this.tabPageTests = new System.Windows.Forms.TabPage();
    1.11              this.fontDialog = new System.Windows.Forms.FontDialog();
    1.12 @@ -48,6 +46,9 @@
    1.13              this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
    1.14              this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
    1.15              this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
    1.16 +            this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
    1.17 +            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
    1.18 +            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
    1.19              this.tabControl.SuspendLayout();
    1.20              this.tabPageDisplay.SuspendLayout();
    1.21              ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
    1.22 @@ -70,6 +71,7 @@
    1.23              // 
    1.24              // tabPageDisplay
    1.25              // 
    1.26 +            this.tabPageDisplay.Controls.Add(this.checkBoxShowBorders);
    1.27              this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
    1.28              this.tabPageDisplay.Controls.Add(this.buttonFill);
    1.29              this.tabPageDisplay.Controls.Add(this.buttonClear);
    1.30 @@ -198,39 +200,6 @@
    1.31              this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
    1.32              this.tableLayoutPanel.TabIndex = 4;
    1.33              // 
    1.34 -            // marqueeLabelTop
    1.35 -            // 
    1.36 -            this.marqueeLabelTop.AutoEllipsis = true;
    1.37 -            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
    1.38 -            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
    1.39 -            this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
    1.40 -            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
    1.41 -            this.marqueeLabelTop.Name = "marqueeLabelTop";
    1.42 -            this.marqueeLabelTop.OwnTimer = false;
    1.43 -            this.marqueeLabelTop.PixelsPerSecond = 64;
    1.44 -            this.marqueeLabelTop.Separator = "";
    1.45 -            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
    1.46 -            this.marqueeLabelTop.TabIndex = 2;
    1.47 -            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
    1.48 -            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    1.49 -            this.marqueeLabelTop.UseCompatibleTextRendering = true;
    1.50 -            // 
    1.51 -            // marqueeLabelBottom
    1.52 -            // 
    1.53 -            this.marqueeLabelBottom.AutoEllipsis = true;
    1.54 -            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
    1.55 -            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
    1.56 -            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
    1.57 -            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
    1.58 -            this.marqueeLabelBottom.OwnTimer = false;
    1.59 -            this.marqueeLabelBottom.PixelsPerSecond = 64;
    1.60 -            this.marqueeLabelBottom.Separator = " | ";
    1.61 -            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
    1.62 -            this.marqueeLabelBottom.TabIndex = 3;
    1.63 -            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
    1.64 -            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    1.65 -            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
    1.66 -            // 
    1.67              // buttonFont
    1.68              // 
    1.69              this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.70 @@ -289,6 +258,50 @@
    1.71              this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
    1.72              this.toolStripStatusLabelFps.Text = "FPS";
    1.73              // 
    1.74 +            // checkBoxShowBorders
    1.75 +            // 
    1.76 +            this.checkBoxShowBorders.AutoSize = true;
    1.77 +            this.checkBoxShowBorders.Location = new System.Drawing.Point(113, 344);
    1.78 +            this.checkBoxShowBorders.Name = "checkBoxShowBorders";
    1.79 +            this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
    1.80 +            this.checkBoxShowBorders.TabIndex = 11;
    1.81 +            this.checkBoxShowBorders.Text = "Show borders";
    1.82 +            this.checkBoxShowBorders.UseVisualStyleBackColor = true;
    1.83 +            this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
    1.84 +            // 
    1.85 +            // marqueeLabelTop
    1.86 +            // 
    1.87 +            this.marqueeLabelTop.AutoEllipsis = true;
    1.88 +            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
    1.89 +            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
    1.90 +            this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
    1.91 +            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
    1.92 +            this.marqueeLabelTop.Name = "marqueeLabelTop";
    1.93 +            this.marqueeLabelTop.OwnTimer = false;
    1.94 +            this.marqueeLabelTop.PixelsPerSecond = 64;
    1.95 +            this.marqueeLabelTop.Separator = "";
    1.96 +            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 9);
    1.97 +            this.marqueeLabelTop.TabIndex = 2;
    1.98 +            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
    1.99 +            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.100 +            this.marqueeLabelTop.UseCompatibleTextRendering = true;
   1.101 +            // 
   1.102 +            // marqueeLabelBottom
   1.103 +            // 
   1.104 +            this.marqueeLabelBottom.AutoEllipsis = true;
   1.105 +            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
   1.106 +            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 21);
   1.107 +            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
   1.108 +            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
   1.109 +            this.marqueeLabelBottom.OwnTimer = false;
   1.110 +            this.marqueeLabelBottom.PixelsPerSecond = 64;
   1.111 +            this.marqueeLabelBottom.Separator = null;
   1.112 +            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
   1.113 +            this.marqueeLabelBottom.TabIndex = 3;
   1.114 +            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
   1.115 +            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.116 +            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
   1.117 +            // 
   1.118              // MainForm
   1.119              // 
   1.120              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   1.121 @@ -332,6 +345,7 @@
   1.122          private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
   1.123          private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
   1.124          private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
   1.125 +        private System.Windows.Forms.CheckBox checkBoxShowBorders;
   1.126      }
   1.127  }
   1.128