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.Dock = System.Windows.Forms.DockStyle.Top;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(0, 0); 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.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.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0; this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false; this.pictureBox1.TabStop = false;
@@ -65,9 +66,10 @@
// //
this.label1.Dock = System.Windows.Forms.DockStyle.Top; 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.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.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.TabIndex = 1;
this.label1.Text = "Open Save Cloud"; this.label1.Text = "Open Save Cloud";
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
@@ -76,9 +78,10 @@
// //
this.VersionLabel.Dock = System.Windows.Forms.DockStyle.Top; 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.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.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.TabIndex = 2;
this.VersionLabel.Text = "0.0.0.0"; this.VersionLabel.Text = "0.0.0.0";
this.VersionLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.VersionLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
@@ -86,9 +89,10 @@
// label2 // label2
// //
this.label2.Dock = System.Windows.Forms.DockStyle.Top; 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.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.TabIndex = 3;
this.label2.Text = "Made by Aurélie Delhaie\r\nThis project exist because all games \r\ndon\'t have the cl" + 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)"; "oud save feature\r\n(Like The Sims 4)";
@@ -97,36 +101,40 @@
// label4 // label4
// //
this.label4.AutoSize = true; 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.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.TabIndex = 5;
this.label4.Text = "Client:"; this.label4.Text = "Client:";
// //
// label5 // label5
// //
this.label5.AutoSize = true; 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.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.TabIndex = 6;
this.label5.Text = "Server:"; this.label5.Text = "Server:";
// //
// ClientInfoLabel // ClientInfoLabel
// //
this.ClientInfoLabel.AutoSize = true; 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.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.TabIndex = 7;
this.ClientInfoLabel.Text = "..."; this.ClientInfoLabel.Text = "...";
// //
// ServerInfoLabel // ServerInfoLabel
// //
this.ServerInfoLabel.AutoSize = true; 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.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.TabIndex = 8;
this.ServerInfoLabel.Text = "..."; this.ServerInfoLabel.Text = "...";
// //
@@ -137,9 +145,11 @@
this.groupBox1.Controls.Add(this.ServerInfoLabel); this.groupBox1.Controls.Add(this.ServerInfoLabel);
this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.ClientInfoLabel); 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.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.TabIndex = 9;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
this.groupBox1.Text = "Geek informations"; this.groupBox1.Text = "Geek informations";
@@ -152,9 +162,11 @@
this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label3); 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.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.TabIndex = 9;
this.groupBox2.TabStop = false; this.groupBox2.TabStop = false;
this.groupBox2.Text = "API"; this.groupBox2.Text = "API";
@@ -162,71 +174,78 @@
// ApiVersionLabel // ApiVersionLabel
// //
this.ApiVersionLabel.AutoSize = true; 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.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.TabIndex = 5;
this.ApiVersionLabel.Text = "..."; this.ApiVersionLabel.Text = "...";
// //
// ServerVersionLabel // ServerVersionLabel
// //
this.ServerVersionLabel.AutoSize = true; 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.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.TabIndex = 4;
this.ServerVersionLabel.Text = "0.0.0"; this.ServerVersionLabel.Text = "0.0.0";
// //
// AllowRegisterLabel // AllowRegisterLabel
// //
this.AllowRegisterLabel.AutoSize = true; 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.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.TabIndex = 3;
this.AllowRegisterLabel.Text = "..."; this.AllowRegisterLabel.Text = "...";
// //
// label7 // label7
// //
this.label7.AutoSize = true; 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.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.TabIndex = 2;
this.label7.Text = "API Server version:"; this.label7.Text = "API Server version:";
// //
// label6 // label6
// //
this.label6.AutoSize = true; 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.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.TabIndex = 1;
this.label6.Text = "Server version:"; this.label6.Text = "Server version:";
// //
// label3 // label3
// //
this.label3.AutoSize = true; 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.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.TabIndex = 0;
this.label3.Text = "Allow registration of user:"; this.label3.Text = "Allow registration of user:";
// //
// AboutBox // AboutBox
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(507, 632); this.ClientSize = new System.Drawing.Size(359, 389);
this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label2); this.Controls.Add(this.label2);
this.Controls.Add(this.VersionLabel); this.Controls.Add(this.VersionLabel);
this.Controls.Add(this.label1); this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1); this.Controls.Add(this.pictureBox1);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.MaximizeBox = false; this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(529, 688); this.MaximumSize = new System.Drawing.Size(375, 428);
this.MinimizeBox = false; this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(529, 688); this.MinimumSize = new System.Drawing.Size(375, 428);
this.Name = "AboutBox"; this.Name = "AboutBox";
this.ShowIcon = false; this.ShowIcon = false;
this.ShowInTaskbar = false; this.ShowInTaskbar = false;

View File

@@ -61,7 +61,7 @@
<data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL
DwAACw8BkvkDpQAA/7JJREFUeF7svYd7HNd1uP39CfoHYpG0HTt2EsuOHZe40N1ypbvjKtuJY8clsuP0 DgAACw4BQL7hQQAA/7JJREFUeF7svYd7HNd1uP39CfoHYpG0HTt2EsuOHZe40N1ypbvjKtuJY8clsuP0
/KJUy5YsUb1LVCXFClLsXaIoUSwi2IneewcIsEo63zl35syce+fcKYsF65zneZ9dLBYguIud9907s4v/ /KJUy5YsUb1LVCXFClLsXaIoUSwi2IneewcIsEo63zl35syce+fcKYsF65zneZ9dLBYguIud9907s4v/
r5xyyimnnHLKKaeccsopp5xyyimnnHLKKaeccsopp5xyyimnnHLKKaeccsopp5xyyimnnHLKKaeccsop r5xyyimnnHLKKaeccsopp5xyyimnnHLKKaeccsopp5xyyimnnHLKKaeccsopp5xyyimnnHLKKaeccsop
p5xyyimnnHLKKaeccsopp5xyyimnnHLKKaeccsopp5xyysmYoWuXXzV87fJrkLnDn14+D7kOuX740ytu p5xyyimnnHLKKaeccsopp5xyyimnnHLKKaeccsopp5xyysmYoWuXXzV87fJrkLnDn14+D7kOuX740ytu

View File

@@ -54,9 +54,10 @@
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); 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.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.Name = "label1";
this.label1.Size = new System.Drawing.Size(212, 48); this.label1.Size = new System.Drawing.Size(143, 32);
this.label1.TabIndex = 0; this.label1.TabIndex = 0;
this.label1.Text = "Add a game"; this.label1.Text = "Add a game";
// //
@@ -71,9 +72,11 @@
this.groupBox1.Controls.Add(this.pathButton); this.groupBox1.Controls.Add(this.pathButton);
this.groupBox1.Controls.Add(this.LocationBox); this.groupBox1.Controls.Add(this.LocationBox);
this.groupBox1.Controls.Add(this.NameBox); this.groupBox1.Controls.Add(this.NameBox);
this.groupBox1.Location = new System.Drawing.Point(12, 80); this.groupBox1.Location = new System.Drawing.Point(8, 48);
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(634, 417); this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
this.groupBox1.Size = new System.Drawing.Size(444, 329);
this.groupBox1.TabIndex = 1; this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
this.groupBox1.Text = "Game information"; this.groupBox1.Text = "Game information";
@@ -82,9 +85,10 @@
// //
this.NameWarningLabel.AutoSize = true; this.NameWarningLabel.AutoSize = true;
this.NameWarningLabel.ForeColor = System.Drawing.Color.Coral; this.NameWarningLabel.ForeColor = System.Drawing.Color.Coral;
this.NameWarningLabel.Location = new System.Drawing.Point(15, 113); this.NameWarningLabel.Location = new System.Drawing.Point(10, 72);
this.NameWarningLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.NameWarningLabel.Name = "NameWarningLabel"; this.NameWarningLabel.Name = "NameWarningLabel";
this.NameWarningLabel.Size = new System.Drawing.Size(421, 25); this.NameWarningLabel.Size = new System.Drawing.Size(280, 15);
this.NameWarningLabel.TabIndex = 5; this.NameWarningLabel.TabIndex = 5;
this.NameWarningLabel.Text = "There is already a game with this name in the library"; this.NameWarningLabel.Text = "There is already a game with this name in the library";
this.NameWarningLabel.Visible = false; this.NameWarningLabel.Visible = false;
@@ -92,27 +96,30 @@
// label3 // label3
// //
this.label3.AutoSize = true; this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(15, 161); this.label3.Location = new System.Drawing.Point(10, 97);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(169, 25); this.label3.Size = new System.Drawing.Size(111, 15);
this.label3.TabIndex = 4; this.label3.TabIndex = 4;
this.label3.Text = "Save folder location"; this.label3.Text = "Save folder location";
// //
// label2 // label2
// //
this.label2.AutoSize = true; this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(15, 51); this.label2.Location = new System.Drawing.Point(10, 31);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 25); this.label2.Size = new System.Drawing.Size(39, 15);
this.label2.TabIndex = 3; this.label2.TabIndex = 3;
this.label2.Text = "Name"; this.label2.Text = "Name";
// //
// pathButton // pathButton
// //
this.pathButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.pathButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pathButton.Location = new System.Drawing.Point(571, 186); this.pathButton.Location = new System.Drawing.Point(400, 112);
this.pathButton.Margin = new System.Windows.Forms.Padding(2);
this.pathButton.Name = "pathButton"; 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 = 2; this.pathButton.TabIndex = 2;
this.pathButton.Text = "..."; this.pathButton.Text = "...";
this.pathButton.UseVisualStyleBackColor = true; this.pathButton.UseVisualStyleBackColor = true;
@@ -122,19 +129,21 @@
// //
this.LocationBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.LocationBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.LocationBox.Location = new System.Drawing.Point(15, 189); this.LocationBox.Location = new System.Drawing.Point(10, 113);
this.LocationBox.Margin = new System.Windows.Forms.Padding(2);
this.LocationBox.Name = "LocationBox"; this.LocationBox.Name = "LocationBox";
this.LocationBox.ReadOnly = true; this.LocationBox.ReadOnly = true;
this.LocationBox.Size = new System.Drawing.Size(550, 31); this.LocationBox.Size = new System.Drawing.Size(386, 23);
this.LocationBox.TabIndex = 1; this.LocationBox.TabIndex = 1;
// //
// NameBox // NameBox
// //
this.NameBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.NameBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.NameBox.Location = new System.Drawing.Point(15, 79); this.NameBox.Location = new System.Drawing.Point(10, 47);
this.NameBox.Margin = new System.Windows.Forms.Padding(2);
this.NameBox.Name = "NameBox"; this.NameBox.Name = "NameBox";
this.NameBox.Size = new System.Drawing.Size(603, 31); this.NameBox.Size = new System.Drawing.Size(423, 23);
this.NameBox.TabIndex = 0; this.NameBox.TabIndex = 0;
this.NameBox.TextChanged += new System.EventHandler(this.NameBox_TextChanged); this.NameBox.TextChanged += new System.EventHandler(this.NameBox_TextChanged);
// //
@@ -144,9 +153,11 @@
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.NoCoverLabel); this.groupBox2.Controls.Add(this.NoCoverLabel);
this.groupBox2.Controls.Add(this.CoverPicture); this.groupBox2.Controls.Add(this.CoverPicture);
this.groupBox2.Location = new System.Drawing.Point(652, 80); this.groupBox2.Location = new System.Drawing.Point(456, 48);
this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
this.groupBox2.Name = "groupBox2"; this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(403, 417); this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
this.groupBox2.Size = new System.Drawing.Size(282, 329);
this.groupBox2.TabIndex = 2; this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false; this.groupBox2.TabStop = false;
this.groupBox2.Text = "Cover"; this.groupBox2.Text = "Cover";
@@ -156,9 +167,10 @@
this.NoCoverLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) this.NoCoverLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.NoCoverLabel.Location = new System.Drawing.Point(54, 56); this.NoCoverLabel.Location = new System.Drawing.Point(38, 34);
this.NoCoverLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.NoCoverLabel.Name = "NoCoverLabel"; this.NoCoverLabel.Name = "NoCoverLabel";
this.NoCoverLabel.Size = new System.Drawing.Size(311, 305); this.NoCoverLabel.Size = new System.Drawing.Size(218, 262);
this.NoCoverLabel.TabIndex = 0; this.NoCoverLabel.TabIndex = 0;
this.NoCoverLabel.Text = "..."; this.NoCoverLabel.Text = "...";
this.NoCoverLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.NoCoverLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -168,9 +180,10 @@
this.CoverPicture.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) this.CoverPicture.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.CoverPicture.Location = new System.Drawing.Point(54, 56); this.CoverPicture.Location = new System.Drawing.Point(38, 34);
this.CoverPicture.Margin = new System.Windows.Forms.Padding(2);
this.CoverPicture.Name = "CoverPicture"; this.CoverPicture.Name = "CoverPicture";
this.CoverPicture.Size = new System.Drawing.Size(311, 305); this.CoverPicture.Size = new System.Drawing.Size(218, 262);
this.CoverPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.CoverPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.CoverPicture.TabIndex = 1; this.CoverPicture.TabIndex = 1;
this.CoverPicture.TabStop = false; this.CoverPicture.TabStop = false;
@@ -179,9 +192,10 @@
// AddButton // AddButton
// //
this.AddButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.AddButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.AddButton.Location = new System.Drawing.Point(943, 508); this.AddButton.Location = new System.Drawing.Point(660, 384);
this.AddButton.Margin = new System.Windows.Forms.Padding(2);
this.AddButton.Name = "AddButton"; this.AddButton.Name = "AddButton";
this.AddButton.Size = new System.Drawing.Size(112, 34); this.AddButton.Size = new System.Drawing.Size(78, 27);
this.AddButton.TabIndex = 3; this.AddButton.TabIndex = 3;
this.AddButton.Text = "Add"; this.AddButton.Text = "Add";
this.AddButton.UseVisualStyleBackColor = true; this.AddButton.UseVisualStyleBackColor = true;
@@ -196,27 +210,29 @@
// //
this.PathErrorLabel.AutoSize = true; this.PathErrorLabel.AutoSize = true;
this.PathErrorLabel.ForeColor = System.Drawing.Color.IndianRed; this.PathErrorLabel.ForeColor = System.Drawing.Color.IndianRed;
this.PathErrorLabel.Location = new System.Drawing.Point(483, 513); this.PathErrorLabel.Location = new System.Drawing.Point(355, 390);
this.PathErrorLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.PathErrorLabel.Name = "PathErrorLabel"; this.PathErrorLabel.Name = "PathErrorLabel";
this.PathErrorLabel.Size = new System.Drawing.Size(454, 25); this.PathErrorLabel.Size = new System.Drawing.Size(301, 15);
this.PathErrorLabel.TabIndex = 4; this.PathErrorLabel.TabIndex = 4;
this.PathErrorLabel.Text = "There is already a game following this path in the library"; this.PathErrorLabel.Text = "There is already a game following this path in the library";
this.PathErrorLabel.Visible = false; this.PathErrorLabel.Visible = false;
// //
// AddGameForm // AddGameForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Window; this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(1067, 554); this.ClientSize = new System.Drawing.Size(751, 422);
this.Controls.Add(this.PathErrorLabel); this.Controls.Add(this.PathErrorLabel);
this.Controls.Add(this.AddButton); this.Controls.Add(this.AddButton);
this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label1); this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimumSize = new System.Drawing.Size(1089, 610); this.MinimumSize = new System.Drawing.Size(767, 382);
this.Name = "AddGameForm"; this.Name = "AddGameForm";
this.ShowInTaskbar = false; this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;

