Moving our test client around.
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.iTableLayoutPanel = 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.iTreeViewClients = 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.tabPageCec = new System.Windows.Forms.TabPage();
100 this.checkBoxCecMonitorOn = new System.Windows.Forms.CheckBox();
101 this.checkBoxCecMonitorOff = new System.Windows.Forms.CheckBox();
102 this.checkBoxCecEnabled = new System.Windows.Forms.CheckBox();
103 this.labelHdmiPort = new System.Windows.Forms.Label();
104 this.comboBoxHdmiPort = new System.Windows.Forms.ComboBox();
105 this.tabPageApp = new System.Windows.Forms.TabPage();
106 this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
107 this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
108 this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
109 this.buttonUpdate = new System.Windows.Forms.Button();
110 this.labelFontWidth = new System.Windows.Forms.Label();
111 this.labelFontHeight = new System.Windows.Forms.Label();
112 this.toolTip = new System.Windows.Forms.ToolTip(this.components);
113 this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
114 this.iButtonStartIdleClient = new System.Windows.Forms.Button();
115 this.panelDisplay.SuspendLayout();
116 this.iTableLayoutPanel.SuspendLayout();
117 this.statusStrip.SuspendLayout();
118 this.tabPageClients.SuspendLayout();
119 this.tabPageDisplay.SuspendLayout();
120 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
121 this.tabControl.SuspendLayout();
122 this.tabPageDesign.SuspendLayout();
123 this.tabPageAudio.SuspendLayout();
124 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).BeginInit();
125 this.tabPageInput.SuspendLayout();
126 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).BeginInit();
127 this.tabPageCec.SuspendLayout();
128 this.tabPageApp.SuspendLayout();
129 this.SuspendLayout();
133 this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
134 this.panelDisplay.Controls.Add(this.iTableLayoutPanel);
135 this.panelDisplay.Location = new System.Drawing.Point(173, 40);
136 this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
137 this.panelDisplay.Name = "panelDisplay";
138 this.panelDisplay.Size = new System.Drawing.Size(258, 66);
139 this.panelDisplay.TabIndex = 12;
143 this.iTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
144 | System.Windows.Forms.AnchorStyles.Left)
145 | System.Windows.Forms.AnchorStyles.Right)));
146 this.iTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
147 this.iTableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
148 this.iTableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
149 this.iTableLayoutPanel.ColumnCount = 1;
150 this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
151 this.iTableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
152 this.iTableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
153 this.iTableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
154 this.iTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
155 this.iTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
156 this.iTableLayoutPanel.Name = "iTableLayoutPanel";
157 this.iTableLayoutPanel.RowCount = 2;
158 this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
159 this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
160 this.iTableLayoutPanel.Size = new System.Drawing.Size(256, 64);
161 this.iTableLayoutPanel.TabIndex = 5;
162 this.iTableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged);
166 this.marqueeLabelTop.AutoEllipsis = true;
167 this.marqueeLabelTop.AutoSize = true;
168 this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
169 this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
170 this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
171 this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
172 this.marqueeLabelTop.MinFontSize = 15F;
173 this.marqueeLabelTop.Name = "marqueeLabelTop";
174 this.marqueeLabelTop.OwnTimer = false;
175 this.marqueeLabelTop.PixelsPerSecond = 64;
176 this.marqueeLabelTop.ScaleToFit = true;
177 this.marqueeLabelTop.Separator = "|";
178 this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
179 this.marqueeLabelTop.TabIndex = 2;
180 this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
181 this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
182 this.marqueeLabelTop.UseCompatibleTextRendering = true;
184 // marqueeLabelBottom
186 this.marqueeLabelBottom.AutoEllipsis = true;
187 this.marqueeLabelBottom.AutoSize = true;
188 this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
189 this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
190 this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
191 this.marqueeLabelBottom.MinFontSize = 15F;
192 this.marqueeLabelBottom.Name = "marqueeLabelBottom";
193 this.marqueeLabelBottom.OwnTimer = false;
194 this.marqueeLabelBottom.PixelsPerSecond = 64;
195 this.marqueeLabelBottom.ScaleToFit = true;
196 this.marqueeLabelBottom.Separator = "|";
197 this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
198 this.marqueeLabelBottom.TabIndex = 3;
199 this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
200 this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
201 this.marqueeLabelBottom.UseCompatibleTextRendering = true;
205 this.timer.Interval = 50;
206 this.timer.Tick += new System.EventHandler(this.timer_Tick);
210 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
211 this.toolStripStatusLabelConnect,
212 this.toolStripStatusLabelSpring,
213 this.toolStripStatusLabelPower,
214 this.toolStripStatusLabelFps});
215 this.statusStrip.Location = new System.Drawing.Point(0, 420);
216 this.statusStrip.Name = "statusStrip";
217 this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
218 this.statusStrip.Size = new System.Drawing.Size(624, 22);
219 this.statusStrip.TabIndex = 1;
220 this.statusStrip.Text = "statusStrip";
222 // toolStripStatusLabelConnect
224 this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
225 this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
226 this.toolStripStatusLabelConnect.Text = "Not connected";
228 // toolStripStatusLabelSpring
230 this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
231 this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
232 this.toolStripStatusLabelSpring.Spring = true;
234 // toolStripStatusLabelPower
236 this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
237 this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
238 this.toolStripStatusLabelPower.Text = "NA";
240 // toolStripStatusLabelFps
242 this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
243 this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
244 this.toolStripStatusLabelFps.Text = "FPS";
248 this.tabPageClients.Controls.Add(this.iButtonStartIdleClient);
249 this.tabPageClients.Controls.Add(this.buttonCloseClients);
250 this.tabPageClients.Controls.Add(this.buttonStartClient);
251 this.tabPageClients.Controls.Add(this.iTreeViewClients);
252 this.tabPageClients.Location = new System.Drawing.Point(4, 22);
253 this.tabPageClients.Name = "tabPageClients";
254 this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
255 this.tabPageClients.Size = new System.Drawing.Size(592, 242);
256 this.tabPageClients.TabIndex = 2;
257 this.tabPageClients.Text = "Clients";
258 this.tabPageClients.UseVisualStyleBackColor = true;
260 // buttonCloseClients
262 this.buttonCloseClients.Location = new System.Drawing.Point(6, 213);
263 this.buttonCloseClients.Name = "buttonCloseClients";
264 this.buttonCloseClients.Size = new System.Drawing.Size(96, 23);
265 this.buttonCloseClients.TabIndex = 20;
266 this.buttonCloseClients.Text = "Close Clients";
267 this.buttonCloseClients.UseVisualStyleBackColor = true;
268 this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
272 this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
273 this.buttonStartClient.Name = "buttonStartClient";
274 this.buttonStartClient.Size = new System.Drawing.Size(96, 23);
275 this.buttonStartClient.TabIndex = 19;
276 this.buttonStartClient.Text = "Start Client";
277 this.buttonStartClient.UseVisualStyleBackColor = true;
278 this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
282 this.iTreeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
283 | System.Windows.Forms.AnchorStyles.Left)
284 | System.Windows.Forms.AnchorStyles.Right)));
285 this.iTreeViewClients.Location = new System.Drawing.Point(108, 6);
286 this.iTreeViewClients.Name = "iTreeViewClients";
287 this.iTreeViewClients.Size = new System.Drawing.Size(478, 233);
288 this.iTreeViewClients.TabIndex = 0;
289 this.iTreeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
293 this.tabPageDisplay.Controls.Add(this.buttonShowClock);
294 this.tabPageDisplay.Controls.Add(this.buttonHideClock);
295 this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
296 this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
297 this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
298 this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
299 this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
300 this.tabPageDisplay.Controls.Add(this.buttonSuspend);
301 this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
302 this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
303 this.tabPageDisplay.Controls.Add(this.buttonFill);
304 this.tabPageDisplay.Controls.Add(this.buttonClear);
305 this.tabPageDisplay.Controls.Add(this.buttonClose);
306 this.tabPageDisplay.Controls.Add(this.buttonOpen);
307 this.tabPageDisplay.Controls.Add(this.buttonCapture);
308 this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
309 this.tabPageDisplay.Name = "tabPageDisplay";
310 this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
311 this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
312 this.tabPageDisplay.TabIndex = 0;
313 this.tabPageDisplay.Text = "Display";
314 this.tabPageDisplay.UseVisualStyleBackColor = true;
318 this.buttonShowClock.Location = new System.Drawing.Point(293, 124);
319 this.buttonShowClock.Name = "buttonShowClock";
320 this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
321 this.buttonShowClock.TabIndex = 23;
322 this.buttonShowClock.Text = "Show Clock";
323 this.buttonShowClock.UseVisualStyleBackColor = true;
324 this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
328 this.buttonHideClock.Location = new System.Drawing.Point(293, 153);
329 this.buttonHideClock.Name = "buttonHideClock";
330 this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
331 this.buttonHideClock.TabIndex = 22;
332 this.buttonHideClock.Text = "Hide Clock";
333 this.buttonHideClock.UseVisualStyleBackColor = true;
334 this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
338 this.buttonPowerOff.Location = new System.Drawing.Point(293, 211);
339 this.buttonPowerOff.Name = "buttonPowerOff";
340 this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
341 this.buttonPowerOff.TabIndex = 21;
342 this.buttonPowerOff.Text = "OFF";
343 this.buttonPowerOff.UseVisualStyleBackColor = true;
344 this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
348 this.buttonPowerOn.Location = new System.Drawing.Point(293, 182);
349 this.buttonPowerOn.Name = "buttonPowerOn";
350 this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
351 this.buttonPowerOn.TabIndex = 20;
352 this.buttonPowerOn.Text = "ON";
353 this.buttonPowerOn.UseVisualStyleBackColor = true;
354 this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
356 // labelTimerInterval
358 this.labelTimerInterval.AutoSize = true;
359 this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
360 this.labelTimerInterval.Name = "labelTimerInterval";
361 this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
362 this.labelTimerInterval.TabIndex = 19;
363 this.labelTimerInterval.Text = "Timer interval (ms) :";
365 // maskedTextBoxTimerInterval
367 this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
368 this.maskedTextBoxTimerInterval.Mask = "000";
369 this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
370 this.maskedTextBoxTimerInterval.PromptChar = ' ';
371 this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
372 this.maskedTextBoxTimerInterval.TabIndex = 18;
373 this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
375 // comboBoxDisplayType
377 this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
378 this.comboBoxDisplayType.FormattingEnabled = true;
379 this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
380 this.comboBoxDisplayType.Name = "comboBoxDisplayType";
381 this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
382 this.comboBoxDisplayType.TabIndex = 17;
383 this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
387 this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
388 this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
389 this.buttonSuspend.Name = "buttonSuspend";
390 this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
391 this.buttonSuspend.TabIndex = 16;
392 this.buttonSuspend.Text = "Pause";
393 this.buttonSuspend.UseVisualStyleBackColor = true;
394 this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
396 // checkBoxConnectOnStartup
398 this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
399 this.checkBoxConnectOnStartup.AutoSize = true;
400 this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
401 this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
402 this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
403 this.checkBoxConnectOnStartup.TabIndex = 13;
404 this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
405 this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
406 this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
408 // trackBarBrightness
410 this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
411 | System.Windows.Forms.AnchorStyles.Right)));
412 this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
413 this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
414 this.trackBarBrightness.Name = "trackBarBrightness";
415 this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
416 this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
417 this.trackBarBrightness.TabIndex = 10;
418 this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
419 this.toolTip.SetToolTip(this.trackBarBrightness, "Brightness adjustment");
420 this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
424 this.buttonFill.Location = new System.Drawing.Point(6, 93);
425 this.buttonFill.Name = "buttonFill";
426 this.buttonFill.Size = new System.Drawing.Size(75, 23);
427 this.buttonFill.TabIndex = 9;
428 this.buttonFill.Text = "Fill";
429 this.buttonFill.UseVisualStyleBackColor = true;
430 this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
434 this.buttonClear.Location = new System.Drawing.Point(6, 64);
435 this.buttonClear.Name = "buttonClear";
436 this.buttonClear.Size = new System.Drawing.Size(75, 23);
437 this.buttonClear.TabIndex = 8;
438 this.buttonClear.Text = "Clear";
439 this.buttonClear.UseVisualStyleBackColor = true;
440 this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
444 this.buttonClose.Location = new System.Drawing.Point(6, 35);
445 this.buttonClose.Name = "buttonClose";
446 this.buttonClose.Size = new System.Drawing.Size(75, 23);
447 this.buttonClose.TabIndex = 7;
448 this.buttonClose.Text = "Close";
449 this.buttonClose.UseVisualStyleBackColor = true;
450 this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
454 this.buttonOpen.Location = new System.Drawing.Point(6, 6);
455 this.buttonOpen.Name = "buttonOpen";
456 this.buttonOpen.Size = new System.Drawing.Size(75, 23);
457 this.buttonOpen.TabIndex = 6;
458 this.buttonOpen.Text = "Open";
459 this.buttonOpen.UseVisualStyleBackColor = true;
460 this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
464 this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
465 this.buttonCapture.Location = new System.Drawing.Point(6, 213);
466 this.buttonCapture.Name = "buttonCapture";
467 this.buttonCapture.Size = new System.Drawing.Size(75, 23);
468 this.buttonCapture.TabIndex = 5;
469 this.buttonCapture.Text = "Capture";
470 this.buttonCapture.UseVisualStyleBackColor = true;
471 this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
475 this.labelWarning.AutoSize = true;
476 this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
477 this.labelWarning.ForeColor = System.Drawing.Color.Red;
478 this.labelWarning.Location = new System.Drawing.Point(9, 9);
479 this.labelWarning.Name = "labelWarning";
480 this.labelWarning.Size = new System.Drawing.Size(80, 16);
481 this.labelWarning.TabIndex = 18;
482 this.labelWarning.Text = "WARNING";
483 this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
484 this.labelWarning.Visible = false;
486 // checkBoxFixedPitchFontOnly
488 this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
489 this.checkBoxFixedPitchFontOnly.AutoSize = true;
490 this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
491 this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
492 this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
493 this.checkBoxFixedPitchFontOnly.TabIndex = 17;
494 this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
495 this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
497 // checkBoxShowBorders
499 this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
500 this.checkBoxShowBorders.AutoSize = true;
501 this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
502 this.checkBoxShowBorders.Name = "checkBoxShowBorders";
503 this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
504 this.checkBoxShowBorders.TabIndex = 11;
505 this.checkBoxShowBorders.Text = "Show borders";
506 this.checkBoxShowBorders.UseVisualStyleBackColor = true;
507 this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
511 this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
512 this.buttonFont.Location = new System.Drawing.Point(6, 213);
513 this.buttonFont.Name = "buttonFont";
514 this.buttonFont.Size = new System.Drawing.Size(75, 23);
515 this.buttonFont.TabIndex = 0;
516 this.buttonFont.Text = "Select Font";
517 this.buttonFont.UseVisualStyleBackColor = true;
518 this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
522 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
523 | System.Windows.Forms.AnchorStyles.Left)
524 | System.Windows.Forms.AnchorStyles.Right)));
525 this.tabControl.Controls.Add(this.tabPageDisplay);
526 this.tabControl.Controls.Add(this.tabPageClients);
527 this.tabControl.Controls.Add(this.tabPageDesign);
528 this.tabControl.Controls.Add(this.tabPageAudio);
529 this.tabControl.Controls.Add(this.tabPageInput);
530 this.tabControl.Controls.Add(this.tabPageCec);
531 this.tabControl.Controls.Add(this.tabPageApp);
532 this.tabControl.Location = new System.Drawing.Point(12, 139);
533 this.tabControl.Name = "tabControl";
534 this.tabControl.SelectedIndex = 0;
535 this.tabControl.Size = new System.Drawing.Size(600, 268);
536 this.tabControl.TabIndex = 0;
540 this.tabPageDesign.Controls.Add(this.labelScrollingSpeed);
541 this.tabPageDesign.Controls.Add(this.maskedTextBoxScrollingSpeed);
542 this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator);
543 this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator);
544 this.tabPageDesign.Controls.Add(this.labelMinFontSize);
545 this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize);
546 this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit);
547 this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
548 this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
549 this.tabPageDesign.Controls.Add(this.buttonFont);
550 this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
551 this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
552 this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
553 this.tabPageDesign.Name = "tabPageDesign";
554 this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
555 this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
556 this.tabPageDesign.TabIndex = 3;
557 this.tabPageDesign.Text = "Design";
558 this.tabPageDesign.UseVisualStyleBackColor = true;
560 // labelScrollingSpeed
562 this.labelScrollingSpeed.AutoSize = true;
563 this.labelScrollingSpeed.Location = new System.Drawing.Point(84, 119);
564 this.labelScrollingSpeed.Name = "labelScrollingSpeed";
565 this.labelScrollingSpeed.Size = new System.Drawing.Size(115, 13);
566 this.labelScrollingSpeed.TabIndex = 28;
567 this.labelScrollingSpeed.Text = "Scrolling speed (px/s) :";
569 // maskedTextBoxScrollingSpeed
571 this.maskedTextBoxScrollingSpeed.Location = new System.Drawing.Point(205, 116);
572 this.maskedTextBoxScrollingSpeed.Mask = "000";
573 this.maskedTextBoxScrollingSpeed.Name = "maskedTextBoxScrollingSpeed";
574 this.maskedTextBoxScrollingSpeed.PromptChar = ' ';
575 this.maskedTextBoxScrollingSpeed.Size = new System.Drawing.Size(24, 20);
576 this.maskedTextBoxScrollingSpeed.TabIndex = 27;
577 this.maskedTextBoxScrollingSpeed.TextChanged += new System.EventHandler(this.maskedTextBoxScrollingSpeed_TextChanged);
579 // labelScrollLoopSeparator
581 this.labelScrollLoopSeparator.AutoSize = true;
582 this.labelScrollLoopSeparator.Location = new System.Drawing.Point(90, 145);
583 this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator";
584 this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13);
585 this.labelScrollLoopSeparator.TabIndex = 26;
586 this.labelScrollLoopSeparator.Text = "Scroll loop separator :";
588 // textBoxScrollLoopSeparator
590 this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(205, 142);
591 this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator";
592 this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20);
593 this.textBoxScrollLoopSeparator.TabIndex = 25;
594 this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged);
598 this.labelMinFontSize.AutoSize = true;
599 this.labelMinFontSize.Location = new System.Drawing.Point(80, 194);
600 this.labelMinFontSize.Name = "labelMinFontSize";
601 this.labelMinFontSize.Size = new System.Drawing.Size(119, 13);
602 this.labelMinFontSize.TabIndex = 24;
603 this.labelMinFontSize.Text = "Minimum font size (pts) :";
605 // maskedTextBoxMinFontSize
607 this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(205, 191);
608 this.maskedTextBoxMinFontSize.Mask = "000";
609 this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize";
610 this.maskedTextBoxMinFontSize.PromptChar = ' ';
611 this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20);
612 this.maskedTextBoxMinFontSize.TabIndex = 23;
613 this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged);
615 // checkBoxScaleToFit
617 this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
618 this.checkBoxScaleToFit.AutoSize = true;
619 this.checkBoxScaleToFit.Location = new System.Drawing.Point(87, 168);
620 this.checkBoxScaleToFit.Name = "checkBoxScaleToFit";
621 this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17);
622 this.checkBoxScaleToFit.TabIndex = 22;
623 this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling";
624 this.checkBoxScaleToFit.UseVisualStyleBackColor = true;
625 this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged);
627 // checkBoxInverseColors
629 this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
630 this.checkBoxInverseColors.AutoSize = true;
631 this.checkBoxInverseColors.Location = new System.Drawing.Point(485, 52);
632 this.checkBoxInverseColors.Name = "checkBoxInverseColors";
633 this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
634 this.checkBoxInverseColors.TabIndex = 21;
635 this.checkBoxInverseColors.Text = "Inverse colors";
636 this.checkBoxInverseColors.UseVisualStyleBackColor = true;
637 this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
639 // checkBoxReverseScreen
641 this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
642 this.checkBoxReverseScreen.AutoSize = true;
643 this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
644 this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
645 this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
646 this.checkBoxReverseScreen.TabIndex = 14;
647 this.checkBoxReverseScreen.Text = "Reverse screen";
648 this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
649 this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
653 this.tabPageAudio.Controls.Add(this.labelDefaultAudioDevice);
654 this.tabPageAudio.Controls.Add(this.checkBoxShowVolumeLabel);
655 this.tabPageAudio.Controls.Add(this.checkBoxMute);
656 this.tabPageAudio.Controls.Add(this.trackBarMasterVolume);
657 this.tabPageAudio.Location = new System.Drawing.Point(4, 22);
658 this.tabPageAudio.Name = "tabPageAudio";
659 this.tabPageAudio.Padding = new System.Windows.Forms.Padding(3);
660 this.tabPageAudio.Size = new System.Drawing.Size(592, 242);
661 this.tabPageAudio.TabIndex = 5;
662 this.tabPageAudio.Text = "Audio";
663 this.tabPageAudio.UseVisualStyleBackColor = true;
665 // labelDefaultAudioDevice
667 this.labelDefaultAudioDevice.AutoSize = true;
668 this.labelDefaultAudioDevice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
669 this.labelDefaultAudioDevice.Location = new System.Drawing.Point(3, 6);
670 this.labelDefaultAudioDevice.Name = "labelDefaultAudioDevice";
671 this.labelDefaultAudioDevice.Size = new System.Drawing.Size(120, 13);
672 this.labelDefaultAudioDevice.TabIndex = 19;
673 this.labelDefaultAudioDevice.Text = "Audio Device Unknown";
675 // checkBoxShowVolumeLabel
677 this.checkBoxShowVolumeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
678 this.checkBoxShowVolumeLabel.AutoSize = true;
679 this.checkBoxShowVolumeLabel.Location = new System.Drawing.Point(3, 196);
680 this.checkBoxShowVolumeLabel.Name = "checkBoxShowVolumeLabel";
681 this.checkBoxShowVolumeLabel.Size = new System.Drawing.Size(115, 17);
682 this.checkBoxShowVolumeLabel.TabIndex = 18;
683 this.checkBoxShowVolumeLabel.Text = "Show volume label";
684 this.checkBoxShowVolumeLabel.UseVisualStyleBackColor = true;
685 this.checkBoxShowVolumeLabel.CheckedChanged += new System.EventHandler(this.checkBoxShowVolumeLabel_CheckedChanged);
689 this.checkBoxMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
690 this.checkBoxMute.AutoSize = true;
691 this.checkBoxMute.Location = new System.Drawing.Point(3, 219);
692 this.checkBoxMute.Name = "checkBoxMute";
693 this.checkBoxMute.Size = new System.Drawing.Size(50, 17);
694 this.checkBoxMute.TabIndex = 17;
695 this.checkBoxMute.Text = "Mute";
696 this.checkBoxMute.UseVisualStyleBackColor = true;
697 this.checkBoxMute.CheckedChanged += new System.EventHandler(this.checkBoxMute_CheckedChanged);
699 // trackBarMasterVolume
701 this.trackBarMasterVolume.BackColor = System.Drawing.SystemColors.Window;
702 this.trackBarMasterVolume.Location = new System.Drawing.Point(541, 6);
703 this.trackBarMasterVolume.Maximum = 100;
704 this.trackBarMasterVolume.Name = "trackBarMasterVolume";
705 this.trackBarMasterVolume.Orientation = System.Windows.Forms.Orientation.Vertical;
706 this.trackBarMasterVolume.Size = new System.Drawing.Size(45, 230);
707 this.trackBarMasterVolume.TabIndex = 0;
708 this.trackBarMasterVolume.TickFrequency = 10;
709 this.trackBarMasterVolume.TickStyle = System.Windows.Forms.TickStyle.Both;
710 this.toolTip.SetToolTip(this.trackBarMasterVolume, "Master Volume");
711 this.trackBarMasterVolume.Scroll += new System.EventHandler(this.trackBarMasterVolume_Scroll);
715 this.tabPageInput.Controls.Add(this.comboBoxOpticalDrives);
716 this.tabPageInput.Controls.Add(this.labelOpticalDriveEject);
717 this.tabPageInput.Controls.Add(this.pictureBoxGreenStart);
718 this.tabPageInput.Controls.Add(this.labelStartFileName);
719 this.tabPageInput.Controls.Add(this.buttonSelectFile);
720 this.tabPageInput.Location = new System.Drawing.Point(4, 22);
721 this.tabPageInput.Name = "tabPageInput";
722 this.tabPageInput.Padding = new System.Windows.Forms.Padding(3);
723 this.tabPageInput.Size = new System.Drawing.Size(592, 242);
724 this.tabPageInput.TabIndex = 6;
725 this.tabPageInput.Text = "Input";
726 this.tabPageInput.UseVisualStyleBackColor = true;
728 // comboBoxOpticalDrives
730 this.comboBoxOpticalDrives.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
731 this.comboBoxOpticalDrives.FormattingEnabled = true;
732 this.comboBoxOpticalDrives.Location = new System.Drawing.Point(113, 53);
733 this.comboBoxOpticalDrives.Name = "comboBoxOpticalDrives";
734 this.comboBoxOpticalDrives.Size = new System.Drawing.Size(55, 21);
735 this.comboBoxOpticalDrives.TabIndex = 18;
736 this.comboBoxOpticalDrives.SelectedIndexChanged += new System.EventHandler(this.comboBoxOpticalDrives_SelectedIndexChanged);
738 // labelOpticalDriveEject
740 this.labelOpticalDriveEject.AutoSize = true;
741 this.labelOpticalDriveEject.Location = new System.Drawing.Point(0, 56);
742 this.labelOpticalDriveEject.Name = "labelOpticalDriveEject";
743 this.labelOpticalDriveEject.Size = new System.Drawing.Size(107, 13);
744 this.labelOpticalDriveEject.TabIndex = 3;
745 this.labelOpticalDriveEject.Text = "Optical drive to eject:";
747 // pictureBoxGreenStart
749 this.pictureBoxGreenStart.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxGreenStart.Image")));
750 this.pictureBoxGreenStart.Location = new System.Drawing.Point(3, 6);
751 this.pictureBoxGreenStart.Name = "pictureBoxGreenStart";
752 this.pictureBoxGreenStart.Size = new System.Drawing.Size(32, 32);
753 this.pictureBoxGreenStart.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
754 this.pictureBoxGreenStart.TabIndex = 2;
755 this.pictureBoxGreenStart.TabStop = false;
757 // labelStartFileName
759 this.labelStartFileName.AutoSize = true;
760 this.labelStartFileName.Location = new System.Drawing.Point(72, 16);
761 this.labelStartFileName.Name = "labelStartFileName";
762 this.labelStartFileName.Size = new System.Drawing.Size(33, 13);
763 this.labelStartFileName.TabIndex = 1;
764 this.labelStartFileName.Text = "None";
768 this.buttonSelectFile.Location = new System.Drawing.Point(41, 11);
769 this.buttonSelectFile.Name = "buttonSelectFile";
770 this.buttonSelectFile.Size = new System.Drawing.Size(25, 23);
771 this.buttonSelectFile.TabIndex = 0;
772 this.buttonSelectFile.Text = "...";
773 this.buttonSelectFile.UseVisualStyleBackColor = true;
774 this.buttonSelectFile.Click += new System.EventHandler(this.buttonSelectFile_Click);
778 this.tabPageCec.Controls.Add(this.checkBoxCecMonitorOn);
779 this.tabPageCec.Controls.Add(this.checkBoxCecMonitorOff);
780 this.tabPageCec.Controls.Add(this.checkBoxCecEnabled);
781 this.tabPageCec.Controls.Add(this.labelHdmiPort);
782 this.tabPageCec.Controls.Add(this.comboBoxHdmiPort);
783 this.tabPageCec.Location = new System.Drawing.Point(4, 22);
784 this.tabPageCec.Name = "tabPageCec";
785 this.tabPageCec.Padding = new System.Windows.Forms.Padding(3);
786 this.tabPageCec.Size = new System.Drawing.Size(592, 242);
787 this.tabPageCec.TabIndex = 7;
788 this.tabPageCec.Text = "CEC";
789 this.tabPageCec.UseVisualStyleBackColor = true;
791 // checkBoxCecMonitorOn
793 this.checkBoxCecMonitorOn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
794 this.checkBoxCecMonitorOn.AutoSize = true;
795 this.checkBoxCecMonitorOn.Location = new System.Drawing.Point(6, 92);
796 this.checkBoxCecMonitorOn.Name = "checkBoxCecMonitorOn";
797 this.checkBoxCecMonitorOn.Size = new System.Drawing.Size(192, 17);
798 this.checkBoxCecMonitorOn.TabIndex = 23;
799 this.checkBoxCecMonitorOn.Text = "Wake up TV when screen turns on";
800 this.checkBoxCecMonitorOn.UseVisualStyleBackColor = true;
801 this.checkBoxCecMonitorOn.CheckedChanged += new System.EventHandler(this.checkBoxCecMonitorOn_CheckedChanged);
803 // checkBoxCecMonitorOff
805 this.checkBoxCecMonitorOff.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
806 this.checkBoxCecMonitorOff.AutoSize = true;
807 this.checkBoxCecMonitorOff.Location = new System.Drawing.Point(6, 69);
808 this.checkBoxCecMonitorOff.Name = "checkBoxCecMonitorOff";
809 this.checkBoxCecMonitorOff.Size = new System.Drawing.Size(219, 17);
810 this.checkBoxCecMonitorOff.TabIndex = 22;
811 this.checkBoxCecMonitorOff.Text = "Set TV on standby when screen turns off";
812 this.checkBoxCecMonitorOff.UseVisualStyleBackColor = true;
813 this.checkBoxCecMonitorOff.CheckedChanged += new System.EventHandler(this.checkBoxCecMonitorOff_CheckedChanged);
815 // checkBoxCecEnabled
817 this.checkBoxCecEnabled.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
818 this.checkBoxCecEnabled.AutoSize = true;
819 this.checkBoxCecEnabled.Location = new System.Drawing.Point(6, 6);
820 this.checkBoxCecEnabled.Name = "checkBoxCecEnabled";
821 this.checkBoxCecEnabled.Size = new System.Drawing.Size(83, 17);
822 this.checkBoxCecEnabled.TabIndex = 21;
823 this.checkBoxCecEnabled.Text = "Enable CEC";
824 this.checkBoxCecEnabled.UseVisualStyleBackColor = true;
825 this.checkBoxCecEnabled.CheckedChanged += new System.EventHandler(this.checkBoxCecEnabled_CheckedChanged);
829 this.labelHdmiPort.AutoSize = true;
830 this.labelHdmiPort.Location = new System.Drawing.Point(3, 26);
831 this.labelHdmiPort.Name = "labelHdmiPort";
832 this.labelHdmiPort.Size = new System.Drawing.Size(182, 13);
833 this.labelHdmiPort.TabIndex = 20;
834 this.labelHdmiPort.Text = "TV HDMI port connected to your PC:";
838 this.comboBoxHdmiPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
839 this.comboBoxHdmiPort.FormattingEnabled = true;
840 this.comboBoxHdmiPort.Items.AddRange(new object[] {
850 this.comboBoxHdmiPort.Location = new System.Drawing.Point(6, 42);
851 this.comboBoxHdmiPort.Name = "comboBoxHdmiPort";
852 this.comboBoxHdmiPort.Size = new System.Drawing.Size(87, 21);
853 this.comboBoxHdmiPort.TabIndex = 19;
854 this.comboBoxHdmiPort.SelectedIndexChanged += new System.EventHandler(this.comboBoxHdmiPort_SelectedIndexChanged);
858 this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
859 this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
860 this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
861 this.tabPageApp.Controls.Add(this.buttonUpdate);
862 this.tabPageApp.Location = new System.Drawing.Point(4, 22);
863 this.tabPageApp.Name = "tabPageApp";
864 this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
865 this.tabPageApp.Size = new System.Drawing.Size(592, 242);
866 this.tabPageApp.TabIndex = 4;
867 this.tabPageApp.Text = "Application";
868 this.tabPageApp.UseVisualStyleBackColor = true;
870 // checkBoxStartMinimized
872 this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
873 this.checkBoxStartMinimized.AutoSize = true;
874 this.checkBoxStartMinimized.Location = new System.Drawing.Point(8, 144);
875 this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
876 this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
877 this.checkBoxStartMinimized.TabIndex = 16;
878 this.checkBoxStartMinimized.Text = "Start minimized";
879 this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
880 this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
882 // checkBoxMinimizeToTray
884 this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
885 this.checkBoxMinimizeToTray.AutoSize = true;
886 this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(8, 167);
887 this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
888 this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
889 this.checkBoxMinimizeToTray.TabIndex = 15;
890 this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
891 this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
892 this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
896 this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
897 this.checkBoxAutoStart.AutoSize = true;
898 this.checkBoxAutoStart.Location = new System.Drawing.Point(8, 190);
899 this.checkBoxAutoStart.Name = "checkBoxAutoStart";
900 this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
901 this.checkBoxAutoStart.TabIndex = 14;
902 this.checkBoxAutoStart.Text = "Run on Windows startup";
903 this.checkBoxAutoStart.UseVisualStyleBackColor = true;
904 this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
908 this.buttonUpdate.Location = new System.Drawing.Point(6, 213);
909 this.buttonUpdate.Name = "buttonUpdate";
910 this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
911 this.buttonUpdate.TabIndex = 0;
912 this.buttonUpdate.Text = "Update";
913 this.buttonUpdate.UseVisualStyleBackColor = true;
914 this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
918 this.labelFontWidth.AutoSize = true;
919 this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
920 this.labelFontWidth.Name = "labelFontWidth";
921 this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
922 this.labelFontWidth.TabIndex = 19;
923 this.labelFontWidth.Text = "Font width";
927 this.labelFontHeight.AutoSize = true;
928 this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
929 this.labelFontHeight.Name = "labelFontHeight";
930 this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
931 this.labelFontHeight.TabIndex = 20;
932 this.labelFontHeight.Text = "Font height";
936 this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
938 // iButtonStartIdleClient
940 this.iButtonStartIdleClient.Location = new System.Drawing.Point(6, 35);
941 this.iButtonStartIdleClient.Name = "iButtonStartIdleClient";
942 this.iButtonStartIdleClient.Size = new System.Drawing.Size(96, 23);
943 this.iButtonStartIdleClient.TabIndex = 21;
944 this.iButtonStartIdleClient.Text = "Start Idle Client";
945 this.iButtonStartIdleClient.UseVisualStyleBackColor = true;
946 this.iButtonStartIdleClient.Click += new System.EventHandler(this.ButtonStartIdleClient_Click);
950 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
951 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
952 this.ClientSize = new System.Drawing.Size(624, 442);
953 this.Controls.Add(this.labelFontHeight);
954 this.Controls.Add(this.labelFontWidth);
955 this.Controls.Add(this.labelWarning);
956 this.Controls.Add(this.statusStrip);
957 this.Controls.Add(this.tabControl);
958 this.Controls.Add(this.panelDisplay);
959 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
960 this.MinimumSize = new System.Drawing.Size(640, 480);
961 this.Name = "MainForm";
962 this.Text = "Sharp Display Manager";
963 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
964 this.Load += new System.EventHandler(this.MainForm_Load);
965 this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
966 this.Resize += new System.EventHandler(this.MainForm_Resize);
967 this.panelDisplay.ResumeLayout(false);
968 this.iTableLayoutPanel.ResumeLayout(false);
969 this.iTableLayoutPanel.PerformLayout();
970 this.statusStrip.ResumeLayout(false);
971 this.statusStrip.PerformLayout();
972 this.tabPageClients.ResumeLayout(false);
973 this.tabPageDisplay.ResumeLayout(false);
974 this.tabPageDisplay.PerformLayout();
975 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
976 this.tabControl.ResumeLayout(false);
977 this.tabPageDesign.ResumeLayout(false);
978 this.tabPageDesign.PerformLayout();
979 this.tabPageAudio.ResumeLayout(false);
980 this.tabPageAudio.PerformLayout();
981 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).EndInit();
982 this.tabPageInput.ResumeLayout(false);
983 this.tabPageInput.PerformLayout();
984 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).EndInit();
985 this.tabPageCec.ResumeLayout(false);
986 this.tabPageCec.PerformLayout();
987 this.tabPageApp.ResumeLayout(false);
988 this.tabPageApp.PerformLayout();
989 this.ResumeLayout(false);
990 this.PerformLayout();
996 private System.Windows.Forms.FontDialog fontDialog;
997 private System.Windows.Forms.Timer timer;
998 private System.Windows.Forms.StatusStrip statusStrip;
999 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
1000 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
1001 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
1002 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
1003 private System.Windows.Forms.Panel panelDisplay;
1004 private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel;
1005 private MarqueeLabel marqueeLabelTop;
1006 private MarqueeLabel marqueeLabelBottom;
1007 private System.Windows.Forms.TabPage tabPageClients;
1008 private System.Windows.Forms.TreeView iTreeViewClients;
1009 private System.Windows.Forms.TabPage tabPageDisplay;
1010 private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
1011 private System.Windows.Forms.Button buttonSuspend;
1012 private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
1013 private System.Windows.Forms.CheckBox checkBoxShowBorders;
1014 private System.Windows.Forms.TrackBar trackBarBrightness;
1015 private System.Windows.Forms.Button buttonFill;
1016 private System.Windows.Forms.Button buttonClear;
1017 private System.Windows.Forms.Button buttonClose;
1018 private System.Windows.Forms.Button buttonOpen;
1019 private System.Windows.Forms.Button buttonCapture;
1020 private System.Windows.Forms.Button buttonFont;
1021 private System.Windows.Forms.TabControl tabControl;
1022 private System.Windows.Forms.Button buttonCloseClients;
1023 private System.Windows.Forms.Button buttonStartClient;
1024 private System.Windows.Forms.Label labelWarning;
1025 private System.Windows.Forms.TabPage tabPageDesign;
1026 private System.Windows.Forms.CheckBox checkBoxReverseScreen;
1027 private System.Windows.Forms.ComboBox comboBoxDisplayType;
1028 private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
1029 private System.Windows.Forms.Label labelTimerInterval;
1030 private System.Windows.Forms.Button buttonPowerOff;
1031 private System.Windows.Forms.Button buttonPowerOn;
1032 private System.Windows.Forms.Button buttonShowClock;
1033 private System.Windows.Forms.Button buttonHideClock;
1034 private System.Windows.Forms.Label labelFontWidth;
1035 private System.Windows.Forms.Label labelFontHeight;
1036 private System.Windows.Forms.CheckBox checkBoxInverseColors;
1037 private System.Windows.Forms.TabPage tabPageApp;
1038 private System.Windows.Forms.Button buttonUpdate;
1039 private System.Windows.Forms.CheckBox checkBoxAutoStart;
1040 private System.Windows.Forms.CheckBox checkBoxStartMinimized;
1041 private System.Windows.Forms.CheckBox checkBoxMinimizeToTray;
1042 private System.Windows.Forms.MaskedTextBox maskedTextBoxMinFontSize;
1043 private System.Windows.Forms.CheckBox checkBoxScaleToFit;
1044 private System.Windows.Forms.Label labelMinFontSize;
1045 private System.Windows.Forms.Label labelScrollLoopSeparator;
1046 private System.Windows.Forms.TextBox textBoxScrollLoopSeparator;
1047 private System.Windows.Forms.Label labelScrollingSpeed;
1048 private System.Windows.Forms.MaskedTextBox maskedTextBoxScrollingSpeed;
1049 private System.Windows.Forms.ToolTip toolTip;
1050 private System.Windows.Forms.TabPage tabPageAudio;
1051 private System.Windows.Forms.TrackBar trackBarMasterVolume;
1052 private System.Windows.Forms.CheckBox checkBoxMute;
1053 private System.Windows.Forms.CheckBox checkBoxShowVolumeLabel;
1054 private System.Windows.Forms.Label labelDefaultAudioDevice;
1055 private System.Windows.Forms.TabPage tabPageInput;
1056 private System.Windows.Forms.Button buttonSelectFile;
1057 private System.Windows.Forms.OpenFileDialog openFileDialog;
1058 private System.Windows.Forms.Label labelStartFileName;
1059 private System.Windows.Forms.PictureBox pictureBoxGreenStart;
1060 private System.Windows.Forms.ComboBox comboBoxOpticalDrives;
1061 private System.Windows.Forms.Label labelOpticalDriveEject;
1062 private System.Windows.Forms.TabPage tabPageCec;
1063 private System.Windows.Forms.CheckBox checkBoxCecEnabled;
1064 private System.Windows.Forms.Label labelHdmiPort;
1065 private System.Windows.Forms.ComboBox comboBoxHdmiPort;
1066 private System.Windows.Forms.CheckBox checkBoxCecMonitorOn;
1067 private System.Windows.Forms.CheckBox checkBoxCecMonitorOff;
1068 private System.Windows.Forms.Button iButtonStartIdleClient;