Make sure action edit combo box for enums is long enough.
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.iCheckBoxStartIdleClient = new System.Windows.Forms.CheckBox();
55 this.iButtonStartIdleClient = new System.Windows.Forms.Button();
56 this.buttonCloseClients = new System.Windows.Forms.Button();
57 this.buttonStartClient = new System.Windows.Forms.Button();
58 this.iTreeViewClients = new System.Windows.Forms.TreeView();
59 this.tabPageDisplay = new System.Windows.Forms.TabPage();
60 this.buttonShowClock = new System.Windows.Forms.Button();
61 this.buttonHideClock = new System.Windows.Forms.Button();
62 this.buttonPowerOff = new System.Windows.Forms.Button();
63 this.buttonPowerOn = new System.Windows.Forms.Button();
64 this.labelTimerInterval = new System.Windows.Forms.Label();
65 this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
66 this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
67 this.buttonSuspend = new System.Windows.Forms.Button();
68 this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
69 this.trackBarBrightness = new System.Windows.Forms.TrackBar();
70 this.buttonFill = new System.Windows.Forms.Button();
71 this.buttonClear = new System.Windows.Forms.Button();
72 this.buttonClose = new System.Windows.Forms.Button();
73 this.buttonOpen = new System.Windows.Forms.Button();
74 this.buttonCapture = new System.Windows.Forms.Button();
75 this.labelWarning = new System.Windows.Forms.Label();
76 this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
77 this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
78 this.buttonFont = new System.Windows.Forms.Button();
79 this.tabControl = new System.Windows.Forms.TabControl();
80 this.tabPageDesign = new System.Windows.Forms.TabPage();
81 this.labelScrollingSpeed = new System.Windows.Forms.Label();
82 this.maskedTextBoxScrollingSpeed = new System.Windows.Forms.MaskedTextBox();
83 this.labelScrollLoopSeparator = new System.Windows.Forms.Label();
84 this.textBoxScrollLoopSeparator = new System.Windows.Forms.TextBox();
85 this.labelMinFontSize = new System.Windows.Forms.Label();
86 this.maskedTextBoxMinFontSize = new System.Windows.Forms.MaskedTextBox();
87 this.checkBoxScaleToFit = new System.Windows.Forms.CheckBox();
88 this.checkBoxInverseColors = new System.Windows.Forms.CheckBox();
89 this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
90 this.tabPageAudio = new System.Windows.Forms.TabPage();
91 this.labelDefaultAudioDevice = new System.Windows.Forms.Label();
92 this.checkBoxShowVolumeLabel = new System.Windows.Forms.CheckBox();
93 this.checkBoxMute = new System.Windows.Forms.CheckBox();
94 this.trackBarMasterVolume = new System.Windows.Forms.TrackBar();
95 this.tabPageInput = new System.Windows.Forms.TabPage();
96 this.comboBoxOpticalDrives = new System.Windows.Forms.ComboBox();
97 this.labelOpticalDriveEject = new System.Windows.Forms.Label();
98 this.pictureBoxGreenStart = new System.Windows.Forms.PictureBox();
99 this.labelStartFileName = new System.Windows.Forms.Label();
100 this.buttonSelectFile = new System.Windows.Forms.Button();
101 this.tabPageCec = new System.Windows.Forms.TabPage();
102 this.groupBoxCecLogOptions = new System.Windows.Forms.GroupBox();
103 this.checkBoxCecLogNoPoll = new System.Windows.Forms.CheckBox();
104 this.checkBoxCecLogTraffic = new System.Windows.Forms.CheckBox();
105 this.checkBoxCecLogDebug = new System.Windows.Forms.CheckBox();
106 this.checkBoxCecLogNotice = new System.Windows.Forms.CheckBox();
107 this.checkBoxCecLogError = new System.Windows.Forms.CheckBox();
108 this.checkBoxCecLogWarning = new System.Windows.Forms.CheckBox();
109 this.checkBoxCecEnabled = new System.Windows.Forms.CheckBox();
110 this.labelHdmiPort = new System.Windows.Forms.Label();
111 this.comboBoxHdmiPort = new System.Windows.Forms.ComboBox();
112 this.tabPageEvent = new System.Windows.Forms.TabPage();
113 this.buttonActionMoveUp = new System.Windows.Forms.Button();
114 this.buttonActionMoveDown = new System.Windows.Forms.Button();
115 this.buttonTestAction = new System.Windows.Forms.Button();
116 this.buttonDeleteAction = new System.Windows.Forms.Button();
117 this.buttonAddAction = new System.Windows.Forms.Button();
118 this.iTreeViewEvents = new System.Windows.Forms.TreeView();
119 this.tabPageApp = new System.Windows.Forms.TabPage();
120 this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
121 this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
122 this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
123 this.buttonUpdate = new System.Windows.Forms.Button();
124 this.tabPageLogs = new System.Windows.Forms.TabPage();
125 this.buttonClearLogs = new System.Windows.Forms.Button();
126 this.richTextBoxLogs = new System.Windows.Forms.RichTextBox();
127 this.labelFontWidth = new System.Windows.Forms.Label();
128 this.labelFontHeight = new System.Windows.Forms.Label();
129 this.toolTip = new System.Windows.Forms.ToolTip(this.components);
130 this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
131 this.panelDisplay.SuspendLayout();
132 this.iTableLayoutPanel.SuspendLayout();
133 this.statusStrip.SuspendLayout();
134 this.tabPageClients.SuspendLayout();
135 this.tabPageDisplay.SuspendLayout();
136 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
137 this.tabControl.SuspendLayout();
138 this.tabPageDesign.SuspendLayout();
139 this.tabPageAudio.SuspendLayout();
140 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).BeginInit();
141 this.tabPageInput.SuspendLayout();
142 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).BeginInit();
143 this.tabPageCec.SuspendLayout();
144 this.groupBoxCecLogOptions.SuspendLayout();
145 this.tabPageEvent.SuspendLayout();
146 this.tabPageApp.SuspendLayout();
147 this.tabPageLogs.SuspendLayout();
148 this.SuspendLayout();
152 this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
153 this.panelDisplay.Controls.Add(this.iTableLayoutPanel);
154 this.panelDisplay.Location = new System.Drawing.Point(173, 40);
155 this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
156 this.panelDisplay.Name = "panelDisplay";
157 this.panelDisplay.Size = new System.Drawing.Size(258, 66);
158 this.panelDisplay.TabIndex = 12;
162 this.iTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
163 | System.Windows.Forms.AnchorStyles.Left)
164 | System.Windows.Forms.AnchorStyles.Right)));
165 this.iTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
166 this.iTableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
167 this.iTableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
168 this.iTableLayoutPanel.ColumnCount = 1;
169 this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
170 this.iTableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
171 this.iTableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
172 this.iTableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
173 this.iTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
174 this.iTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
175 this.iTableLayoutPanel.Name = "iTableLayoutPanel";
176 this.iTableLayoutPanel.RowCount = 2;
177 this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
178 this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
179 this.iTableLayoutPanel.Size = new System.Drawing.Size(256, 64);
180 this.iTableLayoutPanel.TabIndex = 5;
181 this.iTableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged);
185 this.marqueeLabelTop.AutoEllipsis = true;
186 this.marqueeLabelTop.AutoSize = true;
187 this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
188 this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
189 this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
190 this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
191 this.marqueeLabelTop.MinFontSize = 15F;
192 this.marqueeLabelTop.Name = "marqueeLabelTop";
193 this.marqueeLabelTop.OwnTimer = false;
194 this.marqueeLabelTop.PixelsPerSecond = 64;
195 this.marqueeLabelTop.ScaleToFit = true;
196 this.marqueeLabelTop.Separator = "|";
197 this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
198 this.marqueeLabelTop.TabIndex = 2;
199 this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
200 this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
201 this.marqueeLabelTop.UseCompatibleTextRendering = true;
203 // marqueeLabelBottom
205 this.marqueeLabelBottom.AutoEllipsis = true;
206 this.marqueeLabelBottom.AutoSize = true;
207 this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
208 this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
209 this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
210 this.marqueeLabelBottom.MinFontSize = 15F;
211 this.marqueeLabelBottom.Name = "marqueeLabelBottom";
212 this.marqueeLabelBottom.OwnTimer = false;
213 this.marqueeLabelBottom.PixelsPerSecond = 64;
214 this.marqueeLabelBottom.ScaleToFit = true;
215 this.marqueeLabelBottom.Separator = "|";
216 this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
217 this.marqueeLabelBottom.TabIndex = 3;
218 this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
219 this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
220 this.marqueeLabelBottom.UseCompatibleTextRendering = true;
224 this.timer.Interval = 50;
225 this.timer.Tick += new System.EventHandler(this.timer_Tick);
229 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
230 this.toolStripStatusLabelConnect,
231 this.toolStripStatusLabelSpring,
232 this.toolStripStatusLabelPower,
233 this.toolStripStatusLabelFps});
234 this.statusStrip.Location = new System.Drawing.Point(0, 539);
235 this.statusStrip.Name = "statusStrip";
236 this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
237 this.statusStrip.Size = new System.Drawing.Size(784, 22);
238 this.statusStrip.TabIndex = 1;
239 this.statusStrip.Text = "statusStrip";
241 // toolStripStatusLabelConnect
243 this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
244 this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
245 this.toolStripStatusLabelConnect.Text = "Not connected";
247 // toolStripStatusLabelSpring
249 this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
250 this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(633, 17);
251 this.toolStripStatusLabelSpring.Spring = true;
253 // toolStripStatusLabelPower
255 this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
256 this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
257 this.toolStripStatusLabelPower.Text = "NA";
259 // toolStripStatusLabelFps
261 this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
262 this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
263 this.toolStripStatusLabelFps.Text = "FPS";
267 this.tabPageClients.Controls.Add(this.iCheckBoxStartIdleClient);
268 this.tabPageClients.Controls.Add(this.iButtonStartIdleClient);
269 this.tabPageClients.Controls.Add(this.buttonCloseClients);
270 this.tabPageClients.Controls.Add(this.buttonStartClient);
271 this.tabPageClients.Controls.Add(this.iTreeViewClients);
272 this.tabPageClients.Location = new System.Drawing.Point(4, 22);
273 this.tabPageClients.Name = "tabPageClients";
274 this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
275 this.tabPageClients.Size = new System.Drawing.Size(752, 385);
276 this.tabPageClients.TabIndex = 2;
277 this.tabPageClients.Text = "Clients";
278 this.tabPageClients.UseVisualStyleBackColor = true;
280 // iCheckBoxStartIdleClient
282 this.iCheckBoxStartIdleClient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
283 this.iCheckBoxStartIdleClient.AutoSize = true;
284 this.iCheckBoxStartIdleClient.Location = new System.Drawing.Point(108, 340);
285 this.iCheckBoxStartIdleClient.Name = "iCheckBoxStartIdleClient";
286 this.iCheckBoxStartIdleClient.Size = new System.Drawing.Size(145, 17);
287 this.iCheckBoxStartIdleClient.TabIndex = 22;
288 this.iCheckBoxStartIdleClient.Text = "Start idle client on startup";
289 this.iCheckBoxStartIdleClient.UseVisualStyleBackColor = true;
290 this.iCheckBoxStartIdleClient.CheckedChanged += new System.EventHandler(this.checkBoxStartIdleClient_CheckedChanged);
292 // iButtonStartIdleClient
294 this.iButtonStartIdleClient.Location = new System.Drawing.Point(6, 35);
295 this.iButtonStartIdleClient.Name = "iButtonStartIdleClient";
296 this.iButtonStartIdleClient.Size = new System.Drawing.Size(96, 23);
297 this.iButtonStartIdleClient.TabIndex = 21;
298 this.iButtonStartIdleClient.Text = "Start Idle Client";
299 this.iButtonStartIdleClient.UseVisualStyleBackColor = true;
300 this.iButtonStartIdleClient.Click += new System.EventHandler(this.ButtonStartIdleClient_Click);
302 // buttonCloseClients
304 this.buttonCloseClients.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
305 this.buttonCloseClients.Location = new System.Drawing.Point(6, 336);
306 this.buttonCloseClients.Name = "buttonCloseClients";
307 this.buttonCloseClients.Size = new System.Drawing.Size(96, 23);
308 this.buttonCloseClients.TabIndex = 20;
309 this.buttonCloseClients.Text = "Close Clients";
310 this.buttonCloseClients.UseVisualStyleBackColor = true;
311 this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
315 this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
316 this.buttonStartClient.Name = "buttonStartClient";
317 this.buttonStartClient.Size = new System.Drawing.Size(96, 23);
318 this.buttonStartClient.TabIndex = 19;
319 this.buttonStartClient.Text = "Start Test Client";
320 this.buttonStartClient.UseVisualStyleBackColor = true;
321 this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
325 this.iTreeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
326 | System.Windows.Forms.AnchorStyles.Left)
327 | System.Windows.Forms.AnchorStyles.Right)));
328 this.iTreeViewClients.Location = new System.Drawing.Point(108, 6);
329 this.iTreeViewClients.Name = "iTreeViewClients";
330 this.iTreeViewClients.Size = new System.Drawing.Size(638, 328);
331 this.iTreeViewClients.TabIndex = 0;
332 this.iTreeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
336 this.tabPageDisplay.Controls.Add(this.buttonShowClock);
337 this.tabPageDisplay.Controls.Add(this.buttonHideClock);
338 this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
339 this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
340 this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
341 this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
342 this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
343 this.tabPageDisplay.Controls.Add(this.buttonSuspend);
344 this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
345 this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
346 this.tabPageDisplay.Controls.Add(this.buttonFill);
347 this.tabPageDisplay.Controls.Add(this.buttonClear);
348 this.tabPageDisplay.Controls.Add(this.buttonClose);
349 this.tabPageDisplay.Controls.Add(this.buttonOpen);
350 this.tabPageDisplay.Controls.Add(this.buttonCapture);
351 this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
352 this.tabPageDisplay.Name = "tabPageDisplay";
353 this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
354 this.tabPageDisplay.Size = new System.Drawing.Size(752, 385);
355 this.tabPageDisplay.TabIndex = 0;
356 this.tabPageDisplay.Text = "Display";
357 this.tabPageDisplay.UseVisualStyleBackColor = true;
361 this.buttonShowClock.Location = new System.Drawing.Point(6, 122);
362 this.buttonShowClock.Name = "buttonShowClock";
363 this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
364 this.buttonShowClock.TabIndex = 23;
365 this.buttonShowClock.Text = "Show Clock";
366 this.buttonShowClock.UseVisualStyleBackColor = true;
367 this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
371 this.buttonHideClock.Location = new System.Drawing.Point(6, 151);
372 this.buttonHideClock.Name = "buttonHideClock";
373 this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
374 this.buttonHideClock.TabIndex = 22;
375 this.buttonHideClock.Text = "Hide Clock";
376 this.buttonHideClock.UseVisualStyleBackColor = true;
377 this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
381 this.buttonPowerOff.Location = new System.Drawing.Point(6, 209);
382 this.buttonPowerOff.Name = "buttonPowerOff";
383 this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
384 this.buttonPowerOff.TabIndex = 21;
385 this.buttonPowerOff.Text = "OFF";
386 this.buttonPowerOff.UseVisualStyleBackColor = true;
387 this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
391 this.buttonPowerOn.Location = new System.Drawing.Point(6, 180);
392 this.buttonPowerOn.Name = "buttonPowerOn";
393 this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
394 this.buttonPowerOn.TabIndex = 20;
395 this.buttonPowerOn.Text = "ON";
396 this.buttonPowerOn.UseVisualStyleBackColor = true;
397 this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
399 // labelTimerInterval
401 this.labelTimerInterval.AutoSize = true;
402 this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
403 this.labelTimerInterval.Name = "labelTimerInterval";
404 this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
405 this.labelTimerInterval.TabIndex = 19;
406 this.labelTimerInterval.Text = "Timer interval (ms) :";
408 // maskedTextBoxTimerInterval
410 this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
411 this.maskedTextBoxTimerInterval.Mask = "000";
412 this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
413 this.maskedTextBoxTimerInterval.PromptChar = ' ';
414 this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
415 this.maskedTextBoxTimerInterval.TabIndex = 18;
416 this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
418 // comboBoxDisplayType
420 this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
421 this.comboBoxDisplayType.FormattingEnabled = true;
422 this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
423 this.comboBoxDisplayType.Name = "comboBoxDisplayType";
424 this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
425 this.comboBoxDisplayType.TabIndex = 17;
426 this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
430 this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
431 this.buttonSuspend.Location = new System.Drawing.Point(6, 317);
432 this.buttonSuspend.Name = "buttonSuspend";
433 this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
434 this.buttonSuspend.TabIndex = 16;
435 this.buttonSuspend.Text = "Pause";
436 this.buttonSuspend.UseVisualStyleBackColor = true;
437 this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
439 // checkBoxConnectOnStartup
441 this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
442 this.checkBoxConnectOnStartup.AutoSize = true;
443 this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 350);
444 this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
445 this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
446 this.checkBoxConnectOnStartup.TabIndex = 13;
447 this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
448 this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
449 this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
451 // trackBarBrightness
453 this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
454 | System.Windows.Forms.AnchorStyles.Right)));
455 this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
456 this.trackBarBrightness.Location = new System.Drawing.Point(704, 9);
457 this.trackBarBrightness.Name = "trackBarBrightness";
458 this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
459 this.trackBarBrightness.Size = new System.Drawing.Size(45, 358);
460 this.trackBarBrightness.TabIndex = 10;
461 this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
462 this.toolTip.SetToolTip(this.trackBarBrightness, "Brightness adjustment");
463 this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
467 this.buttonFill.Location = new System.Drawing.Point(6, 93);
468 this.buttonFill.Name = "buttonFill";
469 this.buttonFill.Size = new System.Drawing.Size(75, 23);
470 this.buttonFill.TabIndex = 9;
471 this.buttonFill.Text = "Fill";
472 this.buttonFill.UseVisualStyleBackColor = true;
473 this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
477 this.buttonClear.Location = new System.Drawing.Point(6, 64);
478 this.buttonClear.Name = "buttonClear";
479 this.buttonClear.Size = new System.Drawing.Size(75, 23);
480 this.buttonClear.TabIndex = 8;
481 this.buttonClear.Text = "Clear";
482 this.buttonClear.UseVisualStyleBackColor = true;
483 this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
487 this.buttonClose.Location = new System.Drawing.Point(6, 35);
488 this.buttonClose.Name = "buttonClose";
489 this.buttonClose.Size = new System.Drawing.Size(75, 23);
490 this.buttonClose.TabIndex = 7;
491 this.buttonClose.Text = "Close";
492 this.buttonClose.UseVisualStyleBackColor = true;
493 this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
497 this.buttonOpen.Location = new System.Drawing.Point(6, 6);
498 this.buttonOpen.Name = "buttonOpen";
499 this.buttonOpen.Size = new System.Drawing.Size(75, 23);
500 this.buttonOpen.TabIndex = 6;
501 this.buttonOpen.Text = "Open";
502 this.buttonOpen.UseVisualStyleBackColor = true;
503 this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
507 this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
508 this.buttonCapture.Location = new System.Drawing.Point(6, 346);
509 this.buttonCapture.Name = "buttonCapture";
510 this.buttonCapture.Size = new System.Drawing.Size(75, 23);
511 this.buttonCapture.TabIndex = 5;
512 this.buttonCapture.Text = "Capture";
513 this.buttonCapture.UseVisualStyleBackColor = true;
514 this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
518 this.labelWarning.AutoSize = true;
519 this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
520 this.labelWarning.ForeColor = System.Drawing.Color.Red;
521 this.labelWarning.Location = new System.Drawing.Point(9, 9);
522 this.labelWarning.Name = "labelWarning";
523 this.labelWarning.Size = new System.Drawing.Size(80, 16);
524 this.labelWarning.TabIndex = 18;
525 this.labelWarning.Text = "WARNING";
526 this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
527 this.labelWarning.Visible = false;
529 // checkBoxFixedPitchFontOnly
531 this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
532 this.checkBoxFixedPitchFontOnly.AutoSize = true;
533 this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 362);
534 this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
535 this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
536 this.checkBoxFixedPitchFontOnly.TabIndex = 17;
537 this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
538 this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
540 // checkBoxShowBorders
542 this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
543 this.checkBoxShowBorders.AutoSize = true;
544 this.checkBoxShowBorders.Location = new System.Drawing.Point(645, 29);
545 this.checkBoxShowBorders.Name = "checkBoxShowBorders";
546 this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
547 this.checkBoxShowBorders.TabIndex = 11;
548 this.checkBoxShowBorders.Text = "Show borders";
549 this.checkBoxShowBorders.UseVisualStyleBackColor = true;
550 this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
554 this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
555 this.buttonFont.Location = new System.Drawing.Point(6, 356);
556 this.buttonFont.Name = "buttonFont";
557 this.buttonFont.Size = new System.Drawing.Size(75, 23);
558 this.buttonFont.TabIndex = 0;
559 this.buttonFont.Text = "Select Font";
560 this.buttonFont.UseVisualStyleBackColor = true;
561 this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
565 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
566 | System.Windows.Forms.AnchorStyles.Left)
567 | System.Windows.Forms.AnchorStyles.Right)));
568 this.tabControl.Controls.Add(this.tabPageDisplay);
569 this.tabControl.Controls.Add(this.tabPageClients);
570 this.tabControl.Controls.Add(this.tabPageDesign);
571 this.tabControl.Controls.Add(this.tabPageAudio);
572 this.tabControl.Controls.Add(this.tabPageInput);
573 this.tabControl.Controls.Add(this.tabPageCec);
574 this.tabControl.Controls.Add(this.tabPageEvent);
575 this.tabControl.Controls.Add(this.tabPageApp);
576 this.tabControl.Controls.Add(this.tabPageLogs);
577 this.tabControl.Location = new System.Drawing.Point(12, 125);
578 this.tabControl.Name = "tabControl";
579 this.tabControl.SelectedIndex = 0;
580 this.tabControl.Size = new System.Drawing.Size(760, 411);
581 this.tabControl.TabIndex = 0;
585 this.tabPageDesign.Controls.Add(this.labelScrollingSpeed);
586 this.tabPageDesign.Controls.Add(this.maskedTextBoxScrollingSpeed);
587 this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator);
588 this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator);
589 this.tabPageDesign.Controls.Add(this.labelMinFontSize);
590 this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize);
591 this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit);
592 this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
593 this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
594 this.tabPageDesign.Controls.Add(this.buttonFont);
595 this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
596 this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
597 this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
598 this.tabPageDesign.Name = "tabPageDesign";
599 this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
600 this.tabPageDesign.Size = new System.Drawing.Size(752, 385);
601 this.tabPageDesign.TabIndex = 3;
602 this.tabPageDesign.Text = "Design";
603 this.tabPageDesign.UseVisualStyleBackColor = true;
605 // labelScrollingSpeed
607 this.labelScrollingSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
608 this.labelScrollingSpeed.AutoSize = true;
609 this.labelScrollingSpeed.Location = new System.Drawing.Point(92, 248);
610 this.labelScrollingSpeed.Name = "labelScrollingSpeed";
611 this.labelScrollingSpeed.Size = new System.Drawing.Size(115, 13);
612 this.labelScrollingSpeed.TabIndex = 28;
613 this.labelScrollingSpeed.Text = "Scrolling speed (px/s) :";
615 // maskedTextBoxScrollingSpeed
617 this.maskedTextBoxScrollingSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
618 this.maskedTextBoxScrollingSpeed.Location = new System.Drawing.Point(213, 245);
619 this.maskedTextBoxScrollingSpeed.Mask = "000";
620 this.maskedTextBoxScrollingSpeed.Name = "maskedTextBoxScrollingSpeed";
621 this.maskedTextBoxScrollingSpeed.PromptChar = ' ';
622 this.maskedTextBoxScrollingSpeed.Size = new System.Drawing.Size(24, 20);
623 this.maskedTextBoxScrollingSpeed.TabIndex = 27;
624 this.maskedTextBoxScrollingSpeed.TextChanged += new System.EventHandler(this.maskedTextBoxScrollingSpeed_TextChanged);
626 // labelScrollLoopSeparator
628 this.labelScrollLoopSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
629 this.labelScrollLoopSeparator.AutoSize = true;
630 this.labelScrollLoopSeparator.Location = new System.Drawing.Point(98, 274);
631 this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator";
632 this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13);
633 this.labelScrollLoopSeparator.TabIndex = 26;
634 this.labelScrollLoopSeparator.Text = "Scroll loop separator :";
636 // textBoxScrollLoopSeparator
638 this.textBoxScrollLoopSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
639 this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(213, 271);
640 this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator";
641 this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20);
642 this.textBoxScrollLoopSeparator.TabIndex = 25;
643 this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged);
647 this.labelMinFontSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
648 this.labelMinFontSize.AutoSize = true;
649 this.labelMinFontSize.Location = new System.Drawing.Point(88, 323);
650 this.labelMinFontSize.Name = "labelMinFontSize";
651 this.labelMinFontSize.Size = new System.Drawing.Size(119, 13);
652 this.labelMinFontSize.TabIndex = 24;
653 this.labelMinFontSize.Text = "Minimum font size (pts) :";
655 // maskedTextBoxMinFontSize
657 this.maskedTextBoxMinFontSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
658 this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(213, 320);
659 this.maskedTextBoxMinFontSize.Mask = "000";
660 this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize";
661 this.maskedTextBoxMinFontSize.PromptChar = ' ';
662 this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20);
663 this.maskedTextBoxMinFontSize.TabIndex = 23;
664 this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged);
666 // checkBoxScaleToFit
668 this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
669 this.checkBoxScaleToFit.AutoSize = true;
670 this.checkBoxScaleToFit.Location = new System.Drawing.Point(86, 297);
671 this.checkBoxScaleToFit.Name = "checkBoxScaleToFit";
672 this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17);
673 this.checkBoxScaleToFit.TabIndex = 22;
674 this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling";
675 this.checkBoxScaleToFit.UseVisualStyleBackColor = true;
676 this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged);
678 // checkBoxInverseColors
680 this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
681 this.checkBoxInverseColors.AutoSize = true;
682 this.checkBoxInverseColors.Location = new System.Drawing.Point(645, 52);
683 this.checkBoxInverseColors.Name = "checkBoxInverseColors";
684 this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
685 this.checkBoxInverseColors.TabIndex = 21;
686 this.checkBoxInverseColors.Text = "Inverse colors";
687 this.checkBoxInverseColors.UseVisualStyleBackColor = true;
688 this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
690 // checkBoxReverseScreen
692 this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
693 this.checkBoxReverseScreen.AutoSize = true;
694 this.checkBoxReverseScreen.Location = new System.Drawing.Point(645, 6);
695 this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
696 this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
697 this.checkBoxReverseScreen.TabIndex = 14;
698 this.checkBoxReverseScreen.Text = "Reverse screen";
699 this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
700 this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
704 this.tabPageAudio.Controls.Add(this.labelDefaultAudioDevice);
705 this.tabPageAudio.Controls.Add(this.checkBoxShowVolumeLabel);
706 this.tabPageAudio.Controls.Add(this.checkBoxMute);
707 this.tabPageAudio.Controls.Add(this.trackBarMasterVolume);
708 this.tabPageAudio.Location = new System.Drawing.Point(4, 22);
709 this.tabPageAudio.Name = "tabPageAudio";
710 this.tabPageAudio.Padding = new System.Windows.Forms.Padding(3);
711 this.tabPageAudio.Size = new System.Drawing.Size(752, 385);
712 this.tabPageAudio.TabIndex = 5;
713 this.tabPageAudio.Text = "Audio";
714 this.tabPageAudio.UseVisualStyleBackColor = true;
716 // labelDefaultAudioDevice
718 this.labelDefaultAudioDevice.AutoSize = true;
719 this.labelDefaultAudioDevice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
720 this.labelDefaultAudioDevice.Location = new System.Drawing.Point(3, 6);
721 this.labelDefaultAudioDevice.Name = "labelDefaultAudioDevice";
722 this.labelDefaultAudioDevice.Size = new System.Drawing.Size(120, 13);
723 this.labelDefaultAudioDevice.TabIndex = 19;
724 this.labelDefaultAudioDevice.Text = "Audio Device Unknown";
726 // checkBoxShowVolumeLabel
728 this.checkBoxShowVolumeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
729 this.checkBoxShowVolumeLabel.AutoSize = true;
730 this.checkBoxShowVolumeLabel.Location = new System.Drawing.Point(3, 329);
731 this.checkBoxShowVolumeLabel.Name = "checkBoxShowVolumeLabel";
732 this.checkBoxShowVolumeLabel.Size = new System.Drawing.Size(115, 17);
733 this.checkBoxShowVolumeLabel.TabIndex = 18;
734 this.checkBoxShowVolumeLabel.Text = "Show volume label";
735 this.checkBoxShowVolumeLabel.UseVisualStyleBackColor = true;
736 this.checkBoxShowVolumeLabel.CheckedChanged += new System.EventHandler(this.checkBoxShowVolumeLabel_CheckedChanged);
740 this.checkBoxMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
741 this.checkBoxMute.AutoSize = true;
742 this.checkBoxMute.Location = new System.Drawing.Point(3, 352);
743 this.checkBoxMute.Name = "checkBoxMute";
744 this.checkBoxMute.Size = new System.Drawing.Size(50, 17);
745 this.checkBoxMute.TabIndex = 17;
746 this.checkBoxMute.Text = "Mute";
747 this.checkBoxMute.UseVisualStyleBackColor = true;
748 this.checkBoxMute.CheckedChanged += new System.EventHandler(this.checkBoxMute_CheckedChanged);
750 // trackBarMasterVolume
752 this.trackBarMasterVolume.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
753 | System.Windows.Forms.AnchorStyles.Right)));
754 this.trackBarMasterVolume.BackColor = System.Drawing.SystemColors.Window;
755 this.trackBarMasterVolume.Location = new System.Drawing.Point(701, 6);
756 this.trackBarMasterVolume.Maximum = 100;
757 this.trackBarMasterVolume.Name = "trackBarMasterVolume";
758 this.trackBarMasterVolume.Orientation = System.Windows.Forms.Orientation.Vertical;
759 this.trackBarMasterVolume.Size = new System.Drawing.Size(45, 373);
760 this.trackBarMasterVolume.TabIndex = 0;
761 this.trackBarMasterVolume.TickFrequency = 10;
762 this.trackBarMasterVolume.TickStyle = System.Windows.Forms.TickStyle.Both;
763 this.toolTip.SetToolTip(this.trackBarMasterVolume, "Master Volume");
764 this.trackBarMasterVolume.Scroll += new System.EventHandler(this.trackBarMasterVolume_Scroll);
768 this.tabPageInput.Controls.Add(this.comboBoxOpticalDrives);
769 this.tabPageInput.Controls.Add(this.labelOpticalDriveEject);
770 this.tabPageInput.Controls.Add(this.pictureBoxGreenStart);
771 this.tabPageInput.Controls.Add(this.labelStartFileName);
772 this.tabPageInput.Controls.Add(this.buttonSelectFile);
773 this.tabPageInput.Location = new System.Drawing.Point(4, 22);
774 this.tabPageInput.Name = "tabPageInput";
775 this.tabPageInput.Padding = new System.Windows.Forms.Padding(3);
776 this.tabPageInput.Size = new System.Drawing.Size(752, 385);
777 this.tabPageInput.TabIndex = 6;
778 this.tabPageInput.Text = "Input";
779 this.tabPageInput.UseVisualStyleBackColor = true;
781 // comboBoxOpticalDrives
783 this.comboBoxOpticalDrives.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
784 this.comboBoxOpticalDrives.FormattingEnabled = true;
785 this.comboBoxOpticalDrives.Location = new System.Drawing.Point(113, 53);
786 this.comboBoxOpticalDrives.Name = "comboBoxOpticalDrives";
787 this.comboBoxOpticalDrives.Size = new System.Drawing.Size(55, 21);
788 this.comboBoxOpticalDrives.TabIndex = 18;
789 this.comboBoxOpticalDrives.SelectedIndexChanged += new System.EventHandler(this.comboBoxOpticalDrives_SelectedIndexChanged);
791 // labelOpticalDriveEject
793 this.labelOpticalDriveEject.AutoSize = true;
794 this.labelOpticalDriveEject.Location = new System.Drawing.Point(0, 56);
795 this.labelOpticalDriveEject.Name = "labelOpticalDriveEject";
796 this.labelOpticalDriveEject.Size = new System.Drawing.Size(107, 13);
797 this.labelOpticalDriveEject.TabIndex = 3;
798 this.labelOpticalDriveEject.Text = "Optical drive to eject:";
800 // pictureBoxGreenStart
802 this.pictureBoxGreenStart.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxGreenStart.Image")));
803 this.pictureBoxGreenStart.Location = new System.Drawing.Point(3, 6);
804 this.pictureBoxGreenStart.Name = "pictureBoxGreenStart";
805 this.pictureBoxGreenStart.Size = new System.Drawing.Size(32, 32);
806 this.pictureBoxGreenStart.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
807 this.pictureBoxGreenStart.TabIndex = 2;
808 this.pictureBoxGreenStart.TabStop = false;
810 // labelStartFileName
812 this.labelStartFileName.AutoSize = true;
813 this.labelStartFileName.Location = new System.Drawing.Point(72, 16);
814 this.labelStartFileName.Name = "labelStartFileName";
815 this.labelStartFileName.Size = new System.Drawing.Size(33, 13);
816 this.labelStartFileName.TabIndex = 1;
817 this.labelStartFileName.Text = "None";
821 this.buttonSelectFile.Location = new System.Drawing.Point(41, 11);
822 this.buttonSelectFile.Name = "buttonSelectFile";
823 this.buttonSelectFile.Size = new System.Drawing.Size(25, 23);
824 this.buttonSelectFile.TabIndex = 0;
825 this.buttonSelectFile.Text = "...";
826 this.buttonSelectFile.UseVisualStyleBackColor = true;
827 this.buttonSelectFile.Click += new System.EventHandler(this.buttonSelectFile_Click);
831 this.tabPageCec.Controls.Add(this.groupBoxCecLogOptions);
832 this.tabPageCec.Controls.Add(this.checkBoxCecEnabled);
833 this.tabPageCec.Controls.Add(this.labelHdmiPort);
834 this.tabPageCec.Controls.Add(this.comboBoxHdmiPort);
835 this.tabPageCec.Location = new System.Drawing.Point(4, 22);
836 this.tabPageCec.Name = "tabPageCec";
837 this.tabPageCec.Padding = new System.Windows.Forms.Padding(3);
838 this.tabPageCec.Size = new System.Drawing.Size(752, 385);
839 this.tabPageCec.TabIndex = 7;
840 this.tabPageCec.Text = "CEC";
841 this.tabPageCec.UseVisualStyleBackColor = true;
843 // groupBoxCecLogOptions
845 this.groupBoxCecLogOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
846 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogNoPoll);
847 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogTraffic);
848 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogDebug);
849 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogNotice);
850 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogError);
851 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogWarning);
852 this.groupBoxCecLogOptions.Location = new System.Drawing.Point(6, 239);
853 this.groupBoxCecLogOptions.Name = "groupBoxCecLogOptions";
854 this.groupBoxCecLogOptions.Size = new System.Drawing.Size(165, 140);
855 this.groupBoxCecLogOptions.TabIndex = 25;
856 this.groupBoxCecLogOptions.TabStop = false;
857 this.groupBoxCecLogOptions.Text = "Log options";
859 // checkBoxCecLogNoPoll
861 this.checkBoxCecLogNoPoll.AutoSize = true;
862 this.checkBoxCecLogNoPoll.Checked = true;
863 this.checkBoxCecLogNoPoll.CheckState = System.Windows.Forms.CheckState.Checked;
864 this.checkBoxCecLogNoPoll.Location = new System.Drawing.Point(76, 24);
865 this.checkBoxCecLogNoPoll.Name = "checkBoxCecLogNoPoll";
866 this.checkBoxCecLogNoPoll.Size = new System.Drawing.Size(59, 17);
867 this.checkBoxCecLogNoPoll.TabIndex = 30;
868 this.checkBoxCecLogNoPoll.Text = "No poll";
869 this.checkBoxCecLogNoPoll.UseVisualStyleBackColor = true;
870 this.checkBoxCecLogNoPoll.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
872 // checkBoxCecLogTraffic
874 this.checkBoxCecLogTraffic.AutoSize = true;
875 this.checkBoxCecLogTraffic.Location = new System.Drawing.Point(6, 93);
876 this.checkBoxCecLogTraffic.Name = "checkBoxCecLogTraffic";
877 this.checkBoxCecLogTraffic.Size = new System.Drawing.Size(56, 17);
878 this.checkBoxCecLogTraffic.TabIndex = 29;
879 this.checkBoxCecLogTraffic.Text = "Traffic";
880 this.checkBoxCecLogTraffic.UseVisualStyleBackColor = true;
881 this.checkBoxCecLogTraffic.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
883 // checkBoxCecLogDebug
885 this.checkBoxCecLogDebug.AutoSize = true;
886 this.checkBoxCecLogDebug.Location = new System.Drawing.Point(6, 116);
887 this.checkBoxCecLogDebug.Name = "checkBoxCecLogDebug";
888 this.checkBoxCecLogDebug.Size = new System.Drawing.Size(58, 17);
889 this.checkBoxCecLogDebug.TabIndex = 28;
890 this.checkBoxCecLogDebug.Text = "Debug";
891 this.checkBoxCecLogDebug.UseVisualStyleBackColor = true;
892 this.checkBoxCecLogDebug.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
894 // checkBoxCecLogNotice
896 this.checkBoxCecLogNotice.AutoSize = true;
897 this.checkBoxCecLogNotice.Checked = true;
898 this.checkBoxCecLogNotice.CheckState = System.Windows.Forms.CheckState.Checked;
899 this.checkBoxCecLogNotice.Location = new System.Drawing.Point(6, 70);
900 this.checkBoxCecLogNotice.Name = "checkBoxCecLogNotice";
901 this.checkBoxCecLogNotice.Size = new System.Drawing.Size(57, 17);
902 this.checkBoxCecLogNotice.TabIndex = 27;
903 this.checkBoxCecLogNotice.Text = "Notice";
904 this.checkBoxCecLogNotice.UseVisualStyleBackColor = true;
905 this.checkBoxCecLogNotice.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
907 // checkBoxCecLogError
909 this.checkBoxCecLogError.AutoSize = true;
910 this.checkBoxCecLogError.Checked = true;
911 this.checkBoxCecLogError.CheckState = System.Windows.Forms.CheckState.Checked;
912 this.checkBoxCecLogError.Location = new System.Drawing.Point(6, 24);
913 this.checkBoxCecLogError.Name = "checkBoxCecLogError";
914 this.checkBoxCecLogError.Size = new System.Drawing.Size(48, 17);
915 this.checkBoxCecLogError.TabIndex = 26;
916 this.checkBoxCecLogError.Text = "Error";
917 this.checkBoxCecLogError.UseVisualStyleBackColor = true;
918 this.checkBoxCecLogError.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
920 // checkBoxCecLogWarning
922 this.checkBoxCecLogWarning.AutoSize = true;
923 this.checkBoxCecLogWarning.Checked = true;
924 this.checkBoxCecLogWarning.CheckState = System.Windows.Forms.CheckState.Checked;
925 this.checkBoxCecLogWarning.Location = new System.Drawing.Point(6, 47);
926 this.checkBoxCecLogWarning.Name = "checkBoxCecLogWarning";
927 this.checkBoxCecLogWarning.Size = new System.Drawing.Size(66, 17);
928 this.checkBoxCecLogWarning.TabIndex = 25;
929 this.checkBoxCecLogWarning.Text = "Warning";
930 this.checkBoxCecLogWarning.UseVisualStyleBackColor = true;
931 this.checkBoxCecLogWarning.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
933 // checkBoxCecEnabled
935 this.checkBoxCecEnabled.AutoSize = true;
936 this.checkBoxCecEnabled.Location = new System.Drawing.Point(6, 6);
937 this.checkBoxCecEnabled.Name = "checkBoxCecEnabled";
938 this.checkBoxCecEnabled.Size = new System.Drawing.Size(83, 17);
939 this.checkBoxCecEnabled.TabIndex = 21;
940 this.checkBoxCecEnabled.Text = "Enable CEC";
941 this.checkBoxCecEnabled.UseVisualStyleBackColor = true;
942 this.checkBoxCecEnabled.CheckedChanged += new System.EventHandler(this.checkBoxCecEnabled_CheckedChanged);
946 this.labelHdmiPort.AutoSize = true;
947 this.labelHdmiPort.Location = new System.Drawing.Point(3, 26);
948 this.labelHdmiPort.Name = "labelHdmiPort";
949 this.labelHdmiPort.Size = new System.Drawing.Size(182, 13);
950 this.labelHdmiPort.TabIndex = 20;
951 this.labelHdmiPort.Text = "TV HDMI port connected to your PC:";
955 this.comboBoxHdmiPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
956 this.comboBoxHdmiPort.FormattingEnabled = true;
957 this.comboBoxHdmiPort.Items.AddRange(new object[] {
967 this.comboBoxHdmiPort.Location = new System.Drawing.Point(6, 42);
968 this.comboBoxHdmiPort.Name = "comboBoxHdmiPort";
969 this.comboBoxHdmiPort.Size = new System.Drawing.Size(87, 21);
970 this.comboBoxHdmiPort.TabIndex = 19;
971 this.comboBoxHdmiPort.SelectedIndexChanged += new System.EventHandler(this.comboBoxHdmiPort_SelectedIndexChanged);
975 this.tabPageEvent.Controls.Add(this.buttonActionMoveUp);
976 this.tabPageEvent.Controls.Add(this.buttonActionMoveDown);
977 this.tabPageEvent.Controls.Add(this.buttonTestAction);
978 this.tabPageEvent.Controls.Add(this.buttonDeleteAction);
979 this.tabPageEvent.Controls.Add(this.buttonAddAction);
980 this.tabPageEvent.Controls.Add(this.iTreeViewEvents);
981 this.tabPageEvent.Location = new System.Drawing.Point(4, 22);
982 this.tabPageEvent.Name = "tabPageEvent";
983 this.tabPageEvent.Padding = new System.Windows.Forms.Padding(3);
984 this.tabPageEvent.Size = new System.Drawing.Size(752, 385);
985 this.tabPageEvent.TabIndex = 9;
986 this.tabPageEvent.Text = "Events";
987 this.tabPageEvent.UseVisualStyleBackColor = true;
989 // buttonActionMoveUp
991 this.buttonActionMoveUp.Enabled = false;
992 this.buttonActionMoveUp.Location = new System.Drawing.Point(6, 327);
993 this.buttonActionMoveUp.Name = "buttonActionMoveUp";
994 this.buttonActionMoveUp.Size = new System.Drawing.Size(96, 23);
995 this.buttonActionMoveUp.TabIndex = 24;
996 this.buttonActionMoveUp.Text = "Move Up";
997 this.buttonActionMoveUp.UseVisualStyleBackColor = true;
998 this.buttonActionMoveUp.Click += new System.EventHandler(this.buttonActionMoveUp_Click);
1000 // buttonActionMoveDown
1002 this.buttonActionMoveDown.Enabled = false;
1003 this.buttonActionMoveDown.Location = new System.Drawing.Point(6, 356);
1004 this.buttonActionMoveDown.Name = "buttonActionMoveDown";
1005 this.buttonActionMoveDown.Size = new System.Drawing.Size(96, 23);
1006 this.buttonActionMoveDown.TabIndex = 23;
1007 this.buttonActionMoveDown.Text = "Move Down";
1008 this.buttonActionMoveDown.UseVisualStyleBackColor = true;
1009 this.buttonActionMoveDown.Click += new System.EventHandler(this.buttonActionMoveDown_Click);
1013 this.buttonTestAction.Enabled = false;
1014 this.buttonTestAction.Location = new System.Drawing.Point(6, 64);
1015 this.buttonTestAction.Name = "buttonTestAction";
1016 this.buttonTestAction.Size = new System.Drawing.Size(96, 23);
1017 this.buttonTestAction.TabIndex = 22;
1018 this.buttonTestAction.Text = "Test Action";
1019 this.buttonTestAction.UseVisualStyleBackColor = true;
1020 this.buttonTestAction.Click += new System.EventHandler(this.buttonTestAction_Click);
1022 // buttonDeleteAction
1024 this.buttonDeleteAction.Enabled = false;
1025 this.buttonDeleteAction.Location = new System.Drawing.Point(6, 35);
1026 this.buttonDeleteAction.Name = "buttonDeleteAction";
1027 this.buttonDeleteAction.Size = new System.Drawing.Size(96, 23);
1028 this.buttonDeleteAction.TabIndex = 21;
1029 this.buttonDeleteAction.Text = "Delete Action";
1030 this.buttonDeleteAction.UseVisualStyleBackColor = true;
1031 this.buttonDeleteAction.Click += new System.EventHandler(this.buttonDeleteAction_Click);
1035 this.buttonAddAction.Enabled = false;
1036 this.buttonAddAction.Location = new System.Drawing.Point(6, 6);
1037 this.buttonAddAction.Name = "buttonAddAction";
1038 this.buttonAddAction.Size = new System.Drawing.Size(96, 23);
1039 this.buttonAddAction.TabIndex = 20;
1040 this.buttonAddAction.Text = "Add Action";
1041 this.buttonAddAction.UseVisualStyleBackColor = true;
1042 this.buttonAddAction.Click += new System.EventHandler(this.buttonAddAction_Click);
1046 this.iTreeViewEvents.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1047 | System.Windows.Forms.AnchorStyles.Left)
1048 | System.Windows.Forms.AnchorStyles.Right)));
1049 this.iTreeViewEvents.HideSelection = false;
1050 this.iTreeViewEvents.Location = new System.Drawing.Point(111, 3);
1051 this.iTreeViewEvents.Name = "iTreeViewEvents";
1052 this.iTreeViewEvents.Size = new System.Drawing.Size(638, 376);
1053 this.iTreeViewEvents.TabIndex = 1;
1054 this.iTreeViewEvents.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.iTreeViewEvents_AfterSelect);
1058 this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
1059 this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
1060 this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
1061 this.tabPageApp.Controls.Add(this.buttonUpdate);
1062 this.tabPageApp.Location = new System.Drawing.Point(4, 22);
1063 this.tabPageApp.Name = "tabPageApp";
1064 this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
1065 this.tabPageApp.Size = new System.Drawing.Size(752, 385);
1066 this.tabPageApp.TabIndex = 4;
1067 this.tabPageApp.Text = "Application";
1068 this.tabPageApp.UseVisualStyleBackColor = true;
1070 // checkBoxStartMinimized
1072 this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1073 this.checkBoxStartMinimized.AutoSize = true;
1074 this.checkBoxStartMinimized.Location = new System.Drawing.Point(6, 285);
1075 this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
1076 this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
1077 this.checkBoxStartMinimized.TabIndex = 16;
1078 this.checkBoxStartMinimized.Text = "Start minimized";
1079 this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
1080 this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
1082 // checkBoxMinimizeToTray
1084 this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1085 this.checkBoxMinimizeToTray.AutoSize = true;
1086 this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(6, 308);
1087 this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
1088 this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
1089 this.checkBoxMinimizeToTray.TabIndex = 15;
1090 this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
1091 this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
1092 this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
1094 // checkBoxAutoStart
1096 this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1097 this.checkBoxAutoStart.AutoSize = true;
1098 this.checkBoxAutoStart.Location = new System.Drawing.Point(6, 331);
1099 this.checkBoxAutoStart.Name = "checkBoxAutoStart";
1100 this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
1101 this.checkBoxAutoStart.TabIndex = 14;
1102 this.checkBoxAutoStart.Text = "Run on Windows startup";
1103 this.checkBoxAutoStart.UseVisualStyleBackColor = true;
1104 this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
1108 this.buttonUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1109 this.buttonUpdate.Location = new System.Drawing.Point(6, 354);
1110 this.buttonUpdate.Name = "buttonUpdate";
1111 this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
1112 this.buttonUpdate.TabIndex = 0;
1113 this.buttonUpdate.Text = "Update";
1114 this.buttonUpdate.UseVisualStyleBackColor = true;
1115 this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
1119 this.tabPageLogs.Controls.Add(this.buttonClearLogs);
1120 this.tabPageLogs.Controls.Add(this.richTextBoxLogs);
1121 this.tabPageLogs.Location = new System.Drawing.Point(4, 22);
1122 this.tabPageLogs.Name = "tabPageLogs";
1123 this.tabPageLogs.Padding = new System.Windows.Forms.Padding(3);
1124 this.tabPageLogs.Size = new System.Drawing.Size(752, 385);
1125 this.tabPageLogs.TabIndex = 8;
1126 this.tabPageLogs.Text = "Logs";
1127 this.tabPageLogs.UseVisualStyleBackColor = true;
1131 this.buttonClearLogs.Location = new System.Drawing.Point(671, 6);
1132 this.buttonClearLogs.Name = "buttonClearLogs";
1133 this.buttonClearLogs.Size = new System.Drawing.Size(75, 23);
1134 this.buttonClearLogs.TabIndex = 2;
1135 this.buttonClearLogs.Text = "Clear";
1136 this.buttonClearLogs.UseVisualStyleBackColor = true;
1137 this.buttonClearLogs.Click += new System.EventHandler(this.buttonClearLogs_Click);
1141 this.richTextBoxLogs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1142 | System.Windows.Forms.AnchorStyles.Left)
1143 | System.Windows.Forms.AnchorStyles.Right)));
1144 this.richTextBoxLogs.BorderStyle = System.Windows.Forms.BorderStyle.None;
1145 this.richTextBoxLogs.DetectUrls = false;
1146 this.richTextBoxLogs.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1147 this.richTextBoxLogs.Location = new System.Drawing.Point(6, 6);
1148 this.richTextBoxLogs.Name = "richTextBoxLogs";
1149 this.richTextBoxLogs.ReadOnly = true;
1150 this.richTextBoxLogs.Size = new System.Drawing.Size(740, 373);
1151 this.richTextBoxLogs.TabIndex = 1;
1152 this.richTextBoxLogs.Text = "";
1153 this.richTextBoxLogs.WordWrap = false;
1157 this.labelFontWidth.AutoSize = true;
1158 this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
1159 this.labelFontWidth.Name = "labelFontWidth";
1160 this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
1161 this.labelFontWidth.TabIndex = 19;
1162 this.labelFontWidth.Text = "Font width";
1166 this.labelFontHeight.AutoSize = true;
1167 this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
1168 this.labelFontHeight.Name = "labelFontHeight";
1169 this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
1170 this.labelFontHeight.TabIndex = 20;
1171 this.labelFontHeight.Text = "Font height";
1175 this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
1179 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1180 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1181 this.ClientSize = new System.Drawing.Size(784, 561);
1182 this.Controls.Add(this.labelFontHeight);
1183 this.Controls.Add(this.labelFontWidth);
1184 this.Controls.Add(this.labelWarning);
1185 this.Controls.Add(this.statusStrip);
1186 this.Controls.Add(this.tabControl);
1187 this.Controls.Add(this.panelDisplay);
1188 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
1189 this.MinimumSize = new System.Drawing.Size(800, 600);
1190 this.Name = "MainForm";
1191 this.Text = "Sharp Display Manager";
1192 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
1193 this.Load += new System.EventHandler(this.MainForm_Load);
1194 this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
1195 this.Resize += new System.EventHandler(this.MainForm_Resize);
1196 this.panelDisplay.ResumeLayout(false);
1197 this.iTableLayoutPanel.ResumeLayout(false);
1198 this.iTableLayoutPanel.PerformLayout();
1199 this.statusStrip.ResumeLayout(false);
1200 this.statusStrip.PerformLayout();
1201 this.tabPageClients.ResumeLayout(false);
1202 this.tabPageClients.PerformLayout();
1203 this.tabPageDisplay.ResumeLayout(false);
1204 this.tabPageDisplay.PerformLayout();
1205 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
1206 this.tabControl.ResumeLayout(false);
1207 this.tabPageDesign.ResumeLayout(false);
1208 this.tabPageDesign.PerformLayout();
1209 this.tabPageAudio.ResumeLayout(false);
1210 this.tabPageAudio.PerformLayout();
1211 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).EndInit();
1212 this.tabPageInput.ResumeLayout(false);
1213 this.tabPageInput.PerformLayout();
1214 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).EndInit();
1215 this.tabPageCec.ResumeLayout(false);
1216 this.tabPageCec.PerformLayout();
1217 this.groupBoxCecLogOptions.ResumeLayout(false);
1218 this.groupBoxCecLogOptions.PerformLayout();
1219 this.tabPageEvent.ResumeLayout(false);
1220 this.tabPageApp.ResumeLayout(false);
1221 this.tabPageApp.PerformLayout();
1222 this.tabPageLogs.ResumeLayout(false);
1223 this.ResumeLayout(false);
1224 this.PerformLayout();
1230 private System.Windows.Forms.FontDialog fontDialog;
1231 private System.Windows.Forms.Timer timer;
1232 private System.Windows.Forms.StatusStrip statusStrip;
1233 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
1234 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
1235 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
1236 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
1237 private System.Windows.Forms.Panel panelDisplay;
1238 private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel;
1239 private MarqueeLabel marqueeLabelTop;
1240 private MarqueeLabel marqueeLabelBottom;
1241 private System.Windows.Forms.TabPage tabPageClients;
1242 private System.Windows.Forms.TreeView iTreeViewClients;
1243 private System.Windows.Forms.TabPage tabPageDisplay;
1244 private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
1245 private System.Windows.Forms.Button buttonSuspend;
1246 private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
1247 private System.Windows.Forms.CheckBox checkBoxShowBorders;
1248 private System.Windows.Forms.TrackBar trackBarBrightness;
1249 private System.Windows.Forms.Button buttonFill;
1250 private System.Windows.Forms.Button buttonClear;
1251 private System.Windows.Forms.Button buttonClose;
1252 private System.Windows.Forms.Button buttonOpen;
1253 private System.Windows.Forms.Button buttonCapture;
1254 private System.Windows.Forms.Button buttonFont;
1255 private System.Windows.Forms.TabControl tabControl;
1256 private System.Windows.Forms.Button buttonCloseClients;
1257 private System.Windows.Forms.Button buttonStartClient;
1258 private System.Windows.Forms.Label labelWarning;
1259 private System.Windows.Forms.TabPage tabPageDesign;
1260 private System.Windows.Forms.CheckBox checkBoxReverseScreen;
1261 private System.Windows.Forms.ComboBox comboBoxDisplayType;
1262 private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
1263 private System.Windows.Forms.Label labelTimerInterval;
1264 private System.Windows.Forms.Button buttonPowerOff;
1265 private System.Windows.Forms.Button buttonPowerOn;
1266 private System.Windows.Forms.Button buttonShowClock;
1267 private System.Windows.Forms.Button buttonHideClock;
1268 private System.Windows.Forms.Label labelFontWidth;
1269 private System.Windows.Forms.Label labelFontHeight;
1270 private System.Windows.Forms.CheckBox checkBoxInverseColors;
1271 private System.Windows.Forms.TabPage tabPageApp;
1272 private System.Windows.Forms.Button buttonUpdate;
1273 private System.Windows.Forms.CheckBox checkBoxAutoStart;
1274 private System.Windows.Forms.CheckBox checkBoxStartMinimized;
1275 private System.Windows.Forms.CheckBox checkBoxMinimizeToTray;
1276 private System.Windows.Forms.MaskedTextBox maskedTextBoxMinFontSize;
1277 private System.Windows.Forms.CheckBox checkBoxScaleToFit;
1278 private System.Windows.Forms.Label labelMinFontSize;
1279 private System.Windows.Forms.Label labelScrollLoopSeparator;
1280 private System.Windows.Forms.TextBox textBoxScrollLoopSeparator;
1281 private System.Windows.Forms.Label labelScrollingSpeed;
1282 private System.Windows.Forms.MaskedTextBox maskedTextBoxScrollingSpeed;
1283 private System.Windows.Forms.ToolTip toolTip;
1284 private System.Windows.Forms.TabPage tabPageAudio;
1285 private System.Windows.Forms.TrackBar trackBarMasterVolume;
1286 private System.Windows.Forms.CheckBox checkBoxMute;
1287 private System.Windows.Forms.CheckBox checkBoxShowVolumeLabel;
1288 private System.Windows.Forms.Label labelDefaultAudioDevice;
1289 private System.Windows.Forms.TabPage tabPageInput;
1290 private System.Windows.Forms.Button buttonSelectFile;
1291 private System.Windows.Forms.OpenFileDialog openFileDialog;
1292 private System.Windows.Forms.Label labelStartFileName;
1293 private System.Windows.Forms.PictureBox pictureBoxGreenStart;
1294 private System.Windows.Forms.ComboBox comboBoxOpticalDrives;
1295 private System.Windows.Forms.Label labelOpticalDriveEject;
1296 private System.Windows.Forms.TabPage tabPageCec;
1297 private System.Windows.Forms.CheckBox checkBoxCecEnabled;
1298 private System.Windows.Forms.Label labelHdmiPort;
1299 private System.Windows.Forms.ComboBox comboBoxHdmiPort;
1300 private System.Windows.Forms.Button iButtonStartIdleClient;
1301 private System.Windows.Forms.CheckBox iCheckBoxStartIdleClient;
1302 private System.Windows.Forms.TabPage tabPageLogs;
1303 private System.Windows.Forms.RichTextBox richTextBoxLogs;
1304 private System.Windows.Forms.Button buttonClearLogs;
1305 private System.Windows.Forms.GroupBox groupBoxCecLogOptions;
1306 private System.Windows.Forms.CheckBox checkBoxCecLogWarning;
1307 private System.Windows.Forms.CheckBox checkBoxCecLogError;
1308 private System.Windows.Forms.CheckBox checkBoxCecLogDebug;
1309 private System.Windows.Forms.CheckBox checkBoxCecLogNotice;
1310 private System.Windows.Forms.CheckBox checkBoxCecLogTraffic;
1311 private System.Windows.Forms.CheckBox checkBoxCecLogNoPoll;
1312 private System.Windows.Forms.TabPage tabPageEvent;
1313 private System.Windows.Forms.TreeView iTreeViewEvents;
1314 private System.Windows.Forms.Button buttonDeleteAction;
1315 private System.Windows.Forms.Button buttonAddAction;
1316 private System.Windows.Forms.Button buttonActionMoveUp;
1317 private System.Windows.Forms.Button buttonActionMoveDown;
1318 private System.Windows.Forms.Button buttonTestAction;