namespace OpenSaveCloudClient { partial class DownloadGameForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DownloadGameForm)); this.label1 = new System.Windows.Forms.Label(); this.LoadingIndicator = new System.Windows.Forms.PictureBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.pathButton = new System.Windows.Forms.Button(); this.LocationBox = new System.Windows.Forms.TextBox(); this.DownloadButton = new System.Windows.Forms.Button(); this.RemoteList = new System.Windows.Forms.ListView(); this.GameName = new System.Windows.Forms.ColumnHeader(); this.infoPathLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.LoadingIndicator)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label1.ForeColor = System.Drawing.SystemColors.Highlight; this.label1.Location = new System.Drawing.Point(8, 5); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(262, 32); this.label1.TabIndex = 0; this.label1.Text = "Download a game save"; // // LoadingIndicator // this.LoadingIndicator.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.LoadingIndicator.Image = ((System.Drawing.Image)(resources.GetObject("LoadingIndicator.Image"))); this.LoadingIndicator.Location = new System.Drawing.Point(599, 5); this.LoadingIndicator.Margin = new System.Windows.Forms.Padding(2); this.LoadingIndicator.Name = "LoadingIndicator"; this.LoadingIndicator.Size = new System.Drawing.Size(34, 39); this.LoadingIndicator.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.LoadingIndicator.TabIndex = 7; this.LoadingIndicator.TabStop = false; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.infoPathLabel); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.pathButton); this.groupBox1.Controls.Add(this.LocationBox); this.groupBox1.Location = new System.Drawing.Point(277, 50); this.groupBox1.Margin = new System.Windows.Forms.Padding(2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(2); this.groupBox1.Size = new System.Drawing.Size(354, 310); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; this.groupBox1.Text = "Set up the save"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(4, 46); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(205, 15); this.label3.TabIndex = 7; this.label3.Text = "Where will the save folder be located?"; // // pathButton // this.pathButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.pathButton.Enabled = false; this.pathButton.Location = new System.Drawing.Point(317, 61); this.pathButton.Margin = new System.Windows.Forms.Padding(2); this.pathButton.Name = "pathButton"; this.pathButton.Size = new System.Drawing.Size(33, 24); this.pathButton.TabIndex = 6; this.pathButton.Text = "..."; this.pathButton.UseVisualStyleBackColor = true; this.pathButton.Click += new System.EventHandler(this.pathButton_Click); // // LocationBox // this.LocationBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.LocationBox.Enabled = false; this.LocationBox.Location = new System.Drawing.Point(4, 62); this.LocationBox.Margin = new System.Windows.Forms.Padding(2); this.LocationBox.Name = "LocationBox"; this.LocationBox.Size = new System.Drawing.Size(310, 23); this.LocationBox.TabIndex = 5; this.LocationBox.TextChanged += new System.EventHandler(this.LocationBox_TextChanged); // // DownloadButton // this.DownloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.DownloadButton.Enabled = false; this.DownloadButton.Location = new System.Drawing.Point(556, 367); this.DownloadButton.Margin = new System.Windows.Forms.Padding(2); this.DownloadButton.Name = "DownloadButton"; this.DownloadButton.Size = new System.Drawing.Size(75, 23); this.DownloadButton.TabIndex = 9; this.DownloadButton.Text = "Download"; this.DownloadButton.UseVisualStyleBackColor = true; this.DownloadButton.Click += new System.EventHandler(this.DownloadButton_Click); // // RemoteList // this.RemoteList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.RemoteList.CheckBoxes = true; this.RemoteList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.GameName}); this.RemoteList.Location = new System.Drawing.Point(8, 50); this.RemoteList.Margin = new System.Windows.Forms.Padding(2); this.RemoteList.Name = "RemoteList"; this.RemoteList.Size = new System.Drawing.Size(266, 311); this.RemoteList.TabIndex = 10; this.RemoteList.UseCompatibleStateImageBehavior = false; this.RemoteList.View = System.Windows.Forms.View.Details; this.RemoteList.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.RemoteList_ItemChecked); this.RemoteList.SelectedIndexChanged += new System.EventHandler(this.RemoteList_SelectedIndexChanged); // // GameName // this.GameName.Text = "Game name"; this.GameName.Width = 240; // // infoPathLabel // this.infoPathLabel.AutoSize = true; this.infoPathLabel.Enabled = false; this.infoPathLabel.Location = new System.Drawing.Point(4, 87); this.infoPathLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.infoPathLabel.Name = "infoPathLabel"; this.infoPathLabel.Size = new System.Drawing.Size(153, 15); this.infoPathLabel.TabIndex = 8; this.infoPathLabel.Text = "A \'\' folder will be created in "; this.infoPathLabel.Visible = false; // // DownloadGameForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.SystemColors.Window; this.ClientSize = new System.Drawing.Size(644, 401); this.Controls.Add(this.RemoteList); this.Controls.Add(this.DownloadButton); this.Controls.Add(this.groupBox1); this.Controls.Add(this.LoadingIndicator); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.MinimumSize = new System.Drawing.Size(660, 440); this.Name = "DownloadGameForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Download a game save"; this.Load += new System.EventHandler(this.DownloadGameForm_Load); ((System.ComponentModel.ISupportInitialize)(this.LoadingIndicator)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label label1; private PictureBox LoadingIndicator; private GroupBox groupBox1; private Button DownloadButton; private ListView RemoteList; private ColumnHeader GameName; private Label label3; private Button pathButton; private TextBox LocationBox; private Label infoPathLabel; } }