Multipurpose utility for managing Games for Windows - LIVE installs and content. (Mirrored from https://github.com/InvoxiPlayGames/GfWLUtility)
1namespace GfWLUtility
2{
3 partial class MainWindow
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 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
32 this.mainTabControl = new System.Windows.Forms.TabControl();
33 this.runtimeTab = new System.Windows.Forms.TabPage();
34 this.systemInfoGroup = new System.Windows.Forms.GroupBox();
35 this.showPCIDCheckbox = new System.Windows.Forms.CheckBox();
36 this.versionText = new System.Windows.Forms.TextBox();
37 this.versionLabel = new System.Windows.Forms.Label();
38 this.pcidText = new System.Windows.Forms.TextBox();
39 this.pcidLabel = new System.Windows.Forms.Label();
40 this.marketplaceGroup = new System.Windows.Forms.GroupBox();
41 this.manageMarketplaceButton = new System.Windows.Forms.Button();
42 this.marketplaceInstallLabel = new System.Windows.Forms.Label();
43 this.marketplaceVersionLabel = new System.Windows.Forms.Label();
44 this.wlidGroup = new System.Windows.Forms.GroupBox();
45 this.wlidInstallLabel = new System.Windows.Forms.Label();
46 this.wlidInfoLabel = new System.Windows.Forms.Label();
47 this.runtimeGroup = new System.Windows.Forms.GroupBox();
48 this.manageRuntimeButton = new System.Windows.Forms.Button();
49 this.runtimeInstallLabel = new System.Windows.Forms.Label();
50 this.runtimeVersionLabel = new System.Windows.Forms.Label();
51 this.accountsTab = new System.Windows.Forms.TabPage();
52 this.refreshProfileInfoButton = new System.Windows.Forms.Button();
53 this.showMsaCheck = new System.Windows.Forms.CheckBox();
54 this.msaLabel = new System.Windows.Forms.Label();
55 this.msaEmailBox = new System.Windows.Forms.TextBox();
56 this.pnetCheck = new System.Windows.Forms.CheckBox();
57 this.onlineXuidLabel = new System.Windows.Forms.Label();
58 this.onlineXuidBox = new System.Windows.Forms.TextBox();
59 this.accountLiveCheck = new System.Windows.Forms.CheckBox();
60 this.accountXuidBox = new System.Windows.Forms.TextBox();
61 this.accountNameBox = new System.Windows.Forms.TextBox();
62 this.accountXuidLabel = new System.Windows.Forms.Label();
63 this.accountNameLabel = new System.Windows.Forms.Label();
64 this.accountsListBox = new System.Windows.Forms.ListBox();
65 this.gamesTab = new System.Windows.Forms.TabPage();
66 this.titleIDFormattedLabel = new System.Windows.Forms.Label();
67 this.titleShowKeyCheck = new System.Windows.Forms.CheckBox();
68 this.titleKeyLabel = new System.Windows.Forms.Label();
69 this.titleProductKeyBox = new System.Windows.Forms.TextBox();
70 this.titleIDBox = new System.Windows.Forms.TextBox();
71 this.titleNameBox = new System.Windows.Forms.TextBox();
72 this.titleIDLabel = new System.Windows.Forms.Label();
73 this.titleNameLabel = new System.Windows.Forms.Label();
74 this.gameListBox = new System.Windows.Forms.ListBox();
75 this.utilitiesTab = new System.Windows.Forms.TabPage();
76 this.utilityGroup = new System.Windows.Forms.GroupBox();
77 this.viewCacheLink = new System.Windows.Forms.LinkLabel();
78 this.clearCacheInfoLabel = new System.Windows.Forms.Label();
79 this.clearCacheButton = new System.Windows.Forms.Button();
80 this.connBlockGroup = new System.Windows.Forms.GroupBox();
81 this.blockLiveInfoLabel = new System.Windows.Forms.Label();
82 this.blockServicesInfoLabel = new System.Windows.Forms.Label();
83 this.dataExportGroup = new System.Windows.Forms.GroupBox();
84 this.dataExportInfoLabel = new System.Windows.Forms.Label();
85 this.dataImportButton = new System.Windows.Forms.Button();
86 this.dataExportButton = new System.Windows.Forms.Button();
87 this.label1 = new System.Windows.Forms.Label();
88 this.githubLinkLabel = new System.Windows.Forms.LinkLabel();
89 this.appVersionLabel = new System.Windows.Forms.Label();
90 this.marketplaceLogoPicture = new System.Windows.Forms.PictureBox();
91 this.wlidLogoPicture = new System.Windows.Forms.PictureBox();
92 this.gfwlLogoPicture = new System.Windows.Forms.PictureBox();
93 this.accountGamerpic = new System.Windows.Forms.PictureBox();
94 this.titleIconPicture = new System.Windows.Forms.PictureBox();
95 this.installMarketplaceButton = new GfWLUtility.ElevatedButton();
96 this.installWLIDButton = new GfWLUtility.ElevatedButton();
97 this.installRuntimeButton = new GfWLUtility.ElevatedButton();
98 this.blockServicesButton = new GfWLUtility.ElevatedButton();
99 this.blockLiveButton = new GfWLUtility.ElevatedButton();
100 this.mainTabControl.SuspendLayout();
101 this.runtimeTab.SuspendLayout();
102 this.systemInfoGroup.SuspendLayout();
103 this.marketplaceGroup.SuspendLayout();
104 this.wlidGroup.SuspendLayout();
105 this.runtimeGroup.SuspendLayout();
106 this.accountsTab.SuspendLayout();
107 this.gamesTab.SuspendLayout();
108 this.utilitiesTab.SuspendLayout();
109 this.utilityGroup.SuspendLayout();
110 this.connBlockGroup.SuspendLayout();
111 this.dataExportGroup.SuspendLayout();
112 ((System.ComponentModel.ISupportInitialize)(this.marketplaceLogoPicture)).BeginInit();
113 ((System.ComponentModel.ISupportInitialize)(this.wlidLogoPicture)).BeginInit();
114 ((System.ComponentModel.ISupportInitialize)(this.gfwlLogoPicture)).BeginInit();
115 ((System.ComponentModel.ISupportInitialize)(this.accountGamerpic)).BeginInit();
116 ((System.ComponentModel.ISupportInitialize)(this.titleIconPicture)).BeginInit();
117 this.SuspendLayout();
118 //
119 // mainTabControl
120 //
121 this.mainTabControl.Controls.Add(this.runtimeTab);
122 this.mainTabControl.Controls.Add(this.accountsTab);
123 this.mainTabControl.Controls.Add(this.gamesTab);
124 this.mainTabControl.Controls.Add(this.utilitiesTab);
125 this.mainTabControl.Location = new System.Drawing.Point(12, 12);
126 this.mainTabControl.Name = "mainTabControl";
127 this.mainTabControl.SelectedIndex = 0;
128 this.mainTabControl.Size = new System.Drawing.Size(454, 250);
129 this.mainTabControl.TabIndex = 0;
130 //
131 // runtimeTab
132 //
133 this.runtimeTab.Controls.Add(this.systemInfoGroup);
134 this.runtimeTab.Controls.Add(this.marketplaceGroup);
135 this.runtimeTab.Controls.Add(this.wlidGroup);
136 this.runtimeTab.Controls.Add(this.runtimeGroup);
137 this.runtimeTab.Location = new System.Drawing.Point(4, 22);
138 this.runtimeTab.Name = "runtimeTab";
139 this.runtimeTab.Padding = new System.Windows.Forms.Padding(3);
140 this.runtimeTab.Size = new System.Drawing.Size(446, 224);
141 this.runtimeTab.TabIndex = 0;
142 this.runtimeTab.Text = "Runtime";
143 this.runtimeTab.UseVisualStyleBackColor = true;
144 //
145 // systemInfoGroup
146 //
147 this.systemInfoGroup.Controls.Add(this.showPCIDCheckbox);
148 this.systemInfoGroup.Controls.Add(this.versionText);
149 this.systemInfoGroup.Controls.Add(this.versionLabel);
150 this.systemInfoGroup.Controls.Add(this.pcidText);
151 this.systemInfoGroup.Controls.Add(this.pcidLabel);
152 this.systemInfoGroup.Location = new System.Drawing.Point(251, 115);
153 this.systemInfoGroup.Name = "systemInfoGroup";
154 this.systemInfoGroup.Size = new System.Drawing.Size(189, 103);
155 this.systemInfoGroup.TabIndex = 13;
156 this.systemInfoGroup.TabStop = false;
157 this.systemInfoGroup.Text = "System Info";
158 //
159 // showPCIDCheckbox
160 //
161 this.showPCIDCheckbox.AutoSize = true;
162 this.showPCIDCheckbox.Location = new System.Drawing.Point(9, 55);
163 this.showPCIDCheckbox.Name = "showPCIDCheckbox";
164 this.showPCIDCheckbox.Size = new System.Drawing.Size(97, 17);
165 this.showPCIDCheckbox.TabIndex = 6;
166 this.showPCIDCheckbox.Text = "Show full PCID";
167 this.showPCIDCheckbox.UseVisualStyleBackColor = true;
168 this.showPCIDCheckbox.CheckedChanged += new System.EventHandler(this.showPCIDCheckbox_CheckedChanged);
169 //
170 // versionText
171 //
172 this.versionText.BorderStyle = System.Windows.Forms.BorderStyle.None;
173 this.versionText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
174 this.versionText.Location = new System.Drawing.Point(57, 36);
175 this.versionText.Name = "versionText";
176 this.versionText.ReadOnly = true;
177 this.versionText.Size = new System.Drawing.Size(126, 13);
178 this.versionText.TabIndex = 5;
179 this.versionText.Text = "2.0.0000.0";
180 //
181 // versionLabel
182 //
183 this.versionLabel.AutoSize = true;
184 this.versionLabel.Location = new System.Drawing.Point(6, 35);
185 this.versionLabel.Name = "versionLabel";
186 this.versionLabel.Size = new System.Drawing.Size(45, 13);
187 this.versionLabel.TabIndex = 4;
188 this.versionLabel.Text = "Version:";
189 //
190 // pcidText
191 //
192 this.pcidText.BorderStyle = System.Windows.Forms.BorderStyle.None;
193 this.pcidText.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
194 this.pcidText.Location = new System.Drawing.Point(57, 19);
195 this.pcidText.Name = "pcidText";
196 this.pcidText.ReadOnly = true;
197 this.pcidText.Size = new System.Drawing.Size(126, 13);
198 this.pcidText.TabIndex = 3;
199 this.pcidText.Text = "AABBCCDD00112233";
200 //
201 // pcidLabel
202 //
203 this.pcidLabel.AutoSize = true;
204 this.pcidLabel.Location = new System.Drawing.Point(6, 19);
205 this.pcidLabel.Name = "pcidLabel";
206 this.pcidLabel.Size = new System.Drawing.Size(35, 13);
207 this.pcidLabel.TabIndex = 2;
208 this.pcidLabel.Text = "PCID:";
209 //
210 // marketplaceGroup
211 //
212 this.marketplaceGroup.Controls.Add(this.manageMarketplaceButton);
213 this.marketplaceGroup.Controls.Add(this.marketplaceLogoPicture);
214 this.marketplaceGroup.Controls.Add(this.marketplaceInstallLabel);
215 this.marketplaceGroup.Controls.Add(this.installMarketplaceButton);
216 this.marketplaceGroup.Controls.Add(this.marketplaceVersionLabel);
217 this.marketplaceGroup.Location = new System.Drawing.Point(6, 115);
218 this.marketplaceGroup.Name = "marketplaceGroup";
219 this.marketplaceGroup.Size = new System.Drawing.Size(239, 103);
220 this.marketplaceGroup.TabIndex = 12;
221 this.marketplaceGroup.TabStop = false;
222 this.marketplaceGroup.Text = "Games for Windows Marketplace";
223 //
224 // manageMarketplaceButton
225 //
226 this.manageMarketplaceButton.Location = new System.Drawing.Point(169, 73);
227 this.manageMarketplaceButton.Name = "manageMarketplaceButton";
228 this.manageMarketplaceButton.Size = new System.Drawing.Size(64, 23);
229 this.manageMarketplaceButton.TabIndex = 11;
230 this.manageMarketplaceButton.Text = "Manage...";
231 this.manageMarketplaceButton.UseVisualStyleBackColor = true;
232 this.manageMarketplaceButton.Visible = false;
233 //
234 // marketplaceInstallLabel
235 //
236 this.marketplaceInstallLabel.AutoSize = true;
237 this.marketplaceInstallLabel.Location = new System.Drawing.Point(60, 19);
238 this.marketplaceInstallLabel.Name = "marketplaceInstallLabel";
239 this.marketplaceInstallLabel.Size = new System.Drawing.Size(165, 13);
240 this.marketplaceInstallLabel.TabIndex = 0;
241 this.marketplaceInstallLabel.Text = "Marketplace installed placeholder";
242 //
243 // marketplaceVersionLabel
244 //
245 this.marketplaceVersionLabel.AutoSize = true;
246 this.marketplaceVersionLabel.Location = new System.Drawing.Point(60, 37);
247 this.marketplaceVersionLabel.Name = "marketplaceVersionLabel";
248 this.marketplaceVersionLabel.Size = new System.Drawing.Size(161, 13);
249 this.marketplaceVersionLabel.TabIndex = 1;
250 this.marketplaceVersionLabel.Text = "Marketplace version placeholder";
251 //
252 // wlidGroup
253 //
254 this.wlidGroup.Controls.Add(this.wlidLogoPicture);
255 this.wlidGroup.Controls.Add(this.wlidInstallLabel);
256 this.wlidGroup.Controls.Add(this.installWLIDButton);
257 this.wlidGroup.Controls.Add(this.wlidInfoLabel);
258 this.wlidGroup.Location = new System.Drawing.Point(251, 6);
259 this.wlidGroup.Name = "wlidGroup";
260 this.wlidGroup.Size = new System.Drawing.Size(189, 103);
261 this.wlidGroup.TabIndex = 11;
262 this.wlidGroup.TabStop = false;
263 this.wlidGroup.Text = "Windows Live ID assistant";
264 //
265 // wlidInstallLabel
266 //
267 this.wlidInstallLabel.AutoSize = true;
268 this.wlidInstallLabel.Location = new System.Drawing.Point(60, 19);
269 this.wlidInstallLabel.Name = "wlidInstallLabel";
270 this.wlidInstallLabel.Size = new System.Drawing.Size(134, 13);
271 this.wlidInstallLabel.TabIndex = 5;
272 this.wlidInstallLabel.Text = "WLID installed placeholder";
273 //
274 // wlidInfoLabel
275 //
276 this.wlidInfoLabel.AutoSize = true;
277 this.wlidInfoLabel.Location = new System.Drawing.Point(60, 37);
278 this.wlidInfoLabel.Name = "wlidInfoLabel";
279 this.wlidInfoLabel.Size = new System.Drawing.Size(113, 13);
280 this.wlidInfoLabel.TabIndex = 7;
281 this.wlidInfoLabel.Text = "WLID info placeholder";
282 //
283 // runtimeGroup
284 //
285 this.runtimeGroup.Controls.Add(this.manageRuntimeButton);
286 this.runtimeGroup.Controls.Add(this.gfwlLogoPicture);
287 this.runtimeGroup.Controls.Add(this.runtimeInstallLabel);
288 this.runtimeGroup.Controls.Add(this.installRuntimeButton);
289 this.runtimeGroup.Controls.Add(this.runtimeVersionLabel);
290 this.runtimeGroup.Location = new System.Drawing.Point(6, 6);
291 this.runtimeGroup.Name = "runtimeGroup";
292 this.runtimeGroup.Size = new System.Drawing.Size(239, 103);
293 this.runtimeGroup.TabIndex = 10;
294 this.runtimeGroup.TabStop = false;
295 this.runtimeGroup.Text = "Games for Windows - LIVE Runtime";
296 //
297 // manageRuntimeButton
298 //
299 this.manageRuntimeButton.Location = new System.Drawing.Point(169, 73);
300 this.manageRuntimeButton.Name = "manageRuntimeButton";
301 this.manageRuntimeButton.Size = new System.Drawing.Size(64, 23);
302 this.manageRuntimeButton.TabIndex = 11;
303 this.manageRuntimeButton.Text = "Manage...";
304 this.manageRuntimeButton.UseVisualStyleBackColor = true;
305 this.manageRuntimeButton.Visible = false;
306 //
307 // runtimeInstallLabel
308 //
309 this.runtimeInstallLabel.AutoSize = true;
310 this.runtimeInstallLabel.Location = new System.Drawing.Point(60, 19);
311 this.runtimeInstallLabel.Name = "runtimeInstallLabel";
312 this.runtimeInstallLabel.Size = new System.Drawing.Size(145, 13);
313 this.runtimeInstallLabel.TabIndex = 0;
314 this.runtimeInstallLabel.Text = "Runtime installed placeholder";
315 //
316 // runtimeVersionLabel
317 //
318 this.runtimeVersionLabel.AutoSize = true;
319 this.runtimeVersionLabel.Location = new System.Drawing.Point(60, 37);
320 this.runtimeVersionLabel.Name = "runtimeVersionLabel";
321 this.runtimeVersionLabel.Size = new System.Drawing.Size(141, 13);
322 this.runtimeVersionLabel.TabIndex = 1;
323 this.runtimeVersionLabel.Text = "Runtime version placeholder";
324 //
325 // accountsTab
326 //
327 this.accountsTab.Controls.Add(this.refreshProfileInfoButton);
328 this.accountsTab.Controls.Add(this.showMsaCheck);
329 this.accountsTab.Controls.Add(this.msaLabel);
330 this.accountsTab.Controls.Add(this.msaEmailBox);
331 this.accountsTab.Controls.Add(this.pnetCheck);
332 this.accountsTab.Controls.Add(this.onlineXuidLabel);
333 this.accountsTab.Controls.Add(this.onlineXuidBox);
334 this.accountsTab.Controls.Add(this.accountLiveCheck);
335 this.accountsTab.Controls.Add(this.accountXuidBox);
336 this.accountsTab.Controls.Add(this.accountNameBox);
337 this.accountsTab.Controls.Add(this.accountXuidLabel);
338 this.accountsTab.Controls.Add(this.accountNameLabel);
339 this.accountsTab.Controls.Add(this.accountGamerpic);
340 this.accountsTab.Controls.Add(this.accountsListBox);
341 this.accountsTab.Location = new System.Drawing.Point(4, 22);
342 this.accountsTab.Name = "accountsTab";
343 this.accountsTab.Padding = new System.Windows.Forms.Padding(3);
344 this.accountsTab.Size = new System.Drawing.Size(446, 224);
345 this.accountsTab.TabIndex = 1;
346 this.accountsTab.Text = "Profiles";
347 this.accountsTab.UseVisualStyleBackColor = true;
348 //
349 // refreshProfileInfoButton
350 //
351 this.refreshProfileInfoButton.Location = new System.Drawing.Point(6, 195);
352 this.refreshProfileInfoButton.Name = "refreshProfileInfoButton";
353 this.refreshProfileInfoButton.Size = new System.Drawing.Size(183, 23);
354 this.refreshProfileInfoButton.TabIndex = 23;
355 this.refreshProfileInfoButton.Text = "Refresh Full Profile Info...";
356 this.refreshProfileInfoButton.UseVisualStyleBackColor = true;
357 this.refreshProfileInfoButton.Click += new System.EventHandler(this.refreshProfileInfoButton_Click);
358 //
359 // showMsaCheck
360 //
361 this.showMsaCheck.AutoSize = true;
362 this.showMsaCheck.Location = new System.Drawing.Point(341, 107);
363 this.showMsaCheck.Name = "showMsaCheck";
364 this.showMsaCheck.Size = new System.Drawing.Size(99, 17);
365 this.showMsaCheck.TabIndex = 22;
366 this.showMsaCheck.Text = "Show full e-mail";
367 this.showMsaCheck.UseVisualStyleBackColor = true;
368 this.showMsaCheck.Visible = false;
369 this.showMsaCheck.CheckedChanged += new System.EventHandler(this.showMsaCheck_CheckedChanged);
370 //
371 // msaLabel
372 //
373 this.msaLabel.AutoSize = true;
374 this.msaLabel.Location = new System.Drawing.Point(194, 108);
375 this.msaLabel.Name = "msaLabel";
376 this.msaLabel.Size = new System.Drawing.Size(91, 13);
377 this.msaLabel.TabIndex = 21;
378 this.msaLabel.Text = "Windows Live ID:";
379 this.msaLabel.Visible = false;
380 //
381 // msaEmailBox
382 //
383 this.msaEmailBox.Location = new System.Drawing.Point(196, 124);
384 this.msaEmailBox.Name = "msaEmailBox";
385 this.msaEmailBox.ReadOnly = true;
386 this.msaEmailBox.Size = new System.Drawing.Size(242, 20);
387 this.msaEmailBox.TabIndex = 20;
388 this.msaEmailBox.Text = "wwwwwwwwwwwwwwwwww@wwwwwww.www";
389 this.msaEmailBox.Visible = false;
390 //
391 // pnetCheck
392 //
393 this.pnetCheck.AutoSize = true;
394 this.pnetCheck.Enabled = false;
395 this.pnetCheck.Location = new System.Drawing.Point(312, 58);
396 this.pnetCheck.Name = "pnetCheck";
397 this.pnetCheck.Size = new System.Drawing.Size(55, 17);
398 this.pnetCheck.TabIndex = 19;
399 this.pnetCheck.Text = "PNET";
400 this.pnetCheck.UseVisualStyleBackColor = true;
401 this.pnetCheck.Visible = false;
402 //
403 // onlineXuidLabel
404 //
405 this.onlineXuidLabel.AutoSize = true;
406 this.onlineXuidLabel.Location = new System.Drawing.Point(195, 84);
407 this.onlineXuidLabel.Name = "onlineXuidLabel";
408 this.onlineXuidLabel.Size = new System.Drawing.Size(40, 13);
409 this.onlineXuidLabel.TabIndex = 18;
410 this.onlineXuidLabel.Text = "Online:";
411 this.onlineXuidLabel.Visible = false;
412 //
413 // onlineXuidBox
414 //
415 this.onlineXuidBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
416 this.onlineXuidBox.Location = new System.Drawing.Point(237, 81);
417 this.onlineXuidBox.Name = "onlineXuidBox";
418 this.onlineXuidBox.ReadOnly = true;
419 this.onlineXuidBox.Size = new System.Drawing.Size(129, 20);
420 this.onlineXuidBox.TabIndex = 17;
421 this.onlineXuidBox.Text = "DEADBEEFDEADBEEF";
422 this.onlineXuidBox.Visible = false;
423 //
424 // accountLiveCheck
425 //
426 this.accountLiveCheck.AutoSize = true;
427 this.accountLiveCheck.Enabled = false;
428 this.accountLiveCheck.Location = new System.Drawing.Point(198, 58);
429 this.accountLiveCheck.Name = "accountLiveCheck";
430 this.accountLiveCheck.Size = new System.Drawing.Size(108, 17);
431 this.accountLiveCheck.TabIndex = 15;
432 this.accountLiveCheck.Text = "Xbox LIVE Profile";
433 this.accountLiveCheck.UseVisualStyleBackColor = true;
434 //
435 // accountXuidBox
436 //
437 this.accountXuidBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
438 this.accountXuidBox.Location = new System.Drawing.Point(237, 32);
439 this.accountXuidBox.Name = "accountXuidBox";
440 this.accountXuidBox.ReadOnly = true;
441 this.accountXuidBox.Size = new System.Drawing.Size(130, 20);
442 this.accountXuidBox.TabIndex = 14;
443 this.accountXuidBox.Text = "DEADBEEFDEADBEEF";
444 //
445 // accountNameBox
446 //
447 this.accountNameBox.Enabled = false;
448 this.accountNameBox.Location = new System.Drawing.Point(257, 6);
449 this.accountNameBox.Name = "accountNameBox";
450 this.accountNameBox.ReadOnly = true;
451 this.accountNameBox.Size = new System.Drawing.Size(183, 20);
452 this.accountNameBox.TabIndex = 13;
453 this.accountNameBox.Text = "WWWWWWWWWWWWWWW";
454 //
455 // accountXuidLabel
456 //
457 this.accountXuidLabel.AutoSize = true;
458 this.accountXuidLabel.Location = new System.Drawing.Point(195, 35);
459 this.accountXuidLabel.Name = "accountXuidLabel";
460 this.accountXuidLabel.Size = new System.Drawing.Size(36, 13);
461 this.accountXuidLabel.TabIndex = 12;
462 this.accountXuidLabel.Text = "XUID:";
463 //
464 // accountNameLabel
465 //
466 this.accountNameLabel.AutoSize = true;
467 this.accountNameLabel.Location = new System.Drawing.Point(195, 9);
468 this.accountNameLabel.Name = "accountNameLabel";
469 this.accountNameLabel.Size = new System.Drawing.Size(56, 13);
470 this.accountNameLabel.TabIndex = 11;
471 this.accountNameLabel.Text = "Gamertag:";
472 //
473 // accountsListBox
474 //
475 this.accountsListBox.FormattingEnabled = true;
476 this.accountsListBox.Location = new System.Drawing.Point(6, 6);
477 this.accountsListBox.Name = "accountsListBox";
478 this.accountsListBox.Size = new System.Drawing.Size(183, 186);
479 this.accountsListBox.TabIndex = 10;
480 this.accountsListBox.SelectedIndexChanged += new System.EventHandler(this.accountsListBox_SelectedIndexChanged);
481 //
482 // gamesTab
483 //
484 this.gamesTab.Controls.Add(this.titleIDFormattedLabel);
485 this.gamesTab.Controls.Add(this.titleShowKeyCheck);
486 this.gamesTab.Controls.Add(this.titleKeyLabel);
487 this.gamesTab.Controls.Add(this.titleProductKeyBox);
488 this.gamesTab.Controls.Add(this.titleIDBox);
489 this.gamesTab.Controls.Add(this.titleNameBox);
490 this.gamesTab.Controls.Add(this.titleIDLabel);
491 this.gamesTab.Controls.Add(this.titleNameLabel);
492 this.gamesTab.Controls.Add(this.titleIconPicture);
493 this.gamesTab.Controls.Add(this.gameListBox);
494 this.gamesTab.Location = new System.Drawing.Point(4, 22);
495 this.gamesTab.Name = "gamesTab";
496 this.gamesTab.Padding = new System.Windows.Forms.Padding(3);
497 this.gamesTab.Size = new System.Drawing.Size(446, 224);
498 this.gamesTab.TabIndex = 2;
499 this.gamesTab.Text = "Games";
500 this.gamesTab.UseVisualStyleBackColor = true;
501 //
502 // titleIDFormattedLabel
503 //
504 this.titleIDFormattedLabel.AutoSize = true;
505 this.titleIDFormattedLabel.Location = new System.Drawing.Point(314, 35);
506 this.titleIDFormattedLabel.Name = "titleIDFormattedLabel";
507 this.titleIDFormattedLabel.Size = new System.Drawing.Size(62, 13);
508 this.titleIDFormattedLabel.TabIndex = 18;
509 this.titleIDFormattedLabel.Text = "(WW-9999)";
510 //
511 // titleShowKeyCheck
512 //
513 this.titleShowKeyCheck.AutoSize = true;
514 this.titleShowKeyCheck.Location = new System.Drawing.Point(387, 181);
515 this.titleShowKeyCheck.Name = "titleShowKeyCheck";
516 this.titleShowKeyCheck.Size = new System.Drawing.Size(53, 17);
517 this.titleShowKeyCheck.TabIndex = 7;
518 this.titleShowKeyCheck.Text = "Show";
519 this.titleShowKeyCheck.UseVisualStyleBackColor = true;
520 this.titleShowKeyCheck.CheckedChanged += new System.EventHandler(this.titleShowKeyCheck_CheckedChanged);
521 //
522 // titleKeyLabel
523 //
524 this.titleKeyLabel.AutoSize = true;
525 this.titleKeyLabel.Location = new System.Drawing.Point(195, 182);
526 this.titleKeyLabel.Name = "titleKeyLabel";
527 this.titleKeyLabel.Size = new System.Drawing.Size(68, 13);
528 this.titleKeyLabel.TabIndex = 6;
529 this.titleKeyLabel.Text = "Product Key:";
530 //
531 // titleProductKeyBox
532 //
533 this.titleProductKeyBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
534 this.titleProductKeyBox.Location = new System.Drawing.Point(195, 198);
535 this.titleProductKeyBox.Name = "titleProductKeyBox";
536 this.titleProductKeyBox.ReadOnly = true;
537 this.titleProductKeyBox.Size = new System.Drawing.Size(245, 20);
538 this.titleProductKeyBox.TabIndex = 5;
539 this.titleProductKeyBox.Text = "WWWWW-WWWWW-WWWWW-WWWWW-WWWWW";
540 //
541 // titleIDBox
542 //
543 this.titleIDBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
544 this.titleIDBox.Location = new System.Drawing.Point(245, 32);
545 this.titleIDBox.Name = "titleIDBox";
546 this.titleIDBox.ReadOnly = true;
547 this.titleIDBox.Size = new System.Drawing.Size(63, 20);
548 this.titleIDBox.TabIndex = 4;
549 this.titleIDBox.Text = "DEADF00D";
550 //
551 // titleNameBox
552 //
553 this.titleNameBox.Location = new System.Drawing.Point(270, 6);
554 this.titleNameBox.Name = "titleNameBox";
555 this.titleNameBox.ReadOnly = true;
556 this.titleNameBox.Size = new System.Drawing.Size(170, 20);
557 this.titleNameBox.TabIndex = 3;
558 this.titleNameBox.Text = "Super Awesome Long Game Name Title";
559 //
560 // titleIDLabel
561 //
562 this.titleIDLabel.AutoSize = true;
563 this.titleIDLabel.Location = new System.Drawing.Point(195, 35);
564 this.titleIDLabel.Name = "titleIDLabel";
565 this.titleIDLabel.Size = new System.Drawing.Size(44, 13);
566 this.titleIDLabel.TabIndex = 2;
567 this.titleIDLabel.Text = "Title ID:";
568 //
569 // titleNameLabel
570 //
571 this.titleNameLabel.AutoSize = true;
572 this.titleNameLabel.Location = new System.Drawing.Point(195, 9);
573 this.titleNameLabel.Name = "titleNameLabel";
574 this.titleNameLabel.Size = new System.Drawing.Size(69, 13);
575 this.titleNameLabel.TabIndex = 1;
576 this.titleNameLabel.Text = "Game Name:";
577 //
578 // gameListBox
579 //
580 this.gameListBox.FormattingEnabled = true;
581 this.gameListBox.Location = new System.Drawing.Point(6, 6);
582 this.gameListBox.Name = "gameListBox";
583 this.gameListBox.Size = new System.Drawing.Size(183, 212);
584 this.gameListBox.TabIndex = 0;
585 this.gameListBox.SelectedIndexChanged += new System.EventHandler(this.gameListBox_SelectedIndexChanged);
586 //
587 // utilitiesTab
588 //
589 this.utilitiesTab.Controls.Add(this.utilityGroup);
590 this.utilitiesTab.Controls.Add(this.connBlockGroup);
591 this.utilitiesTab.Controls.Add(this.dataExportGroup);
592 this.utilitiesTab.Location = new System.Drawing.Point(4, 22);
593 this.utilitiesTab.Name = "utilitiesTab";
594 this.utilitiesTab.Padding = new System.Windows.Forms.Padding(3);
595 this.utilitiesTab.Size = new System.Drawing.Size(446, 224);
596 this.utilitiesTab.TabIndex = 5;
597 this.utilitiesTab.Text = "Utilities";
598 this.utilitiesTab.UseVisualStyleBackColor = true;
599 //
600 // utilityGroup
601 //
602 this.utilityGroup.Controls.Add(this.viewCacheLink);
603 this.utilityGroup.Controls.Add(this.clearCacheInfoLabel);
604 this.utilityGroup.Controls.Add(this.clearCacheButton);
605 this.utilityGroup.Location = new System.Drawing.Point(6, 154);
606 this.utilityGroup.Name = "utilityGroup";
607 this.utilityGroup.Size = new System.Drawing.Size(434, 64);
608 this.utilityGroup.TabIndex = 5;
609 this.utilityGroup.TabStop = false;
610 this.utilityGroup.Text = "GfWL Utility";
611 //
612 // viewCacheLink
613 //
614 this.viewCacheLink.AutoSize = true;
615 this.viewCacheLink.Location = new System.Drawing.Point(136, 37);
616 this.viewCacheLink.Name = "viewCacheLink";
617 this.viewCacheLink.Size = new System.Drawing.Size(85, 13);
618 this.viewCacheLink.TabIndex = 2;
619 this.viewCacheLink.TabStop = true;
620 this.viewCacheLink.Text = "Browse Cache...";
621 this.viewCacheLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.viewCacheLink_LinkClicked);
622 //
623 // clearCacheInfoLabel
624 //
625 this.clearCacheInfoLabel.AutoSize = true;
626 this.clearCacheInfoLabel.Location = new System.Drawing.Point(136, 24);
627 this.clearCacheInfoLabel.Name = "clearCacheInfoLabel";
628 this.clearCacheInfoLabel.Size = new System.Drawing.Size(224, 13);
629 this.clearCacheInfoLabel.TabIndex = 1;
630 this.clearCacheInfoLabel.Text = "Clears GfWL Utility\'s download and file cache.";
631 //
632 // clearCacheButton
633 //
634 this.clearCacheButton.Location = new System.Drawing.Point(6, 19);
635 this.clearCacheButton.Name = "clearCacheButton";
636 this.clearCacheButton.Size = new System.Drawing.Size(124, 23);
637 this.clearCacheButton.TabIndex = 0;
638 this.clearCacheButton.Text = "Clear Cache";
639 this.clearCacheButton.UseVisualStyleBackColor = true;
640 this.clearCacheButton.Click += new System.EventHandler(this.clearCacheButton_Click);
641 //
642 // connBlockGroup
643 //
644 this.connBlockGroup.Controls.Add(this.blockLiveInfoLabel);
645 this.connBlockGroup.Controls.Add(this.blockServicesInfoLabel);
646 this.connBlockGroup.Controls.Add(this.blockServicesButton);
647 this.connBlockGroup.Controls.Add(this.blockLiveButton);
648 this.connBlockGroup.Location = new System.Drawing.Point(6, 63);
649 this.connBlockGroup.Name = "connBlockGroup";
650 this.connBlockGroup.Size = new System.Drawing.Size(434, 85);
651 this.connBlockGroup.TabIndex = 4;
652 this.connBlockGroup.TabStop = false;
653 this.connBlockGroup.Text = "Connection Blocking";
654 //
655 // blockLiveInfoLabel
656 //
657 this.blockLiveInfoLabel.AutoSize = true;
658 this.blockLiveInfoLabel.Location = new System.Drawing.Point(136, 58);
659 this.blockLiveInfoLabel.Name = "blockLiveInfoLabel";
660 this.blockLiveInfoLabel.Size = new System.Drawing.Size(275, 13);
661 this.blockLiveInfoLabel.TabIndex = 4;
662 this.blockLiveInfoLabel.Text = "Blocks *ALL* connections to Games for Windows - LIVE.";
663 //
664 // blockServicesInfoLabel
665 //
666 this.blockServicesInfoLabel.AutoSize = true;
667 this.blockServicesInfoLabel.Location = new System.Drawing.Point(136, 24);
668 this.blockServicesInfoLabel.Name = "blockServicesInfoLabel";
669 this.blockServicesInfoLabel.Size = new System.Drawing.Size(272, 26);
670 this.blockServicesInfoLabel.TabIndex = 3;
671 this.blockServicesInfoLabel.Text = "Blocks GfWL marketplace services to speed up loading.\r\n(Recommended)";
672 //
673 // dataExportGroup
674 //
675 this.dataExportGroup.Controls.Add(this.dataExportInfoLabel);
676 this.dataExportGroup.Controls.Add(this.dataImportButton);
677 this.dataExportGroup.Controls.Add(this.dataExportButton);
678 this.dataExportGroup.Location = new System.Drawing.Point(6, 6);
679 this.dataExportGroup.Name = "dataExportGroup";
680 this.dataExportGroup.Size = new System.Drawing.Size(434, 51);
681 this.dataExportGroup.TabIndex = 0;
682 this.dataExportGroup.TabStop = false;
683 this.dataExportGroup.Text = "Data Export";
684 //
685 // dataExportInfoLabel
686 //
687 this.dataExportInfoLabel.AutoSize = true;
688 this.dataExportInfoLabel.Location = new System.Drawing.Point(168, 24);
689 this.dataExportInfoLabel.Name = "dataExportInfoLabel";
690 this.dataExportInfoLabel.Size = new System.Drawing.Size(225, 13);
691 this.dataExportInfoLabel.TabIndex = 3;
692 this.dataExportInfoLabel.Text = "Export or import your data to another computer";
693 //
694 // dataImportButton
695 //
696 this.dataImportButton.Location = new System.Drawing.Point(6, 19);
697 this.dataImportButton.Name = "dataImportButton";
698 this.dataImportButton.Size = new System.Drawing.Size(75, 23);
699 this.dataImportButton.TabIndex = 1;
700 this.dataImportButton.Text = "Import...";
701 this.dataImportButton.UseVisualStyleBackColor = true;
702 this.dataImportButton.Click += new System.EventHandler(this.dataImportButton_Click);
703 //
704 // dataExportButton
705 //
706 this.dataExportButton.Location = new System.Drawing.Point(87, 19);
707 this.dataExportButton.Name = "dataExportButton";
708 this.dataExportButton.Size = new System.Drawing.Size(75, 23);
709 this.dataExportButton.TabIndex = 0;
710 this.dataExportButton.Text = "Export...";
711 this.dataExportButton.UseVisualStyleBackColor = true;
712 this.dataExportButton.Click += new System.EventHandler(this.dataExportButton_Click);
713 //
714 // label1
715 //
716 this.label1.AutoSize = true;
717 this.label1.Location = new System.Drawing.Point(12, 265);
718 this.label1.Name = "label1";
719 this.label1.Size = new System.Drawing.Size(351, 13);
720 this.label1.TabIndex = 1;
721 this.label1.Text = "Unofficial utility by Emma / InvoxiPlayGames. Not affiliated with Microsoft.";
722 //
723 // githubLinkLabel
724 //
725 this.githubLinkLabel.AutoSize = true;
726 this.githubLinkLabel.Location = new System.Drawing.Point(13, 280);
727 this.githubLinkLabel.Name = "githubLinkLabel";
728 this.githubLinkLabel.Size = new System.Drawing.Size(239, 13);
729 this.githubLinkLabel.TabIndex = 2;
730 this.githubLinkLabel.TabStop = true;
731 this.githubLinkLabel.Text = "https://github.com/InvoxiPlayGames/GfWLUtility";
732 this.githubLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.githubLinkLabel_LinkClicked);
733 //
734 // appVersionLabel
735 //
736 this.appVersionLabel.AutoSize = true;
737 this.appVersionLabel.Location = new System.Drawing.Point(365, 280);
738 this.appVersionLabel.Name = "appVersionLabel";
739 this.appVersionLabel.Size = new System.Drawing.Size(101, 13);
740 this.appVersionLabel.TabIndex = 3;
741 this.appVersionLabel.Text = "version 1.1.0.0-beta";
742 //
743 // marketplaceLogoPicture
744 //
745 this.marketplaceLogoPicture.Image = global::GfWLUtility.Properties.Resources.GfWLUnknown;
746 this.marketplaceLogoPicture.Location = new System.Drawing.Point(6, 19);
747 this.marketplaceLogoPicture.Name = "marketplaceLogoPicture";
748 this.marketplaceLogoPicture.Size = new System.Drawing.Size(48, 48);
749 this.marketplaceLogoPicture.TabIndex = 3;
750 this.marketplaceLogoPicture.TabStop = false;
751 //
752 // wlidLogoPicture
753 //
754 this.wlidLogoPicture.Image = global::GfWLUtility.Properties.Resources.WLIDUnknown;
755 this.wlidLogoPicture.Location = new System.Drawing.Point(6, 19);
756 this.wlidLogoPicture.Name = "wlidLogoPicture";
757 this.wlidLogoPicture.Size = new System.Drawing.Size(48, 48);
758 this.wlidLogoPicture.TabIndex = 6;
759 this.wlidLogoPicture.TabStop = false;
760 //
761 // gfwlLogoPicture
762 //
763 this.gfwlLogoPicture.Image = global::GfWLUtility.Properties.Resources.GfWLUnknown;
764 this.gfwlLogoPicture.Location = new System.Drawing.Point(6, 19);
765 this.gfwlLogoPicture.Name = "gfwlLogoPicture";
766 this.gfwlLogoPicture.Size = new System.Drawing.Size(48, 48);
767 this.gfwlLogoPicture.TabIndex = 3;
768 this.gfwlLogoPicture.TabStop = false;
769 //
770 // accountGamerpic
771 //
772 this.accountGamerpic.Location = new System.Drawing.Point(376, 32);
773 this.accountGamerpic.Name = "accountGamerpic";
774 this.accountGamerpic.Size = new System.Drawing.Size(64, 64);
775 this.accountGamerpic.TabIndex = 16;
776 this.accountGamerpic.TabStop = false;
777 //
778 // titleIconPicture
779 //
780 this.titleIconPicture.Location = new System.Drawing.Point(376, 32);
781 this.titleIconPicture.Name = "titleIconPicture";
782 this.titleIconPicture.Size = new System.Drawing.Size(64, 64);
783 this.titleIconPicture.TabIndex = 17;
784 this.titleIconPicture.TabStop = false;
785 //
786 // installMarketplaceButton
787 //
788 this.installMarketplaceButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
789 this.installMarketplaceButton.Location = new System.Drawing.Point(6, 73);
790 this.installMarketplaceButton.Name = "installMarketplaceButton";
791 this.installMarketplaceButton.Size = new System.Drawing.Size(227, 23);
792 this.installMarketplaceButton.TabIndex = 8;
793 this.installMarketplaceButton.Text = "Install marketplace";
794 this.installMarketplaceButton.UseVisualStyleBackColor = true;
795 this.installMarketplaceButton.Click += new System.EventHandler(this.installMarketplaceButton_Click);
796 //
797 // installWLIDButton
798 //
799 this.installWLIDButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
800 this.installWLIDButton.Location = new System.Drawing.Point(6, 73);
801 this.installWLIDButton.Name = "installWLIDButton";
802 this.installWLIDButton.Size = new System.Drawing.Size(177, 23);
803 this.installWLIDButton.TabIndex = 9;
804 this.installWLIDButton.Text = "Install sign-in assistant";
805 this.installWLIDButton.UseVisualStyleBackColor = true;
806 this.installWLIDButton.Click += new System.EventHandler(this.installWLIDButton_Click);
807 //
808 // installRuntimeButton
809 //
810 this.installRuntimeButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
811 this.installRuntimeButton.Location = new System.Drawing.Point(6, 73);
812 this.installRuntimeButton.Name = "installRuntimeButton";
813 this.installRuntimeButton.Size = new System.Drawing.Size(227, 23);
814 this.installRuntimeButton.TabIndex = 8;
815 this.installRuntimeButton.Text = "Install runtime";
816 this.installRuntimeButton.UseVisualStyleBackColor = true;
817 this.installRuntimeButton.Click += new System.EventHandler(this.installRuntimeButton_Click);
818 //
819 // blockServicesButton
820 //
821 this.blockServicesButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
822 this.blockServicesButton.Location = new System.Drawing.Point(6, 19);
823 this.blockServicesButton.Name = "blockServicesButton";
824 this.blockServicesButton.Size = new System.Drawing.Size(124, 23);
825 this.blockServicesButton.TabIndex = 1;
826 this.blockServicesButton.Text = "Block Services";
827 this.blockServicesButton.UseVisualStyleBackColor = true;
828 this.blockServicesButton.Click += new System.EventHandler(this.blockServicesButton_Click);
829 //
830 // blockLiveButton
831 //
832 this.blockLiveButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
833 this.blockLiveButton.Location = new System.Drawing.Point(6, 53);
834 this.blockLiveButton.Name = "blockLiveButton";
835 this.blockLiveButton.Size = new System.Drawing.Size(124, 23);
836 this.blockLiveButton.TabIndex = 0;
837 this.blockLiveButton.Text = "Block LIVE";
838 this.blockLiveButton.UseVisualStyleBackColor = true;
839 this.blockLiveButton.Click += new System.EventHandler(this.blockLiveButton_Click);
840 //
841 // MainWindow
842 //
843 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
844 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
845 this.ClientSize = new System.Drawing.Size(478, 304);
846 this.Controls.Add(this.appVersionLabel);
847 this.Controls.Add(this.githubLinkLabel);
848 this.Controls.Add(this.label1);
849 this.Controls.Add(this.mainTabControl);
850 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
851 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
852 this.MaximizeBox = false;
853 this.MinimizeBox = false;
854 this.Name = "MainWindow";
855 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
856 this.Text = "GfWL Utility";
857 this.Load += new System.EventHandler(this.MainWindow_Load);
858 this.mainTabControl.ResumeLayout(false);
859 this.runtimeTab.ResumeLayout(false);
860 this.systemInfoGroup.ResumeLayout(false);
861 this.systemInfoGroup.PerformLayout();
862 this.marketplaceGroup.ResumeLayout(false);
863 this.marketplaceGroup.PerformLayout();
864 this.wlidGroup.ResumeLayout(false);
865 this.wlidGroup.PerformLayout();
866 this.runtimeGroup.ResumeLayout(false);
867 this.runtimeGroup.PerformLayout();
868 this.accountsTab.ResumeLayout(false);
869 this.accountsTab.PerformLayout();
870 this.gamesTab.ResumeLayout(false);
871 this.gamesTab.PerformLayout();
872 this.utilitiesTab.ResumeLayout(false);
873 this.utilityGroup.ResumeLayout(false);
874 this.utilityGroup.PerformLayout();
875 this.connBlockGroup.ResumeLayout(false);
876 this.connBlockGroup.PerformLayout();
877 this.dataExportGroup.ResumeLayout(false);
878 this.dataExportGroup.PerformLayout();
879 ((System.ComponentModel.ISupportInitialize)(this.marketplaceLogoPicture)).EndInit();
880 ((System.ComponentModel.ISupportInitialize)(this.wlidLogoPicture)).EndInit();
881 ((System.ComponentModel.ISupportInitialize)(this.gfwlLogoPicture)).EndInit();
882 ((System.ComponentModel.ISupportInitialize)(this.accountGamerpic)).EndInit();
883 ((System.ComponentModel.ISupportInitialize)(this.titleIconPicture)).EndInit();
884 this.ResumeLayout(false);
885 this.PerformLayout();
886
887 }
888
889 #endregion
890
891 private System.Windows.Forms.TabControl mainTabControl;
892 private System.Windows.Forms.TabPage runtimeTab;
893 private System.Windows.Forms.TabPage accountsTab;
894 private System.Windows.Forms.Label runtimeVersionLabel;
895 private System.Windows.Forms.Label runtimeInstallLabel;
896 private System.Windows.Forms.TabPage gamesTab;
897 private System.Windows.Forms.PictureBox gfwlLogoPicture;
898 private System.Windows.Forms.Label wlidInfoLabel;
899 private System.Windows.Forms.PictureBox wlidLogoPicture;
900 private System.Windows.Forms.Label wlidInstallLabel;
901 private System.Windows.Forms.TabPage utilitiesTab;
902 private System.Windows.Forms.GroupBox dataExportGroup;
903 private System.Windows.Forms.Label dataExportInfoLabel;
904 private System.Windows.Forms.Button dataImportButton;
905 private System.Windows.Forms.Button dataExportButton;
906 private System.Windows.Forms.GroupBox wlidGroup;
907 private System.Windows.Forms.GroupBox runtimeGroup;
908 private System.Windows.Forms.Button manageRuntimeButton;
909 private System.Windows.Forms.GroupBox systemInfoGroup;
910 private System.Windows.Forms.GroupBox marketplaceGroup;
911 private System.Windows.Forms.Button manageMarketplaceButton;
912 private System.Windows.Forms.PictureBox marketplaceLogoPicture;
913 private System.Windows.Forms.Label marketplaceInstallLabel;
914 private System.Windows.Forms.Label marketplaceVersionLabel;
915 private System.Windows.Forms.TextBox versionText;
916 private System.Windows.Forms.Label versionLabel;
917 private System.Windows.Forms.TextBox pcidText;
918 private System.Windows.Forms.Label pcidLabel;
919 private System.Windows.Forms.CheckBox showPCIDCheckbox;
920 private ElevatedButton installRuntimeButton;
921 private ElevatedButton installWLIDButton;
922 private ElevatedButton installMarketplaceButton;
923 private System.Windows.Forms.CheckBox titleShowKeyCheck;
924 private System.Windows.Forms.Label titleKeyLabel;
925 private System.Windows.Forms.TextBox titleProductKeyBox;
926 private System.Windows.Forms.TextBox titleIDBox;
927 private System.Windows.Forms.TextBox titleNameBox;
928 private System.Windows.Forms.Label titleIDLabel;
929 private System.Windows.Forms.Label titleNameLabel;
930 private System.Windows.Forms.ListBox gameListBox;
931 private System.Windows.Forms.CheckBox accountLiveCheck;
932 private System.Windows.Forms.TextBox accountXuidBox;
933 private System.Windows.Forms.TextBox accountNameBox;
934 private System.Windows.Forms.Label accountXuidLabel;
935 private System.Windows.Forms.Label accountNameLabel;
936 private System.Windows.Forms.ListBox accountsListBox;
937 private System.Windows.Forms.PictureBox accountGamerpic;
938 private System.Windows.Forms.PictureBox titleIconPicture;
939 private System.Windows.Forms.GroupBox connBlockGroup;
940 private System.Windows.Forms.Label blockServicesInfoLabel;
941 private System.Windows.Forms.Label blockLiveInfoLabel;
942 private System.Windows.Forms.Label label1;
943 private System.Windows.Forms.LinkLabel githubLinkLabel;
944 private System.Windows.Forms.Label appVersionLabel;
945 private ElevatedButton blockServicesButton;
946 private ElevatedButton blockLiveButton;
947 private System.Windows.Forms.Label titleIDFormattedLabel;
948 private System.Windows.Forms.Label onlineXuidLabel;
949 private System.Windows.Forms.TextBox onlineXuidBox;
950 private System.Windows.Forms.CheckBox pnetCheck;
951 private System.Windows.Forms.CheckBox showMsaCheck;
952 private System.Windows.Forms.Label msaLabel;
953 private System.Windows.Forms.TextBox msaEmailBox;
954 private System.Windows.Forms.Button refreshProfileInfoButton;
955 private System.Windows.Forms.GroupBox utilityGroup;
956 private System.Windows.Forms.LinkLabel viewCacheLink;
957 private System.Windows.Forms.Label clearCacheInfoLabel;
958 private System.Windows.Forms.Button clearCacheButton;
959 }
960}
961