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