cec-config-gui: don't enable the 'connected device' selection when there's only one...
[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();
52 this.LogOutput = new System.Windows.Forms.TabPage();
53 this.tbLog = new System.Windows.Forms.TextBox();
54 this.pProgress = new System.Windows.Forms.ProgressBar();
55 this.lStatus = new System.Windows.Forms.Label();
5d5e105d
LOK
56 this.helpPortNumber = new System.Windows.Forms.ToolTip(this.components);
57 this.helpConnectedHDMIDevice = new System.Windows.Forms.ToolTip(this.components);
58 this.helpPhysicalAddress = new System.Windows.Forms.ToolTip(this.components);
59 this.helpDeviceType = new System.Windows.Forms.ToolTip(this.components);
006b76b9
LOK
60 this.tabControl1.SuspendLayout();
61 this.Configuration.SuspendLayout();
62 this.LogOutput.SuspendLayout();
63 this.SuspendLayout();
64 //
65 // tabControl1
66 //
67 this.tabControl1.Controls.Add(this.Configuration);
68 this.tabControl1.Controls.Add(this.LogOutput);
69 this.tabControl1.Location = new System.Drawing.Point(12, 12);
70 this.tabControl1.Name = "tabControl1";
71 this.tabControl1.SelectedIndex = 0;
72 this.tabControl1.Size = new System.Drawing.Size(600, 385);
73 this.tabControl1.TabIndex = 0;
74 //
75 // Configuration
76 //
77 this.Configuration.Controls.Add(this.cbPowerOffOnStandby);
78 this.Configuration.Controls.Add(this.cbPowerOffScreensaver);
79 this.Configuration.Controls.Add(this.cbPowerOffShutdown);
80 this.Configuration.Controls.Add(this.cbPowerOnStartup);
81 this.Configuration.Controls.Add(this.cbUseTVMenuLanguage);
82 this.Configuration.Controls.Add(this.lPlayerConfig);
83 this.Configuration.Controls.Add(this.lAdapterConfig);
84 this.Configuration.Controls.Add(this.cbDeviceType);
85 this.Configuration.Controls.Add(this.bClose);
86 this.Configuration.Controls.Add(this.bSave);
87 this.Configuration.Controls.Add(this.cbPortNumber);
88 this.Configuration.Controls.Add(this.lConnectedPhysicalAddress);
89 this.Configuration.Controls.Add(this.tbPhysicalAddress);
90 this.Configuration.Controls.Add(this.cbConnectedDevice);
91 this.Configuration.Controls.Add(this.lDeviceType);
92 this.Configuration.Controls.Add(this.lPhysicalAddress);
93 this.Configuration.Controls.Add(this.lConnectedDevice);
94 this.Configuration.Controls.Add(this.lPortNumber);
95 this.Configuration.Location = new System.Drawing.Point(4, 22);
96 this.Configuration.Name = "Configuration";
97 this.Configuration.Padding = new System.Windows.Forms.Padding(3);
98 this.Configuration.Size = new System.Drawing.Size(592, 359);
99 this.Configuration.TabIndex = 0;
100 this.Configuration.Text = "Configuration";
101 this.Configuration.UseVisualStyleBackColor = true;
102 //
103 // cbPowerOffOnStandby
104 //
105 this.cbPowerOffOnStandby.AutoSize = true;
106 this.cbPowerOffOnStandby.Enabled = false;
107 this.cbPowerOffOnStandby.Location = new System.Drawing.Point(10, 297);
108 this.cbPowerOffOnStandby.Name = "cbPowerOffOnStandby";
109 this.cbPowerOffOnStandby.Size = new System.Drawing.Size(292, 17);
110 this.cbPowerOffOnStandby.TabIndex = 22;
111 this.cbPowerOffOnStandby.Text = "Put this PC in standby mode when the TV is switched off";
112 this.cbPowerOffOnStandby.UseVisualStyleBackColor = true;
113 //
114 // cbPowerOffScreensaver
115 //
116 this.cbPowerOffScreensaver.AutoSize = true;
117 this.cbPowerOffScreensaver.Enabled = false;
118 this.cbPowerOffScreensaver.Location = new System.Drawing.Point(10, 273);
119 this.cbPowerOffScreensaver.Name = "cbPowerOffScreensaver";
120 this.cbPowerOffScreensaver.Size = new System.Drawing.Size(301, 17);
121 this.cbPowerOffScreensaver.TabIndex = 21;
122 this.cbPowerOffScreensaver.Text = "Put devices in standby mode when activating screensaver";
123 this.cbPowerOffScreensaver.UseVisualStyleBackColor = true;
124 //
125 // cbPowerOffShutdown
126 //
127 this.cbPowerOffShutdown.AutoSize = true;
128 this.cbPowerOffShutdown.Enabled = false;
129 this.cbPowerOffShutdown.Location = new System.Drawing.Point(10, 249);
130 this.cbPowerOffShutdown.Name = "cbPowerOffShutdown";
131 this.cbPowerOffShutdown.Size = new System.Drawing.Size(317, 17);
132 this.cbPowerOffShutdown.TabIndex = 20;
133 this.cbPowerOffShutdown.Text = "Power off devices when stopping the media player application";
134 this.cbPowerOffShutdown.UseVisualStyleBackColor = true;
135 //
136 // cbPowerOnStartup
137 //
138 this.cbPowerOnStartup.AutoSize = true;
139 this.cbPowerOnStartup.Enabled = false;
140 this.cbPowerOnStartup.Location = new System.Drawing.Point(10, 225);
141 this.cbPowerOnStartup.Name = "cbPowerOnStartup";
142 this.cbPowerOnStartup.Size = new System.Drawing.Size(306, 17);
143 this.cbPowerOnStartup.TabIndex = 19;
144 this.cbPowerOnStartup.Text = "Power on the TV when starting the media player application";
145 this.cbPowerOnStartup.UseVisualStyleBackColor = true;
146 //
147 // cbUseTVMenuLanguage
148 //
149 this.cbUseTVMenuLanguage.AutoSize = true;
150 this.cbUseTVMenuLanguage.Enabled = false;
151 this.cbUseTVMenuLanguage.Location = new System.Drawing.Point(10, 201);
152 this.cbUseTVMenuLanguage.Name = "cbUseTVMenuLanguage";
153 this.cbUseTVMenuLanguage.Size = new System.Drawing.Size(168, 17);
154 this.cbUseTVMenuLanguage.TabIndex = 18;
155 this.cbUseTVMenuLanguage.Text = "Use the TV\'s language setting";
156 this.cbUseTVMenuLanguage.UseVisualStyleBackColor = true;
157 //
158 // lPlayerConfig
159 //
160 this.lPlayerConfig.AutoSize = true;
161 this.lPlayerConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
162 this.lPlayerConfig.Location = new System.Drawing.Point(6, 165);
163 this.lPlayerConfig.Name = "lPlayerConfig";
164 this.lPlayerConfig.Size = new System.Drawing.Size(198, 24);
165 this.lPlayerConfig.TabIndex = 16;
166 this.lPlayerConfig.Text = "Player Configuration";
167 //
168 // lAdapterConfig
169 //
170 this.lAdapterConfig.AutoSize = true;
171 this.lAdapterConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
172 this.lAdapterConfig.Location = new System.Drawing.Point(6, 3);
173 this.lAdapterConfig.Name = "lAdapterConfig";
174 this.lAdapterConfig.Size = new System.Drawing.Size(213, 24);
175 this.lAdapterConfig.TabIndex = 15;
176 this.lAdapterConfig.Text = "Adapter Configuration";
177 //
178 // cbDeviceType
179 //
180 this.cbDeviceType.Enabled = false;
181 this.cbDeviceType.FormattingEnabled = true;
182 this.cbDeviceType.Items.AddRange(new object[] {
183 "Recorder",
184 "Player",
185 "Tuner"});
186 this.cbDeviceType.Location = new System.Drawing.Point(174, 123);
187 this.cbDeviceType.Name = "cbDeviceType";
188 this.cbDeviceType.Size = new System.Drawing.Size(121, 21);
189 this.cbDeviceType.TabIndex = 14;
190 this.cbDeviceType.Text = "Recorder";
5d5e105d 191 this.helpDeviceType.SetToolTip(this.cbDeviceType, "Set this to \'Player\' when your TV is having problems with \'Recorder\'");
006b76b9
LOK
192 //
193 // bClose
194 //
195 this.bClose.Enabled = false;
196 this.bClose.Location = new System.Drawing.Point(189, 330);
197 this.bClose.Name = "bClose";
198 this.bClose.Size = new System.Drawing.Size(75, 23);
199 this.bClose.TabIndex = 13;
200 this.bClose.Text = "Close";
201 this.bClose.UseVisualStyleBackColor = true;
202 this.bClose.Click += new System.EventHandler(this.bCancel_Click);
203 //
204 // bSave
205 //
206 this.bSave.Enabled = false;
207 this.bSave.Location = new System.Drawing.Point(298, 330);
208 this.bSave.Name = "bSave";
209 this.bSave.Size = new System.Drawing.Size(125, 23);
210 this.bSave.TabIndex = 12;
211 this.bSave.Text = "Save configuration";
212 this.bSave.UseVisualStyleBackColor = true;
213 this.bSave.Click += new System.EventHandler(this.bSave_Click);
214 //
215 // cbPortNumber
216 //
217 this.cbPortNumber.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
218 this.cbPortNumber.Enabled = false;
219 this.cbPortNumber.FormattingEnabled = true;
220 this.cbPortNumber.Items.AddRange(new object[] {
221 "1",
222 "2",
223 "3",
224 "4"});
225 this.cbPortNumber.Location = new System.Drawing.Point(174, 40);
226 this.cbPortNumber.Name = "cbPortNumber";
227 this.cbPortNumber.Size = new System.Drawing.Size(38, 21);
228 this.cbPortNumber.TabIndex = 11;
229 this.cbPortNumber.Text = "1";
5d5e105d 230 this.helpPortNumber.SetToolTip(this.cbPortNumber, "The HDMI port number, to which you connected your USB-CEC adapter.");
006b76b9
LOK
231 this.cbPortNumber.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged);
232 //
233 // lConnectedPhysicalAddress
234 //
235 this.lConnectedPhysicalAddress.AutoSize = true;
236 this.lConnectedPhysicalAddress.Location = new System.Drawing.Point(310, 70);
237 this.lConnectedPhysicalAddress.Name = "lConnectedPhysicalAddress";
238 this.lConnectedPhysicalAddress.Size = new System.Drawing.Size(75, 13);
239 this.lConnectedPhysicalAddress.TabIndex = 10;
240 this.lConnectedPhysicalAddress.Text = "Address: 0000";
241 //
242 // tbPhysicalAddress
243 //
244 this.tbPhysicalAddress.Enabled = false;
245 this.tbPhysicalAddress.Location = new System.Drawing.Point(174, 95);
246 this.tbPhysicalAddress.MaxLength = 4;
247 this.tbPhysicalAddress.Name = "tbPhysicalAddress";
248 this.tbPhysicalAddress.Size = new System.Drawing.Size(38, 20);
249 this.tbPhysicalAddress.TabIndex = 6;
250 this.tbPhysicalAddress.Text = "1000";
5d5e105d
LOK
251 this.helpPhysicalAddress.SetToolTip(this.tbPhysicalAddress, "The physical address of the adapter. Leave this untouched if you want to autodete" +
252 "ct this value.");
006b76b9
LOK
253 this.tbPhysicalAddress.TextChanged += new System.EventHandler(this.tbPhysicalAddress_TextChanged);
254 //
255 // cbConnectedDevice
256 //
257 this.cbConnectedDevice.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
258 this.cbConnectedDevice.Enabled = false;
259 this.cbConnectedDevice.FormattingEnabled = true;
260 this.cbConnectedDevice.Location = new System.Drawing.Point(174, 67);
261 this.cbConnectedDevice.Name = "cbConnectedDevice";
262 this.cbConnectedDevice.Size = new System.Drawing.Size(121, 21);
263 this.cbConnectedDevice.TabIndex = 5;
5d5e105d 264 this.helpConnectedHDMIDevice.SetToolTip(this.cbConnectedDevice, "The HDMI device to which the USB-CEC adapter is connected");
006b76b9
LOK
265 this.cbConnectedDevice.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged);
266 //
267 // lDeviceType
268 //
269 this.lDeviceType.AutoSize = true;
270 this.lDeviceType.Location = new System.Drawing.Point(6, 126);
271 this.lDeviceType.Name = "lDeviceType";
272 this.lDeviceType.Size = new System.Drawing.Size(64, 13);
273 this.lDeviceType.TabIndex = 3;
274 this.lDeviceType.Text = "Device type";
275 //
276 // lPhysicalAddress
277 //
278 this.lPhysicalAddress.AutoSize = true;
279 this.lPhysicalAddress.Location = new System.Drawing.Point(6, 98);
280 this.lPhysicalAddress.Name = "lPhysicalAddress";
281 this.lPhysicalAddress.Size = new System.Drawing.Size(86, 13);
282 this.lPhysicalAddress.TabIndex = 2;
283 this.lPhysicalAddress.Text = "Physical address";
284 //
285 // lConnectedDevice
286 //
287 this.lConnectedDevice.AutoSize = true;
288 this.lConnectedDevice.Location = new System.Drawing.Point(6, 70);
289 this.lConnectedDevice.Name = "lConnectedDevice";
290 this.lConnectedDevice.Size = new System.Drawing.Size(137, 13);
291 this.lConnectedDevice.TabIndex = 1;
292 this.lConnectedDevice.Text = "Connected to HDMI device";
293 //
294 // lPortNumber
295 //
296 this.lPortNumber.AutoSize = true;
297 this.lPortNumber.Location = new System.Drawing.Point(6, 43);
298 this.lPortNumber.Name = "lPortNumber";
299 this.lPortNumber.Size = new System.Drawing.Size(95, 13);
300 this.lPortNumber.TabIndex = 0;
301 this.lPortNumber.Text = "HDMI Port number";
302 //
303 // LogOutput
304 //
305 this.LogOutput.Controls.Add(this.tbLog);
306 this.LogOutput.Location = new System.Drawing.Point(4, 22);
307 this.LogOutput.Name = "LogOutput";
308 this.LogOutput.Padding = new System.Windows.Forms.Padding(3);
309 this.LogOutput.Size = new System.Drawing.Size(592, 359);
310 this.LogOutput.TabIndex = 1;
311 this.LogOutput.Text = "Log Output";
312 this.LogOutput.UseVisualStyleBackColor = true;
313 //
314 // tbLog
315 //
316 this.tbLog.Location = new System.Drawing.Point(6, 6);
317 this.tbLog.Multiline = true;
318 this.tbLog.Name = "tbLog";
319 this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
320 this.tbLog.Size = new System.Drawing.Size(580, 347);
321 this.tbLog.TabIndex = 0;
322 //
323 // pProgress
324 //
325 this.pProgress.Location = new System.Drawing.Point(314, 407);
326 this.pProgress.Name = "pProgress";
327 this.pProgress.Size = new System.Drawing.Size(298, 23);
328 this.pProgress.TabIndex = 1;
329 //
330 // lStatus
331 //
332 this.lStatus.AutoSize = true;
333 this.lStatus.Location = new System.Drawing.Point(12, 416);
334 this.lStatus.Name = "lStatus";
335 this.lStatus.Size = new System.Drawing.Size(61, 13);
336 this.lStatus.TabIndex = 2;
337 this.lStatus.Text = "Initialising...";
338 //
339 // CecConfigGUI
340 //
341 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
342 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
343 this.ClientSize = new System.Drawing.Size(624, 442);
344 this.Controls.Add(this.lStatus);
345 this.Controls.Add(this.pProgress);
346 this.Controls.Add(this.tabControl1);
347 this.Name = "CecConfigGUI";
348 this.Text = "Pulse-Eight USB-CEC Adapter";
349 this.tabControl1.ResumeLayout(false);
350 this.Configuration.ResumeLayout(false);
351 this.Configuration.PerformLayout();
352 this.LogOutput.ResumeLayout(false);
353 this.LogOutput.PerformLayout();
354 this.ResumeLayout(false);
355 this.PerformLayout();
356
357 }
358
359 #endregion
360
361 private System.Windows.Forms.TabControl tabControl1;
362 private System.Windows.Forms.TabPage Configuration;
363 private System.Windows.Forms.TabPage LogOutput;
364 private System.Windows.Forms.Label lPortNumber;
365 private System.Windows.Forms.Label lDeviceType;
366 private System.Windows.Forms.Label lPhysicalAddress;
367 private System.Windows.Forms.Label lConnectedDevice;
368 private System.Windows.Forms.ComboBox cbConnectedDevice;
369 private System.Windows.Forms.TextBox tbPhysicalAddress;
370 private System.Windows.Forms.ProgressBar pProgress;
371 private System.Windows.Forms.Label lStatus;
372 private System.Windows.Forms.Label lConnectedPhysicalAddress;
373 private System.Windows.Forms.TextBox tbLog;
374 private System.Windows.Forms.ComboBox cbPortNumber;
375 private System.Windows.Forms.Button bClose;
376 private System.Windows.Forms.Button bSave;
377 private System.Windows.Forms.ComboBox cbDeviceType;
378 private System.Windows.Forms.Label lAdapterConfig;
379 private System.Windows.Forms.CheckBox cbPowerOffOnStandby;
380 private System.Windows.Forms.CheckBox cbPowerOffScreensaver;
381 private System.Windows.Forms.CheckBox cbPowerOffShutdown;
382 private System.Windows.Forms.CheckBox cbPowerOnStartup;
383 private System.Windows.Forms.CheckBox cbUseTVMenuLanguage;
384 private System.Windows.Forms.Label lPlayerConfig;
5d5e105d
LOK
385 private System.Windows.Forms.ToolTip helpPortNumber;
386 private System.Windows.Forms.ToolTip helpConnectedHDMIDevice;
387 private System.Windows.Forms.ToolTip helpDeviceType;
388 private System.Windows.Forms.ToolTip helpPhysicalAddress;
006b76b9
LOK
389 }
390}