View File

@@ -320,6 +320,10 @@ namespace OpenSaveCloudClient.Core
public async Task DownloadGamesAsync(List<GameSave> toDownload) public async Task DownloadGamesAsync(List<GameSave> toDownload)
{ {
string cachePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "osc", "cache"); string cachePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "osc", "cache");
if (!Directory.Exists(cachePath))
{
Directory.CreateDirectory(cachePath);
}
string archivePath; string archivePath;
GameUploadToken? gut; GameUploadToken? gut;
foreach (GameSave game in toDownload) foreach (GameSave game in toDownload)

View File

@@ -49,72 +49,80 @@
this.TitleLabel.AutoEllipsis = true; this.TitleLabel.AutoEllipsis = true;
this.TitleLabel.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.TitleLabel.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.TitleLabel.ForeColor = System.Drawing.SystemColors.Highlight; this.TitleLabel.ForeColor = System.Drawing.SystemColors.Highlight;
this.TitleLabel.Location = new System.Drawing.Point(12, 9); this.TitleLabel.Location = new System.Drawing.Point(8, 5);
this.TitleLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.TitleLabel.Name = "TitleLabel"; this.TitleLabel.Name = "TitleLabel";
this.TitleLabel.Size = new System.Drawing.Size(941, 48); this.TitleLabel.Size = new System.Drawing.Size(659, 29);
this.TitleLabel.TabIndex = 0; this.TitleLabel.TabIndex = 0;
this.TitleLabel.Text = "_"; this.TitleLabel.Text = "_";
// //
// label2 // label2
// //
this.label2.AutoSize = true; this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 95); this.label2.Location = new System.Drawing.Point(8, 57);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 25); this.label2.Size = new System.Drawing.Size(51, 15);
this.label2.TabIndex = 1; this.label2.TabIndex = 1;
this.label2.Text = "Revision"; this.label2.Text = "Revision";
// //
// label3 // label3
// //
this.label3.AutoSize = true; this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 120); this.label3.Location = new System.Drawing.Point(8, 72);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(46, 25); this.label3.Size = new System.Drawing.Size(31, 15);
this.label3.TabIndex = 2; this.label3.TabIndex = 2;
this.label3.Text = "Path"; this.label3.Text = "Path";
// //
// label4 // label4
// //
this.label4.AutoSize = true; this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 145); this.label4.Location = new System.Drawing.Point(8, 87);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4"; this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(68, 25); this.label4.Size = new System.Drawing.Size(45, 15);
this.label4.TabIndex = 3; this.label4.TabIndex = 3;
this.label4.Text = "Synced"; this.label4.Text = "Synced";
// //
// RevisionLabel // RevisionLabel
// //
this.RevisionLabel.AutoSize = true; this.RevisionLabel.AutoSize = true;
this.RevisionLabel.Location = new System.Drawing.Point(125, 95); this.RevisionLabel.Location = new System.Drawing.Point(88, 57);
this.RevisionLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.RevisionLabel.Name = "RevisionLabel"; this.RevisionLabel.Name = "RevisionLabel";
this.RevisionLabel.Size = new System.Drawing.Size(16, 25); this.RevisionLabel.Size = new System.Drawing.Size(10, 15);
this.RevisionLabel.TabIndex = 4; this.RevisionLabel.TabIndex = 4;
this.RevisionLabel.Text = "."; this.RevisionLabel.Text = ".";
// //
// PathLabel // PathLabel
// //
this.PathLabel.AutoSize = true; this.PathLabel.AutoSize = true;
this.PathLabel.Location = new System.Drawing.Point(125, 120); this.PathLabel.Location = new System.Drawing.Point(88, 72);
this.PathLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.PathLabel.Name = "PathLabel"; this.PathLabel.Name = "PathLabel";
this.PathLabel.Size = new System.Drawing.Size(16, 25); this.PathLabel.Size = new System.Drawing.Size(10, 15);
this.PathLabel.TabIndex = 5; this.PathLabel.TabIndex = 5;
this.PathLabel.Text = "."; this.PathLabel.Text = ".";
// //
// SyncedLabel // SyncedLabel
// //
this.SyncedLabel.AutoSize = true; this.SyncedLabel.AutoSize = true;
this.SyncedLabel.Location = new System.Drawing.Point(125, 145); this.SyncedLabel.Location = new System.Drawing.Point(88, 87);
this.SyncedLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.SyncedLabel.Name = "SyncedLabel"; this.SyncedLabel.Name = "SyncedLabel";
this.SyncedLabel.Size = new System.Drawing.Size(16, 25); this.SyncedLabel.Size = new System.Drawing.Size(10, 15);
this.SyncedLabel.TabIndex = 6; this.SyncedLabel.TabIndex = 6;
this.SyncedLabel.Text = "."; this.SyncedLabel.Text = ".";
// //
// label8 // label8
// //
this.label8.AutoSize = true; this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(12, 176); this.label8.Location = new System.Drawing.Point(8, 107);
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label8.Name = "label8"; this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(93, 25); this.label8.Size = new System.Drawing.Size(63, 15);
this.label8.TabIndex = 7; this.label8.TabIndex = 7;
this.label8.Text = "Checksum"; this.label8.Text = "Checksum";
// //
@@ -122,18 +130,20 @@
// //
this.ChecksumBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.ChecksumBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.ChecksumBox.Location = new System.Drawing.Point(125, 173); this.ChecksumBox.Location = new System.Drawing.Point(88, 104);
this.ChecksumBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.ChecksumBox.Name = "ChecksumBox"; this.ChecksumBox.Name = "ChecksumBox";
this.ChecksumBox.ReadOnly = true; this.ChecksumBox.ReadOnly = true;
this.ChecksumBox.Size = new System.Drawing.Size(828, 31); this.ChecksumBox.Size = new System.Drawing.Size(581, 23);
this.ChecksumBox.TabIndex = 8; this.ChecksumBox.TabIndex = 8;
// //
// UploadButton // UploadButton
// //
this.UploadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.UploadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.UploadButton.Location = new System.Drawing.Point(12, 244); this.UploadButton.Location = new System.Drawing.Point(8, 150);
this.UploadButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.UploadButton.Name = "UploadButton"; this.UploadButton.Name = "UploadButton";
this.UploadButton.Size = new System.Drawing.Size(112, 34); this.UploadButton.Size = new System.Drawing.Size(75, 23);
this.UploadButton.TabIndex = 9; this.UploadButton.TabIndex = 9;
this.UploadButton.Text = "Upload"; this.UploadButton.Text = "Upload";
this.UploadButton.UseVisualStyleBackColor = true; this.UploadButton.UseVisualStyleBackColor = true;
@@ -142,9 +152,10 @@
// DownloadButton // DownloadButton
// //
this.DownloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.DownloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.DownloadButton.Location = new System.Drawing.Point(130, 244); this.DownloadButton.Location = new System.Drawing.Point(87, 150);
this.DownloadButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.DownloadButton.Name = "DownloadButton"; 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 = 10; this.DownloadButton.TabIndex = 10;
this.DownloadButton.Text = "Download"; this.DownloadButton.Text = "Download";
this.DownloadButton.UseVisualStyleBackColor = true; this.DownloadButton.UseVisualStyleBackColor = true;
@@ -152,9 +163,9 @@
// //
// DetailForm // DetailForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(965, 290); this.ClientSize = new System.Drawing.Size(680, 184);
this.Controls.Add(this.DownloadButton); this.Controls.Add(this.DownloadButton);
this.Controls.Add(this.UploadButton); this.Controls.Add(this.UploadButton);
this.Controls.Add(this.ChecksumBox); this.Controls.Add(this.ChecksumBox);
@@ -167,7 +178,8 @@
this.Controls.Add(this.label2); this.Controls.Add(this.label2);
this.Controls.Add(this.TitleLabel); this.Controls.Add(this.TitleLabel);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(987, 346); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.MinimumSize = new System.Drawing.Size(696, 223);
this.Name = "DetailForm"; this.Name = "DetailForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Detail of"; this.Text = "Detail of";

