Fixing binaries output paths.
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)
18 if (iNotifyIcon != null)
20 iNotifyIcon.Dispose();
24 if (components != null)
29 base.Dispose(disposing);
32 #region Windows Form Designer generated code
35 /// Required method for Designer support - do not modify
36 /// the contents of this method with the code editor.
38 private void InitializeComponent()
40 this.components = new System.ComponentModel.Container();
41 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
42 this.panelDisplay = new System.Windows.Forms.Panel();
43 this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
44 this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
45 this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
46 this.fontDialog = new System.Windows.Forms.FontDialog();
47 this.timer = new System.Windows.Forms.Timer(this.components);
48 this.statusStrip = new System.Windows.Forms.StatusStrip();
49 this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
50 this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
51 this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
52 this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
53 this.tabPageClients = new System.Windows.Forms.TabPage();
54 this.buttonCloseClients = new System.Windows.Forms.Button();
55 this.buttonStartClient = new System.Windows.Forms.Button();
56 this.treeViewClients = new System.Windows.Forms.TreeView();
57 this.tabPageDisplay = new System.Windows.Forms.TabPage();
58 this.buttonShowClock = new System.Windows.Forms.Button();
59 this.buttonHideClock = new System.Windows.Forms.Button();
60 this.buttonPowerOff = new System.Windows.Forms.Button();
61 this.buttonPowerOn = new System.Windows.Forms.Button();
62 this.labelTimerInterval = new System.Windows.Forms.Label();
63 this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
64 this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
65 this.buttonSuspend = new System.Windows.Forms.Button();
66 this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
67 this.trackBarBrightness = new System.Windows.Forms.TrackBar();
68 this.buttonFill = new System.Windows.Forms.Button();
69 this.buttonClear = new System.Windows.Forms.Button();
70 this.buttonClose = new System.Windows.Forms.Button();
71 this.buttonOpen = new System.Windows.Forms.Button();
72 this.buttonCapture = new System.Windows.Forms.Button();
73 this.labelWarning = new System.Windows.Forms.Label();
74 this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
75 this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
76 this.buttonFont = new System.Windows.Forms.Button();
77 this.tabControl = new System.Windows.Forms.TabControl();
78 this.tabPageDesign = new System.Windows.Forms.TabPage();
79 this.labelScrollingSpeed = new System.Windows.Forms.Label();
80 this.maskedTextBoxScrollingSpeed = new System.Windows.Forms.MaskedTextBox();
81 this.labelScrollLoopSeparator = new System.Windows.Forms.Label();
82 this.textBoxScrollLoopSeparator = new System.Windows.Forms.TextBox();
83 this.labelMinFontSize = new System.Windows.Forms.Label();
84 this.maskedTextBoxMinFontSize = new System.Windows.Forms.MaskedTextBox();
85 this.checkBoxScaleToFit = new System.Windows.Forms.CheckBox();
86 this.checkBoxInverseColors = new System.Windows.Forms.CheckBox();
87 this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
88 this.tabPageAudio = new System.Windows.Forms.TabPage();
89 this.labelDefaultAudioDevice = new System.Windows.Forms.Label();
90 this.checkBoxShowVolumeLabel = new System.Windows.Forms.CheckBox();
91 this.checkBoxMute = new System.Windows.Forms.CheckBox();
92 this.trackBarMasterVolume = new System.Windows.Forms.TrackBar();
93 this.tabPageInput = new System.Windows.Forms.TabPage();
94 this.comboBoxOpticalDrives = new System.Windows.Forms.ComboBox();
95 this.labelOpticalDriveEject = new System.Windows.Forms.Label();
96 this.pictureBoxGreenStart = new System.Windows.Forms.PictureBox();
97 this.labelStartFileName = new System.Windows.Forms.Label();
98 this.buttonSelectFile = new System.Windows.Forms.Button();
99 this.tabPageApp = new System.Windows.Forms.TabPage();
100 this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
101 this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
102 this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
103 this.buttonUpdate = new System.Windows.Forms.Button();
104 this.labelFontWidth = new System.Windows.Forms.Label();
105 this.labelFontHeight = new System.Windows.Forms.Label();
106 this.toolTip = new System.Windows.Forms.ToolTip(this.components);
107 this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
108 this.pictureBoxDemo = new System.Windows.Forms.PictureBox();
109 this.panelDisplay.SuspendLayout();
110 this.tableLayoutPanel.SuspendLayout();
111 this.statusStrip.SuspendLayout();
112 this.tabPageClients.SuspendLayout();
113 this.tabPageDisplay.SuspendLayout();
114 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
115 this.tabControl.SuspendLayout();
116 this.tabPageDesign.SuspendLayout();
117 this.tabPageAudio.SuspendLayout();
118 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).BeginInit();
119 this.tabPageInput.SuspendLayout();
120 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).BeginInit();
121 this.tabPageApp.SuspendLayout();
122 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).BeginInit();
123 this.SuspendLayout();
127 this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
128 this.panelDisplay.Controls.Add(this.tableLayoutPanel);
129 this.panelDisplay.Location = new System.Drawing.Point(173, 40);
130 this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
131 this.panelDisplay.Name = "panelDisplay";
132 this.panelDisplay.Size = new System.Drawing.Size(258, 66);
133 this.panelDisplay.TabIndex = 12;
137 this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
138 | System.Windows.Forms.AnchorStyles.Left)
139 | System.Windows.Forms.AnchorStyles.Right)));
140 this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
141 this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
142 this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
143 this.tableLayoutPanel.ColumnCount = 1;
144 this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
145 this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
146 this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
147 this.tableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
148 this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
149 this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
150 this.tableLayoutPanel.Name = "tableLayoutPanel";
151 this.tableLayoutPanel.RowCount = 2;
152 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
153 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
154 this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
155 this.tableLayoutPanel.TabIndex = 5;
156 this.tableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged);
160 this.marqueeLabelTop.AutoEllipsis = true;
161 this.marqueeLabelTop.AutoSize = true;
162 this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
163 this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
164 this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
165 this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
166 this.marqueeLabelTop.MinFontSize = 15F;
167 this.marqueeLabelTop.Name = "marqueeLabelTop";
168 this.marqueeLabelTop.OwnTimer = false;
169 this.marqueeLabelTop.PixelsPerSecond = 64;
170 this.marqueeLabelTop.ScaleToFit = true;
171 this.marqueeLabelTop.Separator = "|";
172 this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
173 this.marqueeLabelTop.TabIndex = 2;
174 this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
175 this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
176 this.marqueeLabelTop.UseCompatibleTextRendering = true;
178 // marqueeLabelBottom
180 this.marqueeLabelBottom.AutoEllipsis = true;
181 this.marqueeLabelBottom.AutoSize = true;
182 this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
183 this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
184 this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
185 this.marqueeLabelBottom.MinFontSize = 15F;
186 this.marqueeLabelBottom.Name = "marqueeLabelBottom";
187 this.marqueeLabelBottom.OwnTimer = false;
188 this.marqueeLabelBottom.PixelsPerSecond = 64;
189 this.marqueeLabelBottom.ScaleToFit = true;
190 this.marqueeLabelBottom.Separator = "|";
191 this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
192 this.marqueeLabelBottom.TabIndex = 3;
193 this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
194 this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
195 this.marqueeLabelBottom.UseCompatibleTextRendering = true;
199 this.timer.Enabled = true;
200 this.timer.Interval = 50;
201 this.timer.Tick += new System.EventHandler(this.timer_Tick);
205 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
206 this.toolStripStatusLabelConnect,
207 this.toolStripStatusLabelSpring,
208 this.toolStripStatusLabelPower,
209 this.toolStripStatusLabelFps});
210 this.statusStrip.Location = new System.Drawing.Point(0, 420);
211 this.statusStrip.Name = "statusStrip";
212 this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
213 this.statusStrip.Size = new System.Drawing.Size(624, 22);
214 this.statusStrip.TabIndex = 1;
215 this.statusStrip.Text = "statusStrip";
217 // toolStripStatusLabelConnect
219 this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
220 this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
221 this.toolStripStatusLabelConnect.Text = "Not connected";
223 // toolStripStatusLabelSpring
225 this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
226 this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
227 this.toolStripStatusLabelSpring.Spring = true;
229 // toolStripStatusLabelPower
231 this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
232 this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
233 this.toolStripStatusLabelPower.Text = "NA";
235 // toolStripStatusLabelFps
237 this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
238 this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
239 this.toolStripStatusLabelFps.Text = "FPS";
243 this.tabPageClients.Controls.Add(this.buttonCloseClients);
244 this.tabPageClients.Controls.Add(this.buttonStartClient);
245 this.tabPageClients.Controls.Add(this.treeViewClients);
246 this.tabPageClients.Location = new System.Drawing.Point(4, 22);
247 this.tabPageClients.Name = "tabPageClients";
248 this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
249 this.tabPageClients.Size = new System.Drawing.Size(592, 242);
250 this.tabPageClients.TabIndex = 2;
251 this.tabPageClients.Text = "Clients";
252 this.tabPageClients.UseVisualStyleBackColor = true;
254 // buttonCloseClients
256 this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
257 this.buttonCloseClients.Name = "buttonCloseClients";
258 this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
259 this.buttonCloseClients.TabIndex = 20;
260 this.buttonCloseClients.Text = "Close Clients";
261 this.buttonCloseClients.UseVisualStyleBackColor = true;
262 this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
266 this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
267 this.buttonStartClient.Name = "buttonStartClient";
268 this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
269 this.buttonStartClient.TabIndex = 19;
270 this.buttonStartClient.Text = "Start Client";
271 this.buttonStartClient.UseVisualStyleBackColor = true;
272 this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
276 this.treeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
277 | System.Windows.Forms.AnchorStyles.Left)
278 | System.Windows.Forms.AnchorStyles.Right)));
279 this.treeViewClients.Location = new System.Drawing.Point(87, 6);
280 this.treeViewClients.Name = "treeViewClients";
281 this.treeViewClients.Size = new System.Drawing.Size(499, 233);
282 this.treeViewClients.TabIndex = 0;
283 this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
287 this.tabPageDisplay.Controls.Add(this.buttonShowClock);
288 this.tabPageDisplay.Controls.Add(this.buttonHideClock);
289 this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
290 this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
291 this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
292 this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
293 this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
294 this.tabPageDisplay.Controls.Add(this.buttonSuspend);
295 this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
296 this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
297 this.tabPageDisplay.Controls.Add(this.buttonFill);
298 this.tabPageDisplay.Controls.Add(this.buttonClear);
299 this.tabPageDisplay.Controls.Add(this.buttonClose);
300 this.tabPageDisplay.Controls.Add(this.buttonOpen);
301 this.tabPageDisplay.Controls.Add(this.buttonCapture);
302 this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
303 this.tabPageDisplay.Name = "tabPageDisplay";
304 this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
305 this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
306 this.tabPageDisplay.TabIndex = 0;
307 this.tabPageDisplay.Text = "Display";
308 this.tabPageDisplay.UseVisualStyleBackColor = true;
312 this.buttonShowClock.Location = new System.Drawing.Point(293, 124);
313 this.buttonShowClock.Name = "buttonShowClock";
314 this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
315 this.buttonShowClock.TabIndex = 23;
316 this.buttonShowClock.Text = "Show Clock";
317 this.buttonShowClock.UseVisualStyleBackColor = true;
318 this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
322 this.buttonHideClock.Location = new System.Drawing.Point(293, 153);
323 this.buttonHideClock.Name = "buttonHideClock";
324 this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
325 this.buttonHideClock.TabIndex = 22;
326 this.buttonHideClock.Text = "Hide Clock";
327 this.buttonHideClock.UseVisualStyleBackColor = true;
328 this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
332 this.buttonPowerOff.Location = new System.Drawing.Point(293, 211);
333 this.buttonPowerOff.Name = "buttonPowerOff";
334 this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
335 this.buttonPowerOff.TabIndex = 21;
336 this.buttonPowerOff.Text = "OFF";
337 this.buttonPowerOff.UseVisualStyleBackColor = true;
338 this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
342 this.buttonPowerOn.Location = new System.Drawing.Point(293, 182);
343 this.buttonPowerOn.Name = "buttonPowerOn";
344 this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
345 this.buttonPowerOn.TabIndex = 20;
346 this.buttonPowerOn.Text = "ON";
347 this.buttonPowerOn.UseVisualStyleBackColor = true;
348 this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
350 // labelTimerInterval
352 this.labelTimerInterval.AutoSize = true;
353 this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
354 this.labelTimerInterval.Name = "labelTimerInterval";
355 this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
356 this.labelTimerInterval.TabIndex = 19;
357 this.labelTimerInterval.Text = "Timer interval (ms) :";
359 // maskedTextBoxTimerInterval
361 this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
362 this.maskedTextBoxTimerInterval.Mask = "000";
363 this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
364 this.maskedTextBoxTimerInterval.PromptChar = ' ';
365 this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
366 this.maskedTextBoxTimerInterval.TabIndex = 18;
367 this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
369 // comboBoxDisplayType
371 this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
372 this.comboBoxDisplayType.FormattingEnabled = true;
373 this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
374 this.comboBoxDisplayType.Name = "comboBoxDisplayType";
375 this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
376 this.comboBoxDisplayType.TabIndex = 17;
377 this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
381 this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
382 this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
383 this.buttonSuspend.Name = "buttonSuspend";
384 this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
385 this.buttonSuspend.TabIndex = 16;
386 this.buttonSuspend.Text = "Pause";
387 this.buttonSuspend.UseVisualStyleBackColor = true;
388 this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
390 // checkBoxConnectOnStartup
392 this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
393 this.checkBoxConnectOnStartup.AutoSize = true;
394 this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
395 this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
396 this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
397 this.checkBoxConnectOnStartup.TabIndex = 13;
398 this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
399 this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
400 this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
402 // trackBarBrightness
404 this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
405 | System.Windows.Forms.AnchorStyles.Right)));
406 this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
407 this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
408 this.trackBarBrightness.Name = "trackBarBrightness";
409 this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
410 this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
411 this.trackBarBrightness.TabIndex = 10;
412 this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
413 this.toolTip.SetToolTip(this.trackBarBrightness, "Brightness adjustment");
414 this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
418 this.buttonFill.Location = new System.Drawing.Point(6, 93);
419 this.buttonFill.Name = "buttonFill";
420 this.buttonFill.Size = new System.Drawing.Size(75, 23);
421 this.buttonFill.TabIndex = 9;
422 this.buttonFill.Text = "Fill";
423 this.buttonFill.UseVisualStyleBackColor = true;
424 this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
428 this.buttonClear.Location = new System.Drawing.Point(6, 64);
429 this.buttonClear.Name = "buttonClear";
430 this.buttonClear.Size = new System.Drawing.Size(75, 23);
431 this.buttonClear.TabIndex = 8;
432 this.buttonClear.Text = "Clear";
433 this.buttonClear.UseVisualStyleBackColor = true;
434 this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
438 this.buttonClose.Location = new System.Drawing.Point(6, 35);
439 this.buttonClose.Name = "buttonClose";
440 this.buttonClose.Size = new System.Drawing.Size(75, 23);
441 this.buttonClose.TabIndex = 7;
442 this.buttonClose.Text = "Close";
443 this.buttonClose.UseVisualStyleBackColor = true;
444 this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
448 this.buttonOpen.Location = new System.Drawing.Point(6, 6);
449 this.buttonOpen.Name = "buttonOpen";
450 this.buttonOpen.Size = new System.Drawing.Size(75, 23);
451 this.buttonOpen.TabIndex = 6;
452 this.buttonOpen.Text = "Open";
453 this.buttonOpen.UseVisualStyleBackColor = true;
454 this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
458 this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
459 this.buttonCapture.Location = new System.Drawing.Point(6, 213);
460 this.buttonCapture.Name = "buttonCapture";
461 this.buttonCapture.Size = new System.Drawing.Size(75, 23);
462 this.buttonCapture.TabIndex = 5;
463 this.buttonCapture.Text = "Capture";
464 this.buttonCapture.UseVisualStyleBackColor = true;
465 this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
469 this.labelWarning.AutoSize = true;
470 this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
471 this.labelWarning.ForeColor = System.Drawing.Color.Red;
472 this.labelWarning.Location = new System.Drawing.Point(9, 9);
473 this.labelWarning.Name = "labelWarning";
474 this.labelWarning.Size = new System.Drawing.Size(80, 16);
475 this.labelWarning.TabIndex = 18;
476 this.labelWarning.Text = "WARNING";
477 this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
478 this.labelWarning.Visible = false;
480 // checkBoxFixedPitchFontOnly
482 this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
483 this.checkBoxFixedPitchFontOnly.AutoSize = true;
484 this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
485 this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
486 this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
487 this.checkBoxFixedPitchFontOnly.TabIndex = 17;
488 this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
489 this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
491 // checkBoxShowBorders
493 this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
494 this.checkBoxShowBorders.AutoSize = true;
495 this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
496 this.checkBoxShowBorders.Name = "checkBoxShowBorders";
497 this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
498 this.checkBoxShowBorders.TabIndex = 11;
499 this.checkBoxShowBorders.Text = "Show borders";
500 this.checkBoxShowBorders.UseVisualStyleBackColor = true;
501 this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
505 this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
506 this.buttonFont.Location = new System.Drawing.Point(6, 213);
507 this.buttonFont.Name = "buttonFont";
508 this.buttonFont.Size = new System.Drawing.Size(75, 23);
509 this.buttonFont.TabIndex = 0;
510 this.buttonFont.Text = "Select Font";
511 this.buttonFont.UseVisualStyleBackColor = true;
512 this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
516 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
517 | System.Windows.Forms.AnchorStyles.Left)
518 | System.Windows.Forms.AnchorStyles.Right)));
519 this.tabControl.Controls.Add(this.tabPageDisplay);
520 this.tabControl.Controls.Add(this.tabPageClients);
521 this.tabControl.Controls.Add(this.tabPageDesign);
522 this.tabControl.Controls.Add(this.tabPageAudio);
523 this.tabControl.Controls.Add(this.tabPageInput);
524 this.tabControl.Controls.Add(this.tabPageApp);
525 this.tabControl.Location = new System.Drawing.Point(12, 139);
526 this.tabControl.Name = "tabControl";
527 this.tabControl.SelectedIndex = 0;
528 this.tabControl.Size = new System.Drawing.Size(600, 268);
529 this.tabControl.TabIndex = 0;
533 this.tabPageDesign.Controls.Add(this.labelScrollingSpeed);
534 this.tabPageDesign.Controls.Add(this.maskedTextBoxScrollingSpeed);
535 this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator);
536 this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator);
537 this.tabPageDesign.Controls.Add(this.labelMinFontSize);
538 this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize);
539 this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit);
540 this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
541 this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
542 this.tabPageDesign.Controls.Add(this.buttonFont);
543 this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
544 this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
545 this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
546 this.tabPageDesign.Name = "tabPageDesign";
547 this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
548 this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
549 this.tabPageDesign.TabIndex = 3;
550 this.tabPageDesign.Text = "Design";
551 this.tabPageDesign.UseVisualStyleBackColor = true;
553 // labelScrollingSpeed
555 this.labelScrollingSpeed.AutoSize = true;
556 this.labelScrollingSpeed.Location = new System.Drawing.Point(84, 119);
557 this.labelScrollingSpeed.Name = "labelScrollingSpeed";
558 this.labelScrollingSpeed.Size = new System.Drawing.Size(115, 13);
559 this.labelScrollingSpeed.TabIndex = 28;
560 this.labelScrollingSpeed.Text = "Scrolling speed (px/s) :";
562 // maskedTextBoxScrollingSpeed
564 this.maskedTextBoxScrollingSpeed.Location = new System.Drawing.Point(205, 116);
565 this.maskedTextBoxScrollingSpeed.Mask = "000";
566 this.maskedTextBoxScrollingSpeed.Name = "maskedTextBoxScrollingSpeed";
567 this.maskedTextBoxScrollingSpeed.PromptChar = ' ';
568 this.maskedTextBoxScrollingSpeed.Size = new System.Drawing.Size(24, 20);
569 this.maskedTextBoxScrollingSpeed.TabIndex = 27;
570 this.maskedTextBoxScrollingSpeed.TextChanged += new System.EventHandler(this.maskedTextBoxScrollingSpeed_TextChanged);
572 // labelScrollLoopSeparator
574 this.labelScrollLoopSeparator.AutoSize = true;
575 this.labelScrollLoopSeparator.Location = new System.Drawing.Point(90, 145);
576 this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator";
577 this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13);
578 this.labelScrollLoopSeparator.TabIndex = 26;
579 this.labelScrollLoopSeparator.Text = "Scroll loop separator :";
581 // textBoxScrollLoopSeparator
583 this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(205, 142);
584 this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator";
585 this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20);
586 this.textBoxScrollLoopSeparator.TabIndex = 25;
587 this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged);
591 this.labelMinFontSize.AutoSize = true;
592 this.labelMinFontSize.Location = new System.Drawing.Point(80, 194);
593 this.labelMinFontSize.Name = "labelMinFontSize";
594 this.labelMinFontSize.Size = new System.Drawing.Size(119, 13);
595 this.labelMinFontSize.TabIndex = 24;
596 this.labelMinFontSize.Text = "Minimum font size (pts) :";
598 // maskedTextBoxMinFontSize
600 this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(205, 191);
601 this.maskedTextBoxMinFontSize.Mask = "000";
602 this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize";
603 this.maskedTextBoxMinFontSize.PromptChar = ' ';
604 this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20);
605 this.maskedTextBoxMinFontSize.TabIndex = 23;
606 this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged);
608 // checkBoxScaleToFit
610 this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
611 this.checkBoxScaleToFit.AutoSize = true;
612 this.checkBoxScaleToFit.Location = new System.Drawing.Point(87, 168);
613 this.checkBoxScaleToFit.Name = "checkBoxScaleToFit";
614 this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17);
615 this.checkBoxScaleToFit.TabIndex = 22;
616 this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling";
617 this.checkBoxScaleToFit.UseVisualStyleBackColor = true;
618 this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged);
620 // checkBoxInverseColors
622 this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
623 this.checkBoxInverseColors.AutoSize = true;
624 this.checkBoxInverseColors.Location = new System.Drawing.Point(485, 52);
625 this.checkBoxInverseColors.Name = "checkBoxInverseColors";
626 this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
627 this.checkBoxInverseColors.TabIndex = 21;
628 this.checkBoxInverseColors.Text = "Inverse colors";
629 this.checkBoxInverseColors.UseVisualStyleBackColor = true;
630 this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
632 // checkBoxReverseScreen
634 this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
635 this.checkBoxReverseScreen.AutoSize = true;
636 this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
637 this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
638 this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
639 this.checkBoxReverseScreen.TabIndex = 14;
640 this.checkBoxReverseScreen.Text = "Reverse screen";
641 this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
642 this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
646 this.tabPageAudio.Controls.Add(this.labelDefaultAudioDevice);
647 this.tabPageAudio.Controls.Add(this.checkBoxShowVolumeLabel);
648 this.tabPageAudio.Controls.Add(this.checkBoxMute);
649 this.tabPageAudio.Controls.Add(this.trackBarMasterVolume);
650 this.tabPageAudio.Location = new System.Drawing.Point(4, 22);
651 this.tabPageAudio.Name = "tabPageAudio";
652 this.tabPageAudio.Padding = new System.Windows.Forms.Padding(3);
653 this.tabPageAudio.Size = new System.Drawing.Size(592, 242);
654 this.tabPageAudio.TabIndex = 5;
655 this.tabPageAudio.Text = "Audio";
656 this.tabPageAudio.UseVisualStyleBackColor = true;
658 // labelDefaultAudioDevice
660 this.labelDefaultAudioDevice.AutoSize = true;
661 this.labelDefaultAudioDevice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
662 this.labelDefaultAudioDevice.Location = new System.Drawing.Point(3, 6);
663 this.labelDefaultAudioDevice.Name = "labelDefaultAudioDevice";
664 this.labelDefaultAudioDevice.Size = new System.Drawing.Size(120, 13);
665 this.labelDefaultAudioDevice.TabIndex = 19;
666 this.labelDefaultAudioDevice.Text = "Audio Device Unknown";
668 // checkBoxShowVolumeLabel
670 this.checkBoxShowVolumeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
671 this.checkBoxShowVolumeLabel.AutoSize = true;
672 this.checkBoxShowVolumeLabel.Location = new System.Drawing.Point(3, 196);
673 this.checkBoxShowVolumeLabel.Name = "checkBoxShowVolumeLabel";
674 this.checkBoxShowVolumeLabel.Size = new System.Drawing.Size(115, 17);
675 this.checkBoxShowVolumeLabel.TabIndex = 18;
676 this.checkBoxShowVolumeLabel.Text = "Show volume label";
677 this.checkBoxShowVolumeLabel.UseVisualStyleBackColor = true;
678 this.checkBoxShowVolumeLabel.CheckedChanged += new System.EventHandler(this.checkBoxShowVolumeLabel_CheckedChanged);
682 this.checkBoxMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
683 this.checkBoxMute.AutoSize = true;
684 this.checkBoxMute.Location = new System.Drawing.Point(3, 219);
685 this.checkBoxMute.Name = "checkBoxMute";
686 this.checkBoxMute.Size = new System.Drawing.Size(50, 17);
687 this.checkBoxMute.TabIndex = 17;
688 this.checkBoxMute.Text = "Mute";
689 this.checkBoxMute.UseVisualStyleBackColor = true;
690 this.checkBoxMute.CheckedChanged += new System.EventHandler(this.checkBoxMute_CheckedChanged);
692 // trackBarMasterVolume
694 this.trackBarMasterVolume.BackColor = System.Drawing.SystemColors.Window;
695 this.trackBarMasterVolume.Location = new System.Drawing.Point(541, 6);
696 this.trackBarMasterVolume.Maximum = 100;
697 this.trackBarMasterVolume.Name = "trackBarMasterVolume";
698 this.trackBarMasterVolume.Orientation = System.Windows.Forms.Orientation.Vertical;
699 this.trackBarMasterVolume.Size = new System.Drawing.Size(45, 230);
700 this.trackBarMasterVolume.TabIndex = 0;
701 this.trackBarMasterVolume.TickFrequency = 10;
702 this.trackBarMasterVolume.TickStyle = System.Windows.Forms.TickStyle.Both;
703 this.toolTip.SetToolTip(this.trackBarMasterVolume, "Master Volume");
704 this.trackBarMasterVolume.Scroll += new System.EventHandler(this.trackBarMasterVolume_Scroll);
708 this.tabPageInput.Controls.Add(this.comboBoxOpticalDrives);
709 this.tabPageInput.Controls.Add(this.labelOpticalDriveEject);
710 this.tabPageInput.Controls.Add(this.pictureBoxGreenStart);
711 this.tabPageInput.Controls.Add(this.labelStartFileName);
712 this.tabPageInput.Controls.Add(this.buttonSelectFile);
713 this.tabPageInput.Location = new System.Drawing.Point(4, 22);
714 this.tabPageInput.Name = "tabPageInput";
715 this.tabPageInput.Padding = new System.Windows.Forms.Padding(3);
716 this.tabPageInput.Size = new System.Drawing.Size(592, 242);
717 this.tabPageInput.TabIndex = 6;
718 this.tabPageInput.Text = "Input";
719 this.tabPageInput.UseVisualStyleBackColor = true;
721 // comboBoxOpticalDrives
723 this.comboBoxOpticalDrives.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
724 this.comboBoxOpticalDrives.FormattingEnabled = true;
725 this.comboBoxOpticalDrives.Location = new System.Drawing.Point(113, 53);
726 this.comboBoxOpticalDrives.Name = "comboBoxOpticalDrives";
727 this.comboBoxOpticalDrives.Size = new System.Drawing.Size(55, 21);
728 this.comboBoxOpticalDrives.TabIndex = 18;
729 this.comboBoxOpticalDrives.SelectedIndexChanged += new System.EventHandler(this.comboBoxOpticalDrives_SelectedIndexChanged);
731 // labelOpticalDriveEject
733 this.labelOpticalDriveEject.AutoSize = true;
734 this.labelOpticalDriveEject.Location = new System.Drawing.Point(0, 56);
735 this.labelOpticalDriveEject.Name = "labelOpticalDriveEject";
736 this.labelOpticalDriveEject.Size = new System.Drawing.Size(107, 13);
737 this.labelOpticalDriveEject.TabIndex = 3;
738 this.labelOpticalDriveEject.Text = "Optical drive to eject:";
740 // pictureBoxGreenStart
742 this.pictureBoxGreenStart.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxGreenStart.Image")));
743 this.pictureBoxGreenStart.Location = new System.Drawing.Point(3, 6);
744 this.pictureBoxGreenStart.Name = "pictureBoxGreenStart";
745 this.pictureBoxGreenStart.Size = new System.Drawing.Size(32, 32);
746 this.pictureBoxGreenStart.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
747 this.pictureBoxGreenStart.TabIndex = 2;
748 this.pictureBoxGreenStart.TabStop = false;
750 // labelStartFileName
752 this.labelStartFileName.AutoSize = true;
753 this.labelStartFileName.Location = new System.Drawing.Point(72, 16);
754 this.labelStartFileName.Name = "labelStartFileName";
755 this.labelStartFileName.Size = new System.Drawing.Size(33, 13);
756 this.labelStartFileName.TabIndex = 1;
757 this.labelStartFileName.Text = "None";
761 this.buttonSelectFile.Location = new System.Drawing.Point(41, 11);
762 this.buttonSelectFile.Name = "buttonSelectFile";
763 this.buttonSelectFile.Size = new System.Drawing.Size(25, 23);
764 this.buttonSelectFile.TabIndex = 0;
765 this.buttonSelectFile.Text = "...";
766 this.buttonSelectFile.UseVisualStyleBackColor = true;
767 this.buttonSelectFile.Click += new System.EventHandler(this.buttonSelectFile_Click);
771 this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
772 this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
773 this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
774 this.tabPageApp.Controls.Add(this.buttonUpdate);
775 this.tabPageApp.Location = new System.Drawing.Point(4, 22);
776 this.tabPageApp.Name = "tabPageApp";
777 this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
778 this.tabPageApp.Size = new System.Drawing.Size(592, 242);
779 this.tabPageApp.TabIndex = 4;
780 this.tabPageApp.Text = "Application";
781 this.tabPageApp.UseVisualStyleBackColor = true;
783 // checkBoxStartMinimized
785 this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
786 this.checkBoxStartMinimized.AutoSize = true;
787 this.checkBoxStartMinimized.Location = new System.Drawing.Point(8, 144);
788 this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
789 this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
790 this.checkBoxStartMinimized.TabIndex = 16;
791 this.checkBoxStartMinimized.Text = "Start minimized";
792 this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
793 this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
795 // checkBoxMinimizeToTray
797 this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
798 this.checkBoxMinimizeToTray.AutoSize = true;
799 this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(8, 167);
800 this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
801 this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
802 this.checkBoxMinimizeToTray.TabIndex = 15;
803 this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
804 this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
805 this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
809 this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
810 this.checkBoxAutoStart.AutoSize = true;
811 this.checkBoxAutoStart.Location = new System.Drawing.Point(8, 190);
812 this.checkBoxAutoStart.Name = "checkBoxAutoStart";
813 this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
814 this.checkBoxAutoStart.TabIndex = 14;
815 this.checkBoxAutoStart.Text = "Run on Windows startup";
816 this.checkBoxAutoStart.UseVisualStyleBackColor = true;
817 this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
821 this.buttonUpdate.Location = new System.Drawing.Point(6, 213);
822 this.buttonUpdate.Name = "buttonUpdate";
823 this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
824 this.buttonUpdate.TabIndex = 0;
825 this.buttonUpdate.Text = "Update";
826 this.buttonUpdate.UseVisualStyleBackColor = true;
827 this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
831 this.labelFontWidth.AutoSize = true;
832 this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
833 this.labelFontWidth.Name = "labelFontWidth";
834 this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
835 this.labelFontWidth.TabIndex = 19;
836 this.labelFontWidth.Text = "Font width";
840 this.labelFontHeight.AutoSize = true;
841 this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
842 this.labelFontHeight.Name = "labelFontHeight";
843 this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
844 this.labelFontHeight.TabIndex = 20;
845 this.labelFontHeight.Text = "Font height";
849 this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
853 this.pictureBoxDemo.Location = new System.Drawing.Point(478, 54);
854 this.pictureBoxDemo.Name = "pictureBoxDemo";
855 this.pictureBoxDemo.Size = new System.Drawing.Size(100, 50);
856 this.pictureBoxDemo.TabIndex = 21;
857 this.pictureBoxDemo.TabStop = false;
861 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
862 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
863 this.ClientSize = new System.Drawing.Size(624, 442);
864 this.Controls.Add(this.pictureBoxDemo);
865 this.Controls.Add(this.labelFontHeight);
866 this.Controls.Add(this.labelFontWidth);
867 this.Controls.Add(this.labelWarning);
868 this.Controls.Add(this.statusStrip);
869 this.Controls.Add(this.tabControl);
870 this.Controls.Add(this.panelDisplay);
871 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
872 this.MinimumSize = new System.Drawing.Size(640, 480);
873 this.Name = "MainForm";
874 this.Text = "Sharp Display Manager";
875 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
876 this.Load += new System.EventHandler(this.MainForm_Load);
877 this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
878 this.Resize += new System.EventHandler(this.MainForm_Resize);
879 this.panelDisplay.ResumeLayout(false);
880 this.tableLayoutPanel.ResumeLayout(false);
881 this.tableLayoutPanel.PerformLayout();
882 this.statusStrip.ResumeLayout(false);
883 this.statusStrip.PerformLayout();
884 this.tabPageClients.ResumeLayout(false);
885 this.tabPageDisplay.ResumeLayout(false);
886 this.tabPageDisplay.PerformLayout();
887 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
888 this.tabControl.ResumeLayout(false);
889 this.tabPageDesign.ResumeLayout(false);
890 this.tabPageDesign.PerformLayout();
891 this.tabPageAudio.ResumeLayout(false);
892 this.tabPageAudio.PerformLayout();
893 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).EndInit();
894 this.tabPageInput.ResumeLayout(false);
895 this.tabPageInput.PerformLayout();
896 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).EndInit();
897 this.tabPageApp.ResumeLayout(false);
898 this.tabPageApp.PerformLayout();
899 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).EndInit();
900 this.ResumeLayout(false);
901 this.PerformLayout();
907 private System.Windows.Forms.FontDialog fontDialog;
908 private System.Windows.Forms.Timer timer;
909 private System.Windows.Forms.StatusStrip statusStrip;
910 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
911 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
912 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
913 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
914 private System.Windows.Forms.Panel panelDisplay;
915 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
916 private MarqueeLabel marqueeLabelTop;
917 private MarqueeLabel marqueeLabelBottom;
918 private System.Windows.Forms.TabPage tabPageClients;
919 private System.Windows.Forms.TreeView treeViewClients;
920 private System.Windows.Forms.TabPage tabPageDisplay;
921 private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
922 private System.Windows.Forms.Button buttonSuspend;
923 private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
924 private System.Windows.Forms.CheckBox checkBoxShowBorders;
925 private System.Windows.Forms.TrackBar trackBarBrightness;
926 private System.Windows.Forms.Button buttonFill;
927 private System.Windows.Forms.Button buttonClear;
928 private System.Windows.Forms.Button buttonClose;
929 private System.Windows.Forms.Button buttonOpen;
930 private System.Windows.Forms.Button buttonCapture;
931 private System.Windows.Forms.Button buttonFont;
932 private System.Windows.Forms.TabControl tabControl;
933 private System.Windows.Forms.Button buttonCloseClients;
934 private System.Windows.Forms.Button buttonStartClient;
935 private System.Windows.Forms.Label labelWarning;
936 private System.Windows.Forms.TabPage tabPageDesign;
937 private System.Windows.Forms.CheckBox checkBoxReverseScreen;
938 private System.Windows.Forms.ComboBox comboBoxDisplayType;
939 private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
940 private System.Windows.Forms.Label labelTimerInterval;
941 private System.Windows.Forms.Button buttonPowerOff;
942 private System.Windows.Forms.Button buttonPowerOn;
943 private System.Windows.Forms.Button buttonShowClock;
944 private System.Windows.Forms.Button buttonHideClock;
945 private System.Windows.Forms.Label labelFontWidth;
946 private System.Windows.Forms.Label labelFontHeight;
947 private System.Windows.Forms.CheckBox checkBoxInverseColors;
948 private System.Windows.Forms.PictureBox pictureBoxDemo;
949 private System.Windows.Forms.TabPage tabPageApp;
950 private System.Windows.Forms.Button buttonUpdate;
951 private System.Windows.Forms.CheckBox checkBoxAutoStart;
952 private System.Windows.Forms.CheckBox checkBoxStartMinimized;
953 private System.Windows.Forms.CheckBox checkBoxMinimizeToTray;
954 private System.Windows.Forms.MaskedTextBox maskedTextBoxMinFontSize;
955 private System.Windows.Forms.CheckBox checkBoxScaleToFit;
956 private System.Windows.Forms.Label labelMinFontSize;
957 private System.Windows.Forms.Label labelScrollLoopSeparator;
958 private System.Windows.Forms.TextBox textBoxScrollLoopSeparator;
959 private System.Windows.Forms.Label labelScrollingSpeed;
960 private System.Windows.Forms.MaskedTextBox maskedTextBoxScrollingSpeed;
961 private System.Windows.Forms.ToolTip toolTip;
962 private System.Windows.Forms.TabPage tabPageAudio;
963 private System.Windows.Forms.TrackBar trackBarMasterVolume;
964 private System.Windows.Forms.CheckBox checkBoxMute;
965 private System.Windows.Forms.CheckBox checkBoxShowVolumeLabel;
966 private System.Windows.Forms.Label labelDefaultAudioDevice;
967 private System.Windows.Forms.TabPage tabPageInput;
968 private System.Windows.Forms.Button buttonSelectFile;
969 private System.Windows.Forms.OpenFileDialog openFileDialog;
970 private System.Windows.Forms.Label labelStartFileName;
971 private System.Windows.Forms.PictureBox pictureBoxGreenStart;
972 private System.Windows.Forms.ComboBox comboBoxOpticalDrives;
973 private System.Windows.Forms.Label labelOpticalDriveEject;