Correction of DPI
This commit is contained in:
52
OpenSaveCloudClient/DownloadGameForm.Designer.cs
generated
52
OpenSaveCloudClient/DownloadGameForm.Designer.cs
generated
@@ -47,9 +47,10 @@
|
||||
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(12, 9);
|
||||
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(387, 48);
|
||||
this.label1.Size = new System.Drawing.Size(262, 32);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Download a game save";
|
||||
//
|
||||
@@ -57,9 +58,10 @@
|
||||
//
|
||||
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(854, 12);
|
||||
this.LoadingIndicator.Location = new System.Drawing.Point(599, 5);
|
||||
this.LoadingIndicator.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.LoadingIndicator.Name = "LoadingIndicator";
|
||||
this.LoadingIndicator.Size = new System.Drawing.Size(48, 48);
|
||||
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;
|
||||
@@ -72,9 +74,11 @@
|
||||
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(396, 83);
|
||||
this.groupBox1.Location = new System.Drawing.Point(277, 50);
|
||||
this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(506, 516);
|
||||
this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 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";
|
||||
@@ -82,9 +86,10 @@
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(6, 76);
|
||||
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(311, 25);
|
||||
this.label3.Size = new System.Drawing.Size(205, 15);
|
||||
this.label3.TabIndex = 7;
|
||||
this.label3.Text = "Where will the save folder be located?";
|
||||
//
|
||||
@@ -92,9 +97,10 @@
|
||||
//
|
||||
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(453, 101);
|
||||
this.pathButton.Location = new System.Drawing.Point(317, 61);
|
||||
this.pathButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.pathButton.Name = "pathButton";
|
||||
this.pathButton.Size = new System.Drawing.Size(47, 34);
|
||||
this.pathButton.Size = new System.Drawing.Size(33, 24);
|
||||
this.pathButton.TabIndex = 6;
|
||||
this.pathButton.Text = "...";
|
||||
this.pathButton.UseVisualStyleBackColor = true;
|
||||
@@ -105,9 +111,10 @@
|
||||
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(6, 104);
|
||||
this.LocationBox.Location = new System.Drawing.Point(4, 62);
|
||||
this.LocationBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.LocationBox.Name = "LocationBox";
|
||||
this.LocationBox.Size = new System.Drawing.Size(441, 31);
|
||||
this.LocationBox.Size = new System.Drawing.Size(310, 23);
|
||||
this.LocationBox.TabIndex = 5;
|
||||
this.LocationBox.TextChanged += new System.EventHandler(this.LocationBox_TextChanged);
|
||||
//
|
||||
@@ -115,9 +122,10 @@
|
||||
//
|
||||
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(790, 605);
|
||||
this.DownloadButton.Location = new System.Drawing.Point(556, 367);
|
||||
this.DownloadButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.DownloadButton.Name = "DownloadButton";
|
||||
this.DownloadButton.Size = new System.Drawing.Size(112, 34);
|
||||
this.DownloadButton.Size = new System.Drawing.Size(75, 23);
|
||||
this.DownloadButton.TabIndex = 9;
|
||||
this.DownloadButton.Text = "Download";
|
||||
this.DownloadButton.UseVisualStyleBackColor = true;
|
||||
@@ -130,9 +138,10 @@
|
||||
this.RemoteList.CheckBoxes = true;
|
||||
this.RemoteList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||||
this.GameName});
|
||||
this.RemoteList.Location = new System.Drawing.Point(12, 83);
|
||||
this.RemoteList.Location = new System.Drawing.Point(8, 50);
|
||||
this.RemoteList.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.RemoteList.Name = "RemoteList";
|
||||
this.RemoteList.Size = new System.Drawing.Size(378, 516);
|
||||
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;
|
||||
@@ -142,21 +151,22 @@
|
||||
// GameName
|
||||
//
|
||||
this.GameName.Text = "Game name";
|
||||
this.GameName.Width = 373;
|
||||
this.GameName.Width = 240;
|
||||
//
|
||||
// DownloadGameForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
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(914, 651);
|
||||
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.MinimumSize = new System.Drawing.Size(936, 707);
|
||||
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 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";
|
||||
|
||||
Reference in New Issue
Block a user