View File

@@ -47,9 +47,10 @@
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); 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.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.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.TabIndex = 0;
this.label1.Text = "Download a game save"; 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.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.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.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.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.LoadingIndicator.TabIndex = 7; this.LoadingIndicator.TabIndex = 7;
this.LoadingIndicator.TabStop = false; this.LoadingIndicator.TabStop = false;
@@ -72,9 +74,11 @@
this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.pathButton); this.groupBox1.Controls.Add(this.pathButton);
this.groupBox1.Controls.Add(this.LocationBox); 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.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.TabIndex = 8;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
this.groupBox1.Text = "Set up the save"; this.groupBox1.Text = "Set up the save";
@@ -82,9 +86,10 @@
// label3 // label3
// //
this.label3.AutoSize = true; 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.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.TabIndex = 7;
this.label3.Text = "Where will the save folder be located?"; 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pathButton.Enabled = false; 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.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.TabIndex = 6;
this.pathButton.Text = "..."; this.pathButton.Text = "...";
this.pathButton.UseVisualStyleBackColor = true; 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) this.LocationBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.LocationBox.Enabled = false; 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.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.TabIndex = 5;
this.LocationBox.TextChanged += new System.EventHandler(this.LocationBox_TextChanged); 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.DownloadButton.Enabled = false; 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.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.TabIndex = 9;
this.DownloadButton.Text = "Download"; this.DownloadButton.Text = "Download";
this.DownloadButton.UseVisualStyleBackColor = true; this.DownloadButton.UseVisualStyleBackColor = true;
@@ -130,9 +138,10 @@
this.RemoteList.CheckBoxes = true; this.RemoteList.CheckBoxes = true;
this.RemoteList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.RemoteList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.GameName}); 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.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.TabIndex = 10;
this.RemoteList.UseCompatibleStateImageBehavior = false; this.RemoteList.UseCompatibleStateImageBehavior = false;
this.RemoteList.View = System.Windows.Forms.View.Details; this.RemoteList.View = System.Windows.Forms.View.Details;
@@ -142,21 +151,22 @@
// GameName // GameName
// //
this.GameName.Text = "Game name"; this.GameName.Text = "Game name";
this.GameName.Width = 373; this.GameName.Width = 240;
// //
// DownloadGameForm // DownloadGameForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Window; 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.RemoteList);
this.Controls.Add(this.DownloadButton); this.Controls.Add(this.DownloadButton);
this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox1);
this.Controls.Add(this.LoadingIndicator); this.Controls.Add(this.LoadingIndicator);
this.Controls.Add(this.label1); this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 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.Name = "DownloadGameForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Download a game save"; this.Text = "Download a game save";

View File

@@ -30,67 +30,51 @@
{ {
this.components = new System.ComponentModel.Container(); this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GameLibrary)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GameLibrary));
this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.listView1 = new System.Windows.Forms.ListView();
this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton(); this.coverList = new System.Windows.Forms.ImageList(this.components);
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.AddButton = new System.Windows.Forms.ToolStripButton(); this.AddButton = new System.Windows.Forms.ToolStripButton();
this.SyncButton = new System.Windows.Forms.ToolStripButton(); this.SyncButton = new System.Windows.Forms.ToolStripButton();
this.DownloadButton = new System.Windows.Forms.ToolStripButton(); this.DownloadButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.ConfigButton = new System.Windows.Forms.ToolStripButton(); this.SettingButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.LogoutButton = new System.Windows.Forms.ToolStripButton(); this.LogoutButton = new System.Windows.Forms.ToolStripButton();
this.ErrorLogButton = new System.Windows.Forms.ToolStripButton(); this.LogButton = new System.Windows.Forms.ToolStripButton();
this.AboutButton = new System.Windows.Forms.ToolStripButton(); this.AboutButton = new System.Windows.Forms.ToolStripButton();
this.listView1 = new System.Windows.Forms.ListView(); this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.coverList = new System.Windows.Forms.ImageList(this.components); this.TasksButton = new System.Windows.Forms.ToolStripDropDownButton();
this.statusStrip1.SuspendLayout(); this.StatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.MainProgressBar = new System.Windows.Forms.ToolStripProgressBar();
this.toolStrip1.SuspendLayout(); this.toolStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// statusStrip1 // listView1
// //
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.toolStripDropDownButton1, this.listView1.LargeImageList = this.coverList;
this.toolStripStatusLabel1, this.listView1.Location = new System.Drawing.Point(0, 0);
this.toolStripProgressBar1}); this.listView1.MultiSelect = false;
this.statusStrip1.Location = new System.Drawing.Point(0, 803); this.listView1.Name = "listView1";
this.statusStrip1.Name = "statusStrip1"; this.listView1.ShowGroups = false;
this.statusStrip1.Size = new System.Drawing.Size(1428, 32); this.listView1.ShowItemToolTips = true;
this.statusStrip1.TabIndex = 0; this.listView1.Size = new System.Drawing.Size(1506, 766);
this.statusStrip1.Text = "statusStrip1"; this.listView1.TabIndex = 2;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
// //
// toolStripDropDownButton1 // coverList
// //
this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.coverList.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image"))); this.coverList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("coverList.ImageStream")));
this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.coverList.TransparentColor = System.Drawing.Color.Transparent;
this.toolStripDropDownButton1.Name = "toolStripDropDownButton1"; this.coverList.Images.SetKeyName(0, "unknown_cover.png");
this.toolStripDropDownButton1.ShowDropDownArrow = false;
this.toolStripDropDownButton1.Size = new System.Drawing.Size(28, 29);
this.toolStripDropDownButton1.Text = "toolStripDropDownButton1";
this.toolStripDropDownButton1.Click += new System.EventHandler(this.toolStripDropDownButton1_Click);
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.BackColor = System.Drawing.SystemColors.Control;
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(60, 25);
this.toolStripStatusLabel1.Text = "Ready";
//
// toolStripProgressBar1
//
this.toolStripProgressBar1.MarqueeAnimationSpeed = 20;
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 24);
this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
this.toolStripProgressBar1.Visible = false;
// //
// toolStrip1 // toolStrip1
// //
this.toolStrip1.CanOverflow = false;
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@@ -98,15 +82,16 @@
this.SyncButton, this.SyncButton,
this.DownloadButton, this.DownloadButton,
this.toolStripSeparator1, this.toolStripSeparator1,
this.ConfigButton, this.SettingButton,
this.toolStripSeparator2, this.toolStripSeparator2,
this.LogoutButton, this.LogoutButton,
this.ErrorLogButton, this.LogButton,
this.AboutButton}); this.AboutButton});
this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1428, 33); this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.toolStrip1.TabIndex = 1; this.toolStrip1.Size = new System.Drawing.Size(1506, 33);
this.toolStrip1.TabIndex = 3;
this.toolStrip1.Text = "toolStrip1"; this.toolStrip1.Text = "toolStrip1";
// //
// AddButton // AddButton
@@ -117,7 +102,7 @@
this.AddButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.AddButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.AddButton.Name = "AddButton"; this.AddButton.Name = "AddButton";
this.AddButton.Size = new System.Drawing.Size(34, 28); this.AddButton.Size = new System.Drawing.Size(34, 28);
this.AddButton.Text = "Add a game"; this.AddButton.Text = "Add";
this.AddButton.Click += new System.EventHandler(this.AddButton_Click); this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
// //
// SyncButton // SyncButton
@@ -128,7 +113,7 @@
this.SyncButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.SyncButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.SyncButton.Name = "SyncButton"; this.SyncButton.Name = "SyncButton";
this.SyncButton.Size = new System.Drawing.Size(34, 28); this.SyncButton.Size = new System.Drawing.Size(34, 28);
this.SyncButton.Text = "Synchronize"; this.SyncButton.Text = "Sync";
this.SyncButton.Click += new System.EventHandler(this.SyncButton_Click); this.SyncButton.Click += new System.EventHandler(this.SyncButton_Click);
// //
// DownloadButton // DownloadButton
@@ -139,7 +124,7 @@
this.DownloadButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.DownloadButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.DownloadButton.Name = "DownloadButton"; this.DownloadButton.Name = "DownloadButton";
this.DownloadButton.Size = new System.Drawing.Size(34, 28); this.DownloadButton.Size = new System.Drawing.Size(34, 28);
this.DownloadButton.Text = "Download"; this.DownloadButton.Text = "Download from server";
this.DownloadButton.Click += new System.EventHandler(this.DownloadButton_Click); this.DownloadButton.Click += new System.EventHandler(this.DownloadButton_Click);
// //
// toolStripSeparator1 // toolStripSeparator1
@@ -147,15 +132,15 @@
this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33); this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
// //
// ConfigButton // SettingButton
// //
this.ConfigButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.SettingButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ConfigButton.Image = ((System.Drawing.Image)(resources.GetObject("ConfigButton.Image"))); this.SettingButton.Image = ((System.Drawing.Image)(resources.GetObject("SettingButton.Image")));
this.ConfigButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.SettingButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ConfigButton.Name = "ConfigButton"; this.SettingButton.Name = "SettingButton";
this.ConfigButton.Size = new System.Drawing.Size(34, 28); this.SettingButton.Size = new System.Drawing.Size(34, 28);
this.ConfigButton.Text = "Settings"; this.SettingButton.Text = "Settings";
this.ConfigButton.Click += new System.EventHandler(this.ConfigButton_Click); this.SettingButton.Click += new System.EventHandler(this.ConfigButton_Click);
// //
// toolStripSeparator2 // toolStripSeparator2
// //
@@ -173,15 +158,15 @@
this.LogoutButton.Text = "Logout"; this.LogoutButton.Text = "Logout";
this.LogoutButton.Click += new System.EventHandler(this.LogoutButton_Click); this.LogoutButton.Click += new System.EventHandler(this.LogoutButton_Click);
// //
// ErrorLogButton // LogButton
// //
this.ErrorLogButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.LogButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ErrorLogButton.Image = ((System.Drawing.Image)(resources.GetObject("ErrorLogButton.Image"))); this.LogButton.Image = ((System.Drawing.Image)(resources.GetObject("LogButton.Image")));
this.ErrorLogButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.LogButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ErrorLogButton.Name = "ErrorLogButton"; this.LogButton.Name = "LogButton";
this.ErrorLogButton.Size = new System.Drawing.Size(34, 28); this.LogButton.Size = new System.Drawing.Size(34, 28);
this.ErrorLogButton.Text = "Show log"; this.LogButton.Text = "Show logs";
this.ErrorLogButton.Click += new System.EventHandler(this.LogButton_Click); this.LogButton.Click += new System.EventHandler(this.LogButton_Click);
// //
// AboutButton // AboutButton
// //
@@ -194,72 +179,84 @@
this.AboutButton.Text = "About"; this.AboutButton.Text = "About";
this.AboutButton.Click += new System.EventHandler(this.AboutButton_Click); this.AboutButton.Click += new System.EventHandler(this.AboutButton_Click);
// //
// listView1 // statusStrip1
// //
this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
| System.Windows.Forms.AnchorStyles.Left) this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
| System.Windows.Forms.AnchorStyles.Right))); this.TasksButton,
this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.StatusLabel,
this.listView1.LargeImageList = this.coverList; this.MainProgressBar});
this.listView1.Location = new System.Drawing.Point(0, 36); this.statusStrip1.Location = new System.Drawing.Point(0, 735);
this.listView1.MultiSelect = false; this.statusStrip1.Name = "statusStrip1";
this.listView1.Name = "listView1"; this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 21, 0);
this.listView1.ShowGroups = false; this.statusStrip1.Size = new System.Drawing.Size(1506, 31);
this.listView1.ShowItemToolTips = true; this.statusStrip1.TabIndex = 4;
this.listView1.Size = new System.Drawing.Size(1428, 764); this.statusStrip1.Text = "statusStrip1";
this.listView1.TabIndex = 2;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
// //
// coverList // TasksButton
// //
this.coverList.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit; this.TasksButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.coverList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("coverList.ImageStream"))); this.TasksButton.Image = ((System.Drawing.Image)(resources.GetObject("TasksButton.Image")));
this.coverList.TransparentColor = System.Drawing.Color.Transparent; this.TasksButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.coverList.Images.SetKeyName(0, "unknown_cover.png"); this.TasksButton.Name = "TasksButton";
this.TasksButton.ShowDropDownArrow = false;
this.TasksButton.Size = new System.Drawing.Size(28, 28);
this.TasksButton.Text = "Tasks";
this.TasksButton.Click += new System.EventHandler(this.toolStripDropDownButton1_Click);
//
// StatusLabel
//
this.StatusLabel.BackColor = System.Drawing.Color.Transparent;
this.StatusLabel.Name = "StatusLabel";
this.StatusLabel.Size = new System.Drawing.Size(0, 24);
//
// MainProgressBar
//
this.MainProgressBar.Name = "MainProgressBar";
this.MainProgressBar.Size = new System.Drawing.Size(150, 23);
this.MainProgressBar.Visible = false;
// //
// GameLibrary // GameLibrary
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Window; this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(1428, 835); this.ClientSize = new System.Drawing.Size(1506, 766);
this.Controls.Add(this.listView1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.statusStrip1); this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.listView1);
this.DoubleBuffered = true; this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(1450, 891); this.MinimumSize = new System.Drawing.Size(1519, 797);
this.Name = "GameLibrary"; this.Name = "GameLibrary";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Game Library"; this.Text = "Game Library";
this.Load += new System.EventHandler(this.GameLibrary_Load); this.Load += new System.EventHandler(this.GameLibrary_Load);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false); this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout(); this.toolStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
} }
#endregion #endregion
private ListView listView1;
private StatusStrip statusStrip1; private ImageList coverList;
private ToolStripStatusLabel toolStripStatusLabel1;
private ToolStrip toolStrip1; private ToolStrip toolStrip1;
private ToolStripButton AddButton; private ToolStripButton AddButton;
private ToolStripButton SyncButton; private ToolStripButton SyncButton;
private ToolStripSeparator toolStripSeparator1;
private ToolStripButton LogoutButton;
private ListView listView1;
private ToolStripButton ConfigButton;
private ToolStripSeparator toolStripSeparator2;
private ImageList coverList;
private ToolStripButton AboutButton;
private ToolStripButton ErrorLogButton;
private ToolStripDropDownButton toolStripDropDownButton1;
private ToolStripButton DownloadButton; private ToolStripButton DownloadButton;
private ToolStripProgressBar toolStripProgressBar1; private ToolStripSeparator toolStripSeparator1;
private ToolStripButton SettingButton;
private ToolStripSeparator toolStripSeparator2;
private ToolStripButton LogoutButton;
private ToolStripButton LogButton;
private ToolStripButton AboutButton;
private StatusStrip statusStrip1;
private ToolStripDropDownButton TasksButton;
private ToolStripStatusLabel StatusLabel;
private ToolStripProgressBar MainProgressBar;
} }
} }

