Forcing marquee label to display code instead of designer.
1 namespace SharpDisplayManager
6 /// Required designer variable.
8 private System.ComponentModel.IContainer components = null;
11 /// Clean up any resources being used.
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
29 private void InitializeComponent()
31 this.components = new System.ComponentModel.Container();
32 this.tabControl = new System.Windows.Forms.TabControl();
33 this.tabPageDisplay = new System.Windows.Forms.TabPage();
34 this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
35 this.trackBarBrightness = new System.Windows.Forms.TrackBar();
36 this.buttonFill = new System.Windows.Forms.Button();
37 this.buttonClear = new System.Windows.Forms.Button();
38 this.buttonClose = new System.Windows.Forms.Button();
39 this.buttonOpen = new System.Windows.Forms.Button();
40 this.buttonCapture = new System.Windows.Forms.Button();
41 this.buttonFont = new System.Windows.Forms.Button();
42 this.tabPageTests = new System.Windows.Forms.TabPage();
43 this.fontDialog = new System.Windows.Forms.FontDialog();
44 this.timer = new System.Windows.Forms.Timer(this.components);
45 this.statusStrip = new System.Windows.Forms.StatusStrip();
46 this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
47 this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
48 this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
49 this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
50 this.panelDisplay = new System.Windows.Forms.Panel();
51 this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
52 this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
53 this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
54 this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
55 this.tabControl.SuspendLayout();
56 this.tabPageDisplay.SuspendLayout();
57 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
58 this.statusStrip.SuspendLayout();
59 this.panelDisplay.SuspendLayout();
60 this.tableLayoutPanel.SuspendLayout();
65 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
66 | System.Windows.Forms.AnchorStyles.Left)
67 | System.Windows.Forms.AnchorStyles.Right)));
68 this.tabControl.Controls.Add(this.tabPageDisplay);
69 this.tabControl.Controls.Add(this.tabPageTests);
70 this.tabControl.Location = new System.Drawing.Point(12, 12);
71 this.tabControl.Name = "tabControl";
72 this.tabControl.SelectedIndex = 0;
73 this.tabControl.Size = new System.Drawing.Size(600, 395);
74 this.tabControl.TabIndex = 0;
78 this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
79 this.tabPageDisplay.Controls.Add(this.panelDisplay);
80 this.tabPageDisplay.Controls.Add(this.checkBoxShowBorders);
81 this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
82 this.tabPageDisplay.Controls.Add(this.buttonFill);
83 this.tabPageDisplay.Controls.Add(this.buttonClear);
84 this.tabPageDisplay.Controls.Add(this.buttonClose);
85 this.tabPageDisplay.Controls.Add(this.buttonOpen);
86 this.tabPageDisplay.Controls.Add(this.buttonCapture);
87 this.tabPageDisplay.Controls.Add(this.buttonFont);
88 this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
89 this.tabPageDisplay.Name = "tabPageDisplay";
90 this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
91 this.tabPageDisplay.Size = new System.Drawing.Size(592, 369);
92 this.tabPageDisplay.TabIndex = 0;
93 this.tabPageDisplay.Text = "Display";
94 this.tabPageDisplay.UseVisualStyleBackColor = true;
96 // checkBoxShowBorders
98 this.checkBoxShowBorders.AutoSize = true;
99 this.checkBoxShowBorders.Location = new System.Drawing.Point(113, 344);
100 this.checkBoxShowBorders.Name = "checkBoxShowBorders";
101 this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
102 this.checkBoxShowBorders.TabIndex = 11;
103 this.checkBoxShowBorders.Text = "Show borders";
104 this.checkBoxShowBorders.UseVisualStyleBackColor = true;
105 this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
107 // trackBarBrightness
109 this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
110 | System.Windows.Forms.AnchorStyles.Right)));
111 this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
112 this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
113 this.trackBarBrightness.Name = "trackBarBrightness";
114 this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
115 this.trackBarBrightness.Size = new System.Drawing.Size(45, 357);
116 this.trackBarBrightness.TabIndex = 10;
117 this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
118 this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
122 this.buttonFill.Location = new System.Drawing.Point(6, 93);
123 this.buttonFill.Name = "buttonFill";
124 this.buttonFill.Size = new System.Drawing.Size(75, 23);
125 this.buttonFill.TabIndex = 9;
126 this.buttonFill.Text = "Fill";
127 this.buttonFill.UseVisualStyleBackColor = true;
128 this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
132 this.buttonClear.Location = new System.Drawing.Point(6, 64);
133 this.buttonClear.Name = "buttonClear";
134 this.buttonClear.Size = new System.Drawing.Size(75, 23);
135 this.buttonClear.TabIndex = 8;
136 this.buttonClear.Text = "Clear";
137 this.buttonClear.UseVisualStyleBackColor = true;
138 this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
142 this.buttonClose.Location = new System.Drawing.Point(6, 35);
143 this.buttonClose.Name = "buttonClose";
144 this.buttonClose.Size = new System.Drawing.Size(75, 23);
145 this.buttonClose.TabIndex = 7;
146 this.buttonClose.Text = "Close";
147 this.buttonClose.UseVisualStyleBackColor = true;
148 this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
152 this.buttonOpen.Location = new System.Drawing.Point(6, 6);
153 this.buttonOpen.Name = "buttonOpen";
154 this.buttonOpen.Size = new System.Drawing.Size(75, 23);
155 this.buttonOpen.TabIndex = 6;
156 this.buttonOpen.Text = "Open";
157 this.buttonOpen.UseVisualStyleBackColor = true;
158 this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
162 this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
163 this.buttonCapture.Location = new System.Drawing.Point(6, 311);
164 this.buttonCapture.Name = "buttonCapture";
165 this.buttonCapture.Size = new System.Drawing.Size(75, 23);
166 this.buttonCapture.TabIndex = 5;
167 this.buttonCapture.Text = "Capture";
168 this.buttonCapture.UseVisualStyleBackColor = true;
169 this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
173 this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
174 this.buttonFont.Location = new System.Drawing.Point(6, 340);
175 this.buttonFont.Name = "buttonFont";
176 this.buttonFont.Size = new System.Drawing.Size(75, 23);
177 this.buttonFont.TabIndex = 0;
178 this.buttonFont.Text = "Select Font";
179 this.buttonFont.UseVisualStyleBackColor = true;
180 this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
184 this.tabPageTests.Location = new System.Drawing.Point(4, 22);
185 this.tabPageTests.Name = "tabPageTests";
186 this.tabPageTests.Padding = new System.Windows.Forms.Padding(3);
187 this.tabPageTests.Size = new System.Drawing.Size(592, 369);
188 this.tabPageTests.TabIndex = 1;
189 this.tabPageTests.Text = "Test";
190 this.tabPageTests.UseVisualStyleBackColor = true;
194 this.timer.Enabled = true;
195 this.timer.Interval = 50;
196 this.timer.Tick += new System.EventHandler(this.timer_Tick);
200 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
201 this.toolStripStatusLabelConnect,
202 this.toolStripStatusLabelSpring,
203 this.toolStripStatusLabelPower,
204 this.toolStripStatusLabelFps});
205 this.statusStrip.Location = new System.Drawing.Point(0, 420);
206 this.statusStrip.Name = "statusStrip";
207 this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
208 this.statusStrip.Size = new System.Drawing.Size(624, 22);
209 this.statusStrip.TabIndex = 1;
210 this.statusStrip.Text = "statusStrip";
212 // toolStripStatusLabelConnect
214 this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
215 this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
216 this.toolStripStatusLabelConnect.Text = "Not connected";
218 // toolStripStatusLabelSpring
220 this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
221 this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
222 this.toolStripStatusLabelSpring.Spring = true;
224 // toolStripStatusLabelPower
226 this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
227 this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
228 this.toolStripStatusLabelPower.Text = "NA";
230 // toolStripStatusLabelFps
232 this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
233 this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
234 this.toolStripStatusLabelFps.Text = "FPS";
238 this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
239 this.panelDisplay.Controls.Add(this.tableLayoutPanel);
240 this.panelDisplay.Location = new System.Drawing.Point(181, 151);
241 this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
242 this.panelDisplay.Name = "panelDisplay";
243 this.panelDisplay.Size = new System.Drawing.Size(258, 66);
244 this.panelDisplay.TabIndex = 12;
248 this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
249 | System.Windows.Forms.AnchorStyles.Left)
250 | System.Windows.Forms.AnchorStyles.Right)));
251 this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
252 this.tableLayoutPanel.ColumnCount = 1;
253 this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
254 this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
255 this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
256 this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
257 this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
258 this.tableLayoutPanel.Name = "tableLayoutPanel";
259 this.tableLayoutPanel.RowCount = 2;
260 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
261 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
262 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
263 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
264 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
265 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
266 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
267 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
268 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
269 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
270 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
271 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
272 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
273 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
274 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
275 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
276 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
277 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
278 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
279 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
280 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
281 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
282 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
283 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
284 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
285 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
286 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
287 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
288 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
289 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
290 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
291 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
292 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
293 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
294 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
295 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
296 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
297 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
298 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
299 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
300 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
301 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
302 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
303 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
304 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
305 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
306 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
307 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
308 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
309 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
310 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
311 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
312 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
313 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
314 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
315 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
316 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
317 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
318 this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
319 this.tableLayoutPanel.TabIndex = 5;
321 // checkBoxConnectOnStartup
323 this.checkBoxConnectOnStartup.AutoSize = true;
324 this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 321);
325 this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
326 this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
327 this.checkBoxConnectOnStartup.TabIndex = 13;
328 this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
329 this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
330 this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
334 this.marqueeLabelTop.AutoEllipsis = true;
335 this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
336 this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
337 this.marqueeLabelTop.Location = new System.Drawing.Point(1, -901);
338 this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
339 this.marqueeLabelTop.Name = "marqueeLabelTop";
340 this.marqueeLabelTop.OwnTimer = false;
341 this.marqueeLabelTop.PixelsPerSecond = 64;
342 this.marqueeLabelTop.Separator = "|";
343 this.marqueeLabelTop.Size = new System.Drawing.Size(254, 20);
344 this.marqueeLabelTop.TabIndex = 2;
345 this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
346 this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
347 this.marqueeLabelTop.UseCompatibleTextRendering = true;
349 // marqueeLabelBottom
351 this.marqueeLabelBottom.AutoEllipsis = true;
352 this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
353 this.marqueeLabelBottom.Location = new System.Drawing.Point(1, -481);
354 this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
355 this.marqueeLabelBottom.Name = "marqueeLabelBottom";
356 this.marqueeLabelBottom.OwnTimer = false;
357 this.marqueeLabelBottom.PixelsPerSecond = 64;
358 this.marqueeLabelBottom.Separator = null;
359 this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
360 this.marqueeLabelBottom.TabIndex = 3;
361 this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
362 this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
363 this.marqueeLabelBottom.UseCompatibleTextRendering = true;
367 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
368 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
369 this.ClientSize = new System.Drawing.Size(624, 442);
370 this.Controls.Add(this.statusStrip);
371 this.Controls.Add(this.tabControl);
372 this.MinimumSize = new System.Drawing.Size(640, 480);
373 this.Name = "MainForm";
374 this.Text = "Sharp Display Manager";
375 this.Load += new System.EventHandler(this.MainForm_Load);
376 this.Resize += new System.EventHandler(this.MainForm_Resize);
377 this.tabControl.ResumeLayout(false);
378 this.tabPageDisplay.ResumeLayout(false);
379 this.tabPageDisplay.PerformLayout();
380 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
381 this.statusStrip.ResumeLayout(false);
382 this.statusStrip.PerformLayout();
383 this.panelDisplay.ResumeLayout(false);
384 this.tableLayoutPanel.ResumeLayout(false);
385 this.ResumeLayout(false);
386 this.PerformLayout();
392 private System.Windows.Forms.TabControl tabControl;
393 private System.Windows.Forms.TabPage tabPageDisplay;
394 private System.Windows.Forms.TabPage tabPageTests;
395 private System.Windows.Forms.Button buttonFont;
396 private System.Windows.Forms.FontDialog fontDialog;
397 private System.Windows.Forms.Button buttonCapture;
398 private System.Windows.Forms.Timer timer;
399 private System.Windows.Forms.Button buttonFill;
400 private System.Windows.Forms.Button buttonClear;
401 private System.Windows.Forms.Button buttonClose;
402 private System.Windows.Forms.Button buttonOpen;
403 private System.Windows.Forms.TrackBar trackBarBrightness;
404 private System.Windows.Forms.StatusStrip statusStrip;
405 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
406 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
407 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
408 private System.Windows.Forms.CheckBox checkBoxShowBorders;
409 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
410 private System.Windows.Forms.Panel panelDisplay;
411 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
412 private MarqueeLabel marqueeLabelTop;
413 private MarqueeLabel marqueeLabelBottom;
414 private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;