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