View File

@@ -199,8 +199,8 @@ namespace OpenSaveCloudClient
break; break;
} }
this.Invoke((MethodInvoker)delegate { this.Invoke((MethodInvoker)delegate {
toolStripProgressBar1.Visible = (taskManager.TasksInformation.Count(ti => ti.Status == AsyncTaskStatus.Running) > 0); MainProgressBar.Visible = (taskManager.TasksInformation.Count(ti => ti.Status == AsyncTaskStatus.Running) > 0);
toolStripStatusLabel1.Text = text; StatusLabel.Text = text;
}); });
} }
@@ -244,8 +244,8 @@ namespace OpenSaveCloudClient
if (errors > 0 || warnings > 0) if (errors > 0 || warnings > 0)
{ {
this.Invoke((MethodInvoker)delegate { this.Invoke((MethodInvoker)delegate {
ErrorLogButton.Text = label; LogButton.Text = label;
ErrorLogButton.DisplayStyle = ToolStripItemDisplayStyle.ImageAndText; LogButton.DisplayStyle = ToolStripItemDisplayStyle.ImageAndText;
}); });
} }
} }
@@ -253,8 +253,8 @@ namespace OpenSaveCloudClient
private void LogManager_LogCleared(object? sender, ClearEventArgs e) private void LogManager_LogCleared(object? sender, ClearEventArgs e)
{ {
this.Invoke((MethodInvoker)delegate { this.Invoke((MethodInvoker)delegate {
ErrorLogButton.Text = "Show logs"; LogButton.Text = "Show logs";
ErrorLogButton.DisplayStyle = ToolStripItemDisplayStyle.Image; LogButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
}); });
} }

View File

