Adding VFD application icon.
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 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
33 this.panelDisplay = new System.Windows.Forms.Panel();
34 this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
35 this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
36 this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
37 this.fontDialog = new System.Windows.Forms.FontDialog();
38 this.timer = new System.Windows.Forms.Timer(this.components);
39 this.statusStrip = new System.Windows.Forms.StatusStrip();
40 this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
41 this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
42 this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
43 this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
44 this.tabPageClients = new System.Windows.Forms.TabPage();
45 this.buttonCloseClients = new System.Windows.Forms.Button();
46 this.buttonStartClient = new System.Windows.Forms.Button();
47 this.treeViewClients = new System.Windows.Forms.TreeView();
48 this.tabPageDisplay = new System.Windows.Forms.TabPage();
49 this.buttonShowClock = new System.Windows.Forms.Button();
50 this.buttonHideClock = new System.Windows.Forms.Button();
51 this.buttonPowerOff = new System.Windows.Forms.Button();
52 this.buttonPowerOn = new System.Windows.Forms.Button();
53 this.labelTimerInterval = new System.Windows.Forms.Label();
54 this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
55 this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
56 this.buttonSuspend = new System.Windows.Forms.Button();
57 this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
58 this.trackBarBrightness = new System.Windows.Forms.TrackBar();
59 this.buttonFill = new System.Windows.Forms.Button();
60 this.buttonClear = new System.Windows.Forms.Button();
61 this.buttonClose = new System.Windows.Forms.Button();
62 this.buttonOpen = new System.Windows.Forms.Button();
63 this.buttonCapture = new System.Windows.Forms.Button();
64 this.labelWarning = new System.Windows.Forms.Label();
65 this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
66 this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
67 this.buttonFont = new System.Windows.Forms.Button();
68 this.tabControl = new System.Windows.Forms.TabControl();
69 this.tabPageDesign = new System.Windows.Forms.TabPage();
70 this.checkBoxInverseColors = new System.Windows.Forms.CheckBox();
71 this.buttonAlignRight = new System.Windows.Forms.Button();
72 this.buttonAlignCenter = new System.Windows.Forms.Button();
73 this.buttonAlignLeft = new System.Windows.Forms.Button();
74 this.buttonRemoveColumn = new System.Windows.Forms.Button();
75 this.buttonAddColumn = new System.Windows.Forms.Button();
76 this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
77 this.buttonRemoveRow = new System.Windows.Forms.Button();
78 this.buttonAddRow = new System.Windows.Forms.Button();
79 this.labelFontWidth = new System.Windows.Forms.Label();
80 this.labelFontHeight = new System.Windows.Forms.Label();
81 this.pictureBoxDemo = new System.Windows.Forms.PictureBox();
82 this.panelDisplay.SuspendLayout();
83 this.tableLayoutPanel.SuspendLayout();
84 this.statusStrip.SuspendLayout();
85 this.tabPageClients.SuspendLayout();
86 this.tabPageDisplay.SuspendLayout();
87 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
88 this.tabControl.SuspendLayout();
89 this.tabPageDesign.SuspendLayout();
90 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).BeginInit();
95 this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
96 this.panelDisplay.Controls.Add(this.tableLayoutPanel);
97 this.panelDisplay.Location = new System.Drawing.Point(173, 40);
98 this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
99 this.panelDisplay.Name = "panelDisplay";
100 this.panelDisplay.Size = new System.Drawing.Size(258, 66);
101 this.panelDisplay.TabIndex = 12;
105 this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
106 | System.Windows.Forms.AnchorStyles.Left)
107 | System.Windows.Forms.AnchorStyles.Right)));
108 this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
109 this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
110 this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
111 this.tableLayoutPanel.ColumnCount = 1;
112 this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
113 this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
114 this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
115 this.tableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
116 this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
117 this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
118 this.tableLayoutPanel.Name = "tableLayoutPanel";
119 this.tableLayoutPanel.RowCount = 2;
120 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
121 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
122 this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
123 this.tableLayoutPanel.TabIndex = 5;
127 this.marqueeLabelTop.AutoEllipsis = true;
128 this.marqueeLabelTop.AutoSize = true;
129 this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
130 this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
131 this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
132 this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
133 this.marqueeLabelTop.Name = "marqueeLabelTop";
134 this.marqueeLabelTop.OwnTimer = false;
135 this.marqueeLabelTop.PixelsPerSecond = 64;
136 this.marqueeLabelTop.Separator = "|";
137 this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
138 this.marqueeLabelTop.TabIndex = 2;
139 this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
140 this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
141 this.marqueeLabelTop.UseCompatibleTextRendering = true;
143 // marqueeLabelBottom
145 this.marqueeLabelBottom.AutoEllipsis = true;
146 this.marqueeLabelBottom.AutoSize = true;
147 this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
148 this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
149 this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
150 this.marqueeLabelBottom.Name = "marqueeLabelBottom";
151 this.marqueeLabelBottom.OwnTimer = false;
152 this.marqueeLabelBottom.PixelsPerSecond = 64;
153 this.marqueeLabelBottom.Separator = "|";
154 this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
155 this.marqueeLabelBottom.TabIndex = 3;
156 this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
157 this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
158 this.marqueeLabelBottom.UseCompatibleTextRendering = true;
162 this.timer.Enabled = true;
163 this.timer.Interval = 50;
164 this.timer.Tick += new System.EventHandler(this.timer_Tick);
168 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
169 this.toolStripStatusLabelConnect,
170 this.toolStripStatusLabelSpring,
171 this.toolStripStatusLabelPower,
172 this.toolStripStatusLabelFps});
173 this.statusStrip.Location = new System.Drawing.Point(0, 420);
174 this.statusStrip.Name = "statusStrip";
175 this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
176 this.statusStrip.Size = new System.Drawing.Size(624, 22);
177 this.statusStrip.TabIndex = 1;
178 this.statusStrip.Text = "statusStrip";
180 // toolStripStatusLabelConnect
182 this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
183 this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
184 this.toolStripStatusLabelConnect.Text = "Not connected";
186 // toolStripStatusLabelSpring
188 this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
189 this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
190 this.toolStripStatusLabelSpring.Spring = true;
192 // toolStripStatusLabelPower
194 this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
195 this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
196 this.toolStripStatusLabelPower.Text = "NA";
198 // toolStripStatusLabelFps
200 this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
201 this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
202 this.toolStripStatusLabelFps.Text = "FPS";
206 this.tabPageClients.Controls.Add(this.buttonCloseClients);
207 this.tabPageClients.Controls.Add(this.buttonStartClient);
208 this.tabPageClients.Controls.Add(this.treeViewClients);
209 this.tabPageClients.Location = new System.Drawing.Point(4, 22);
210 this.tabPageClients.Name = "tabPageClients";
211 this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
212 this.tabPageClients.Size = new System.Drawing.Size(592, 242);
213 this.tabPageClients.TabIndex = 2;
214 this.tabPageClients.Text = "Clients";
215 this.tabPageClients.UseVisualStyleBackColor = true;
217 // buttonCloseClients
219 this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
220 this.buttonCloseClients.Name = "buttonCloseClients";
221 this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
222 this.buttonCloseClients.TabIndex = 20;
223 this.buttonCloseClients.Text = "Close Clients";
224 this.buttonCloseClients.UseVisualStyleBackColor = true;
225 this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
229 this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
230 this.buttonStartClient.Name = "buttonStartClient";
231 this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
232 this.buttonStartClient.TabIndex = 19;
233 this.buttonStartClient.Text = "Start Client";
234 this.buttonStartClient.UseVisualStyleBackColor = true;
235 this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
239 this.treeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
240 | System.Windows.Forms.AnchorStyles.Left)
241 | System.Windows.Forms.AnchorStyles.Right)));
242 this.treeViewClients.Location = new System.Drawing.Point(87, 6);
243 this.treeViewClients.Name = "treeViewClients";
244 this.treeViewClients.Size = new System.Drawing.Size(499, 233);
245 this.treeViewClients.TabIndex = 0;
246 this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
250 this.tabPageDisplay.Controls.Add(this.buttonShowClock);
251 this.tabPageDisplay.Controls.Add(this.buttonHideClock);
252 this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
253 this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
254 this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
255 this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
256 this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
257 this.tabPageDisplay.Controls.Add(this.buttonSuspend);
258 this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
259 this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
260 this.tabPageDisplay.Controls.Add(this.buttonFill);
261 this.tabPageDisplay.Controls.Add(this.buttonClear);
262 this.tabPageDisplay.Controls.Add(this.buttonClose);
263 this.tabPageDisplay.Controls.Add(this.buttonOpen);
264 this.tabPageDisplay.Controls.Add(this.buttonCapture);
265 this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
266 this.tabPageDisplay.Name = "tabPageDisplay";
267 this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
268 this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
269 this.tabPageDisplay.TabIndex = 0;
270 this.tabPageDisplay.Text = "Display";
271 this.tabPageDisplay.UseVisualStyleBackColor = true;
275 this.buttonShowClock.Location = new System.Drawing.Point(293, 124);
276 this.buttonShowClock.Name = "buttonShowClock";
277 this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
278 this.buttonShowClock.TabIndex = 23;
279 this.buttonShowClock.Text = "Show Clock";
280 this.buttonShowClock.UseVisualStyleBackColor = true;
281 this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
285 this.buttonHideClock.Location = new System.Drawing.Point(293, 153);
286 this.buttonHideClock.Name = "buttonHideClock";
287 this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
288 this.buttonHideClock.TabIndex = 22;
289 this.buttonHideClock.Text = "Hide Clock";
290 this.buttonHideClock.UseVisualStyleBackColor = true;
291 this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
295 this.buttonPowerOff.Location = new System.Drawing.Point(293, 211);
296 this.buttonPowerOff.Name = "buttonPowerOff";
297 this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
298 this.buttonPowerOff.TabIndex = 21;
299 this.buttonPowerOff.Text = "OFF";
300 this.buttonPowerOff.UseVisualStyleBackColor = true;
301 this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
305 this.buttonPowerOn.Location = new System.Drawing.Point(293, 182);
306 this.buttonPowerOn.Name = "buttonPowerOn";
307 this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
308 this.buttonPowerOn.TabIndex = 20;
309 this.buttonPowerOn.Text = "ON";
310 this.buttonPowerOn.UseVisualStyleBackColor = true;
311 this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
313 // labelTimerInterval
315 this.labelTimerInterval.AutoSize = true;
316 this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
317 this.labelTimerInterval.Name = "labelTimerInterval";
318 this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
319 this.labelTimerInterval.TabIndex = 19;
320 this.labelTimerInterval.Text = "Timer interval (ms) :";
322 // maskedTextBoxTimerInterval
324 this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
325 this.maskedTextBoxTimerInterval.Mask = "000";
326 this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
327 this.maskedTextBoxTimerInterval.PromptChar = ' ';
328 this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
329 this.maskedTextBoxTimerInterval.TabIndex = 18;
330 this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
332 // comboBoxDisplayType
334 this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
335 this.comboBoxDisplayType.FormattingEnabled = true;
336 this.comboBoxDisplayType.Items.AddRange(new object[] {
339 "Futaba GP1212A02A"});
340 this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
341 this.comboBoxDisplayType.Name = "comboBoxDisplayType";
342 this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
343 this.comboBoxDisplayType.TabIndex = 17;
344 this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
348 this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
349 this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
350 this.buttonSuspend.Name = "buttonSuspend";
351 this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
352 this.buttonSuspend.TabIndex = 16;
353 this.buttonSuspend.Text = "Pause";
354 this.buttonSuspend.UseVisualStyleBackColor = true;
355 this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
357 // checkBoxConnectOnStartup
359 this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
360 this.checkBoxConnectOnStartup.AutoSize = true;
361 this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
362 this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
363 this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
364 this.checkBoxConnectOnStartup.TabIndex = 13;
365 this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
366 this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
367 this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
369 // trackBarBrightness
371 this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
372 | System.Windows.Forms.AnchorStyles.Right)));
373 this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
374 this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
375 this.trackBarBrightness.Name = "trackBarBrightness";
376 this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
377 this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
378 this.trackBarBrightness.TabIndex = 10;
379 this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
380 this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
384 this.buttonFill.Location = new System.Drawing.Point(6, 93);
385 this.buttonFill.Name = "buttonFill";
386 this.buttonFill.Size = new System.Drawing.Size(75, 23);
387 this.buttonFill.TabIndex = 9;
388 this.buttonFill.Text = "Fill";
389 this.buttonFill.UseVisualStyleBackColor = true;
390 this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
394 this.buttonClear.Location = new System.Drawing.Point(6, 64);
395 this.buttonClear.Name = "buttonClear";
396 this.buttonClear.Size = new System.Drawing.Size(75, 23);
397 this.buttonClear.TabIndex = 8;
398 this.buttonClear.Text = "Clear";
399 this.buttonClear.UseVisualStyleBackColor = true;
400 this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
404 this.buttonClose.Location = new System.Drawing.Point(6, 35);
405 this.buttonClose.Name = "buttonClose";
406 this.buttonClose.Size = new System.Drawing.Size(75, 23);
407 this.buttonClose.TabIndex = 7;
408 this.buttonClose.Text = "Close";
409 this.buttonClose.UseVisualStyleBackColor = true;
410 this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
414 this.buttonOpen.Location = new System.Drawing.Point(6, 6);
415 this.buttonOpen.Name = "buttonOpen";
416 this.buttonOpen.Size = new System.Drawing.Size(75, 23);
417 this.buttonOpen.TabIndex = 6;
418 this.buttonOpen.Text = "Open";
419 this.buttonOpen.UseVisualStyleBackColor = true;
420 this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
424 this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
425 this.buttonCapture.Location = new System.Drawing.Point(6, 213);
426 this.buttonCapture.Name = "buttonCapture";
427 this.buttonCapture.Size = new System.Drawing.Size(75, 23);
428 this.buttonCapture.TabIndex = 5;
429 this.buttonCapture.Text = "Capture";
430 this.buttonCapture.UseVisualStyleBackColor = true;
431 this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
435 this.labelWarning.AutoSize = true;
436 this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
437 this.labelWarning.ForeColor = System.Drawing.Color.Red;
438 this.labelWarning.Location = new System.Drawing.Point(9, 9);
439 this.labelWarning.Name = "labelWarning";
440 this.labelWarning.Size = new System.Drawing.Size(80, 16);
441 this.labelWarning.TabIndex = 18;
442 this.labelWarning.Text = "WARNING";
443 this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
444 this.labelWarning.Visible = false;
446 // checkBoxFixedPitchFontOnly
448 this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
449 this.checkBoxFixedPitchFontOnly.AutoSize = true;
450 this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
451 this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
452 this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
453 this.checkBoxFixedPitchFontOnly.TabIndex = 17;
454 this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
455 this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
457 // checkBoxShowBorders
459 this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
460 this.checkBoxShowBorders.AutoSize = true;
461 this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
462 this.checkBoxShowBorders.Name = "checkBoxShowBorders";
463 this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
464 this.checkBoxShowBorders.TabIndex = 11;
465 this.checkBoxShowBorders.Text = "Show borders";
466 this.checkBoxShowBorders.UseVisualStyleBackColor = true;
467 this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
471 this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
472 this.buttonFont.Location = new System.Drawing.Point(6, 213);
473 this.buttonFont.Name = "buttonFont";
474 this.buttonFont.Size = new System.Drawing.Size(75, 23);
475 this.buttonFont.TabIndex = 0;
476 this.buttonFont.Text = "Select Font";
477 this.buttonFont.UseVisualStyleBackColor = true;
478 this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
482 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
483 | System.Windows.Forms.AnchorStyles.Left)
484 | System.Windows.Forms.AnchorStyles.Right)));
485 this.tabControl.Controls.Add(this.tabPageDisplay);
486 this.tabControl.Controls.Add(this.tabPageClients);
487 this.tabControl.Controls.Add(this.tabPageDesign);
488 this.tabControl.Location = new System.Drawing.Point(12, 139);
489 this.tabControl.Name = "tabControl";
490 this.tabControl.SelectedIndex = 0;
491 this.tabControl.Size = new System.Drawing.Size(600, 268);
492 this.tabControl.TabIndex = 0;
496 this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
497 this.tabPageDesign.Controls.Add(this.buttonAlignRight);
498 this.tabPageDesign.Controls.Add(this.buttonAlignCenter);
499 this.tabPageDesign.Controls.Add(this.buttonAlignLeft);
500 this.tabPageDesign.Controls.Add(this.buttonRemoveColumn);
501 this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
502 this.tabPageDesign.Controls.Add(this.buttonAddColumn);
503 this.tabPageDesign.Controls.Add(this.buttonFont);
504 this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
505 this.tabPageDesign.Controls.Add(this.buttonRemoveRow);
506 this.tabPageDesign.Controls.Add(this.buttonAddRow);
507 this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
508 this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
509 this.tabPageDesign.Name = "tabPageDesign";
510 this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
511 this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
512 this.tabPageDesign.TabIndex = 3;
513 this.tabPageDesign.Text = "Design";
514 this.tabPageDesign.UseVisualStyleBackColor = true;
516 // checkBoxInverseColors
518 this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
519 this.checkBoxInverseColors.AutoSize = true;
520 this.checkBoxInverseColors.Location = new System.Drawing.Point(485, 52);
521 this.checkBoxInverseColors.Name = "checkBoxInverseColors";
522 this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
523 this.checkBoxInverseColors.TabIndex = 21;
524 this.checkBoxInverseColors.Text = "Inverse colors";
525 this.checkBoxInverseColors.UseVisualStyleBackColor = true;
526 this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
530 this.buttonAlignRight.Location = new System.Drawing.Point(171, 105);
531 this.buttonAlignRight.Name = "buttonAlignRight";
532 this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
533 this.buttonAlignRight.TabIndex = 20;
534 this.buttonAlignRight.Text = "Align Right";
535 this.buttonAlignRight.UseVisualStyleBackColor = true;
536 this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
540 this.buttonAlignCenter.Location = new System.Drawing.Point(89, 106);
541 this.buttonAlignCenter.Name = "buttonAlignCenter";
542 this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
543 this.buttonAlignCenter.TabIndex = 19;
544 this.buttonAlignCenter.Text = "Align Center";
545 this.buttonAlignCenter.UseVisualStyleBackColor = true;
546 this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
550 this.buttonAlignLeft.Location = new System.Drawing.Point(7, 106);
551 this.buttonAlignLeft.Name = "buttonAlignLeft";
552 this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
553 this.buttonAlignLeft.TabIndex = 18;
554 this.buttonAlignLeft.Text = "Align Left";
555 this.buttonAlignLeft.UseVisualStyleBackColor = true;
556 this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
558 // buttonRemoveColumn
560 this.buttonRemoveColumn.Location = new System.Drawing.Point(89, 37);
561 this.buttonRemoveColumn.Name = "buttonRemoveColumn";
562 this.buttonRemoveColumn.Size = new System.Drawing.Size(75, 23);
563 this.buttonRemoveColumn.TabIndex = 3;
564 this.buttonRemoveColumn.Text = "Remove col.";
565 this.buttonRemoveColumn.UseVisualStyleBackColor = true;
566 this.buttonRemoveColumn.Click += new System.EventHandler(this.buttonRemoveColumn_Click);
570 this.buttonAddColumn.Location = new System.Drawing.Point(89, 7);
571 this.buttonAddColumn.Name = "buttonAddColumn";
572 this.buttonAddColumn.Size = new System.Drawing.Size(75, 23);
573 this.buttonAddColumn.TabIndex = 2;
574 this.buttonAddColumn.Text = "Add column";
575 this.buttonAddColumn.UseVisualStyleBackColor = true;
576 this.buttonAddColumn.Click += new System.EventHandler(this.buttonAddColumn_Click);
578 // checkBoxReverseScreen
580 this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
581 this.checkBoxReverseScreen.AutoSize = true;
582 this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
583 this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
584 this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
585 this.checkBoxReverseScreen.TabIndex = 14;
586 this.checkBoxReverseScreen.Text = "Reverse screen";
587 this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
588 this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
592 this.buttonRemoveRow.Location = new System.Drawing.Point(7, 37);
593 this.buttonRemoveRow.Name = "buttonRemoveRow";
594 this.buttonRemoveRow.Size = new System.Drawing.Size(75, 23);
595 this.buttonRemoveRow.TabIndex = 1;
596 this.buttonRemoveRow.Text = "Remove row";
597 this.buttonRemoveRow.UseVisualStyleBackColor = true;
598 this.buttonRemoveRow.Click += new System.EventHandler(this.buttonRemoveRow_Click);
602 this.buttonAddRow.Location = new System.Drawing.Point(7, 7);
603 this.buttonAddRow.Name = "buttonAddRow";
604 this.buttonAddRow.Size = new System.Drawing.Size(75, 23);
605 this.buttonAddRow.TabIndex = 0;
606 this.buttonAddRow.Text = "Add row";
607 this.buttonAddRow.UseVisualStyleBackColor = true;
608 this.buttonAddRow.Click += new System.EventHandler(this.buttonAddRow_Click);
612 this.labelFontWidth.AutoSize = true;
613 this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
614 this.labelFontWidth.Name = "labelFontWidth";
615 this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
616 this.labelFontWidth.TabIndex = 19;
617 this.labelFontWidth.Text = "Font width";
621 this.labelFontHeight.AutoSize = true;
622 this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
623 this.labelFontHeight.Name = "labelFontHeight";
624 this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
625 this.labelFontHeight.TabIndex = 20;
626 this.labelFontHeight.Text = "Font height";
630 this.pictureBoxDemo.Location = new System.Drawing.Point(478, 54);
631 this.pictureBoxDemo.Name = "pictureBoxDemo";
632 this.pictureBoxDemo.Size = new System.Drawing.Size(100, 50);
633 this.pictureBoxDemo.TabIndex = 21;
634 this.pictureBoxDemo.TabStop = false;
638 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
639 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
640 this.ClientSize = new System.Drawing.Size(624, 442);
641 this.Controls.Add(this.pictureBoxDemo);
642 this.Controls.Add(this.labelFontHeight);
643 this.Controls.Add(this.labelFontWidth);
644 this.Controls.Add(this.labelWarning);
645 this.Controls.Add(this.statusStrip);
646 this.Controls.Add(this.tabControl);
647 this.Controls.Add(this.panelDisplay);
648 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
649 this.MinimumSize = new System.Drawing.Size(640, 480);
650 this.Name = "MainForm";
651 this.Text = "Sharp Display Manager";
652 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
653 this.Load += new System.EventHandler(this.MainForm_Load);
654 this.Resize += new System.EventHandler(this.MainForm_Resize);
655 this.panelDisplay.ResumeLayout(false);
656 this.tableLayoutPanel.ResumeLayout(false);
657 this.tableLayoutPanel.PerformLayout();
658 this.statusStrip.ResumeLayout(false);
659 this.statusStrip.PerformLayout();
660 this.tabPageClients.ResumeLayout(false);
661 this.tabPageDisplay.ResumeLayout(false);
662 this.tabPageDisplay.PerformLayout();
663 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
664 this.tabControl.ResumeLayout(false);
665 this.tabPageDesign.ResumeLayout(false);
666 this.tabPageDesign.PerformLayout();
667 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).EndInit();
668 this.ResumeLayout(false);
669 this.PerformLayout();
675 private System.Windows.Forms.FontDialog fontDialog;
676 private System.Windows.Forms.Timer timer;
677 private System.Windows.Forms.StatusStrip statusStrip;
678 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
679 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
680 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
681 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
682 private System.Windows.Forms.Panel panelDisplay;
683 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
684 private MarqueeLabel marqueeLabelTop;
685 private MarqueeLabel marqueeLabelBottom;
686 private System.Windows.Forms.TabPage tabPageClients;
687 private System.Windows.Forms.TreeView treeViewClients;
688 private System.Windows.Forms.TabPage tabPageDisplay;
689 private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
690 private System.Windows.Forms.Button buttonSuspend;
691 private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
692 private System.Windows.Forms.CheckBox checkBoxShowBorders;
693 private System.Windows.Forms.TrackBar trackBarBrightness;
694 private System.Windows.Forms.Button buttonFill;
695 private System.Windows.Forms.Button buttonClear;
696 private System.Windows.Forms.Button buttonClose;
697 private System.Windows.Forms.Button buttonOpen;
698 private System.Windows.Forms.Button buttonCapture;
699 private System.Windows.Forms.Button buttonFont;
700 private System.Windows.Forms.TabControl tabControl;
701 private System.Windows.Forms.Button buttonCloseClients;
702 private System.Windows.Forms.Button buttonStartClient;
703 private System.Windows.Forms.Label labelWarning;
704 private System.Windows.Forms.TabPage tabPageDesign;
705 private System.Windows.Forms.Button buttonRemoveColumn;
706 private System.Windows.Forms.Button buttonAddColumn;
707 private System.Windows.Forms.Button buttonRemoveRow;
708 private System.Windows.Forms.Button buttonAddRow;
709 private System.Windows.Forms.CheckBox checkBoxReverseScreen;
710 private System.Windows.Forms.Button buttonAlignRight;
711 private System.Windows.Forms.Button buttonAlignCenter;
712 private System.Windows.Forms.Button buttonAlignLeft;
713 private System.Windows.Forms.ComboBox comboBoxDisplayType;
714 private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
715 private System.Windows.Forms.Label labelTimerInterval;
716 private System.Windows.Forms.Button buttonPowerOff;
717 private System.Windows.Forms.Button buttonPowerOn;
718 private System.Windows.Forms.Button buttonShowClock;
719 private System.Windows.Forms.Button buttonHideClock;
720 private System.Windows.Forms.Label labelFontWidth;
721 private System.Windows.Forms.Label labelFontHeight;
722 private System.Windows.Forms.CheckBox checkBoxInverseColors;
723 private System.Windows.Forms.PictureBox pictureBoxDemo;