Correction of DPI

This commit is contained in:
Aurélie Delhaie
2022-05-25 11:58:09 +02:00
parent 5f92fcafa0
commit 56e94d8dfe
27 changed files with 517 additions and 441 deletions

View File

@@ -55,8 +55,9 @@
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(507, 154);
this.pictureBox1.Size = new System.Drawing.Size(359, 92);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
@@ -65,9 +66,10 @@
//
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
this.label1.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label1.Location = new System.Drawing.Point(0, 154);
this.label1.Location = new System.Drawing.Point(0, 92);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(507, 50);
this.label1.Size = new System.Drawing.Size(359, 30);
this.label1.TabIndex = 1;
this.label1.Text = "Open Save Cloud";
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
@@ -76,9 +78,10 @@
//
this.VersionLabel.Dock = System.Windows.Forms.DockStyle.Top;
this.VersionLabel.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.VersionLabel.Location = new System.Drawing.Point(0, 204);
this.VersionLabel.Location = new System.Drawing.Point(0, 122);
this.VersionLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.VersionLabel.Name = "VersionLabel";
this.VersionLabel.Size = new System.Drawing.Size(507, 37);
this.VersionLabel.Size = new System.Drawing.Size(359, 22);
this.VersionLabel.TabIndex = 2;
this.VersionLabel.Text = "0.0.0.0";
this.VersionLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
@@ -86,9 +89,10 @@
// label2
//
this.label2.Dock = System.Windows.Forms.DockStyle.Top;
this.label2.Location = new System.Drawing.Point(0, 241);
this.label2.Location = new System.Drawing.Point(0, 144);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(507, 114);
this.label2.Size = new System.Drawing.Size(359, 68);
this.label2.TabIndex = 3;
this.label2.Text = "Made by Aurélie Delhaie\r\nThis project exist because all games \r\ndon\'t have the cl" +
"oud save feature\r\n(Like The Sims 4)";
@@ -97,36 +101,40 @@
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(15, 36);
this.label4.Location = new System.Drawing.Point(10, 22);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(60, 25);
this.label4.Size = new System.Drawing.Size(41, 15);
this.label4.TabIndex = 5;
this.label4.Text = "Client:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(15, 61);
this.label5.Location = new System.Drawing.Point(10, 37);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 25);
this.label5.Size = new System.Drawing.Size(42, 15);
this.label5.TabIndex = 6;
this.label5.Text = "Server:";
//
// ClientInfoLabel
//
this.ClientInfoLabel.AutoSize = true;
this.ClientInfoLabel.Location = new System.Drawing.Point(86, 36);
this.ClientInfoLabel.Location = new System.Drawing.Point(60, 22);
this.ClientInfoLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ClientInfoLabel.Name = "ClientInfoLabel";
this.ClientInfoLabel.Size = new System.Drawing.Size(24, 25);
this.ClientInfoLabel.Size = new System.Drawing.Size(16, 15);
this.ClientInfoLabel.TabIndex = 7;
this.ClientInfoLabel.Text = "...";
//
// ServerInfoLabel
//
this.ServerInfoLabel.AutoSize = true;
this.ServerInfoLabel.Location = new System.Drawing.Point(86, 61);
this.ServerInfoLabel.Location = new System.Drawing.Point(60, 37);
this.ServerInfoLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ServerInfoLabel.Name = "ServerInfoLabel";
this.ServerInfoLabel.Size = new System.Drawing.Size(24, 25);
this.ServerInfoLabel.Size = new System.Drawing.Size(16, 15);
this.ServerInfoLabel.TabIndex = 8;
this.ServerInfoLabel.Text = "...";
//
@@ -137,9 +145,11 @@
this.groupBox1.Controls.Add(this.ServerInfoLabel);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.ClientInfoLabel);
this.groupBox1.Location = new System.Drawing.Point(12, 378);
this.groupBox1.Location = new System.Drawing.Point(8, 227);
this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(483, 242);
this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox1.Size = new System.Drawing.Size(338, 145);
this.groupBox1.TabIndex = 9;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Geek informations";
@@ -152,9 +162,11 @@
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Location = new System.Drawing.Point(6, 93);
this.groupBox2.Location = new System.Drawing.Point(4, 56);
this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(471, 143);
this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox2.Size = new System.Drawing.Size(330, 86);
this.groupBox2.TabIndex = 9;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "API";
@@ -162,71 +174,78 @@
// ApiVersionLabel
//
this.ApiVersionLabel.AutoSize = true;
this.ApiVersionLabel.Location = new System.Drawing.Point(231, 90);
this.ApiVersionLabel.Location = new System.Drawing.Point(162, 54);
this.ApiVersionLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ApiVersionLabel.Name = "ApiVersionLabel";
this.ApiVersionLabel.Size = new System.Drawing.Size(24, 25);
this.ApiVersionLabel.Size = new System.Drawing.Size(16, 15);
this.ApiVersionLabel.TabIndex = 5;
this.ApiVersionLabel.Text = "...";
//
// ServerVersionLabel
//
this.ServerVersionLabel.AutoSize = true;
this.ServerVersionLabel.Location = new System.Drawing.Point(231, 65);
this.ServerVersionLabel.Location = new System.Drawing.Point(162, 39);
this.ServerVersionLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ServerVersionLabel.Name = "ServerVersionLabel";
this.ServerVersionLabel.Size = new System.Drawing.Size(50, 25);
this.ServerVersionLabel.Size = new System.Drawing.Size(31, 15);
this.ServerVersionLabel.TabIndex = 4;
this.ServerVersionLabel.Text = "0.0.0";
//
// AllowRegisterLabel
//
this.AllowRegisterLabel.AutoSize = true;
this.AllowRegisterLabel.Location = new System.Drawing.Point(231, 40);
this.AllowRegisterLabel.Location = new System.Drawing.Point(162, 24);
this.AllowRegisterLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.AllowRegisterLabel.Name = "AllowRegisterLabel";
this.AllowRegisterLabel.Size = new System.Drawing.Size(24, 25);
this.AllowRegisterLabel.Size = new System.Drawing.Size(16, 15);
this.AllowRegisterLabel.TabIndex = 3;
this.AllowRegisterLabel.Text = "...";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(10, 90);
this.label7.Location = new System.Drawing.Point(7, 54);
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(159, 25);
this.label7.Size = new System.Drawing.Size(104, 15);
this.label7.TabIndex = 2;
this.label7.Text = "API Server version:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(10, 65);
this.label6.Location = new System.Drawing.Point(7, 39);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(127, 25);
this.label6.Size = new System.Drawing.Size(83, 15);
this.label6.TabIndex = 1;
this.label6.Text = "Server version:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 40);
this.label3.Location = new System.Drawing.Point(7, 24);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(215, 25);
this.label3.Size = new System.Drawing.Size(142, 15);
this.label3.TabIndex = 0;
this.label3.Text = "Allow registration of user:";
//
// AboutBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(507, 632);
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(359, 389);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.VersionLabel);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(529, 688);
this.MaximumSize = new System.Drawing.Size(375, 428);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(529, 688);
this.MinimumSize = new System.Drawing.Size(375, 428);
this.Name = "AboutBox";
this.ShowIcon = false;
this.ShowInTaskbar = false;