@@ -57,120 +57,6 @@
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="toolStripDropDownButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIBSURBVGhD7ZgLTQUxEEVXAhKQgAQkIAUHSEACEpCABCQg
AQkwJ9mSpplOp7v9LXk3uXnJ27bz2flttxv+Oe7230vgUfgi/BB+Cr93/uy//PcufBWydgmgCAqhHIrW
kr33wuFAKMKDh8/yTTjEEGK6peIpObsbUJ4Y1gS3JOHYPPkfhF9CTWAPIguZTcBBvULGIjJPG8GrHOn5
lBhxOJxGxXyJ9JVDoClpB84gZbYK1OQZcW+xqk9gsXbITBLOLjAeaAesQFdVWin2U7pyYWbZLJG8NMEr
0jauxCdhFiuHT6AZRis0rhLNxsZDbVNK1nlyxbuO2PbKNvOgJIzNcSmzQi6OVas08w0Q5h1PDpoG8FDb
FJh+cCBYW8dMn0JzDvLSYc3TRLMDXsmANIE4SNuDsim0ENG86Skk2bGiZADP483PQm0djEONcNLWQBQO
yDkkZRbe2wWqlWctXvesYw1nepTX3u4fLl9GSVJt00o0by4uP0oAT+OZRXIkW0IDVg4j10fNymHkvhRe
sRq5vB9As9IOmcnqK/mVPuzN0pkD2e7tzD2JDsXKk8Ps+yFkxzPVIcy6ZkH5YtPyYrQRTZUPIJxG5AQy
svN+C/SqTnidWn84YWtAYrU0hBH5dLIewRlDgserG1QvkHQ0HLyZTrQoG766WIPhQ0KlBS6j6A312LZf
a0cxhaBwZhAAAAAASUVORK5CYII=
</value>
</data>
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>175, 17</value>
</metadata>
<data name="AddButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAACYSURBVGhD7dfBCYAwEETRlGQJlmApdmBplmBJunNS1ggi
kSHwH8xFAu4cImsBAAB3Y2RNGSLdUIE9ZYp0gwJuFHCjgBsF3CjQmvYYDfU2cyQXWCK1s09pujtpGcsD
/Z0t0gwFPoQCV7pU+oq8jS5sHkjPamefonfa6OW5gIbqBgXcKOBGATcKuFHATT8jWgCvUSkAAHAq5QBP
WffOzMrm7gAAAABJRU5ErkJggg==
</value>
</data>
<data name="SyncButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAH/SURBVGhD7ZgLTUQxEEVXAhKQgAQkIAEJOEACEpCABCQg
AQlIgJ7NNplMbvu6nSmBpCe5gewmnU+n93XfabPZbDZ/iZvL3xb3RS9X6KHoV6iJfV7+b/FY9H2FXouW
QrLvRTbovyiAUaHjKuhsAR9CxEjntuitSCWBIgUsh84TSCWA+O6uqMXRCDGOyyB5P+828FPRkQuNnIFl
RbRmns+PEq/4AnprpoIfZwTyBQBOYz+r4qylQHfxdx9gpkuqAFDnKm2UVPdnF28VQLft51UpT2J1cGcX
bhUAmID9DmHXIRgfv2hka7HYZyOPGtXQWVDjQxdX4XcIsTPTKJtLmcsGasdD9yFlcWn21uCryMYLnQN/
52FGV+NNIxQzdbFB/EEOXfL8GWB7V+NHKOJ6Z6uzi6HRe88M6oEWOsTKRle6kIqnnhfDjNoa/o1fo94P
miPUD6XIeme8lTKjfozsYZ/dcp7SNg5KMQ21sPfmjAJ8o1BofCxqa+2VIlqAukKonZ6Ghbw/o1pEpADW
8NaJQncgBYfJB0E8K2YLaCUfuj70UJc7r5ECaIYt2oqdXnrfUufBqlcAifVey7AbvdcyafSS6BWgHK3q
6J3SNDwd2W4vlQSaKYD1ll1RlMX1dE0BdL062TKyC2DO6Tg2uazrFoKS1KiO/PtXkt5sNpvNAKfTD+zV
uLXp5ptQAAAAAElFTkSuQmCC
</value>
</data>
<data name="DownloadButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAFPSURBVGhD7ZlhbQMxDIUPwiAMwiAMwiAMwhgMwiAMSiEU
QiEUwuavmiXr5HSXnGpfJH/S+5Mq8Xu9NnbVpSiKh/L8pyn5El1FP6JPFmbiSaTmVVM9iVeRNY9Ym4YK
kE0FyKYCZFMBspkmACODx9YArf0hfIh03mFws/wXAON22OOsUDBwEVmDJ5FyLwB7v0X2NYKEgglrQKUh
WgE884gA4dOqZwQRwgvwJmrtYT0FzHqG1h8vdHbWEGfwZNJohdiidPPKSIjDmFd6QhzOvLIlxGHNK/dC
hJp/EdEtUe8d7YXoNc9VPFr/hr32RjqlDTHyzturuLu+14h4Ir3QvLQD97C7vncAa1Hsrl8BdlIBKsBO
HhKAhvIeJP5PWNfvCsC9vT4gW93duPUDJEN08m5I7B0WLcaIkSngBhu9wSxK1B42v4YvUaTCxu6iKNJY
ll87VrNiCYfhAAAAAABJRU5ErkJggg==
</value>
</data>
<data name="ConfigButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAI3SURBVGhD7ZiNTQMxDIU7AiMwAiMwAiMwAhswAiMwAiMw
AiMwAiOAP6lBabATO3fXM1Wf9FSq3jmOf54TDldcEG4CTIlX4beTb8J0wCnNWY1fwnT4FGrOWkwF6lpz
ssdbYRrcCTUne7wXngVPx88eHoWakz2O7JJV7C7Cg7As+CK00v4srJ3z8F2oAcexV3qKv6eAoQ9huzBy
WTZCGWjPRFgyQRkSJBSq/p3vU/0yimpUdXrEydbxmgQtBHbcM7gHyZAbpFIzsietnvkD6lozkIGIyhDs
VHs5AynrLmrZzEpzNliyOUuiRTbXzih2VVldS3kIAopBQGrQW2tILz6axxAWjRyLW6JereMtIveGlmTT
NdRmjgZEfuR8QTQTRN1zJjsBZRBZKDJoIlJN1ENDrAYR9WyCZ6Lw9BvOe7NqwqMiPBOFR/HY5GJ4NjBz
SfeIxUxmT0D6torUVqX5i6huR87skSYucyUEJMvTZDW9fUBWPWXZ0nUzw/iSQTZaBPtLBhnZMDO95lFC
W4Qy8PSTh2ZJRWp+RIJBNimXNQJTiC1zNvyH4/TwSLFWmrcgvpnRL6B+tZcz0DxGt1iiFFsxNO1Jk2Zk
L9K44WE2uhOsqSyjvuOiFAZZaGUVp5HFEg0Uof49Suxhg7WwqZVuVzZHKLKKEYxbaZyZ3gTCGnj1RsI3
sRYYMMf3ETPzw1MWJTubY2YDvJMGM6o1yurZEVWldBuInPGRzXSI/EuezaYEveDlFReAw+EHrbg+ZToX
R/oAAAAASUVORK5CYII=
</value>
</data>
<data name="LogoutButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAFBSURBVGhD7ZnRDcIwDAU7AiMwAiMwAiMwAiOwAaMwAiMw
CiOA7wMpiiK1cVy7lXzS+0ECv4M0kDIlSTLLQXIaSBhnyVvyHchHEsJN0irUmxCBo4TBrUK9CRG4SFpl
NAkRaC2fu4THe3OVuEPZWoCdaDekQDQRAqav7y3Axc5uZfat7SlA+f8MMwkvgdYcEwkvgfLdLzMsEbWE
ygxJeAqAuYS3AJhKaAUYxBlCm6eknku6JbQCL0n9PKt0SWxRgCyW2LIAZ5VZtrqEFpUHrQAXIkO0eUjq
uaSrPGgFRkCeovXc7vLgLWBaHjwFzMuDl8Aq5cFLoDVnuDx4LqFylkl58BQA5pmVB28B4HamGRECpqRA
NC0BTkzcqNXEHXaDWkAbdhd3WC6tMpqECIDVpxAmAPxW2e2ffDWcRbVJkmQ1pukH2yfuhCTOIrwAAAAA
SUVORK5CYII=
</value>
</data>
<data name="ErrorLogButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAH1SURBVGhD7ZkNTQQxEIVPAhKQgAQkIAEJOEACEpCABCQg
AQknAeZLbkmzmXb786a7R+4lLxCync5M56/ldMM/x93l5+GBoo/GV+On8ct4Nv5cyO/fxg/jm/HJeAig
NEqlyraQtc/G6UBxvOwp1UNkTTHk3ojXPCUUJPzYIwR4vTdUWsge7CXFi3GG8inZUwIEeRvM4HBePBhn
e37N7nAimfZWHqJDV2JTETyBe5Ay2wQ6pSdoTzZ1b4X3OXrkvCd/GyGjSBVU3qcALGBW8r5pZVVVUnRa
L2bxoPdtC9FtE4qNCJ81FHJhcURXJi+jNWBDZTMshhGbeotGqO4lFIUsIidNFYs94UjNK0cvv/6gSjSI
LHJqubV53/SwaIC3oJdpsqn6wMJsJVImXNrIgPJ0s8PdtRiQhfKiHmUAcrJQJluUAcUyyqOTt6iHUQYU
5yHlKBFlwOa9QJXIUQZsXi9VF5AIA6rG6YgLDVAYUP1WpNgsnRoVTkGn4l0gheoUljuxIq+aH7mUTW2U
OKIZZLsnbDY5vXU+VYNR2BM6k5t1fwt7Pu4yGUgQcVfeoux5fcGscCLmh8MmB5IpsjpRbbpeoluBh1Sz
DcQpw//M6AFx2vuSQaiwFhnVHTYSnApVA6XWp4OyeBkykOHtQyhdg6tR9IZ2nE6/TOo0oh+2u+YAAAAA
SUVORK5CYII=
</value>
</data>
<data name="AboutButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAGVSURBVGhD7ZmNSQQxEIW3BEuwhCvBEizBEuzgSrAES7AE
S7AES7AEnQ8dWI7JJAdn9g3kwcfBwR5vsvOT5LalpaWb6s54NJ6NF+P9jzfj1TgbJ0NOGMf0p/E9wIfx
ZEjowcBQZLQHb+dQkQ5fRmRuFII/RLcw75B+U0XOj+b7KFOLm24SmXB4M951KFY+ewFPSyVWP0sdCvPe
iESqRM84/Pa/i1fdWk0C65lgJkTPwtQ0YmCRJnsDI8VIgPtn9kwvZsSqEQgrO6rIPDC9SygyDyUC4I1F
5oFuJS9WOTIP1JW0WP1WCx7pYIcKc9mm75omMF0MtmwSs/pTZ8A1wlhvGyFbvFnOO6SOZO5jqmeempAt
3GzPA9Lms2EF0uZRtm2W7/coSx+Z24hM2cBqHXak1Or7fF9CrfZZJgCKOKJE/i8tLf2KW2u2yX5DJz99
XRi9vC8CWitByYvVvjTvEIT8JO6dAaSvTnrbaJA+vJP/kek91Ie0yh7gXXSayDjw30GJdhpdpZA6ZWaB
i5ZJMOWML41p234Awj1SyBDSy8oAAAAASUVORK5CYII=
</value>
</data>
<metadata name="coverList.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="coverList.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>317, 17</value> <value>317, 17</value>
</metadata> </metadata>
@@ -179,7 +65,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAEZTeXN0ZW0uV2luZG93cy5Gb3JtcywgQ3VsdHVyZT1uZXV0cmFs AAEAAAD/////AQAAAAAAAAAMAgAAAEZTeXN0ZW0uV2luZG93cy5Gb3JtcywgQ3VsdHVyZT1uZXV0cmFs
LCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5BQEAAAAmU3lzdGVtLldpbmRvd3MuRm9ybXMu LCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5BQEAAAAmU3lzdGVtLldpbmRvd3MuRm9ybXMu
SW1hZ2VMaXN0U3RyZWFtZXIBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAA7OMCAAJNU0Z0AUkBTAMBAQAB SW1hZ2VMaXN0U3RyZWFtZXIBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAA7OMCAAJNU0Z0AUkBTAMBAQAB
+AEAAfgBAAEIAQEBdgEBBP8BGQEACP8BQgFNATYHAAE2AwABKAMAASABBAIAAXYBAQIAAQEBAAEYBQAB QAEBAUABAQEIAQEBdgEBBP8BGQEACP8BQgFNATYHAAE2AwABKAMAASABBAIAAXYBAQIAAQEBAAEYBQAB
QAEUARIRAANSA1EBUgFRBVICUQNSAlEDUgJRAVIEUQFSBVEBUg1RAVAIUQFQAlEBUAFRAVADUQFQAVEE QAEUARIRAANSA1EBUgFRBVICUQNSAlEDUgJRAVIEUQFSBVEBUg1RAVAIUQFQAlEBUAFRAVADUQFQAVEE
UAFRAVABUQJQAVECUAFRAVABUQ5QAU8BUAFPAlADTwZQAU8BUAFPAVADTwNQAU8CUAZPAVABTwFQBU8B UAFRAVABUQJQAVECUAFRAVABUQ5QAU8BUAFPAlADTwZQAU8BUAFPAVADTwNQAU8CUAZPAVABTwFQBU8B
UAZPAU4ETwFOBE8BTgVPAU4DTwJOBE8CTgJPAU4BTwFOAU8HTgFPCE4BTwdOAU0GTgJNBE4BTQNOAk0B UAZPAU4ETwFOBE8BTgVPAU4DTwJOBE8CTgJPAU4BTwFOAU8HTgFPCE4BTwdOAU0GTgJNBE4BTQNOAk0B
@@ -3336,6 +3222,108 @@
AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/ AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/
AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/ AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/
AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8AmgAL AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8AmgAL
</value>
</data>
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>155, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="AddButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAADsSURBVEhLvdU9DgFRFIbhkUjYjL1QKDRKoVTZgEKD5SDY
AEq9TqEioeY74igm7/yY3HGSp/nuzxk3cW/0j6pIS0YphlKXQjWXZw4LKdTkJrQhKdSENkqzFTrGuKbY
8eMmocwEB0K5Cg6EhGGSnexjWRYMyVmqUpPHJ8sDQ3IUr4vQHIIhKaXBSvrSk7Z4dcUysxRa6zB0Dckq
m0NrHYZuLf4L7Ku9OmLZQDZCax2GxM7d6yQ0h2BISm9wF/sP2G1qVwDNIRgmOXzQWBIMQ/rpwfnV+za1
O5sGQ5jK+9Wx12csk0Bsr++LVmJF0QsZDaeLybae4AAAAABJRU5ErkJggg==
</value>
</data>
<data name="SyncButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAGfSURBVEhL3dU7L0RBGMbxdY0oaCVa94iGhApfgIKWaIiG
xDXiE7iXhESIQiFx+QI+hAqFUqhcC4mQ8H/sjrxnds45OuJJfsmeObPz7u6ZfSfzF1KAJgxhFlMYQB3i
0o/e7Mv4lGISV/iIcYkRlMBlEe5+gwZCacEF7GJJzlALu7h0Iy9deIadeIdDLGMVx3iEnfPqXUtegRrc
w014whjK4KccM3iBXdTKK3AKd/MajUjLLuyiVqSALtyNN7QiKdpda7AL+iIF9uBurGsgJXOwi4VECmxD
g/r0sdvL5AD+gr4OfKcC4+j8ukpPFeahrRmitQrxD1KEUeihhahd6Of4SfRQ9dNUfl3logcRekDWPtKi
jfEOzd/SgIvd/3H0qdKyCTd/QwMuaQUWkJZ2aHu790T+pEkFdpCWZtzAvecIkSQVUCNTQ1Nj86OxCdjO
e4tqRBIq4LdeddUTqPesQO36AXaOWnob8uIXWIIODx0idjyJ5tYjGLVkN1GLu+gYHIaORbuYdQ79h4qR
mB70ZV8Go2+kg14H/jQGc2O/nUzmE3Xv2DrlGzgkAAAAAElFTkSuQmCC
</value>
</data>
<data name="DownloadButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAE8SURBVEhL7dRPK0RRGMfxs1CEzSQLZWHBYjZ4AxorxY5i
pSykycRGyrwPzd4LULK0srIQG6VISWzZTBqL8ff73O4zHcdzdbpjYTG/+izuOed5zv3vOmknPVjDAU5x
iB0Mou2M4xafhjoWkDsjeITVXL1jBhNYxRz6EZV9WE1DL/jwju8wiV8zgFf4jXzS0G8aukYXMjMNq1DN
Qm6HNacyr6IXu7CK1HDKmlNT+JExPMAq8MVsUEUBrfThHtbiUMwG4gmtK9mGtUhtYQkN6AbPmIecrVUj
ZM0Q3FE6kGUdkhLkKxZ6dhVYNUqeqbvyBizy2i4izDLeYNWoC7hjbyBLuElMc3GJ5B5bkyHZZBMbiGku
9pC8/zfpwF9qQv5VSUYhn7m1MA9pvoJv6UYZ8t8/w3kOJ6ihiE7+RZz7Ao1fDDMxq54qAAAAAElFTkSu
QmCC
</value>
</data>
<data name="SettingButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAFZSURBVEhLrdRJSsRAFMbxgIqI7VI9gPNCt251oScSxGmn
jQsVHHYK6iH0MCrOJ3BCQdH/F+pBESvpVKgPfnR3pfplqFfJOqQHM063BlJmAQ/4de4wjySZxCesuPnA
OKLSxheKxeQaI46+h+aUUc0tZK9uIGQHll2E5lR5QX6WqjsYxRhu3FhdqrmJYJKuQVnURfew4reYQ9Ko
96edLg14mcIRLnGICSTLIvS4/Mf3juA+0SIuYTnCE1RUTaDushZ+hM1RTdWO7g6f9oeiLgsdv0L0BvLl
V0gqT6BJG9iO8AwV0MXtwZ6CHp3NWYfdYXTUwsVFfkNUGw9jFkP5r//RZjzABfZRewP24Qw/0JV94wS9
SJJz+LdudJJGKXtdr6Afq95YjI6v6xaUAYSO11H5utaV6yRr3liM0te1Fjj0h8ZrUIy66BTqHhXW5zGS
dZFlENoH+myYLPsDY1n9bDHVXF4AAAAASUVORK5CYII=
</value>
</data>
<data name="LogoutButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAEySURBVEhLxdWxSgMxGMDxUxE6WGgFu3TUN+jW+hAddBLf
QqhDQelUcO/eoS+gg046OTjo0EFQ8Q2Elq6C+v/OpnzJ5eRCrP7hBzbJXeAwd8lfVsUhOsoRdhDdPqb4
9HhGVC28w3dzEb3BFczNXnCG/lwX28hrF/JYV9JfOc1gNvjpZr4mkOuGWJMBX+bmIrQPmGvPUUKm39pA
XGMDVnpBaPpa4w6bWKQn3eQMvEKvKeIeW0jTE27H0PMhHlGHNeh2Aj0fagxrwC12A3lU1oBbzCN6QA3W
oJscvCfoNUXcooI0PRGaew7EDcpYpCdDcze4QOY06wWh6Q1GWEcm/bIL/bi8Qa4bYFUGfF3CbCCv6x6K
ftEaaH//mV8TS/3gSHsw7/albCDJ/+0BTlH0i/bfJckXzhLWGnVGQEkAAAAASUVORK5CYII=
</value>
</data>
<data name="LogButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAEYSURBVEhLrdU9SgRBFMTxAVM9hRquoHgLvY5uZC6ixzBQ
UNBAr7HGmpkopgYa+PEv6IFH82psei34MTu99ZplZqGHxuziFm/FTVn7l+zjEz+VD+xhqaziBfXmo1es
oTk7eMA36s0esV7oc/29ZhbQHjYq1IOjU4w5Q9YR7WHzhWxI9Ks3sImnspbRHjbZQA+brNzDJiv3sMnK
PWyycg+bWHrHVbnG9RY2sXSgBXII3V9gRQtJZoizNrF0j61y1f0zjjBPnCPO2sTSMmyycg+bWLqDnm18
RCc4Tuj9xFmbWKpf8iXcS9a7irM2saS/53W5xvUWNlm5h01W7mEzdR60mjwPpk60VpMnms5TFbIz+S/j
mbyNkmH4BazcYjvVCtzAAAAAAElFTkSuQmCC
</value>
</data>
<data name="AboutButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIdSURBVEhLlZU5ixVBFEYfqCjIgIMbjo7Lz1BBFBQURtE/
oYN7aqKxgYGha2BoNIlLJjjMgJGBgUtgqMxkOgbuek5P30d1vd7eBweqblXd7v7qdtWgQ7vhEjyHd/Ct
xLaxizANY2sn3IHf8K+DP/AY9kIvnYYViARLcB/OwkyJbWPLEPO+wilo1RXwjVzwCUy0FprkmHOc6xrX
XoZa+eaRfAG2Q19thhcQDxn5kl0QtryE9TCuXDMP5tCuKRjqATjgp241kGgdXIeP4Bz5Ca/hDKTaBp/B
OfcMKEsxqkU/c92ESJzzF45BqnPgmDl1pqhzA1ZLvqFrwLp3/DYcLTkOi2B8DlKZI6rrgoFnZceyy7UJ
tEPcyFTXwHWvil5VD8GxJ3bel506e9QB2L/aLLQBbsB3cN0tyBU2+ccXO27npJ0OHYEP4Hx5A5OQy1yO
m7v3A7TrBzj3F/jmG6FOlQd0WRTaAc6TgwZaVLGobZNzWXGeoF2qbLIL7NSVaa59sGe12ai0TM8b8Dxv
+9FCh0Hv5ZCBBs2CuZxX/GhKewzWHRWhq+Ac0ao6pUeF98lQXjBRTU2HnVWkt3dhwkCm9LD7AhZFRScg
rBr3uN4C6XHdWPJeFnEn+KmWW9vGO6bnYYtrm+wbyssi7BIrQmtM5JuJbWPplaktXqe95EZ7eloJkaAJ
3/oRjHjeR5aZR+5TeAveemLbn8g6H5biqAaD/8fBxP0P4an9AAAAAElFTkSuQmCC
</value>
</data>
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>416, 17</value>
</metadata>
<data name="TasksButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAEzSURBVEhL7dXPK8RBGMfx4eCEC7VXhX/ByUGOamudKbm4
rNpCKSkXSu3FP+FM4uIvoJSTknV23LY9KNnF+zM7j8baNPtDCp961cyzNU/TzHfW/VQmUcCgn/U4Y3jA
K9Sk6yxgBwMYxS20eBnaiWUC99BvKZ6wB1cNhRNchPEjphFnHfECKbS2y+MlFKSGHJqjHZQQL/AV7WAX
PiuwJqsqfEfmkG0Mf0GKqGDGz7qMrudwY+izBTuoJRVC+rGIzUQb0MVw19B1msUy7LAP0QeLFrfGqe7g
rsJEd/85jM+hncXpuEEGN6EgajiE5mg3+ur3E21jHD5qcgktrvF/PmQEBzjGvAq9zhnsgOuYgqXdJzr2
6bk2a7B08kTH/HN9GhVa7aCdJzr2/lzbGRyh1f/An45zbyHvtHhkFi9MAAAAAElFTkSuQmCC
</value> </value>
</data> </data>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">

