1.1 --- a/MainForm.Designer.cs Mon Aug 11 23:18:45 2014 +0200
1.2 +++ b/MainForm.Designer.cs Tue Aug 12 20:37:57 2014 +0200
1.3 @@ -35,8 +35,6 @@
1.4 this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
1.5 this.panelDisplay = new System.Windows.Forms.Panel();
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.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
1.10 this.trackBarBrightness = new System.Windows.Forms.TrackBar();
1.11 this.buttonFill = new System.Windows.Forms.Button();
1.12 @@ -53,6 +51,8 @@
1.13 this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
1.14 this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
1.15 this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
1.16 + this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
1.17 + this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
1.18 this.tabControl.SuspendLayout();
1.19 this.tabPageDisplay.SuspendLayout();
1.20 this.panelDisplay.SuspendLayout();
1.21 @@ -202,39 +202,6 @@
1.22 this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
1.23 this.tableLayoutPanel.TabIndex = 5;
1.24 //
1.25 - // marqueeLabelTop
1.26 - //
1.27 - this.marqueeLabelTop.AutoEllipsis = true;
1.28 - this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
1.29 - this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
1.30 - this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
1.31 - this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
1.32 - this.marqueeLabelTop.Name = "marqueeLabelTop";
1.33 - this.marqueeLabelTop.OwnTimer = false;
1.34 - this.marqueeLabelTop.PixelsPerSecond = 64;
1.35 - this.marqueeLabelTop.Separator = "|";
1.36 - this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
1.37 - this.marqueeLabelTop.TabIndex = 2;
1.38 - this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
1.39 - this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1.40 - this.marqueeLabelTop.UseCompatibleTextRendering = true;
1.41 - //
1.42 - // marqueeLabelBottom
1.43 - //
1.44 - this.marqueeLabelBottom.AutoEllipsis = true;
1.45 - this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
1.46 - this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
1.47 - this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
1.48 - this.marqueeLabelBottom.Name = "marqueeLabelBottom";
1.49 - this.marqueeLabelBottom.OwnTimer = false;
1.50 - this.marqueeLabelBottom.PixelsPerSecond = 64;
1.51 - this.marqueeLabelBottom.Separator = null;
1.52 - this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
1.53 - this.marqueeLabelBottom.TabIndex = 3;
1.54 - this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
1.55 - this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1.56 - this.marqueeLabelBottom.UseCompatibleTextRendering = true;
1.57 - //
1.58 // checkBoxShowBorders
1.59 //
1.60 this.checkBoxShowBorders.AutoSize = true;
1.61 @@ -375,6 +342,39 @@
1.62 this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
1.63 this.toolStripStatusLabelFps.Text = "FPS";
1.64 //
1.65 + // marqueeLabelTop
1.66 + //
1.67 + this.marqueeLabelTop.AutoEllipsis = true;
1.68 + this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
1.69 + this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
1.70 + this.marqueeLabelTop.Location = new System.Drawing.Point(1, -124);
1.71 + this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
1.72 + this.marqueeLabelTop.Name = "marqueeLabelTop";
1.73 + this.marqueeLabelTop.OwnTimer = false;
1.74 + this.marqueeLabelTop.PixelsPerSecond = 64;
1.75 + this.marqueeLabelTop.Separator = "|";
1.76 + this.marqueeLabelTop.Size = new System.Drawing.Size(254, 20);
1.77 + this.marqueeLabelTop.TabIndex = 2;
1.78 + this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
1.79 + this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1.80 + this.marqueeLabelTop.UseCompatibleTextRendering = true;
1.81 + //
1.82 + // marqueeLabelBottom
1.83 + //
1.84 + this.marqueeLabelBottom.AutoEllipsis = true;
1.85 + this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
1.86 + this.marqueeLabelBottom.Location = new System.Drawing.Point(1, -40);
1.87 + this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
1.88 + this.marqueeLabelBottom.Name = "marqueeLabelBottom";
1.89 + this.marqueeLabelBottom.OwnTimer = false;
1.90 + this.marqueeLabelBottom.PixelsPerSecond = 64;
1.91 + this.marqueeLabelBottom.Separator = null;
1.92 + this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
1.93 + this.marqueeLabelBottom.TabIndex = 3;
1.94 + this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
1.95 + this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1.96 + this.marqueeLabelBottom.UseCompatibleTextRendering = true;
1.97 + //
1.98 // MainForm
1.99 //
1.100 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1.101 @@ -385,6 +385,7 @@
1.102 this.MinimumSize = new System.Drawing.Size(640, 480);
1.103 this.Name = "MainForm";
1.104 this.Text = "Sharp Display Manager";
1.105 + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
1.106 this.Load += new System.EventHandler(this.MainForm_Load);
1.107 this.Resize += new System.EventHandler(this.MainForm_Resize);
1.108 this.tabControl.ResumeLayout(false);
1.109 @@ -422,8 +423,8 @@
1.110 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
1.111 private System.Windows.Forms.Panel panelDisplay;
1.112 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
1.113 - private MarqueeLabel marqueeLabelTop;
1.114 - private MarqueeLabel marqueeLabelBottom;
1.115 + public MarqueeLabel marqueeLabelTop;
1.116 + public MarqueeLabel marqueeLabelBottom;
1.117 private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
1.118 private System.Windows.Forms.CheckBox checkBoxReverseScreen;
1.119 }