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