cec: return the anynet return keycode directly instead of translating it to 'return...
[deb_libcec.git] / src / cec-config-gui / CecConfigGUI.Designer.cs
CommitLineData
006b76b9
LOK
1namespace CecConfigGui
2{
3 partial class CecConfigGUI
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
5d5e105d 31 this.components = new System.ComponentModel.Container();
006b76b9
LOK
32 this.tabControl1 = new System.Windows.Forms.TabControl();
33 this.Configuration = new System.Windows.Forms.TabPage();
34 this.cbPowerOffOnStandby = new System.Windows.Forms.CheckBox();
35 this.cbPowerOffScreensaver = new System.Windows.Forms.CheckBox();
36 this.cbPowerOffShutdown = new System.Windows.Forms.CheckBox();
37 this.cbPowerOnStartup = new System.Windows.Forms.CheckBox();
38 this.cbUseTVMenuLanguage = new System.Windows.Forms.CheckBox();
39 this.lPlayerConfig = new System.Windows.Forms.Label();
40 this.lAdapterConfig = new System.Windows.Forms.Label();
41 this.cbDeviceType = new System.Windows.Forms.ComboBox();
42 this.bClose = new System.Windows.Forms.Button();
43 this.bSave = new System.Windows.Forms.Button();
44 this.cbPortNumber = new System.Windows.Forms.ComboBox();
45 this.lConnectedPhysicalAddress = new System.Windows.Forms.Label();
46 this.tbPhysicalAddress = new System.Windows.Forms.TextBox();
47 this.cbConnectedDevice = new System.Windows.Forms.ComboBox();
48 this.lDeviceType = new System.Windows.Forms.Label();
49 this.lPhysicalAddress = new System.Windows.Forms.Label();
50 this.lConnectedDevice = new System.Windows.Forms.Label();
51 this.lPortNumber = new System.Windows.Forms.Label();
6b92c1c4 52 this.tbButtons = new System.Windows.Forms.TabPage();
8674df6a 53 this.dgButtons = new System.Windows.Forms.DataGridView();
006b76b9 54 this.LogOutput = new System.Windows.Forms.TabPage();
8674df6a 55 this.bSaveLog = new System.Windows.Forms.Button();
6b92c1c4
LOK
56 this.bClearLog = new System.Windows.Forms.Button();
57 this.cbLogDebug = new System.Windows.Forms.CheckBox();
58 this.cbLogTraffic = new System.Windows.Forms.CheckBox();
59 this.cbLogNotice = new System.Windows.Forms.CheckBox();
60 this.cbLogWarning = new System.Windows.Forms.CheckBox();
61 this.cbLogError = new System.Windows.Forms.CheckBox();
006b76b9
LOK
62 this.tbLog = new System.Windows.Forms.TextBox();
63 this.pProgress = new System.Windows.Forms.ProgressBar();
64 this.lStatus = new System.Windows.Forms.Label();
5d5e105d
LOK
65 this.helpPortNumber = new System.Windows.Forms.ToolTip(this.components);
66 this.helpConnectedHDMIDevice = new System.Windows.Forms.ToolTip(this.components);
67 this.helpPhysicalAddress = new System.Windows.Forms.ToolTip(this.components);
68 this.helpDeviceType = new System.Windows.Forms.ToolTip(this.components);
8674df6a
LOK
69 this.cecButtonConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
70 this.CecButtonName = new System.Windows.Forms.DataGridViewTextBoxColumn();
71 this.playerButtonDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
006b76b9
LOK
72 this.tabControl1.SuspendLayout();
73 this.Configuration.SuspendLayout();
8674df6a
LOK
74 this.tbButtons.SuspendLayout();
75 ((System.ComponentModel.ISupportInitialize)(this.dgButtons)).BeginInit();
006b76b9 76 this.LogOutput.SuspendLayout();
8674df6a 77 ((System.ComponentModel.ISupportInitialize)(this.cecButtonConfigBindingSource)).BeginInit();
006b76b9
LOK
78 this.SuspendLayout();
79 //
80 // tabControl1
81 //
82 this.tabControl1.Controls.Add(this.Configuration);
6b92c1c4 83 this.tabControl1.Controls.Add(this.tbButtons);
006b76b9
LOK
84 this.tabControl1.Controls.Add(this.LogOutput);
85 this.tabControl1.Location = new System.Drawing.Point(12, 12);
86 this.tabControl1.Name = "tabControl1";
87 this.tabControl1.SelectedIndex = 0;
88 this.tabControl1.Size = new System.Drawing.Size(600, 385);
89 this.tabControl1.TabIndex = 0;
90 //
91 // Configuration
92 //
93 this.Configuration.Controls.Add(this.cbPowerOffOnStandby);
94 this.Configuration.Controls.Add(this.cbPowerOffScreensaver);
95 this.Configuration.Controls.Add(this.cbPowerOffShutdown);
96 this.Configuration.Controls.Add(this.cbPowerOnStartup);
97 this.Configuration.Controls.Add(this.cbUseTVMenuLanguage);
98 this.Configuration.Controls.Add(this.lPlayerConfig);
99 this.Configuration.Controls.Add(this.lAdapterConfig);
100 this.Configuration.Controls.Add(this.cbDeviceType);
101 this.Configuration.Controls.Add(this.bClose);
102 this.Configuration.Controls.Add(this.bSave);
103 this.Configuration.Controls.Add(this.cbPortNumber);
104 this.Configuration.Controls.Add(this.lConnectedPhysicalAddress);
105 this.Configuration.Controls.Add(this.tbPhysicalAddress);
106 this.Configuration.Controls.Add(this.cbConnectedDevice);
107 this.Configuration.Controls.Add(this.lDeviceType);
108 this.Configuration.Controls.Add(this.lPhysicalAddress);
109 this.Configuration.Controls.Add(this.lConnectedDevice);
110 this.Configuration.Controls.Add(this.lPortNumber);
111 this.Configuration.Location = new System.Drawing.Point(4, 22);
112 this.Configuration.Name = "Configuration";
113 this.Configuration.Padding = new System.Windows.Forms.Padding(3);
114 this.Configuration.Size = new System.Drawing.Size(592, 359);
115 this.Configuration.TabIndex = 0;
116 this.Configuration.Text = "Configuration";
117 this.Configuration.UseVisualStyleBackColor = true;
118 //
119 // cbPowerOffOnStandby
120 //
121 this.cbPowerOffOnStandby.AutoSize = true;
122 this.cbPowerOffOnStandby.Enabled = false;
123 this.cbPowerOffOnStandby.Location = new System.Drawing.Point(10, 297);
124 this.cbPowerOffOnStandby.Name = "cbPowerOffOnStandby";
125 this.cbPowerOffOnStandby.Size = new System.Drawing.Size(292, 17);
126 this.cbPowerOffOnStandby.TabIndex = 22;
127 this.cbPowerOffOnStandby.Text = "Put this PC in standby mode when the TV is switched off";
128 this.cbPowerOffOnStandby.UseVisualStyleBackColor = true;
129 //
130 // cbPowerOffScreensaver
131 //
132 this.cbPowerOffScreensaver.AutoSize = true;
133 this.cbPowerOffScreensaver.Enabled = false;
134 this.cbPowerOffScreensaver.Location = new System.Drawing.Point(10, 273);
135 this.cbPowerOffScreensaver.Name = "cbPowerOffScreensaver";
136 this.cbPowerOffScreensaver.Size = new System.Drawing.Size(301, 17);
137 this.cbPowerOffScreensaver.TabIndex = 21;
138 this.cbPowerOffScreensaver.Text = "Put devices in standby mode when activating screensaver";
139 this.cbPowerOffScreensaver.UseVisualStyleBackColor = true;
140 //
141 // cbPowerOffShutdown
142 //
143 this.cbPowerOffShutdown.AutoSize = true;
144 this.cbPowerOffShutdown.Enabled = false;
145 this.cbPowerOffShutdown.Location = new System.Drawing.Point(10, 249);
146 this.cbPowerOffShutdown.Name = "cbPowerOffShutdown";
147 this.cbPowerOffShutdown.Size = new System.Drawing.Size(317, 17);
148 this.cbPowerOffShutdown.TabIndex = 20;
149 this.cbPowerOffShutdown.Text = "Power off devices when stopping the media player application";
150 this.cbPowerOffShutdown.UseVisualStyleBackColor = true;
151 //
152 // cbPowerOnStartup
153 //
154 this.cbPowerOnStartup.AutoSize = true;
155 this.cbPowerOnStartup.Enabled = false;
156 this.cbPowerOnStartup.Location = new System.Drawing.Point(10, 225);
157 this.cbPowerOnStartup.Name = "cbPowerOnStartup";
158 this.cbPowerOnStartup.Size = new System.Drawing.Size(306, 17);
159 this.cbPowerOnStartup.TabIndex = 19;
160 this.cbPowerOnStartup.Text = "Power on the TV when starting the media player application";
161 this.cbPowerOnStartup.UseVisualStyleBackColor = true;
162 //
163 // cbUseTVMenuLanguage
164 //
165 this.cbUseTVMenuLanguage.AutoSize = true;
166 this.cbUseTVMenuLanguage.Enabled = false;
167 this.cbUseTVMenuLanguage.Location = new System.Drawing.Point(10, 201);
168 this.cbUseTVMenuLanguage.Name = "cbUseTVMenuLanguage";
169 this.cbUseTVMenuLanguage.Size = new System.Drawing.Size(168, 17);
170 this.cbUseTVMenuLanguage.TabIndex = 18;
171 this.cbUseTVMenuLanguage.Text = "Use the TV\'s language setting";
172 this.cbUseTVMenuLanguage.UseVisualStyleBackColor = true;
173 //
174 // lPlayerConfig
175 //
176 this.lPlayerConfig.AutoSize = true;
177 this.lPlayerConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
178 this.lPlayerConfig.Location = new System.Drawing.Point(6, 165);
179 this.lPlayerConfig.Name = "lPlayerConfig";
180 this.lPlayerConfig.Size = new System.Drawing.Size(198, 24);
181 this.lPlayerConfig.TabIndex = 16;
182 this.lPlayerConfig.Text = "Player Configuration";
183 //
184 // lAdapterConfig
185 //
186 this.lAdapterConfig.AutoSize = true;
187 this.lAdapterConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
188 this.lAdapterConfig.Location = new System.Drawing.Point(6, 3);
189 this.lAdapterConfig.Name = "lAdapterConfig";
190 this.lAdapterConfig.Size = new System.Drawing.Size(213, 24);
191 this.lAdapterConfig.TabIndex = 15;
192 this.lAdapterConfig.Text = "Adapter Configuration";
193 //
194 // cbDeviceType
195 //
196 this.cbDeviceType.Enabled = false;
197 this.cbDeviceType.FormattingEnabled = true;
198 this.cbDeviceType.Items.AddRange(new object[] {
199 "Recorder",
200 "Player",
201 "Tuner"});
202 this.cbDeviceType.Location = new System.Drawing.Point(174, 123);
203 this.cbDeviceType.Name = "cbDeviceType";
204 this.cbDeviceType.Size = new System.Drawing.Size(121, 21);
205 this.cbDeviceType.TabIndex = 14;
206 this.cbDeviceType.Text = "Recorder";
5d5e105d 207 this.helpDeviceType.SetToolTip(this.cbDeviceType, "Set this to \'Player\' when your TV is having problems with \'Recorder\'");
006b76b9
LOK
208 //
209 // bClose
210 //
211 this.bClose.Enabled = false;
212 this.bClose.Location = new System.Drawing.Point(189, 330);
213 this.bClose.Name = "bClose";
214 this.bClose.Size = new System.Drawing.Size(75, 23);
215 this.bClose.TabIndex = 13;
216 this.bClose.Text = "Close";
217 this.bClose.UseVisualStyleBackColor = true;
218 this.bClose.Click += new System.EventHandler(this.bCancel_Click);
219 //
220 // bSave
221 //
222 this.bSave.Enabled = false;
223 this.bSave.Location = new System.Drawing.Point(298, 330);
224 this.bSave.Name = "bSave";
225 this.bSave.Size = new System.Drawing.Size(125, 23);
226 this.bSave.TabIndex = 12;
227 this.bSave.Text = "Save configuration";
228 this.bSave.UseVisualStyleBackColor = true;
229 this.bSave.Click += new System.EventHandler(this.bSave_Click);
230 //
231 // cbPortNumber
232 //
233 this.cbPortNumber.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
234 this.cbPortNumber.Enabled = false;
235 this.cbPortNumber.FormattingEnabled = true;
236 this.cbPortNumber.Items.AddRange(new object[] {
237 "1",
238 "2",
239 "3",
240 "4"});
241 this.cbPortNumber.Location = new System.Drawing.Point(174, 40);
242 this.cbPortNumber.Name = "cbPortNumber";
243 this.cbPortNumber.Size = new System.Drawing.Size(38, 21);
244 this.cbPortNumber.TabIndex = 11;
245 this.cbPortNumber.Text = "1";
5d5e105d 246 this.helpPortNumber.SetToolTip(this.cbPortNumber, "The HDMI port number, to which you connected your USB-CEC adapter.");
006b76b9
LOK
247 this.cbPortNumber.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged);
248 //
249 // lConnectedPhysicalAddress
250 //
251 this.lConnectedPhysicalAddress.AutoSize = true;
252 this.lConnectedPhysicalAddress.Location = new System.Drawing.Point(310, 70);
253 this.lConnectedPhysicalAddress.Name = "lConnectedPhysicalAddress";
254 this.lConnectedPhysicalAddress.Size = new System.Drawing.Size(75, 13);
255 this.lConnectedPhysicalAddress.TabIndex = 10;
256 this.lConnectedPhysicalAddress.Text = "Address: 0000";
257 //
258 // tbPhysicalAddress
259 //
260 this.tbPhysicalAddress.Enabled = false;
261 this.tbPhysicalAddress.Location = new System.Drawing.Point(174, 95);
262 this.tbPhysicalAddress.MaxLength = 4;
263 this.tbPhysicalAddress.Name = "tbPhysicalAddress";
264 this.tbPhysicalAddress.Size = new System.Drawing.Size(38, 20);
265 this.tbPhysicalAddress.TabIndex = 6;
266 this.tbPhysicalAddress.Text = "1000";
5d5e105d
LOK
267 this.helpPhysicalAddress.SetToolTip(this.tbPhysicalAddress, "The physical address of the adapter. Leave this untouched if you want to autodete" +
268 "ct this value.");
006b76b9
LOK
269 this.tbPhysicalAddress.TextChanged += new System.EventHandler(this.tbPhysicalAddress_TextChanged);
270 //
271 // cbConnectedDevice
272 //
273 this.cbConnectedDevice.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
274 this.cbConnectedDevice.Enabled = false;
275 this.cbConnectedDevice.FormattingEnabled = true;
276 this.cbConnectedDevice.Location = new System.Drawing.Point(174, 67);
277 this.cbConnectedDevice.Name = "cbConnectedDevice";
278 this.cbConnectedDevice.Size = new System.Drawing.Size(121, 21);
279 this.cbConnectedDevice.TabIndex = 5;
5d5e105d 280 this.helpConnectedHDMIDevice.SetToolTip(this.cbConnectedDevice, "The HDMI device to which the USB-CEC adapter is connected");
006b76b9
LOK
281 this.cbConnectedDevice.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged);
282 //
283 // lDeviceType
284 //
285 this.lDeviceType.AutoSize = true;
286 this.lDeviceType.Location = new System.Drawing.Point(6, 126);
287 this.lDeviceType.Name = "lDeviceType";
288 this.lDeviceType.Size = new System.Drawing.Size(64, 13);
289 this.lDeviceType.TabIndex = 3;
290 this.lDeviceType.Text = "Device type";
291 //
292 // lPhysicalAddress
293 //
294 this.lPhysicalAddress.AutoSize = true;
295 this.lPhysicalAddress.Location = new System.Drawing.Point(6, 98);
296 this.lPhysicalAddress.Name = "lPhysicalAddress";
297 this.lPhysicalAddress.Size = new System.Drawing.Size(86, 13);
298 this.lPhysicalAddress.TabIndex = 2;
299 this.lPhysicalAddress.Text = "Physical address";
300 //
301 // lConnectedDevice
302 //
303 this.lConnectedDevice.AutoSize = true;
304 this.lConnectedDevice.Location = new System.Drawing.Point(6, 70);
305 this.lConnectedDevice.Name = "lConnectedDevice";
306 this.lConnectedDevice.Size = new System.Drawing.Size(137, 13);
307 this.lConnectedDevice.TabIndex = 1;
308 this.lConnectedDevice.Text = "Connected to HDMI device";
309 //
310 // lPortNumber
311 //
312 this.lPortNumber.AutoSize = true;
313 this.lPortNumber.Location = new System.Drawing.Point(6, 43);
314 this.lPortNumber.Name = "lPortNumber";
315 this.lPortNumber.Size = new System.Drawing.Size(95, 13);
316 this.lPortNumber.TabIndex = 0;
317 this.lPortNumber.Text = "HDMI Port number";
318 //
6b92c1c4
LOK
319 // tbButtons
320 //
8674df6a 321 this.tbButtons.Controls.Add(this.dgButtons);
6b92c1c4
LOK
322 this.tbButtons.Location = new System.Drawing.Point(4, 22);
323 this.tbButtons.Name = "tbButtons";
324 this.tbButtons.Padding = new System.Windows.Forms.Padding(3);
325 this.tbButtons.Size = new System.Drawing.Size(592, 359);
326 this.tbButtons.TabIndex = 2;
327 this.tbButtons.Text = "Button Configuration";
328 this.tbButtons.UseVisualStyleBackColor = true;
329 //
8674df6a
LOK
330 // dgButtons
331 //
332 this.dgButtons.AllowUserToAddRows = false;
333 this.dgButtons.AllowUserToDeleteRows = false;
334 this.dgButtons.AllowUserToResizeColumns = false;
335 this.dgButtons.AllowUserToResizeRows = false;
336 this.dgButtons.AutoGenerateColumns = false;
337 this.dgButtons.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
338 this.dgButtons.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
339 this.CecButtonName,
340 this.playerButtonDataGridViewTextBoxColumn});
341 this.dgButtons.DataSource = this.cecButtonConfigBindingSource;
342 this.dgButtons.Location = new System.Drawing.Point(7, 7);
343 this.dgButtons.Name = "dgButtons";
344 this.dgButtons.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
345 this.dgButtons.Size = new System.Drawing.Size(579, 346);
346 this.dgButtons.TabIndex = 0;
347 this.dgButtons.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridView1_CellFormatting);
348 //
006b76b9
LOK
349 // LogOutput
350 //
6b92c1c4
LOK
351 this.LogOutput.Controls.Add(this.bSaveLog);
352 this.LogOutput.Controls.Add(this.bClearLog);
353 this.LogOutput.Controls.Add(this.cbLogDebug);
354 this.LogOutput.Controls.Add(this.cbLogTraffic);
355 this.LogOutput.Controls.Add(this.cbLogNotice);
356 this.LogOutput.Controls.Add(this.cbLogWarning);
357 this.LogOutput.Controls.Add(this.cbLogError);
006b76b9
LOK
358 this.LogOutput.Controls.Add(this.tbLog);
359 this.LogOutput.Location = new System.Drawing.Point(4, 22);
360 this.LogOutput.Name = "LogOutput";
361 this.LogOutput.Padding = new System.Windows.Forms.Padding(3);
362 this.LogOutput.Size = new System.Drawing.Size(592, 359);
363 this.LogOutput.TabIndex = 1;
364 this.LogOutput.Text = "Log Output";
365 this.LogOutput.UseVisualStyleBackColor = true;
366 //
8674df6a
LOK
367 // bSaveLog
368 //
369 this.bSaveLog.Location = new System.Drawing.Point(430, 330);
370 this.bSaveLog.Name = "bSaveLog";
371 this.bSaveLog.Size = new System.Drawing.Size(75, 23);
372 this.bSaveLog.TabIndex = 7;
373 this.bSaveLog.Text = "Save";
374 this.bSaveLog.UseVisualStyleBackColor = true;
375 this.bSaveLog.Click += new System.EventHandler(this.bSaveLog_Click);
376 //
6b92c1c4
LOK
377 // bClearLog
378 //
379 this.bClearLog.Location = new System.Drawing.Point(511, 330);
380 this.bClearLog.Name = "bClearLog";
381 this.bClearLog.Size = new System.Drawing.Size(75, 23);
382 this.bClearLog.TabIndex = 6;
383 this.bClearLog.Text = "Clear";
384 this.bClearLog.UseVisualStyleBackColor = true;
385 this.bClearLog.Click += new System.EventHandler(this.bClearLog_Click);
386 //
387 // cbLogDebug
388 //
389 this.cbLogDebug.AutoSize = true;
390 this.cbLogDebug.Location = new System.Drawing.Point(269, 336);
391 this.cbLogDebug.Name = "cbLogDebug";
392 this.cbLogDebug.Size = new System.Drawing.Size(58, 17);
393 this.cbLogDebug.TabIndex = 5;
394 this.cbLogDebug.Text = "Debug";
395 this.cbLogDebug.UseVisualStyleBackColor = true;
396 //
397 // cbLogTraffic
398 //
399 this.cbLogTraffic.AutoSize = true;
400 this.cbLogTraffic.Location = new System.Drawing.Point(207, 336);
401 this.cbLogTraffic.Name = "cbLogTraffic";
402 this.cbLogTraffic.Size = new System.Drawing.Size(56, 17);
403 this.cbLogTraffic.TabIndex = 4;
404 this.cbLogTraffic.Text = "Traffic";
405 this.cbLogTraffic.UseVisualStyleBackColor = true;
406 //
407 // cbLogNotice
408 //
409 this.cbLogNotice.AutoSize = true;
410 this.cbLogNotice.Checked = true;
411 this.cbLogNotice.CheckState = System.Windows.Forms.CheckState.Checked;
412 this.cbLogNotice.Location = new System.Drawing.Point(138, 336);
413 this.cbLogNotice.Name = "cbLogNotice";
414 this.cbLogNotice.Size = new System.Drawing.Size(62, 17);
415 this.cbLogNotice.TabIndex = 3;
416 this.cbLogNotice.Text = "Notices";
417 this.cbLogNotice.UseVisualStyleBackColor = true;
418 //
419 // cbLogWarning
420 //
421 this.cbLogWarning.AutoSize = true;
422 this.cbLogWarning.Checked = true;
423 this.cbLogWarning.CheckState = System.Windows.Forms.CheckState.Checked;
424 this.cbLogWarning.Location = new System.Drawing.Point(66, 336);
425 this.cbLogWarning.Name = "cbLogWarning";
426 this.cbLogWarning.Size = new System.Drawing.Size(66, 17);
427 this.cbLogWarning.TabIndex = 2;
428 this.cbLogWarning.Text = "Warning";
429 this.cbLogWarning.UseVisualStyleBackColor = true;
430 //
431 // cbLogError
432 //
433 this.cbLogError.AutoSize = true;
434 this.cbLogError.Checked = true;
435 this.cbLogError.CheckState = System.Windows.Forms.CheckState.Checked;
436 this.cbLogError.Location = new System.Drawing.Point(7, 336);
437 this.cbLogError.Name = "cbLogError";
438 this.cbLogError.Size = new System.Drawing.Size(53, 17);
439 this.cbLogError.TabIndex = 1;
440 this.cbLogError.Text = "Errors";
441 this.cbLogError.UseVisualStyleBackColor = true;
442 //
006b76b9
LOK
443 // tbLog
444 //
445 this.tbLog.Location = new System.Drawing.Point(6, 6);
446 this.tbLog.Multiline = true;
447 this.tbLog.Name = "tbLog";
448 this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
6b92c1c4 449 this.tbLog.Size = new System.Drawing.Size(580, 318);
006b76b9
LOK
450 this.tbLog.TabIndex = 0;
451 //
452 // pProgress
453 //
454 this.pProgress.Location = new System.Drawing.Point(314, 407);
455 this.pProgress.Name = "pProgress";
456 this.pProgress.Size = new System.Drawing.Size(298, 23);
457 this.pProgress.TabIndex = 1;
458 //
459 // lStatus
460 //
461 this.lStatus.AutoSize = true;
462 this.lStatus.Location = new System.Drawing.Point(12, 416);
463 this.lStatus.Name = "lStatus";
464 this.lStatus.Size = new System.Drawing.Size(61, 13);
465 this.lStatus.TabIndex = 2;
466 this.lStatus.Text = "Initialising...";
467 //
8674df6a 468 // cecButtonConfigBindingSource
6b92c1c4 469 //
8674df6a
LOK
470 this.cecButtonConfigBindingSource.DataSource = typeof(CecConfigGui.CecButtonConfig);
471 //
472 // CecButtonName
473 //
474 this.CecButtonName.DataPropertyName = "CecButtonName";
475 this.CecButtonName.FillWeight = 260F;
476 this.CecButtonName.HeaderText = "Button";
477 this.CecButtonName.Name = "CecButtonName";
478 this.CecButtonName.ReadOnly = true;
479 this.CecButtonName.Width = 260;
480 //
481 // playerButtonDataGridViewTextBoxColumn
482 //
483 this.playerButtonDataGridViewTextBoxColumn.DataPropertyName = "PlayerButton";
484 this.playerButtonDataGridViewTextBoxColumn.FillWeight = 260F;
485 this.playerButtonDataGridViewTextBoxColumn.HeaderText = "Mapped to";
486 this.playerButtonDataGridViewTextBoxColumn.Name = "playerButtonDataGridViewTextBoxColumn";
487 this.playerButtonDataGridViewTextBoxColumn.Width = 260;
6b92c1c4 488 //
006b76b9
LOK
489 // CecConfigGUI
490 //
491 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
492 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
493 this.ClientSize = new System.Drawing.Size(624, 442);
494 this.Controls.Add(this.lStatus);
495 this.Controls.Add(this.pProgress);
496 this.Controls.Add(this.tabControl1);
497 this.Name = "CecConfigGUI";
498 this.Text = "Pulse-Eight USB-CEC Adapter";
499 this.tabControl1.ResumeLayout(false);
500 this.Configuration.ResumeLayout(false);
501 this.Configuration.PerformLayout();
8674df6a
LOK
502 this.tbButtons.ResumeLayout(false);
503 ((System.ComponentModel.ISupportInitialize)(this.dgButtons)).EndInit();
006b76b9
LOK
504 this.LogOutput.ResumeLayout(false);
505 this.LogOutput.PerformLayout();
8674df6a 506 ((System.ComponentModel.ISupportInitialize)(this.cecButtonConfigBindingSource)).EndInit();
006b76b9
LOK
507 this.ResumeLayout(false);
508 this.PerformLayout();
509
510 }
511
512 #endregion
513
514 private System.Windows.Forms.TabControl tabControl1;
515 private System.Windows.Forms.TabPage Configuration;
516 private System.Windows.Forms.TabPage LogOutput;
517 private System.Windows.Forms.Label lPortNumber;
518 private System.Windows.Forms.Label lDeviceType;
519 private System.Windows.Forms.Label lPhysicalAddress;
520 private System.Windows.Forms.Label lConnectedDevice;
521 private System.Windows.Forms.ComboBox cbConnectedDevice;
522 private System.Windows.Forms.TextBox tbPhysicalAddress;
523 private System.Windows.Forms.ProgressBar pProgress;
524 private System.Windows.Forms.Label lStatus;
525 private System.Windows.Forms.Label lConnectedPhysicalAddress;
526 private System.Windows.Forms.TextBox tbLog;
527 private System.Windows.Forms.ComboBox cbPortNumber;
528 private System.Windows.Forms.Button bClose;
529 private System.Windows.Forms.Button bSave;
530 private System.Windows.Forms.ComboBox cbDeviceType;
531 private System.Windows.Forms.Label lAdapterConfig;
532 private System.Windows.Forms.CheckBox cbPowerOffOnStandby;
533 private System.Windows.Forms.CheckBox cbPowerOffScreensaver;
534 private System.Windows.Forms.CheckBox cbPowerOffShutdown;
535 private System.Windows.Forms.CheckBox cbPowerOnStartup;
536 private System.Windows.Forms.CheckBox cbUseTVMenuLanguage;
537 private System.Windows.Forms.Label lPlayerConfig;
5d5e105d
LOK
538 private System.Windows.Forms.ToolTip helpPortNumber;
539 private System.Windows.Forms.ToolTip helpConnectedHDMIDevice;
540 private System.Windows.Forms.ToolTip helpDeviceType;
541 private System.Windows.Forms.ToolTip helpPhysicalAddress;
6b92c1c4
LOK
542 private System.Windows.Forms.TabPage tbButtons;
543 private System.Windows.Forms.CheckBox cbLogDebug;
544 private System.Windows.Forms.CheckBox cbLogTraffic;
545 private System.Windows.Forms.CheckBox cbLogNotice;
546 private System.Windows.Forms.CheckBox cbLogWarning;
547 private System.Windows.Forms.CheckBox cbLogError;
548 private System.Windows.Forms.Button bClearLog;
549 private System.Windows.Forms.Button bSaveLog;
8674df6a
LOK
550 private System.Windows.Forms.DataGridView dgButtons;
551 private System.Windows.Forms.BindingSource cecButtonConfigBindingSource;
552 private System.Windows.Forms.DataGridViewTextBoxColumn CecButtonName;
553 private System.Windows.Forms.DataGridViewTextBoxColumn playerButtonDataGridViewTextBoxColumn;
006b76b9
LOK
554 }
555}