View File

@@ -50,34 +50,38 @@
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top; this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(0, 0); 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.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(1061, 135); this.pictureBox1.Size = new System.Drawing.Size(747, 81);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0; this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false; this.pictureBox1.TabStop = false;
// //
// ServerTextBox // ServerTextBox
// //
this.ServerTextBox.Location = new System.Drawing.Point(283, 213); this.ServerTextBox.Location = new System.Drawing.Point(198, 128);
this.ServerTextBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.ServerTextBox.Name = "ServerTextBox"; this.ServerTextBox.Name = "ServerTextBox";
this.ServerTextBox.PlaceholderText = "myserver.com"; this.ServerTextBox.PlaceholderText = "myserver.com";
this.ServerTextBox.Size = new System.Drawing.Size(392, 31); this.ServerTextBox.Size = new System.Drawing.Size(276, 23);
this.ServerTextBox.TabIndex = 1; this.ServerTextBox.TabIndex = 1;
// //
// UsernameTextBox // UsernameTextBox
// //
this.UsernameTextBox.Location = new System.Drawing.Point(283, 301); this.UsernameTextBox.Location = new System.Drawing.Point(198, 181);
this.UsernameTextBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.UsernameTextBox.Name = "UsernameTextBox"; this.UsernameTextBox.Name = "UsernameTextBox";
this.UsernameTextBox.Size = new System.Drawing.Size(514, 31); this.UsernameTextBox.Size = new System.Drawing.Size(361, 23);
this.UsernameTextBox.TabIndex = 3; this.UsernameTextBox.TabIndex = 3;
// //
// label1 // label1
// //
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.SystemColors.ControlText; this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
this.label1.Location = new System.Drawing.Point(283, 185); this.label1.Location = new System.Drawing.Point(198, 111);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(61, 25); this.label1.Size = new System.Drawing.Size(39, 15);
this.label1.TabIndex = 0; this.label1.TabIndex = 0;
this.label1.Text = "Server"; this.label1.Text = "Server";
// //
@@ -85,9 +89,10 @@
// //
this.label2.AutoSize = true; this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.SystemColors.ControlText; this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
this.label2.Location = new System.Drawing.Point(283, 273); this.label2.Location = new System.Drawing.Point(198, 164);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(91, 25); this.label2.Size = new System.Drawing.Size(60, 15);
this.label2.TabIndex = 0; this.label2.TabIndex = 0;
this.label2.Text = "Username"; this.label2.Text = "Username";
// //
@@ -95,17 +100,19 @@
// //
this.label3.AutoSize = true; this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.SystemColors.ControlText; this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
this.label3.Location = new System.Drawing.Point(283, 342); this.label3.Location = new System.Drawing.Point(198, 207);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(87, 25); this.label3.Size = new System.Drawing.Size(57, 15);
this.label3.TabIndex = 0; this.label3.TabIndex = 0;
this.label3.Text = "Password"; this.label3.Text = "Password";
// //
// PasswordTextBox // PasswordTextBox
// //
this.PasswordTextBox.Location = new System.Drawing.Point(283, 370); this.PasswordTextBox.Location = new System.Drawing.Point(198, 224);
this.PasswordTextBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.PasswordTextBox.Name = "PasswordTextBox"; this.PasswordTextBox.Name = "PasswordTextBox";
this.PasswordTextBox.Size = new System.Drawing.Size(514, 31); this.PasswordTextBox.Size = new System.Drawing.Size(361, 23);
this.PasswordTextBox.TabIndex = 4; this.PasswordTextBox.TabIndex = 4;
this.PasswordTextBox.UseSystemPasswordChar = true; this.PasswordTextBox.UseSystemPasswordChar = true;
// //
@@ -113,16 +120,18 @@
// //
this.label4.AutoSize = true; this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.SystemColors.ControlText; this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
this.label4.Location = new System.Drawing.Point(681, 185); this.label4.Location = new System.Drawing.Point(477, 111);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4"; this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(44, 25); this.label4.Size = new System.Drawing.Size(29, 15);
this.label4.TabIndex = 0; this.label4.TabIndex = 0;
this.label4.Text = "Port"; this.label4.Text = "Port";
// //
// PortNumericBox // PortNumericBox
// //
this.PortNumericBox.InterceptArrowKeys = false; this.PortNumericBox.InterceptArrowKeys = false;
this.PortNumericBox.Location = new System.Drawing.Point(681, 213); this.PortNumericBox.Location = new System.Drawing.Point(477, 128);
this.PortNumericBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.PortNumericBox.Maximum = new decimal(new int[] { this.PortNumericBox.Maximum = new decimal(new int[] {
65535, 65535,
0, 0,
@@ -134,7 +143,7 @@
0, 0,
0}); 0});
this.PortNumericBox.Name = "PortNumericBox"; this.PortNumericBox.Name = "PortNumericBox";
this.PortNumericBox.Size = new System.Drawing.Size(116, 31); this.PortNumericBox.Size = new System.Drawing.Size(81, 23);
this.PortNumericBox.TabIndex = 2; this.PortNumericBox.TabIndex = 2;
this.PortNumericBox.Value = new decimal(new int[] { this.PortNumericBox.Value = new decimal(new int[] {
443, 443,
@@ -144,9 +153,10 @@
// //
// LoginButton // LoginButton
// //
this.LoginButton.Location = new System.Drawing.Point(685, 439); this.LoginButton.Location = new System.Drawing.Point(484, 263);
this.LoginButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.LoginButton.Name = "LoginButton"; this.LoginButton.Name = "LoginButton";
this.LoginButton.Size = new System.Drawing.Size(112, 34); this.LoginButton.Size = new System.Drawing.Size(75, 23);
this.LoginButton.TabIndex = 5; this.LoginButton.TabIndex = 5;
this.LoginButton.Text = "Login"; this.LoginButton.Text = "Login";
this.LoginButton.UseVisualStyleBackColor = true; this.LoginButton.UseVisualStyleBackColor = true;
@@ -156,9 +166,10 @@
// //
this.AboutButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.AboutButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.AboutButton.Image = ((System.Drawing.Image)(resources.GetObject("AboutButton.Image"))); this.AboutButton.Image = ((System.Drawing.Image)(resources.GetObject("AboutButton.Image")));
this.AboutButton.Location = new System.Drawing.Point(12, 471); this.AboutButton.Location = new System.Drawing.Point(8, 283);
this.AboutButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.AboutButton.Name = "AboutButton"; this.AboutButton.Name = "AboutButton";
this.AboutButton.Size = new System.Drawing.Size(25, 25); this.AboutButton.Size = new System.Drawing.Size(18, 15);
this.AboutButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.AboutButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.AboutButton.TabIndex = 6; this.AboutButton.TabIndex = 6;
this.AboutButton.TabStop = false; this.AboutButton.TabStop = false;
@@ -166,10 +177,10 @@
// //
// LoginForm // LoginForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Window; this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(1061, 508); this.ClientSize = new System.Drawing.Size(747, 315);
this.Controls.Add(this.AboutButton); this.Controls.Add(this.AboutButton);
this.Controls.Add(this.LoginButton); this.Controls.Add(this.LoginButton);
this.Controls.Add(this.PortNumericBox); this.Controls.Add(this.PortNumericBox);
@@ -183,10 +194,11 @@
this.Controls.Add(this.pictureBox1); this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.MaximizeBox = false; this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(1083, 564); this.MaximumSize = new System.Drawing.Size(763, 354);
this.MinimizeBox = false; this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(1083, 564); this.MinimumSize = new System.Drawing.Size(763, 354);
this.Name = "LoginForm"; this.Name = "LoginForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Login to a server"; this.Text = "Login to a server";

View File

@@ -2295,16 +2295,16 @@
</data> </data>
<data name="AboutButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="AboutButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAfVJREFUaEPt
YQUAAAH1SURBVGhD7ZkNTQQxEIVPAhKQgAQkIAEJOEACEpCABCQgAQknAeZLbkmzmXb786a7R+4lLxCy mQ1NBDEQhU8CEpCABCQgAQk4QAISkIAEJCABCScB5ktuSbOZdvvzprtH7iUvELKdzkznr+V0wz/H3eXn
nc5M56/ldMM/x93l5+GBoo/GV+On8ct4Nv5cyO/fxg/jm/HJeAigNEqlyraQtc/G6UBxvOwp1UNkTTHk 4YGij8ZX46fxy3g2/lzI79/GD+Ob8cl4CKA0SqXKtpC1z8bpQHG87CnVQ2RNMeTeiNc8JRQk/NgjBHi9
3ojXPCUUJPzYIwR4vTdUWsge7CXFi3GG8inZUwIEeRvM4HBePBhne37N7nAimfZWHqJDV2JTETyBe5Ay N1RayB7sJcWLcYbyKdlTAgR5G8zgcF48GGd7fs3ucCKZ9lYeokNXYlMRPIF7kDLbBDqlJ2hPNnVvhfc5
2wQ6pSdoTzZ1b4X3OXrkvCd/GyGjSBVU3qcALGBW8r5pZVVVUnRaL2bxoPdtC9FtE4qNCJ81FHJhcURX euS8J38bIaNIFVTepwAsYFbyvmllVVVSdFovZvGg920L0W0Tio0InzUUcmFxRFcmL6M1YENlMyyGEZt6
Ji+jNWBDZTMshhGbeotGqO4lFIUsIidNFYs94UjNK0cvv/6gSjSILHJqubV53/SwaIC3oJdpsqn6wMJs i0ao7iUUhSwiJ00Viz3hSM0rRy+//qBKNIgscmq5tXnf9LBogLegl2myqfrAwmwlUiZc2siA8nSzw921
JVImXNrIgPJ0s8PdtRiQhfKiHmUAcrJQJluUAcUyyqOTt6iHUQYU5yHlKBFlwOa9QJXIUQZsXi9VF5AI GJCF8qIeZQByslAmW5QBxTLKo5O3qIdRBhTnIeUoEWXA5r1AlchRBmxeL1UXkAgDqsbpiAsNUBhQ/Vak
A6rG6YgLDVAYUP1WpNgsnRoVTkGn4l0gheoUljuxIq+aH7mUTW2UOKIZZLsnbDY5vXU+VYNR2BM6k5t1 2CydGhVOQafiXSCF6hSWO7Eir5ofuZRNbZQ4ohlkuydsNjm9dT5Vg1HYEzqTm3V/C3s+7jIZSBBxV96i
fwt7Pu4yGUgQcVfeoux5fcGscCLmh8MmB5IpsjpRbbpeoluBh1SzDcQpw//M6AFx2vuSQaiwFhnVHTYS 7Hl9waxwIuaHwyYHkimyOlFtul6iW4GHVLMNxCnD/8zoAXHa+5JBqLAWGdUdNhKcClUDpdang7J4GTKQ
nApVA6XWp4OyeBkykOHtQyhdg6tR9IZ2nE6/TOo0oh+2u+YAAAAASUVORK5CYII= 4e1DKF2Dq1H0hnacTr9M6jSiH7a75gAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">

View File

@@ -46,11 +46,12 @@
this.Message, this.Message,
this.Severity}); this.Severity});
this.listView1.GridLines = true; this.listView1.GridLines = true;
this.listView1.Location = new System.Drawing.Point(0, 36); this.listView1.Location = new System.Drawing.Point(0, 27);
this.listView1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.listView1.MultiSelect = false; this.listView1.MultiSelect = false;
this.listView1.Name = "listView1"; this.listView1.Name = "listView1";
this.listView1.ShowGroups = false; this.listView1.ShowGroups = false;
this.listView1.Size = new System.Drawing.Size(1065, 579); this.listView1.Size = new System.Drawing.Size(747, 344);
this.listView1.TabIndex = 0; this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details; this.listView1.View = System.Windows.Forms.View.Details;
@@ -58,22 +59,21 @@
// Message // Message
// //
this.Message.Text = "Message"; this.Message.Text = "Message";
this.Message.Width = 900; this.Message.Width = 600;
// //
// Severity // Severity
// //
this.Severity.Text = "Severity"; this.Severity.Text = "Severity";
this.Severity.Width = 150; this.Severity.Width = 100;
// //
// toolStrip1 // toolStrip1
// //
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1}); this.toolStripButton1});
this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1065, 33); this.toolStrip1.Size = new System.Drawing.Size(746, 25);
this.toolStrip1.TabIndex = 1; this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1"; this.toolStrip1.Text = "toolStrip1";
// //
@@ -83,19 +83,20 @@
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(34, 28); this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
this.toolStripButton1.Text = "Clear"; this.toolStripButton1.Text = "toolStripButton1";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
// //
// LogsForm // LogsForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(1065, 615); this.ClientSize = new System.Drawing.Size(746, 369);
this.Controls.Add(this.toolStrip1); this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.listView1); this.Controls.Add(this.listView1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(717, 316); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.MinimumSize = new System.Drawing.Size(507, 205);
this.Name = "LogsForm"; this.Name = "LogsForm";
this.Text = "Logs"; this.Text = "Logs";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.LogForm_FormClosed); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.LogForm_FormClosed);
@@ -110,9 +111,9 @@
#endregion #endregion
private ListView listView1; private ListView listView1;
private ToolStrip toolStrip1;
private ToolStripButton toolStripButton1;
private ColumnHeader Message; private ColumnHeader Message;
private ColumnHeader Severity; private ColumnHeader Severity;
private ToolStrip toolStrip1;
private ToolStripButton toolStripButton1;
} }
} }

