Multipurpose utility for managing Games for Windows - LIVE installs and content. (Mirrored from https://github.com/InvoxiPlayGames/GfWLUtility)
1namespace GfWLUtility
2{
3 partial class ProfileInfoExtractor
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.progressBar = new System.Windows.Forms.ProgressBar();
32 this.statusLabel = new System.Windows.Forms.Label();
33 this.SuspendLayout();
34 //
35 // progressBar
36 //
37 this.progressBar.Location = new System.Drawing.Point(12, 30);
38 this.progressBar.MarqueeAnimationSpeed = 10;
39 this.progressBar.Name = "progressBar";
40 this.progressBar.Size = new System.Drawing.Size(287, 23);
41 this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
42 this.progressBar.TabIndex = 0;
43 //
44 // statusLabel
45 //
46 this.statusLabel.AutoSize = true;
47 this.statusLabel.Location = new System.Drawing.Point(12, 9);
48 this.statusLabel.Name = "statusLabel";
49 this.statusLabel.Size = new System.Drawing.Size(46, 13);
50 this.statusLabel.TabIndex = 1;
51 this.statusLabel.Text = "Status...";
52 //
53 // ProfileInfoExtractor
54 //
55 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
56 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
57 this.ClientSize = new System.Drawing.Size(311, 65);
58 this.ControlBox = false;
59 this.Controls.Add(this.statusLabel);
60 this.Controls.Add(this.progressBar);
61 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
62 this.MaximizeBox = false;
63 this.MinimizeBox = false;
64 this.Name = "ProfileInfoExtractor";
65 this.ShowInTaskbar = false;
66 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
67 this.Text = "GfWL Utility";
68 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ProfileInfoExtractor_FormClosing);
69 this.Load += new System.EventHandler(this.ProfileInfoExtractor_Load);
70 this.ResumeLayout(false);
71 this.PerformLayout();
72
73 }
74
75 #endregion
76
77 private System.Windows.Forms.ProgressBar progressBar;
78 private System.Windows.Forms.Label statusLabel;
79 }
80}