updated changelog for 1.5.0
[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
006b76b9
LOK
10 #region Windows Form Designer generated code
11
12 /// <summary>
13 /// Required method for Designer support - do not modify
14 /// the contents of this method with the code editor.
15 /// </summary>
16 private void InitializeComponent()
17 {
5d5e105d 18 this.components = new System.ComponentModel.Container();
522f9a20 19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CecConfigGUI));
006b76b9
LOK
20 this.tabControl1 = new System.Windows.Forms.TabControl();
21 this.Configuration = new System.Windows.Forms.TabPage();
5de1dde4 22 this.bReloadConfig = new System.Windows.Forms.Button();
de90f347
LOK
23 this.cbVendorOverride = new System.Windows.Forms.CheckBox();
24 this.cbVendorId = new System.Windows.Forms.ComboBox();
75af24f1
LOK
25 this.lPowerOff = new System.Windows.Forms.Label();
26 this.cbPowerOffDevices = new System.Windows.Forms.CheckedListBox();
27 this.lWakeDevices = new System.Windows.Forms.Label();
28 this.cbWakeDevices = new System.Windows.Forms.CheckedListBox();
006b76b9
LOK
29 this.cbPowerOffOnStandby = new System.Windows.Forms.CheckBox();
30 this.cbPowerOffScreensaver = new System.Windows.Forms.CheckBox();
75af24f1 31 this.cbActivateSource = new System.Windows.Forms.CheckBox();
006b76b9
LOK
32 this.cbUseTVMenuLanguage = new System.Windows.Forms.CheckBox();
33 this.lPlayerConfig = new System.Windows.Forms.Label();
006b76b9
LOK
34 this.cbDeviceType = new System.Windows.Forms.ComboBox();
35 this.bClose = new System.Windows.Forms.Button();
5de1dde4 36 this.bSaveConfig = new System.Windows.Forms.Button();
006b76b9 37 this.cbPortNumber = new System.Windows.Forms.ComboBox();
006b76b9
LOK
38 this.tbPhysicalAddress = new System.Windows.Forms.TextBox();
39 this.cbConnectedDevice = new System.Windows.Forms.ComboBox();
40 this.lDeviceType = new System.Windows.Forms.Label();
41 this.lPhysicalAddress = new System.Windows.Forms.Label();
42 this.lConnectedDevice = new System.Windows.Forms.Label();
43 this.lPortNumber = new System.Windows.Forms.Label();
6b92c1c4 44 this.tbButtons = new System.Windows.Forms.TabPage();
75af24f1 45 this.label1 = new System.Windows.Forms.Label();
8674df6a 46 this.dgButtons = new System.Windows.Forms.DataGridView();
96fa7764 47 this.CecButtonName = new System.Windows.Forms.DataGridViewTextBoxColumn();
75af24f1
LOK
48 this.playerButtonDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
49 this.cecButtonConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
96fa7764 50 this.tbTestCommands = new System.Windows.Forms.TabPage();
6d866874 51 this.bRescanDevices = new System.Windows.Forms.Button();
ece1582e
LOK
52 this.bMute = new System.Windows.Forms.Button();
53 this.bVolDown = new System.Windows.Forms.Button();
54 this.bVolUp = new System.Windows.Forms.Button();
96fa7764
LOK
55 this.bActivateSource = new System.Windows.Forms.Button();
56 this.bScan = new System.Windows.Forms.Button();
57 this.bStandby = new System.Windows.Forms.Button();
58 this.bSendImageViewOn = new System.Windows.Forms.Button();
59 this.lDestination = new System.Windows.Forms.Label();
60 this.cbCommandDestination = new System.Windows.Forms.ComboBox();
006b76b9 61 this.LogOutput = new System.Windows.Forms.TabPage();
8674df6a 62 this.bSaveLog = new System.Windows.Forms.Button();
6b92c1c4
LOK
63 this.bClearLog = new System.Windows.Forms.Button();
64 this.cbLogDebug = new System.Windows.Forms.CheckBox();
65 this.cbLogTraffic = new System.Windows.Forms.CheckBox();
66 this.cbLogNotice = new System.Windows.Forms.CheckBox();
67 this.cbLogWarning = new System.Windows.Forms.CheckBox();
68 this.cbLogError = new System.Windows.Forms.CheckBox();
006b76b9
LOK
69 this.tbLog = new System.Windows.Forms.TextBox();
70 this.pProgress = new System.Windows.Forms.ProgressBar();
71 this.lStatus = new System.Windows.Forms.Label();
5d5e105d
LOK
72 this.helpPortNumber = new System.Windows.Forms.ToolTip(this.components);
73 this.helpConnectedHDMIDevice = new System.Windows.Forms.ToolTip(this.components);
74 this.helpPhysicalAddress = new System.Windows.Forms.ToolTip(this.components);
75 this.helpDeviceType = new System.Windows.Forms.ToolTip(this.components);
68b94c34
LOK
76 this.lConnectedPhysicalAddress = new System.Windows.Forms.Label();
77 this.lAdapterConfig = new System.Windows.Forms.Label();
006b76b9
LOK
78 this.tabControl1.SuspendLayout();
79 this.Configuration.SuspendLayout();
8674df6a
LOK
80 this.tbButtons.SuspendLayout();
81 ((System.ComponentModel.ISupportInitialize)(this.dgButtons)).BeginInit();
75af24f1 82 ((System.ComponentModel.ISupportInitialize)(this.cecButtonConfigBindingSource)).BeginInit();
96fa7764
LOK
83 this.tbTestCommands.SuspendLayout();
84 this.LogOutput.SuspendLayout();
006b76b9
LOK
85 this.SuspendLayout();
86 //
87 // tabControl1
88 //
89 this.tabControl1.Controls.Add(this.Configuration);
6b92c1c4 90 this.tabControl1.Controls.Add(this.tbButtons);
96fa7764 91 this.tabControl1.Controls.Add(this.tbTestCommands);
006b76b9
LOK
92 this.tabControl1.Controls.Add(this.LogOutput);
93 this.tabControl1.Location = new System.Drawing.Point(12, 12);
94 this.tabControl1.Name = "tabControl1";
95 this.tabControl1.SelectedIndex = 0;
96 this.tabControl1.Size = new System.Drawing.Size(600, 385);
97 this.tabControl1.TabIndex = 0;
5de1dde4 98 this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
006b76b9
LOK
99 //
100 // Configuration
101 //
5de1dde4 102 this.Configuration.Controls.Add(this.bReloadConfig);
75af24f1
LOK
103 this.Configuration.Controls.Add(this.cbVendorOverride);
104 this.Configuration.Controls.Add(this.cbVendorId);
105 this.Configuration.Controls.Add(this.lPowerOff);
106 this.Configuration.Controls.Add(this.cbPowerOffDevices);
ece1582e
LOK
107 this.Configuration.Controls.Add(this.lWakeDevices);
108 this.Configuration.Controls.Add(this.cbWakeDevices);
006b76b9
LOK
109 this.Configuration.Controls.Add(this.cbPowerOffOnStandby);
110 this.Configuration.Controls.Add(this.cbPowerOffScreensaver);
75af24f1 111 this.Configuration.Controls.Add(this.cbActivateSource);
006b76b9
LOK
112 this.Configuration.Controls.Add(this.cbUseTVMenuLanguage);
113 this.Configuration.Controls.Add(this.lPlayerConfig);
114 this.Configuration.Controls.Add(this.lAdapterConfig);
115 this.Configuration.Controls.Add(this.cbDeviceType);
116 this.Configuration.Controls.Add(this.bClose);
5de1dde4 117 this.Configuration.Controls.Add(this.bSaveConfig);
006b76b9
LOK
118 this.Configuration.Controls.Add(this.cbPortNumber);
119 this.Configuration.Controls.Add(this.lConnectedPhysicalAddress);
120 this.Configuration.Controls.Add(this.tbPhysicalAddress);
121 this.Configuration.Controls.Add(this.cbConnectedDevice);
122 this.Configuration.Controls.Add(this.lDeviceType);
123 this.Configuration.Controls.Add(this.lPhysicalAddress);
124 this.Configuration.Controls.Add(this.lConnectedDevice);
125 this.Configuration.Controls.Add(this.lPortNumber);
126 this.Configuration.Location = new System.Drawing.Point(4, 22);
127 this.Configuration.Name = "Configuration";
128 this.Configuration.Padding = new System.Windows.Forms.Padding(3);
129 this.Configuration.Size = new System.Drawing.Size(592, 359);
130 this.Configuration.TabIndex = 0;
131 this.Configuration.Text = "Configuration";
132 this.Configuration.UseVisualStyleBackColor = true;
133 //
5de1dde4
LOK
134 // bReloadConfig
135 //
136 this.bReloadConfig.Enabled = false;
137 this.bReloadConfig.Location = new System.Drawing.Point(358, 330);
138 this.bReloadConfig.Name = "bReloadConfig";
139 this.bReloadConfig.Size = new System.Drawing.Size(125, 23);
140 this.bReloadConfig.TabIndex = 30;
141 this.bReloadConfig.Text = "Reload configuration";
142 this.bReloadConfig.UseVisualStyleBackColor = true;
143 this.bReloadConfig.Click += new System.EventHandler(this.bReloadConfig_Click);
144 //
de90f347
LOK
145 // cbVendorOverride
146 //
147 this.cbVendorOverride.AutoSize = true;
68b94c34 148 this.cbVendorOverride.Enabled = false;
de90f347
LOK
149 this.cbVendorOverride.Location = new System.Drawing.Point(10, 156);
150 this.cbVendorOverride.Name = "cbVendorOverride";
151 this.cbVendorOverride.Size = new System.Drawing.Size(130, 17);
152 this.cbVendorOverride.TabIndex = 29;
153 this.cbVendorOverride.Text = "Override TV vendor id";
154 this.cbVendorOverride.UseVisualStyleBackColor = true;
155 this.cbVendorOverride.CheckedChanged += new System.EventHandler(this.cbVendorOverride_CheckedChanged);
156 //
157 // cbVendorId
158 //
159 this.cbVendorId.Enabled = false;
160 this.cbVendorId.FormattingEnabled = true;
161 this.cbVendorId.Items.AddRange(new object[] {
162 "- autodetect -",
163 "LG",
164 "Onkyo",
165 "Panasonic",
166 "Philips",
167 "Pioneer",
168 "Samsung",
169 "Sony",
170 "Yamaha"});
171 this.cbVendorId.Location = new System.Drawing.Point(174, 153);
172 this.cbVendorId.Name = "cbVendorId";
68b94c34 173 this.cbVendorId.Size = new System.Drawing.Size(157, 21);
de90f347
LOK
174 this.cbVendorId.TabIndex = 28;
175 this.cbVendorId.Text = "- autodetect -";
176 this.helpDeviceType.SetToolTip(this.cbVendorId, "Only set this value when autodetection isn\'t working");
177 //
75af24f1
LOK
178 // lPowerOff
179 //
180 this.lPowerOff.AutoSize = true;
181 this.lPowerOff.Location = new System.Drawing.Point(465, 203);
182 this.lPowerOff.Name = "lPowerOff";
183 this.lPowerOff.Size = new System.Drawing.Size(124, 13);
184 this.lPowerOff.TabIndex = 26;
185 this.lPowerOff.Text = "Power off when stopping";
186 //
187 // cbPowerOffDevices
188 //
6d866874 189 this.cbPowerOffDevices.Enabled = false;
75af24f1
LOK
190 this.cbPowerOffDevices.FormattingEnabled = true;
191 this.cbPowerOffDevices.Items.AddRange(new object[] {
192 "0: TV",
193 "1: Recorder 1",
194 "2: Recorder 2",
195 "3: Tuner 1",
196 "4: Playback 1",
197 "5: Audio system",
198 "6: Tuner 2",
199 "7: Tuner 3",
200 "8: Playback 2",
201 "9: Recorder 3",
202 "A: Tuner 4",
203 "B: Playback 3",
204 "C: Reserved 1",
205 "D: Reserved 2",
206 "E: Free use",
207 "F: Broadcast"});
208 this.cbPowerOffDevices.Location = new System.Drawing.Point(467, 220);
209 this.cbPowerOffDevices.Name = "cbPowerOffDevices";
210 this.cbPowerOffDevices.Size = new System.Drawing.Size(118, 94);
211 this.cbPowerOffDevices.TabIndex = 25;
212 //
213 // lWakeDevices
214 //
215 this.lWakeDevices.AutoSize = true;
216 this.lWakeDevices.Location = new System.Drawing.Point(345, 203);
217 this.lWakeDevices.Name = "lWakeDevices";
218 this.lWakeDevices.Size = new System.Drawing.Size(102, 13);
219 this.lWakeDevices.TabIndex = 24;
220 this.lWakeDevices.Text = "Wake when starting";
221 //
222 // cbWakeDevices
223 //
6d866874 224 this.cbWakeDevices.Enabled = false;
75af24f1
LOK
225 this.cbWakeDevices.FormattingEnabled = true;
226 this.cbWakeDevices.Items.AddRange(new object[] {
227 "0: TV",
228 "1: Recorder 1",
229 "2: Recorder 2",
230 "3: Tuner 1",
231 "4: Playback 1",
232 "5: Audio system",
233 "6: Tuner 2",
234 "7: Tuner 3",
235 "8: Playback 2",
236 "9: Recorder 3",
237 "A: Tuner 4",
238 "B: Playback 3",
239 "C: Reserved 1",
240 "D: Reserved 2",
241 "E: Free use",
242 "F: Broadcast"});
243 this.cbWakeDevices.Location = new System.Drawing.Point(337, 220);
244 this.cbWakeDevices.Name = "cbWakeDevices";
245 this.cbWakeDevices.Size = new System.Drawing.Size(118, 94);
246 this.cbWakeDevices.TabIndex = 23;
247 //
006b76b9
LOK
248 // cbPowerOffOnStandby
249 //
250 this.cbPowerOffOnStandby.AutoSize = true;
251 this.cbPowerOffOnStandby.Enabled = false;
252 this.cbPowerOffOnStandby.Location = new System.Drawing.Point(10, 297);
253 this.cbPowerOffOnStandby.Name = "cbPowerOffOnStandby";
254 this.cbPowerOffOnStandby.Size = new System.Drawing.Size(292, 17);
255 this.cbPowerOffOnStandby.TabIndex = 22;
256 this.cbPowerOffOnStandby.Text = "Put this PC in standby mode when the TV is switched off";
257 this.cbPowerOffOnStandby.UseVisualStyleBackColor = true;
258 //
259 // cbPowerOffScreensaver
260 //
261 this.cbPowerOffScreensaver.AutoSize = true;
262 this.cbPowerOffScreensaver.Enabled = false;
263 this.cbPowerOffScreensaver.Location = new System.Drawing.Point(10, 273);
264 this.cbPowerOffScreensaver.Name = "cbPowerOffScreensaver";
265 this.cbPowerOffScreensaver.Size = new System.Drawing.Size(301, 17);
266 this.cbPowerOffScreensaver.TabIndex = 21;
267 this.cbPowerOffScreensaver.Text = "Put devices in standby mode when activating screensaver";
268 this.cbPowerOffScreensaver.UseVisualStyleBackColor = true;
269 //
75af24f1 270 // cbActivateSource
006b76b9 271 //
75af24f1
LOK
272 this.cbActivateSource.AutoSize = true;
273 this.cbActivateSource.Enabled = false;
274 this.cbActivateSource.Location = new System.Drawing.Point(10, 249);
275 this.cbActivateSource.Name = "cbActivateSource";
276 this.cbActivateSource.Size = new System.Drawing.Size(284, 17);
277 this.cbActivateSource.TabIndex = 19;
278 this.cbActivateSource.Text = "Make the media player the active source when starting";
279 this.cbActivateSource.UseVisualStyleBackColor = true;
006b76b9
LOK
280 //
281 // cbUseTVMenuLanguage
282 //
283 this.cbUseTVMenuLanguage.AutoSize = true;
284 this.cbUseTVMenuLanguage.Enabled = false;
75af24f1 285 this.cbUseTVMenuLanguage.Location = new System.Drawing.Point(10, 225);
006b76b9
LOK
286 this.cbUseTVMenuLanguage.Name = "cbUseTVMenuLanguage";
287 this.cbUseTVMenuLanguage.Size = new System.Drawing.Size(168, 17);
288 this.cbUseTVMenuLanguage.TabIndex = 18;
289 this.cbUseTVMenuLanguage.Text = "Use the TV\'s language setting";
290 this.cbUseTVMenuLanguage.UseVisualStyleBackColor = true;
291 //
292 // lPlayerConfig
293 //
294 this.lPlayerConfig.AutoSize = true;
295 this.lPlayerConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
75af24f1 296 this.lPlayerConfig.Location = new System.Drawing.Point(6, 188);
006b76b9
LOK
297 this.lPlayerConfig.Name = "lPlayerConfig";
298 this.lPlayerConfig.Size = new System.Drawing.Size(198, 24);
299 this.lPlayerConfig.TabIndex = 16;
300 this.lPlayerConfig.Text = "Player Configuration";
301 //
006b76b9
LOK
302 // cbDeviceType
303 //
304 this.cbDeviceType.Enabled = false;
305 this.cbDeviceType.FormattingEnabled = true;
306 this.cbDeviceType.Items.AddRange(new object[] {
307 "Recorder",
308 "Player",
309 "Tuner"});
310 this.cbDeviceType.Location = new System.Drawing.Point(174, 123);
311 this.cbDeviceType.Name = "cbDeviceType";
68b94c34 312 this.cbDeviceType.Size = new System.Drawing.Size(157, 21);
006b76b9
LOK
313 this.cbDeviceType.TabIndex = 14;
314 this.cbDeviceType.Text = "Recorder";
5d5e105d 315 this.helpDeviceType.SetToolTip(this.cbDeviceType, "Set this to \'Player\' when your TV is having problems with \'Recorder\'");
6d866874 316 this.cbDeviceType.SelectedIndexChanged += new System.EventHandler(this.cbDeviceType_SelectedIndexChanged);
006b76b9
LOK
317 //
318 // bClose
319 //
320 this.bClose.Enabled = false;
5de1dde4 321 this.bClose.Location = new System.Drawing.Point(96, 330);
006b76b9 322 this.bClose.Name = "bClose";
5de1dde4 323 this.bClose.Size = new System.Drawing.Size(125, 23);
006b76b9
LOK
324 this.bClose.TabIndex = 13;
325 this.bClose.Text = "Close";
326 this.bClose.UseVisualStyleBackColor = true;
327 this.bClose.Click += new System.EventHandler(this.bCancel_Click);
328 //
5de1dde4 329 // bSaveConfig
006b76b9 330 //
5de1dde4
LOK
331 this.bSaveConfig.Enabled = false;
332 this.bSaveConfig.Location = new System.Drawing.Point(227, 330);
333 this.bSaveConfig.Name = "bSaveConfig";
334 this.bSaveConfig.Size = new System.Drawing.Size(125, 23);
335 this.bSaveConfig.TabIndex = 12;
336 this.bSaveConfig.Text = "Save configuration";
337 this.bSaveConfig.UseVisualStyleBackColor = true;
338 this.bSaveConfig.Click += new System.EventHandler(this.bSave_Click);
006b76b9
LOK
339 //
340 // cbPortNumber
341 //
342 this.cbPortNumber.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
343 this.cbPortNumber.Enabled = false;
344 this.cbPortNumber.FormattingEnabled = true;
345 this.cbPortNumber.Items.AddRange(new object[] {
346 "1",
347 "2",
348 "3",
349 "4"});
350 this.cbPortNumber.Location = new System.Drawing.Point(174, 40);
351 this.cbPortNumber.Name = "cbPortNumber";
352 this.cbPortNumber.Size = new System.Drawing.Size(38, 21);
353 this.cbPortNumber.TabIndex = 11;
354 this.cbPortNumber.Text = "1";
5d5e105d 355 this.helpPortNumber.SetToolTip(this.cbPortNumber, "The HDMI port number, to which you connected your USB-CEC adapter.");
006b76b9
LOK
356 this.cbPortNumber.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged);
357 //
006b76b9
LOK
358 // tbPhysicalAddress
359 //
360 this.tbPhysicalAddress.Enabled = false;
361 this.tbPhysicalAddress.Location = new System.Drawing.Point(174, 95);
362 this.tbPhysicalAddress.MaxLength = 4;
363 this.tbPhysicalAddress.Name = "tbPhysicalAddress";
364 this.tbPhysicalAddress.Size = new System.Drawing.Size(38, 20);
365 this.tbPhysicalAddress.TabIndex = 6;
366 this.tbPhysicalAddress.Text = "1000";
5d5e105d
LOK
367 this.helpPhysicalAddress.SetToolTip(this.tbPhysicalAddress, "The physical address of the adapter. Leave this untouched if you want to autodete" +
368 "ct this value.");
006b76b9
LOK
369 this.tbPhysicalAddress.TextChanged += new System.EventHandler(this.tbPhysicalAddress_TextChanged);
370 //
371 // cbConnectedDevice
372 //
373 this.cbConnectedDevice.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
374 this.cbConnectedDevice.Enabled = false;
375 this.cbConnectedDevice.FormattingEnabled = true;
376 this.cbConnectedDevice.Location = new System.Drawing.Point(174, 67);
377 this.cbConnectedDevice.Name = "cbConnectedDevice";
68b94c34 378 this.cbConnectedDevice.Size = new System.Drawing.Size(157, 21);
006b76b9 379 this.cbConnectedDevice.TabIndex = 5;
5d5e105d 380 this.helpConnectedHDMIDevice.SetToolTip(this.cbConnectedDevice, "The HDMI device to which the USB-CEC adapter is connected");
006b76b9
LOK
381 this.cbConnectedDevice.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged);
382 //
383 // lDeviceType
384 //
385 this.lDeviceType.AutoSize = true;
386 this.lDeviceType.Location = new System.Drawing.Point(6, 126);
387 this.lDeviceType.Name = "lDeviceType";
388 this.lDeviceType.Size = new System.Drawing.Size(64, 13);
389 this.lDeviceType.TabIndex = 3;
390 this.lDeviceType.Text = "Device type";
391 //
392 // lPhysicalAddress
393 //
394 this.lPhysicalAddress.AutoSize = true;
395 this.lPhysicalAddress.Location = new System.Drawing.Point(6, 98);
396 this.lPhysicalAddress.Name = "lPhysicalAddress";
397 this.lPhysicalAddress.Size = new System.Drawing.Size(86, 13);
398 this.lPhysicalAddress.TabIndex = 2;
399 this.lPhysicalAddress.Text = "Physical address";
400 //
401 // lConnectedDevice
402 //
403 this.lConnectedDevice.AutoSize = true;
404 this.lConnectedDevice.Location = new System.Drawing.Point(6, 70);
405 this.lConnectedDevice.Name = "lConnectedDevice";
406 this.lConnectedDevice.Size = new System.Drawing.Size(137, 13);
407 this.lConnectedDevice.TabIndex = 1;
408 this.lConnectedDevice.Text = "Connected to HDMI device";
409 //
410 // lPortNumber
411 //
412 this.lPortNumber.AutoSize = true;
413 this.lPortNumber.Location = new System.Drawing.Point(6, 43);
414 this.lPortNumber.Name = "lPortNumber";
415 this.lPortNumber.Size = new System.Drawing.Size(95, 13);
416 this.lPortNumber.TabIndex = 0;
417 this.lPortNumber.Text = "HDMI Port number";
418 //
6b92c1c4
LOK
419 // tbButtons
420 //
ece1582e 421 this.tbButtons.Controls.Add(this.label1);
8674df6a 422 this.tbButtons.Controls.Add(this.dgButtons);
6b92c1c4
LOK
423 this.tbButtons.Location = new System.Drawing.Point(4, 22);
424 this.tbButtons.Name = "tbButtons";
425 this.tbButtons.Padding = new System.Windows.Forms.Padding(3);
426 this.tbButtons.Size = new System.Drawing.Size(592, 359);
427 this.tbButtons.TabIndex = 2;
428 this.tbButtons.Text = "Button Configuration";
429 this.tbButtons.UseVisualStyleBackColor = true;
430 //
75af24f1
LOK
431 // label1
432 //
433 this.label1.AutoSize = true;
434 this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
435 this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
436 this.label1.Location = new System.Drawing.Point(118, 252);
437 this.label1.Name = "label1";
438 this.label1.Size = new System.Drawing.Size(354, 31);
439 this.label1.TabIndex = 1;
440 this.label1.Text = "NOT IMPLEMENTED YET";
441 //
8674df6a
LOK
442 // dgButtons
443 //
444 this.dgButtons.AllowUserToAddRows = false;
445 this.dgButtons.AllowUserToDeleteRows = false;
446 this.dgButtons.AllowUserToResizeColumns = false;
447 this.dgButtons.AllowUserToResizeRows = false;
448 this.dgButtons.AutoGenerateColumns = false;
449 this.dgButtons.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
450 this.dgButtons.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
451 this.CecButtonName,
452 this.playerButtonDataGridViewTextBoxColumn});
453 this.dgButtons.DataSource = this.cecButtonConfigBindingSource;
454 this.dgButtons.Location = new System.Drawing.Point(7, 7);
455 this.dgButtons.Name = "dgButtons";
456 this.dgButtons.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
457 this.dgButtons.Size = new System.Drawing.Size(579, 346);
458 this.dgButtons.TabIndex = 0;
459 this.dgButtons.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridView1_CellFormatting);
460 //
96fa7764
LOK
461 // CecButtonName
462 //
463 this.CecButtonName.DataPropertyName = "CecButtonName";
464 this.CecButtonName.FillWeight = 260F;
465 this.CecButtonName.HeaderText = "Button";
466 this.CecButtonName.Name = "CecButtonName";
467 this.CecButtonName.ReadOnly = true;
468 this.CecButtonName.Width = 260;
469 //
75af24f1
LOK
470 // playerButtonDataGridViewTextBoxColumn
471 //
472 this.playerButtonDataGridViewTextBoxColumn.DataPropertyName = "PlayerButton";
473 this.playerButtonDataGridViewTextBoxColumn.FillWeight = 260F;
474 this.playerButtonDataGridViewTextBoxColumn.HeaderText = "Mapped to";
475 this.playerButtonDataGridViewTextBoxColumn.Name = "playerButtonDataGridViewTextBoxColumn";
476 this.playerButtonDataGridViewTextBoxColumn.Width = 260;
477 //
478 // cecButtonConfigBindingSource
479 //
480 this.cecButtonConfigBindingSource.DataSource = typeof(CecConfigGui.CecButtonConfig);
481 //
96fa7764
LOK
482 // tbTestCommands
483 //
6d866874 484 this.tbTestCommands.Controls.Add(this.bRescanDevices);
ece1582e
LOK
485 this.tbTestCommands.Controls.Add(this.bMute);
486 this.tbTestCommands.Controls.Add(this.bVolDown);
487 this.tbTestCommands.Controls.Add(this.bVolUp);
96fa7764
LOK
488 this.tbTestCommands.Controls.Add(this.bActivateSource);
489 this.tbTestCommands.Controls.Add(this.bScan);
490 this.tbTestCommands.Controls.Add(this.bStandby);
491 this.tbTestCommands.Controls.Add(this.bSendImageViewOn);
492 this.tbTestCommands.Controls.Add(this.lDestination);
493 this.tbTestCommands.Controls.Add(this.cbCommandDestination);
494 this.tbTestCommands.Location = new System.Drawing.Point(4, 22);
495 this.tbTestCommands.Name = "tbTestCommands";
496 this.tbTestCommands.Padding = new System.Windows.Forms.Padding(3);
497 this.tbTestCommands.Size = new System.Drawing.Size(592, 359);
498 this.tbTestCommands.TabIndex = 3;
499 this.tbTestCommands.Text = "CEC tester";
500 this.tbTestCommands.UseVisualStyleBackColor = true;
501 //
6d866874
LOK
502 // bRescanDevices
503 //
504 this.bRescanDevices.Enabled = false;
505 this.bRescanDevices.Location = new System.Drawing.Point(424, 65);
506 this.bRescanDevices.Name = "bRescanDevices";
507 this.bRescanDevices.Size = new System.Drawing.Size(150, 23);
508 this.bRescanDevices.TabIndex = 9;
509 this.bRescanDevices.Text = "Re-scan devices";
510 this.bRescanDevices.UseVisualStyleBackColor = true;
511 this.bRescanDevices.Click += new System.EventHandler(this.bRescanDevices_Click);
512 //
ece1582e
LOK
513 // bMute
514 //
515 this.bMute.Enabled = false;
516 this.bMute.Location = new System.Drawing.Point(164, 65);
517 this.bMute.Name = "bMute";
518 this.bMute.Size = new System.Drawing.Size(150, 23);
519 this.bMute.TabIndex = 8;
520 this.bMute.Text = "Mute";
521 this.bMute.UseVisualStyleBackColor = true;
522 this.bMute.Click += new System.EventHandler(this.bMute_Click);
523 //
524 // bVolDown
525 //
526 this.bVolDown.Enabled = false;
527 this.bVolDown.Location = new System.Drawing.Point(164, 36);
528 this.bVolDown.Name = "bVolDown";
529 this.bVolDown.Size = new System.Drawing.Size(150, 23);
530 this.bVolDown.TabIndex = 7;
531 this.bVolDown.Text = "Volume down";
532 this.bVolDown.UseVisualStyleBackColor = true;
533 this.bVolDown.Click += new System.EventHandler(this.bVolDown_Click);
534 //
535 // bVolUp
536 //
537 this.bVolUp.Enabled = false;
538 this.bVolUp.Location = new System.Drawing.Point(164, 7);
539 this.bVolUp.Name = "bVolUp";
540 this.bVolUp.Size = new System.Drawing.Size(150, 23);
541 this.bVolUp.TabIndex = 6;
542 this.bVolUp.Text = "Volume up";
543 this.bVolUp.UseVisualStyleBackColor = true;
544 this.bVolUp.Click += new System.EventHandler(this.bVolUp_Click);
545 //
96fa7764
LOK
546 // bActivateSource
547 //
6d866874 548 this.bActivateSource.Enabled = false;
ece1582e 549 this.bActivateSource.Location = new System.Drawing.Point(8, 65);
96fa7764
LOK
550 this.bActivateSource.Name = "bActivateSource";
551 this.bActivateSource.Size = new System.Drawing.Size(150, 23);
552 this.bActivateSource.TabIndex = 5;
ece1582e 553 this.bActivateSource.Text = "Make device active";
96fa7764
LOK
554 this.bActivateSource.UseVisualStyleBackColor = true;
555 this.bActivateSource.Click += new System.EventHandler(this.bActivateSource_Click);
556 //
557 // bScan
558 //
6d866874 559 this.bScan.Enabled = false;
ece1582e 560 this.bScan.Location = new System.Drawing.Point(8, 94);
96fa7764
LOK
561 this.bScan.Name = "bScan";
562 this.bScan.Size = new System.Drawing.Size(150, 23);
563 this.bScan.TabIndex = 4;
564 this.bScan.Text = "Device information";
565 this.bScan.UseVisualStyleBackColor = true;
566 this.bScan.Click += new System.EventHandler(this.bScan_Click);
567 //
568 // bStandby
569 //
6d866874 570 this.bStandby.Enabled = false;
ece1582e 571 this.bStandby.Location = new System.Drawing.Point(8, 36);
96fa7764
LOK
572 this.bStandby.Name = "bStandby";
573 this.bStandby.Size = new System.Drawing.Size(150, 23);
574 this.bStandby.TabIndex = 3;
ece1582e 575 this.bStandby.Text = "Put device in standby";
96fa7764
LOK
576 this.bStandby.UseVisualStyleBackColor = true;
577 this.bStandby.Click += new System.EventHandler(this.bStandby_Click);
578 //
579 // bSendImageViewOn
580 //
6d866874 581 this.bSendImageViewOn.Enabled = false;
ece1582e 582 this.bSendImageViewOn.Location = new System.Drawing.Point(8, 7);
96fa7764
LOK
583 this.bSendImageViewOn.Name = "bSendImageViewOn";
584 this.bSendImageViewOn.Size = new System.Drawing.Size(150, 23);
585 this.bSendImageViewOn.TabIndex = 2;
ece1582e 586 this.bSendImageViewOn.Text = "Power on device";
96fa7764
LOK
587 this.bSendImageViewOn.UseVisualStyleBackColor = true;
588 this.bSendImageViewOn.Click += new System.EventHandler(this.bSendImageViewOn_Click);
589 //
590 // lDestination
591 //
592 this.lDestination.AutoSize = true;
593 this.lDestination.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
594 this.lDestination.Location = new System.Drawing.Point(420, 3);
595 this.lDestination.Name = "lDestination";
596 this.lDestination.Size = new System.Drawing.Size(138, 24);
597 this.lDestination.TabIndex = 1;
598 this.lDestination.Text = "Target device";
599 //
600 // cbCommandDestination
601 //
602 this.cbCommandDestination.FormattingEnabled = true;
603 this.cbCommandDestination.Items.AddRange(new object[] {
604 "0: TV",
96fa7764
LOK
605 "F: Broadcast"});
606 this.cbCommandDestination.Location = new System.Drawing.Point(437, 30);
607 this.cbCommandDestination.Name = "cbCommandDestination";
608 this.cbCommandDestination.Size = new System.Drawing.Size(121, 21);
609 this.cbCommandDestination.TabIndex = 0;
610 this.cbCommandDestination.Text = "0: TV";
ece1582e 611 this.cbCommandDestination.SelectedIndexChanged += new System.EventHandler(this.cbCommandDestination_SelectedIndexChanged);
96fa7764 612 //
006b76b9
LOK
613 // LogOutput
614 //
6b92c1c4
LOK
615 this.LogOutput.Controls.Add(this.bSaveLog);
616 this.LogOutput.Controls.Add(this.bClearLog);
617 this.LogOutput.Controls.Add(this.cbLogDebug);
618 this.LogOutput.Controls.Add(this.cbLogTraffic);
619 this.LogOutput.Controls.Add(this.cbLogNotice);
620 this.LogOutput.Controls.Add(this.cbLogWarning);
621 this.LogOutput.Controls.Add(this.cbLogError);
006b76b9
LOK
622 this.LogOutput.Controls.Add(this.tbLog);
623 this.LogOutput.Location = new System.Drawing.Point(4, 22);
624 this.LogOutput.Name = "LogOutput";
625 this.LogOutput.Padding = new System.Windows.Forms.Padding(3);
626 this.LogOutput.Size = new System.Drawing.Size(592, 359);
627 this.LogOutput.TabIndex = 1;
628 this.LogOutput.Text = "Log Output";
629 this.LogOutput.UseVisualStyleBackColor = true;
630 //
8674df6a
LOK
631 // bSaveLog
632 //
633 this.bSaveLog.Location = new System.Drawing.Point(430, 330);
634 this.bSaveLog.Name = "bSaveLog";
635 this.bSaveLog.Size = new System.Drawing.Size(75, 23);
636 this.bSaveLog.TabIndex = 7;
637 this.bSaveLog.Text = "Save";
638 this.bSaveLog.UseVisualStyleBackColor = true;
639 this.bSaveLog.Click += new System.EventHandler(this.bSaveLog_Click);
640 //
6b92c1c4
LOK
641 // bClearLog
642 //
643 this.bClearLog.Location = new System.Drawing.Point(511, 330);
644 this.bClearLog.Name = "bClearLog";
645 this.bClearLog.Size = new System.Drawing.Size(75, 23);
646 this.bClearLog.TabIndex = 6;
647 this.bClearLog.Text = "Clear";
648 this.bClearLog.UseVisualStyleBackColor = true;
649 this.bClearLog.Click += new System.EventHandler(this.bClearLog_Click);
650 //
651 // cbLogDebug
652 //
653 this.cbLogDebug.AutoSize = true;
2b3c67ec
LOK
654 this.cbLogDebug.Checked = true;
655 this.cbLogDebug.CheckState = System.Windows.Forms.CheckState.Checked;
6b92c1c4
LOK
656 this.cbLogDebug.Location = new System.Drawing.Point(269, 336);
657 this.cbLogDebug.Name = "cbLogDebug";
658 this.cbLogDebug.Size = new System.Drawing.Size(58, 17);
659 this.cbLogDebug.TabIndex = 5;
660 this.cbLogDebug.Text = "Debug";
661 this.cbLogDebug.UseVisualStyleBackColor = true;
662 //
663 // cbLogTraffic
664 //
665 this.cbLogTraffic.AutoSize = true;
2b3c67ec
LOK
666 this.cbLogTraffic.Checked = true;
667 this.cbLogTraffic.CheckState = System.Windows.Forms.CheckState.Checked;
6b92c1c4
LOK
668 this.cbLogTraffic.Location = new System.Drawing.Point(207, 336);
669 this.cbLogTraffic.Name = "cbLogTraffic";
670 this.cbLogTraffic.Size = new System.Drawing.Size(56, 17);
671 this.cbLogTraffic.TabIndex = 4;
672 this.cbLogTraffic.Text = "Traffic";
673 this.cbLogTraffic.UseVisualStyleBackColor = true;
674 //
675 // cbLogNotice
676 //
677 this.cbLogNotice.AutoSize = true;
678 this.cbLogNotice.Checked = true;
679 this.cbLogNotice.CheckState = System.Windows.Forms.CheckState.Checked;
680 this.cbLogNotice.Location = new System.Drawing.Point(138, 336);
681 this.cbLogNotice.Name = "cbLogNotice";
682 this.cbLogNotice.Size = new System.Drawing.Size(62, 17);
683 this.cbLogNotice.TabIndex = 3;
684 this.cbLogNotice.Text = "Notices";
685 this.cbLogNotice.UseVisualStyleBackColor = true;
686 //
687 // cbLogWarning
688 //
689 this.cbLogWarning.AutoSize = true;
690 this.cbLogWarning.Checked = true;
691 this.cbLogWarning.CheckState = System.Windows.Forms.CheckState.Checked;
692 this.cbLogWarning.Location = new System.Drawing.Point(66, 336);
693 this.cbLogWarning.Name = "cbLogWarning";
694 this.cbLogWarning.Size = new System.Drawing.Size(66, 17);
695 this.cbLogWarning.TabIndex = 2;
696 this.cbLogWarning.Text = "Warning";
697 this.cbLogWarning.UseVisualStyleBackColor = true;
698 //
699 // cbLogError
700 //
701 this.cbLogError.AutoSize = true;
702 this.cbLogError.Checked = true;
703 this.cbLogError.CheckState = System.Windows.Forms.CheckState.Checked;
704 this.cbLogError.Location = new System.Drawing.Point(7, 336);
705 this.cbLogError.Name = "cbLogError";
706 this.cbLogError.Size = new System.Drawing.Size(53, 17);
707 this.cbLogError.TabIndex = 1;
708 this.cbLogError.Text = "Errors";
709 this.cbLogError.UseVisualStyleBackColor = true;
710 //
006b76b9
LOK
711 // tbLog
712 //
713 this.tbLog.Location = new System.Drawing.Point(6, 6);
714 this.tbLog.Multiline = true;
715 this.tbLog.Name = "tbLog";
716 this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
6b92c1c4 717 this.tbLog.Size = new System.Drawing.Size(580, 318);
006b76b9
LOK
718 this.tbLog.TabIndex = 0;
719 //
720 // pProgress
721 //
722 this.pProgress.Location = new System.Drawing.Point(314, 407);
723 this.pProgress.Name = "pProgress";
724 this.pProgress.Size = new System.Drawing.Size(298, 23);
725 this.pProgress.TabIndex = 1;
726 //
727 // lStatus
728 //
729 this.lStatus.AutoSize = true;
730 this.lStatus.Location = new System.Drawing.Point(12, 416);
731 this.lStatus.Name = "lStatus";
732 this.lStatus.Size = new System.Drawing.Size(61, 13);
733 this.lStatus.TabIndex = 2;
734 this.lStatus.Text = "Initialising...";
735 //
68b94c34
LOK
736 // lConnectedPhysicalAddress
737 //
738 this.lConnectedPhysicalAddress.AutoSize = true;
739 this.lConnectedPhysicalAddress.Location = new System.Drawing.Point(340, 71);
740 this.lConnectedPhysicalAddress.Name = "lConnectedPhysicalAddress";
741 this.lConnectedPhysicalAddress.Size = new System.Drawing.Size(75, 13);
742 this.lConnectedPhysicalAddress.TabIndex = 10;
743 this.lConnectedPhysicalAddress.Text = "Address: 0000";
744 //
745 // lAdapterConfig
746 //
747 this.lAdapterConfig.AutoSize = true;
748 this.lAdapterConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
749 this.lAdapterConfig.Location = new System.Drawing.Point(6, 3);
750 this.lAdapterConfig.Name = "lAdapterConfig";
751 this.lAdapterConfig.Size = new System.Drawing.Size(213, 24);
752 this.lAdapterConfig.TabIndex = 15;
753 this.lAdapterConfig.Text = "Adapter Configuration";
754 //
006b76b9
LOK
755 // CecConfigGUI
756 //
757 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
758 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
759 this.ClientSize = new System.Drawing.Size(624, 442);
760 this.Controls.Add(this.lStatus);
761 this.Controls.Add(this.pProgress);
762 this.Controls.Add(this.tabControl1);
522f9a20
LOK
763 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
764 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
765 this.MaximizeBox = false;
006b76b9
LOK
766 this.Name = "CecConfigGUI";
767 this.Text = "Pulse-Eight USB-CEC Adapter";
768 this.tabControl1.ResumeLayout(false);
769 this.Configuration.ResumeLayout(false);
770 this.Configuration.PerformLayout();
8674df6a 771 this.tbButtons.ResumeLayout(false);
ece1582e 772 this.tbButtons.PerformLayout();
8674df6a 773 ((System.ComponentModel.ISupportInitialize)(this.dgButtons)).EndInit();
75af24f1 774 ((System.ComponentModel.ISupportInitialize)(this.cecButtonConfigBindingSource)).EndInit();
96fa7764
LOK
775 this.tbTestCommands.ResumeLayout(false);
776 this.tbTestCommands.PerformLayout();
006b76b9
LOK
777 this.LogOutput.ResumeLayout(false);
778 this.LogOutput.PerformLayout();
779 this.ResumeLayout(false);
780 this.PerformLayout();
781
782 }
783
784 #endregion
785
786 private System.Windows.Forms.TabControl tabControl1;
787 private System.Windows.Forms.TabPage Configuration;
788 private System.Windows.Forms.TabPage LogOutput;
789 private System.Windows.Forms.Label lPortNumber;
790 private System.Windows.Forms.Label lDeviceType;
791 private System.Windows.Forms.Label lPhysicalAddress;
792 private System.Windows.Forms.Label lConnectedDevice;
793 private System.Windows.Forms.ComboBox cbConnectedDevice;
794 private System.Windows.Forms.TextBox tbPhysicalAddress;
795 private System.Windows.Forms.ProgressBar pProgress;
796 private System.Windows.Forms.Label lStatus;
006b76b9
LOK
797 private System.Windows.Forms.TextBox tbLog;
798 private System.Windows.Forms.ComboBox cbPortNumber;
799 private System.Windows.Forms.Button bClose;
5de1dde4 800 private System.Windows.Forms.Button bSaveConfig;
006b76b9 801 private System.Windows.Forms.ComboBox cbDeviceType;
006b76b9
LOK
802 private System.Windows.Forms.CheckBox cbPowerOffOnStandby;
803 private System.Windows.Forms.CheckBox cbPowerOffScreensaver;
75af24f1 804 private System.Windows.Forms.CheckBox cbActivateSource;
006b76b9
LOK
805 private System.Windows.Forms.CheckBox cbUseTVMenuLanguage;
806 private System.Windows.Forms.Label lPlayerConfig;
5d5e105d
LOK
807 private System.Windows.Forms.ToolTip helpPortNumber;
808 private System.Windows.Forms.ToolTip helpConnectedHDMIDevice;
809 private System.Windows.Forms.ToolTip helpDeviceType;
810 private System.Windows.Forms.ToolTip helpPhysicalAddress;
6b92c1c4
LOK
811 private System.Windows.Forms.TabPage tbButtons;
812 private System.Windows.Forms.CheckBox cbLogDebug;
813 private System.Windows.Forms.CheckBox cbLogTraffic;
814 private System.Windows.Forms.CheckBox cbLogNotice;
815 private System.Windows.Forms.CheckBox cbLogWarning;
816 private System.Windows.Forms.CheckBox cbLogError;
817 private System.Windows.Forms.Button bClearLog;
818 private System.Windows.Forms.Button bSaveLog;
8674df6a
LOK
819 private System.Windows.Forms.DataGridView dgButtons;
820 private System.Windows.Forms.BindingSource cecButtonConfigBindingSource;
821 private System.Windows.Forms.DataGridViewTextBoxColumn CecButtonName;
822 private System.Windows.Forms.DataGridViewTextBoxColumn playerButtonDataGridViewTextBoxColumn;
96fa7764
LOK
823 private System.Windows.Forms.TabPage tbTestCommands;
824 private System.Windows.Forms.ComboBox cbCommandDestination;
825 private System.Windows.Forms.Button bStandby;
826 private System.Windows.Forms.Button bSendImageViewOn;
827 private System.Windows.Forms.Label lDestination;
828 private System.Windows.Forms.Button bActivateSource;
829 private System.Windows.Forms.Button bScan;
ece1582e
LOK
830 private System.Windows.Forms.Button bMute;
831 private System.Windows.Forms.Button bVolDown;
832 private System.Windows.Forms.Button bVolUp;
833 private System.Windows.Forms.Label label1;
834 private System.Windows.Forms.Label lWakeDevices;
835 private System.Windows.Forms.CheckedListBox cbWakeDevices;
75af24f1
LOK
836 private System.Windows.Forms.Label lPowerOff;
837 private System.Windows.Forms.CheckedListBox cbPowerOffDevices;
838 private System.Windows.Forms.CheckBox cbVendorOverride;
839 private System.Windows.Forms.ComboBox cbVendorId;
5de1dde4 840 private System.Windows.Forms.Button bReloadConfig;
6d866874 841 private System.Windows.Forms.Button bRescanDevices;
68b94c34
LOK
842 private System.Windows.Forms.Label lConnectedPhysicalAddress;
843 private System.Windows.Forms.Label lAdapterConfig;
006b76b9
LOK
844 }
845}