View File

@@ -63,14 +63,12 @@
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAFESURBVGhD7ZlbbcNAEEUNoRACoRAKoRACoQwCoRACoRAC YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAD5SURBVEhLvdShTkJxGIbxYyKZbRTdjESjkSojGKCQ6MzN
oRAKoRDaOZIjrVajejL7cKrcI52fxNqd68fYXi9CiC68mp/mT1C2PZp3wZP5bXqFbnkwh/FinszzhhfT ooWiTRPjCty8ATdvgMAFEIBMYjoKxaDPF9wAXz+/DxzP9iuH8/7ZGeMUf9TEGz4Fu95AqBNc4XrDO9Th
Ky4iR8Ibs/TdvDkoxXsT7imnaRhSe4Ps6YcZhgvMG2RPOZ3DcGG+mV+mN9hMaRAUT00psh2mh8zdjAI0 3+zzzY2dY+etNYU6YFtjrDWBunFbP77AHukW9//gBsfYf12ox82yH1rWgRpktSFrQQ2yLiG7gBpkVSE7
OD3A1t2YsW65rqYGuD4acNPximScZxPo6fX/ntMCsE3ZJbz7CL+VRI7EtAAUU0ILrrep+3jkEUQBQAFW hxpknUFWgRpknUJWhhpkHUF2CDXIKkF2gA+oUdQSbnOoYdQMbru+9EZwG0INowZwe4UaRr3A7RlqGPUE
FSCLAqwqQBYFWFWALAqwqgBZHiJAPdG/C4Dl8p9XXHmUouupUwNQIHv5r/digvFmFl3JnhpghAoACtBg tz7UMKoHtzuoYZTt3epQw6ga3OzP9ogF1AG/sfsfYPuViuILjTF1rARjiZEAAAAASUVORK5CYII=
3Z5TRNrdKJm7megi1Ai5n3SBjwveBCPl81JX2BvR/p2V6405mCv9PSACg49SCBFmWX4Bie4re7P0RXwA
AAAASUVORK5CYII=
</value> </value>
</data> </data>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">

