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