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