View File

@@ -52,9 +52,10 @@
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); 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.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.Name = "label1";
this.label1.Size = new System.Drawing.Size(147, 48); this.label1.Size = new System.Drawing.Size(100, 32);
this.label1.TabIndex = 0; this.label1.TabIndex = 0;
this.label1.Text = "Settings"; this.label1.Text = "Settings";
// //
@@ -68,9 +69,11 @@
this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.linkLabel1); this.groupBox1.Controls.Add(this.linkLabel1);
this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(12, 80); this.groupBox1.Location = new System.Drawing.Point(8, 47);
this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(483, 478); this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox1.Size = new System.Drawing.Size(340, 287);
this.groupBox1.TabIndex = 1; this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
this.groupBox1.Text = "IGDB"; this.groupBox1.Text = "IGDB";
@@ -78,44 +81,49 @@
// label5 // label5
// //
this.label5.AutoSize = true; this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 403); this.label5.Location = new System.Drawing.Point(4, 242);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5"; this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(109, 25); this.label5.Size = new System.Drawing.Size(73, 15);
this.label5.TabIndex = 8; this.label5.TabIndex = 8;
this.label5.Text = "Client Secret"; this.label5.Text = "Client Secret";
// //
// label4 // label4
// //
this.label4.AutoSize = true; this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 330); this.label4.Location = new System.Drawing.Point(4, 198);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4"; this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(79, 25); this.label4.Size = new System.Drawing.Size(52, 15);
this.label4.TabIndex = 7; this.label4.TabIndex = 7;
this.label4.Text = "Client ID"; this.label4.Text = "Client ID";
// //
// IgdbClientSecret // IgdbClientSecret
// //
this.IgdbClientSecret.Enabled = false; this.IgdbClientSecret.Enabled = false;
this.IgdbClientSecret.Location = new System.Drawing.Point(6, 431); this.IgdbClientSecret.Location = new System.Drawing.Point(4, 259);
this.IgdbClientSecret.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.IgdbClientSecret.Name = "IgdbClientSecret"; this.IgdbClientSecret.Name = "IgdbClientSecret";
this.IgdbClientSecret.Size = new System.Drawing.Size(471, 31); this.IgdbClientSecret.Size = new System.Drawing.Size(331, 23);
this.IgdbClientSecret.TabIndex = 6; this.IgdbClientSecret.TabIndex = 6;
// //
// IgdbClientID // IgdbClientID
// //
this.IgdbClientID.Enabled = false; this.IgdbClientID.Enabled = false;
this.IgdbClientID.Location = new System.Drawing.Point(6, 358); this.IgdbClientID.Location = new System.Drawing.Point(4, 215);
this.IgdbClientID.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.IgdbClientID.Name = "IgdbClientID"; this.IgdbClientID.Name = "IgdbClientID";
this.IgdbClientID.Size = new System.Drawing.Size(471, 31); this.IgdbClientID.Size = new System.Drawing.Size(331, 23);
this.IgdbClientID.TabIndex = 5; this.IgdbClientID.TabIndex = 5;
// //
// IgdbCheckBox // IgdbCheckBox
// //
this.IgdbCheckBox.AutoSize = true; this.IgdbCheckBox.AutoSize = true;
this.IgdbCheckBox.Enabled = false; this.IgdbCheckBox.Enabled = false;
this.IgdbCheckBox.Location = new System.Drawing.Point(6, 293); this.IgdbCheckBox.Location = new System.Drawing.Point(4, 176);
this.IgdbCheckBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.IgdbCheckBox.Name = "IgdbCheckBox"; this.IgdbCheckBox.Name = "IgdbCheckBox";
this.IgdbCheckBox.Size = new System.Drawing.Size(135, 29); this.IgdbCheckBox.Size = new System.Drawing.Size(90, 19);
this.IgdbCheckBox.TabIndex = 4; this.IgdbCheckBox.TabIndex = 4;
this.IgdbCheckBox.Text = "Enable IGDB"; this.IgdbCheckBox.Text = "Enable IGDB";
this.IgdbCheckBox.UseVisualStyleBackColor = true; this.IgdbCheckBox.UseVisualStyleBackColor = true;
@@ -124,18 +132,20 @@
// label3 // label3
// //
this.label3.AutoSize = true; this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 222); this.label3.Location = new System.Drawing.Point(4, 133);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(402, 25); this.label3.Size = new System.Drawing.Size(270, 15);
this.label3.TabIndex = 3; this.label3.TabIndex = 3;
this.label3.Text = "Hint: OAuth Redirect URLs can be http://localhost"; this.label3.Text = "Hint: OAuth Redirect URLs can be http://localhost";
// //
// linkLabel1 // linkLabel1
// //
this.linkLabel1.AutoSize = true; this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(6, 256); this.linkLabel1.Location = new System.Drawing.Point(4, 154);
this.linkLabel1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(177, 25); this.linkLabel1.Size = new System.Drawing.Size(120, 15);
this.linkLabel1.TabIndex = 2; this.linkLabel1.TabIndex = 2;
this.linkLabel1.TabStop = true; this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "https://dev.twitch.tv/"; this.linkLabel1.Text = "https://dev.twitch.tv/";
@@ -143,17 +153,19 @@
// label2 // label2
// //
this.label2.AutoSize = true; this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 36); this.label2.Location = new System.Drawing.Point(4, 22);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(443, 175); this.label2.Size = new System.Drawing.Size(290, 105);
this.label2.TabIndex = 0; this.label2.TabIndex = 0;
this.label2.Text = resources.GetString("label2.Text"); this.label2.Text = resources.GetString("label2.Text");
// //
// button1 // button1
// //
this.button1.Location = new System.Drawing.Point(383, 767); this.button1.Location = new System.Drawing.Point(273, 424);
this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button1.Name = "button1"; this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(112, 34); this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 2; this.button1.TabIndex = 2;
this.button1.Text = "Save"; this.button1.Text = "Save";
this.button1.UseVisualStyleBackColor = true; this.button1.UseVisualStyleBackColor = true;
@@ -163,9 +175,11 @@
// //
this.groupBox2.Controls.Add(this.AtCreationCheckBox); this.groupBox2.Controls.Add(this.AtCreationCheckBox);
this.groupBox2.Controls.Add(this.AtLoginCheckBox); this.groupBox2.Controls.Add(this.AtLoginCheckBox);
this.groupBox2.Location = new System.Drawing.Point(12, 564); this.groupBox2.Location = new System.Drawing.Point(8, 338);
this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox2.Name = "groupBox2"; this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(483, 122); this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox2.Size = new System.Drawing.Size(340, 73);
this.groupBox2.TabIndex = 3; this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false; this.groupBox2.TabStop = false;
this.groupBox2.Text = "Auto synchronization"; this.groupBox2.Text = "Auto synchronization";
@@ -175,9 +189,10 @@
this.AtCreationCheckBox.AutoSize = true; this.AtCreationCheckBox.AutoSize = true;
this.AtCreationCheckBox.Checked = true; this.AtCreationCheckBox.Checked = true;
this.AtCreationCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.AtCreationCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.AtCreationCheckBox.Location = new System.Drawing.Point(6, 80); this.AtCreationCheckBox.Location = new System.Drawing.Point(4, 48);
this.AtCreationCheckBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.AtCreationCheckBox.Name = "AtCreationCheckBox"; this.AtCreationCheckBox.Name = "AtCreationCheckBox";
this.AtCreationCheckBox.Size = new System.Drawing.Size(254, 29); this.AtCreationCheckBox.Size = new System.Drawing.Size(170, 19);
this.AtCreationCheckBox.TabIndex = 1; this.AtCreationCheckBox.TabIndex = 1;
this.AtCreationCheckBox.Text = "After creating a game entry"; this.AtCreationCheckBox.Text = "After creating a game entry";
this.AtCreationCheckBox.UseVisualStyleBackColor = true; this.AtCreationCheckBox.UseVisualStyleBackColor = true;
@@ -187,27 +202,29 @@
this.AtLoginCheckBox.AutoSize = true; this.AtLoginCheckBox.AutoSize = true;
this.AtLoginCheckBox.Checked = true; this.AtLoginCheckBox.Checked = true;
this.AtLoginCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.AtLoginCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.AtLoginCheckBox.Location = new System.Drawing.Point(6, 45); this.AtLoginCheckBox.Location = new System.Drawing.Point(4, 27);
this.AtLoginCheckBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.AtLoginCheckBox.Name = "AtLoginCheckBox"; this.AtLoginCheckBox.Name = "AtLoginCheckBox";
this.AtLoginCheckBox.Size = new System.Drawing.Size(122, 29); this.AtLoginCheckBox.Size = new System.Drawing.Size(82, 19);
this.AtLoginCheckBox.TabIndex = 0; this.AtLoginCheckBox.TabIndex = 0;
this.AtLoginCheckBox.Text = "After login"; this.AtLoginCheckBox.Text = "After login";
this.AtLoginCheckBox.UseVisualStyleBackColor = true; this.AtLoginCheckBox.UseVisualStyleBackColor = true;
// //
// SettingsForm // SettingsForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Window; this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(507, 813); this.ClientSize = new System.Drawing.Size(359, 458);
this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox2);
this.Controls.Add(this.button1); this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label1); this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimumSize = new System.Drawing.Size(529, 684); this.MinimumSize = new System.Drawing.Size(375, 426);
this.Name = "SettingsForm"; this.Name = "SettingsForm";
this.ShowInTaskbar = false; this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;

View File

@@ -43,9 +43,10 @@
this.Progress}); this.Progress});
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill; this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView1.Location = new System.Drawing.Point(0, 0); this.listView1.Location = new System.Drawing.Point(0, 0);
this.listView1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.listView1.MultiSelect = false; this.listView1.MultiSelect = false;
this.listView1.Name = "listView1"; this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(800, 450); this.listView1.Size = new System.Drawing.Size(564, 280);
this.listView1.TabIndex = 0; this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details; this.listView1.View = System.Windows.Forms.View.Details;
@@ -53,26 +54,27 @@
// Task // Task
// //
this.Task.Text = "Task"; this.Task.Text = "Task";
this.Task.Width = 450; this.Task.Width = 350;
// //
// Status // Status
// //
this.Status.Text = "Status"; this.Status.Text = "Status";
this.Status.Width = 120; this.Status.Width = 80;
// //
// Progress // Progress
// //
this.Progress.Text = "Progress"; this.Progress.Text = "Progress";
this.Progress.Width = 200; this.Progress.Width = 120;
// //
// TasksForm // TasksForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(800, 450); this.ClientSize = new System.Drawing.Size(564, 280);
this.Controls.Add(this.listView1); this.Controls.Add(this.listView1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(822, 506); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.MinimumSize = new System.Drawing.Size(580, 319);
this.Name = "TasksForm"; this.Name = "TasksForm";
this.Text = "Tasks"; this.Text = "Tasks";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.TasksForm_FormClosed); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.TasksForm_FormClosed);