1.1 --- a/Server/MainForm.Designer.cs Thu Aug 21 21:54:57 2014 +0200
1.2 +++ b/Server/MainForm.Designer.cs Fri Aug 22 08:24:51 2014 +0200
1.3 @@ -43,27 +43,27 @@
1.4 this.buttonStartClient = new System.Windows.Forms.Button();
1.5 this.treeViewClients = new System.Windows.Forms.TreeView();
1.6 this.tabPageDisplay = new System.Windows.Forms.TabPage();
1.7 - this.labelWarning = new System.Windows.Forms.Label();
1.8 - this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
1.9 this.buttonSuspend = new System.Windows.Forms.Button();
1.10 - this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
1.11 this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
1.12 - this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
1.13 this.trackBarBrightness = new System.Windows.Forms.TrackBar();
1.14 this.buttonFill = new System.Windows.Forms.Button();
1.15 this.buttonClear = new System.Windows.Forms.Button();
1.16 this.buttonClose = new System.Windows.Forms.Button();
1.17 this.buttonOpen = new System.Windows.Forms.Button();
1.18 this.buttonCapture = new System.Windows.Forms.Button();
1.19 + this.labelWarning = new System.Windows.Forms.Label();
1.20 + this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
1.21 + this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
1.22 this.buttonFont = new System.Windows.Forms.Button();
1.23 this.tabControl = new System.Windows.Forms.TabControl();
1.24 this.tabPageDesign = new System.Windows.Forms.TabPage();
1.25 + this.buttonRemoveColumn = new System.Windows.Forms.Button();
1.26 + this.buttonAddColumn = new System.Windows.Forms.Button();
1.27 + this.buttonRemoveRow = new System.Windows.Forms.Button();
1.28 this.buttonAddRow = new System.Windows.Forms.Button();
1.29 - this.buttonRemoveRow = new System.Windows.Forms.Button();
1.30 - this.buttonAddColumn = new System.Windows.Forms.Button();
1.31 - this.buttonRemoveColumn = new System.Windows.Forms.Button();
1.32 this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
1.33 this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
1.34 + this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
1.35 this.panelDisplay.SuspendLayout();
1.36 this.tableLayoutPanel.SuspendLayout();
1.37 this.statusStrip.SuspendLayout();
1.38 @@ -173,7 +173,7 @@
1.39 this.toolStripStatusLabelSpring,
1.40 this.toolStripStatusLabelPower,
1.41 this.toolStripStatusLabelFps});
1.42 - this.statusStrip.Location = new System.Drawing.Point(0, 495);
1.43 + this.statusStrip.Location = new System.Drawing.Point(0, 420);
1.44 this.statusStrip.Name = "statusStrip";
1.45 this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
1.46 this.statusStrip.Size = new System.Drawing.Size(624, 22);
1.47 @@ -212,14 +212,13 @@
1.48 this.tabPageClients.Location = new System.Drawing.Point(4, 22);
1.49 this.tabPageClients.Name = "tabPageClients";
1.50 this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
1.51 - this.tabPageClients.Size = new System.Drawing.Size(592, 317);
1.52 + this.tabPageClients.Size = new System.Drawing.Size(592, 242);
1.53 this.tabPageClients.TabIndex = 2;
1.54 this.tabPageClients.Text = "Clients";
1.55 this.tabPageClients.UseVisualStyleBackColor = true;
1.56 //
1.57 // buttonCloseClients
1.58 //
1.59 - this.buttonCloseClients.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.60 this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
1.61 this.buttonCloseClients.Name = "buttonCloseClients";
1.62 this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
1.63 @@ -230,7 +229,6 @@
1.64 //
1.65 // buttonStartClient
1.66 //
1.67 - this.buttonStartClient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.68 this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
1.69 this.buttonStartClient.Name = "buttonStartClient";
1.70 this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
1.71 @@ -246,14 +244,13 @@
1.72 | System.Windows.Forms.AnchorStyles.Right)));
1.73 this.treeViewClients.Location = new System.Drawing.Point(87, 6);
1.74 this.treeViewClients.Name = "treeViewClients";
1.75 - this.treeViewClients.Size = new System.Drawing.Size(499, 308);
1.76 + this.treeViewClients.Size = new System.Drawing.Size(499, 233);
1.77 this.treeViewClients.TabIndex = 0;
1.78 this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
1.79 //
1.80 // tabPageDisplay
1.81 //
1.82 this.tabPageDisplay.Controls.Add(this.buttonSuspend);
1.83 - this.tabPageDisplay.Controls.Add(this.checkBoxReverseScreen);
1.84 this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
1.85 this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
1.86 this.tabPageDisplay.Controls.Add(this.buttonFill);
1.87 @@ -264,39 +261,15 @@
1.88 this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
1.89 this.tabPageDisplay.Name = "tabPageDisplay";
1.90 this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
1.91 - this.tabPageDisplay.Size = new System.Drawing.Size(592, 317);
1.92 + this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
1.93 this.tabPageDisplay.TabIndex = 0;
1.94 this.tabPageDisplay.Text = "Display";
1.95 this.tabPageDisplay.UseVisualStyleBackColor = true;
1.96 //
1.97 - // labelWarning
1.98 - //
1.99 - this.labelWarning.AutoSize = true;
1.100 - this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1.101 - this.labelWarning.ForeColor = System.Drawing.Color.Red;
1.102 - this.labelWarning.Location = new System.Drawing.Point(9, 9);
1.103 - this.labelWarning.Name = "labelWarning";
1.104 - this.labelWarning.Size = new System.Drawing.Size(80, 16);
1.105 - this.labelWarning.TabIndex = 18;
1.106 - this.labelWarning.Text = "WARNING";
1.107 - this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1.108 - this.labelWarning.Visible = false;
1.109 - //
1.110 - // checkBoxFixedPitchFontOnly
1.111 - //
1.112 - this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.113 - this.checkBoxFixedPitchFontOnly.AutoSize = true;
1.114 - this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(84, 294);
1.115 - this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
1.116 - this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
1.117 - this.checkBoxFixedPitchFontOnly.TabIndex = 17;
1.118 - this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
1.119 - this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
1.120 - //
1.121 // buttonSuspend
1.122 //
1.123 this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.124 - this.buttonSuspend.Location = new System.Drawing.Point(6, 259);
1.125 + this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
1.126 this.buttonSuspend.Name = "buttonSuspend";
1.127 this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
1.128 this.buttonSuspend.TabIndex = 16;
1.129 @@ -304,23 +277,11 @@
1.130 this.buttonSuspend.UseVisualStyleBackColor = true;
1.131 this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
1.132 //
1.133 - // checkBoxReverseScreen
1.134 - //
1.135 - this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.136 - this.checkBoxReverseScreen.AutoSize = true;
1.137 - this.checkBoxReverseScreen.Location = new System.Drawing.Point(113, 271);
1.138 - this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
1.139 - this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
1.140 - this.checkBoxReverseScreen.TabIndex = 14;
1.141 - this.checkBoxReverseScreen.Text = "Reverse screen";
1.142 - this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
1.143 - this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
1.144 - //
1.145 // checkBoxConnectOnStartup
1.146 //
1.147 this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.148 this.checkBoxConnectOnStartup.AutoSize = true;
1.149 - this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 294);
1.150 + this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
1.151 this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
1.152 this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
1.153 this.checkBoxConnectOnStartup.TabIndex = 13;
1.154 @@ -328,18 +289,6 @@
1.155 this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
1.156 this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
1.157 //
1.158 - // checkBoxShowBorders
1.159 - //
1.160 - this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.161 - this.checkBoxShowBorders.AutoSize = true;
1.162 - this.checkBoxShowBorders.Location = new System.Drawing.Point(84, 271);
1.163 - this.checkBoxShowBorders.Name = "checkBoxShowBorders";
1.164 - this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
1.165 - this.checkBoxShowBorders.TabIndex = 11;
1.166 - this.checkBoxShowBorders.Text = "Show borders";
1.167 - this.checkBoxShowBorders.UseVisualStyleBackColor = true;
1.168 - this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
1.169 - //
1.170 // trackBarBrightness
1.171 //
1.172 this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1.173 @@ -348,7 +297,7 @@
1.174 this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
1.175 this.trackBarBrightness.Name = "trackBarBrightness";
1.176 this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
1.177 - this.trackBarBrightness.Size = new System.Drawing.Size(45, 305);
1.178 + this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
1.179 this.trackBarBrightness.TabIndex = 10;
1.180 this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
1.181 this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
1.182 @@ -396,7 +345,7 @@
1.183 // buttonCapture
1.184 //
1.185 this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.186 - this.buttonCapture.Location = new System.Drawing.Point(6, 288);
1.187 + this.buttonCapture.Location = new System.Drawing.Point(6, 213);
1.188 this.buttonCapture.Name = "buttonCapture";
1.189 this.buttonCapture.Size = new System.Drawing.Size(75, 23);
1.190 this.buttonCapture.TabIndex = 5;
1.191 @@ -404,10 +353,46 @@
1.192 this.buttonCapture.UseVisualStyleBackColor = true;
1.193 this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
1.194 //
1.195 + // labelWarning
1.196 + //
1.197 + this.labelWarning.AutoSize = true;
1.198 + this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1.199 + this.labelWarning.ForeColor = System.Drawing.Color.Red;
1.200 + this.labelWarning.Location = new System.Drawing.Point(9, 9);
1.201 + this.labelWarning.Name = "labelWarning";
1.202 + this.labelWarning.Size = new System.Drawing.Size(80, 16);
1.203 + this.labelWarning.TabIndex = 18;
1.204 + this.labelWarning.Text = "WARNING";
1.205 + this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1.206 + this.labelWarning.Visible = false;
1.207 + //
1.208 + // checkBoxFixedPitchFontOnly
1.209 + //
1.210 + this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.211 + this.checkBoxFixedPitchFontOnly.AutoSize = true;
1.212 + this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
1.213 + this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
1.214 + this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
1.215 + this.checkBoxFixedPitchFontOnly.TabIndex = 17;
1.216 + this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
1.217 + this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
1.218 + //
1.219 + // checkBoxShowBorders
1.220 + //
1.221 + this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1.222 + this.checkBoxShowBorders.AutoSize = true;
1.223 + this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
1.224 + this.checkBoxShowBorders.Name = "checkBoxShowBorders";
1.225 + this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
1.226 + this.checkBoxShowBorders.TabIndex = 11;
1.227 + this.checkBoxShowBorders.Text = "Show borders";
1.228 + this.checkBoxShowBorders.UseVisualStyleBackColor = true;
1.229 + this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
1.230 + //
1.231 // buttonFont
1.232 //
1.233 this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.234 - this.buttonFont.Location = new System.Drawing.Point(3, 288);
1.235 + this.buttonFont.Location = new System.Drawing.Point(6, 213);
1.236 this.buttonFont.Name = "buttonFont";
1.237 this.buttonFont.Size = new System.Drawing.Size(75, 23);
1.238 this.buttonFont.TabIndex = 0;
1.239 @@ -426,7 +411,7 @@
1.240 this.tabControl.Location = new System.Drawing.Point(12, 139);
1.241 this.tabControl.Name = "tabControl";
1.242 this.tabControl.SelectedIndex = 0;
1.243 - this.tabControl.Size = new System.Drawing.Size(600, 343);
1.244 + this.tabControl.Size = new System.Drawing.Size(600, 268);
1.245 this.tabControl.TabIndex = 0;
1.246 //
1.247 // tabPageDesign
1.248 @@ -435,17 +420,48 @@
1.249 this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
1.250 this.tabPageDesign.Controls.Add(this.buttonAddColumn);
1.251 this.tabPageDesign.Controls.Add(this.buttonFont);
1.252 + this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
1.253 this.tabPageDesign.Controls.Add(this.buttonRemoveRow);
1.254 this.tabPageDesign.Controls.Add(this.buttonAddRow);
1.255 this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
1.256 this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
1.257 this.tabPageDesign.Name = "tabPageDesign";
1.258 this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
1.259 - this.tabPageDesign.Size = new System.Drawing.Size(592, 317);
1.260 + this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
1.261 this.tabPageDesign.TabIndex = 3;
1.262 this.tabPageDesign.Text = "Design";
1.263 this.tabPageDesign.UseVisualStyleBackColor = true;
1.264 //
1.265 + // buttonRemoveColumn
1.266 + //
1.267 + this.buttonRemoveColumn.Location = new System.Drawing.Point(89, 37);
1.268 + this.buttonRemoveColumn.Name = "buttonRemoveColumn";
1.269 + this.buttonRemoveColumn.Size = new System.Drawing.Size(75, 23);
1.270 + this.buttonRemoveColumn.TabIndex = 3;
1.271 + this.buttonRemoveColumn.Text = "Remove col.";
1.272 + this.buttonRemoveColumn.UseVisualStyleBackColor = true;
1.273 + this.buttonRemoveColumn.Click += new System.EventHandler(this.buttonRemoveColumn_Click);
1.274 + //
1.275 + // buttonAddColumn
1.276 + //
1.277 + this.buttonAddColumn.Location = new System.Drawing.Point(89, 7);
1.278 + this.buttonAddColumn.Name = "buttonAddColumn";
1.279 + this.buttonAddColumn.Size = new System.Drawing.Size(75, 23);
1.280 + this.buttonAddColumn.TabIndex = 2;
1.281 + this.buttonAddColumn.Text = "Add column";
1.282 + this.buttonAddColumn.UseVisualStyleBackColor = true;
1.283 + this.buttonAddColumn.Click += new System.EventHandler(this.buttonAddColumn_Click);
1.284 + //
1.285 + // buttonRemoveRow
1.286 + //
1.287 + this.buttonRemoveRow.Location = new System.Drawing.Point(7, 37);
1.288 + this.buttonRemoveRow.Name = "buttonRemoveRow";
1.289 + this.buttonRemoveRow.Size = new System.Drawing.Size(75, 23);
1.290 + this.buttonRemoveRow.TabIndex = 1;
1.291 + this.buttonRemoveRow.Text = "Remove row";
1.292 + this.buttonRemoveRow.UseVisualStyleBackColor = true;
1.293 + this.buttonRemoveRow.Click += new System.EventHandler(this.buttonRemoveRow_Click);
1.294 + //
1.295 // buttonAddRow
1.296 //
1.297 this.buttonAddRow.Location = new System.Drawing.Point(7, 7);
1.298 @@ -456,42 +472,12 @@
1.299 this.buttonAddRow.UseVisualStyleBackColor = true;
1.300 this.buttonAddRow.Click += new System.EventHandler(this.buttonAddRow_Click);
1.301 //
1.302 - // buttonRemoveRow
1.303 - //
1.304 - this.buttonRemoveRow.Location = new System.Drawing.Point(7, 37);
1.305 - this.buttonRemoveRow.Name = "buttonRemoveRow";
1.306 - this.buttonRemoveRow.Size = new System.Drawing.Size(75, 23);
1.307 - this.buttonRemoveRow.TabIndex = 1;
1.308 - this.buttonRemoveRow.Text = "Remove row";
1.309 - this.buttonRemoveRow.UseVisualStyleBackColor = true;
1.310 - this.buttonRemoveRow.Click += new System.EventHandler(this.buttonRemoveRow_Click);
1.311 - //
1.312 - // buttonAddColumn
1.313 - //
1.314 - this.buttonAddColumn.Location = new System.Drawing.Point(89, 7);
1.315 - this.buttonAddColumn.Name = "buttonAddColumn";
1.316 - this.buttonAddColumn.Size = new System.Drawing.Size(75, 23);
1.317 - this.buttonAddColumn.TabIndex = 2;
1.318 - this.buttonAddColumn.Text = "Add column";
1.319 - this.buttonAddColumn.UseVisualStyleBackColor = true;
1.320 - this.buttonAddColumn.Click += new System.EventHandler(this.buttonAddColumn_Click);
1.321 - //
1.322 - // buttonRemoveColumn
1.323 - //
1.324 - this.buttonRemoveColumn.Location = new System.Drawing.Point(89, 37);
1.325 - this.buttonRemoveColumn.Name = "buttonRemoveColumn";
1.326 - this.buttonRemoveColumn.Size = new System.Drawing.Size(75, 23);
1.327 - this.buttonRemoveColumn.TabIndex = 3;
1.328 - this.buttonRemoveColumn.Text = "Remove col.";
1.329 - this.buttonRemoveColumn.UseVisualStyleBackColor = true;
1.330 - this.buttonRemoveColumn.Click += new System.EventHandler(this.buttonRemoveColumn_Click);
1.331 - //
1.332 // marqueeLabelTop
1.333 //
1.334 this.marqueeLabelTop.AutoEllipsis = true;
1.335 this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
1.336 this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
1.337 - this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
1.338 + this.marqueeLabelTop.Location = new System.Drawing.Point(1, -9);
1.339 this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
1.340 this.marqueeLabelTop.Name = "marqueeLabelTop";
1.341 this.marqueeLabelTop.OwnTimer = false;
1.342 @@ -507,7 +493,7 @@
1.343 //
1.344 this.marqueeLabelBottom.AutoEllipsis = true;
1.345 this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
1.346 - this.marqueeLabelBottom.Location = new System.Drawing.Point(1, -19);
1.347 + this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 2);
1.348 this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
1.349 this.marqueeLabelBottom.Name = "marqueeLabelBottom";
1.350 this.marqueeLabelBottom.OwnTimer = false;
1.351 @@ -519,11 +505,23 @@
1.352 this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1.353 this.marqueeLabelBottom.UseCompatibleTextRendering = true;
1.354 //
1.355 + // checkBoxReverseScreen
1.356 + //
1.357 + this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1.358 + this.checkBoxReverseScreen.AutoSize = true;
1.359 + this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
1.360 + this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
1.361 + this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
1.362 + this.checkBoxReverseScreen.TabIndex = 14;
1.363 + this.checkBoxReverseScreen.Text = "Reverse screen";
1.364 + this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
1.365 + this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
1.366 + //
1.367 // MainForm
1.368 //
1.369 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1.370 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1.371 - this.ClientSize = new System.Drawing.Size(624, 517);
1.372 + this.ClientSize = new System.Drawing.Size(624, 442);
1.373 this.Controls.Add(this.labelWarning);
1.374 this.Controls.Add(this.statusStrip);
1.375 this.Controls.Add(this.tabControl);
1.376 @@ -568,7 +566,6 @@
1.377 private System.Windows.Forms.TabPage tabPageDisplay;
1.378 private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
1.379 private System.Windows.Forms.Button buttonSuspend;
1.380 - private System.Windows.Forms.CheckBox checkBoxReverseScreen;
1.381 private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
1.382 private System.Windows.Forms.CheckBox checkBoxShowBorders;
1.383 private System.Windows.Forms.TrackBar trackBarBrightness;
1.384 @@ -587,6 +584,7 @@
1.385 private System.Windows.Forms.Button buttonAddColumn;
1.386 private System.Windows.Forms.Button buttonRemoveRow;
1.387 private System.Windows.Forms.Button buttonAddRow;
1.388 + private System.Windows.Forms.CheckBox checkBoxReverseScreen;
1.389 }
1.390 }
1.391