cec-config-gui: added some basic test commands and device information
[deb_libcec.git] / src / cec-config-gui / DeviceInformation.Designer.cs
CommitLineData
96fa7764
LOK
1namespace CecConfigGui
2{
3 partial class DeviceInformation
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.label1 = new System.Windows.Forms.Label();
32 this.label2 = new System.Windows.Forms.Label();
33 this.label3 = new System.Windows.Forms.Label();
34 this.label4 = new System.Windows.Forms.Label();
35 this.label5 = new System.Windows.Forms.Label();
36 this.label6 = new System.Windows.Forms.Label();
37 this.label7 = new System.Windows.Forms.Label();
38 this.label8 = new System.Windows.Forms.Label();
39 this.label9 = new System.Windows.Forms.Label();
40 this.label10 = new System.Windows.Forms.Label();
41 this.lMenuLanguage = new System.Windows.Forms.Label();
42 this.lOsdName = new System.Windows.Forms.Label();
43 this.lPowerStatus = new System.Windows.Forms.Label();
44 this.lCecVersion = new System.Windows.Forms.Label();
45 this.lVendor = new System.Windows.Forms.Label();
46 this.lActiveSource = new System.Windows.Forms.Label();
47 this.lDevicePresent = new System.Windows.Forms.Label();
48 this.lPhysicalAddress = new System.Windows.Forms.Label();
49 this.lLogicalAddress = new System.Windows.Forms.Label();
50 this.lDevice = new System.Windows.Forms.Label();
51 this.SuspendLayout();
52 //
53 // label1
54 //
55 this.label1.AutoSize = true;
56 this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
57 this.label1.Location = new System.Drawing.Point(12, 9);
58 this.label1.Name = "label1";
59 this.label1.Size = new System.Drawing.Size(47, 13);
60 this.label1.TabIndex = 0;
61 this.label1.Text = "Device";
62 //
63 // label2
64 //
65 this.label2.AutoSize = true;
66 this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
67 this.label2.Location = new System.Drawing.Point(12, 29);
68 this.label2.Name = "label2";
69 this.label2.Size = new System.Drawing.Size(96, 13);
70 this.label2.TabIndex = 1;
71 this.label2.Text = "Logical address";
72 //
73 // label3
74 //
75 this.label3.AutoSize = true;
76 this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
77 this.label3.Location = new System.Drawing.Point(12, 49);
78 this.label3.Name = "label3";
79 this.label3.Size = new System.Drawing.Size(102, 13);
80 this.label3.TabIndex = 2;
81 this.label3.Text = "Physical address";
82 //
83 // label4
84 //
85 this.label4.AutoSize = true;
86 this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
87 this.label4.Location = new System.Drawing.Point(12, 69);
88 this.label4.Name = "label4";
89 this.label4.Size = new System.Drawing.Size(93, 13);
90 this.label4.TabIndex = 3;
91 this.label4.Text = "Device present";
92 //
93 // label5
94 //
95 this.label5.AutoSize = true;
96 this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
97 this.label5.Location = new System.Drawing.Point(12, 89);
98 this.label5.Name = "label5";
99 this.label5.Size = new System.Drawing.Size(85, 13);
100 this.label5.TabIndex = 4;
101 this.label5.Text = "Active source";
102 //
103 // label6
104 //
105 this.label6.AutoSize = true;
106 this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
107 this.label6.Location = new System.Drawing.Point(12, 109);
108 this.label6.Name = "label6";
109 this.label6.Size = new System.Drawing.Size(47, 13);
110 this.label6.TabIndex = 5;
111 this.label6.Text = "Vendor";
112 //
113 // label7
114 //
115 this.label7.AutoSize = true;
116 this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
117 this.label7.Location = new System.Drawing.Point(12, 129);
118 this.label7.Name = "label7";
119 this.label7.Size = new System.Drawing.Size(76, 13);
120 this.label7.TabIndex = 6;
121 this.label7.Text = "CEC version";
122 //
123 // label8
124 //
125 this.label8.AutoSize = true;
126 this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
127 this.label8.Location = new System.Drawing.Point(12, 149);
128 this.label8.Name = "label8";
129 this.label8.Size = new System.Drawing.Size(80, 13);
130 this.label8.TabIndex = 7;
131 this.label8.Text = "Power status";
132 //
133 // label9
134 //
135 this.label9.AutoSize = true;
136 this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
137 this.label9.Location = new System.Drawing.Point(12, 169);
138 this.label9.Name = "label9";
139 this.label9.Size = new System.Drawing.Size(67, 13);
140 this.label9.TabIndex = 8;
141 this.label9.Text = "OSD name";
142 //
143 // label10
144 //
145 this.label10.AutoSize = true;
146 this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
147 this.label10.Location = new System.Drawing.Point(12, 189);
148 this.label10.Name = "label10";
149 this.label10.Size = new System.Drawing.Size(94, 13);
150 this.label10.TabIndex = 9;
151 this.label10.Text = "Menu language";
152 //
153 // lMenuLanguage
154 //
155 this.lMenuLanguage.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
156 this.lMenuLanguage.Location = new System.Drawing.Point(122, 189);
157 this.lMenuLanguage.Name = "lMenuLanguage";
158 this.lMenuLanguage.Size = new System.Drawing.Size(150, 13);
159 this.lMenuLanguage.TabIndex = 19;
160 this.lMenuLanguage.Text = "unknown";
161 this.lMenuLanguage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
162 //
163 // lOsdName
164 //
165 this.lOsdName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
166 this.lOsdName.Location = new System.Drawing.Point(122, 169);
167 this.lOsdName.Name = "lOsdName";
168 this.lOsdName.Size = new System.Drawing.Size(150, 13);
169 this.lOsdName.TabIndex = 20;
170 this.lOsdName.Text = "unknown";
171 this.lOsdName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
172 //
173 // lPowerStatus
174 //
175 this.lPowerStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
176 this.lPowerStatus.Location = new System.Drawing.Point(122, 149);
177 this.lPowerStatus.Name = "lPowerStatus";
178 this.lPowerStatus.Size = new System.Drawing.Size(150, 13);
179 this.lPowerStatus.TabIndex = 21;
180 this.lPowerStatus.Text = "unknown";
181 this.lPowerStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
182 //
183 // lCecVersion
184 //
185 this.lCecVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
186 this.lCecVersion.Location = new System.Drawing.Point(122, 129);
187 this.lCecVersion.Name = "lCecVersion";
188 this.lCecVersion.Size = new System.Drawing.Size(150, 13);
189 this.lCecVersion.TabIndex = 22;
190 this.lCecVersion.Text = "unknown";
191 this.lCecVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
192 //
193 // lVendor
194 //
195 this.lVendor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
196 this.lVendor.Location = new System.Drawing.Point(122, 109);
197 this.lVendor.Name = "lVendor";
198 this.lVendor.Size = new System.Drawing.Size(150, 13);
199 this.lVendor.TabIndex = 23;
200 this.lVendor.Text = "unknown";
201 this.lVendor.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
202 //
203 // lActiveSource
204 //
205 this.lActiveSource.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
206 this.lActiveSource.Location = new System.Drawing.Point(122, 89);
207 this.lActiveSource.Name = "lActiveSource";
208 this.lActiveSource.Size = new System.Drawing.Size(150, 13);
209 this.lActiveSource.TabIndex = 24;
210 this.lActiveSource.Text = "unknown";
211 this.lActiveSource.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
212 //
213 // lDevicePresent
214 //
215 this.lDevicePresent.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
216 this.lDevicePresent.Location = new System.Drawing.Point(122, 69);
217 this.lDevicePresent.Name = "lDevicePresent";
218 this.lDevicePresent.Size = new System.Drawing.Size(150, 13);
219 this.lDevicePresent.TabIndex = 25;
220 this.lDevicePresent.Text = "unknown";
221 this.lDevicePresent.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
222 //
223 // lPhysicalAddress
224 //
225 this.lPhysicalAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
226 this.lPhysicalAddress.Location = new System.Drawing.Point(122, 49);
227 this.lPhysicalAddress.Name = "lPhysicalAddress";
228 this.lPhysicalAddress.Size = new System.Drawing.Size(150, 13);
229 this.lPhysicalAddress.TabIndex = 26;
230 this.lPhysicalAddress.Text = "unknown";
231 this.lPhysicalAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
232 //
233 // lLogicalAddress
234 //
235 this.lLogicalAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
236 this.lLogicalAddress.Location = new System.Drawing.Point(122, 29);
237 this.lLogicalAddress.Name = "lLogicalAddress";
238 this.lLogicalAddress.Size = new System.Drawing.Size(150, 13);
239 this.lLogicalAddress.TabIndex = 27;
240 this.lLogicalAddress.Text = "unknown";
241 this.lLogicalAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
242 //
243 // lDevice
244 //
245 this.lDevice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
246 this.lDevice.Location = new System.Drawing.Point(122, 9);
247 this.lDevice.Name = "lDevice";
248 this.lDevice.Size = new System.Drawing.Size(150, 13);
249 this.lDevice.TabIndex = 28;
250 this.lDevice.Text = "unknown";
251 this.lDevice.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
252 //
253 // DeviceInformation
254 //
255 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
256 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
257 this.ClientSize = new System.Drawing.Size(284, 218);
258 this.Controls.Add(this.lDevice);
259 this.Controls.Add(this.lLogicalAddress);
260 this.Controls.Add(this.lPhysicalAddress);
261 this.Controls.Add(this.lDevicePresent);
262 this.Controls.Add(this.lActiveSource);
263 this.Controls.Add(this.lVendor);
264 this.Controls.Add(this.lCecVersion);
265 this.Controls.Add(this.lPowerStatus);
266 this.Controls.Add(this.lOsdName);
267 this.Controls.Add(this.lMenuLanguage);
268 this.Controls.Add(this.label10);
269 this.Controls.Add(this.label9);
270 this.Controls.Add(this.label8);
271 this.Controls.Add(this.label7);
272 this.Controls.Add(this.label6);
273 this.Controls.Add(this.label5);
274 this.Controls.Add(this.label4);
275 this.Controls.Add(this.label3);
276 this.Controls.Add(this.label2);
277 this.Controls.Add(this.label1);
278 this.Name = "DeviceInformation";
279 this.Text = "Device: [unknown]";
280 this.ResumeLayout(false);
281 this.PerformLayout();
282
283 }
284
285 #endregion
286
287 private System.Windows.Forms.Label label1;
288 private System.Windows.Forms.Label label2;
289 private System.Windows.Forms.Label label3;
290 private System.Windows.Forms.Label label4;
291 private System.Windows.Forms.Label label5;
292 private System.Windows.Forms.Label label6;
293 private System.Windows.Forms.Label label7;
294 private System.Windows.Forms.Label label8;
295 private System.Windows.Forms.Label label9;
296 private System.Windows.Forms.Label label10;
297 private System.Windows.Forms.Label lMenuLanguage;
298 private System.Windows.Forms.Label lOsdName;
299 private System.Windows.Forms.Label lPowerStatus;
300 private System.Windows.Forms.Label lCecVersion;
301 private System.Windows.Forms.Label lVendor;
302 private System.Windows.Forms.Label lActiveSource;
303 private System.Windows.Forms.Label lDevicePresent;
304 private System.Windows.Forms.Label lPhysicalAddress;
305 private System.Windows.Forms.Label lLogicalAddress;
306 private System.Windows.Forms.Label lDevice;
307 }
308}