mirror of
https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git
synced 2026-02-04 05:31:19 +01:00
feat: add dark UI, general cleanup
This commit is contained in:
468
downloadGUI.Designer.cs
generated
468
downloadGUI.Designer.cs
generated
@@ -29,247 +29,269 @@ namespace DepotDownloaderGUI
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(downloadGUI));
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||||
this.textBox4 = new System.Windows.Forms.TextBox();
|
||||
this.textBox5 = new System.Windows.Forms.TextBox();
|
||||
this.textBox8 = new System.Windows.Forms.TextBox();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
||||
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.button3 = new System.Windows.Forms.Button();
|
||||
this.button4 = new System.Windows.Forms.Button();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.label10 = new System.Windows.Forms.Label();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
resources.ApplyResources(this.label1, "label1");
|
||||
this.label1.Name = "label1";
|
||||
this.toolTip1.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
|
||||
//
|
||||
// label2
|
||||
//
|
||||
resources.ApplyResources(this.label2, "label2");
|
||||
this.label2.Name = "label2";
|
||||
this.toolTip1.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
|
||||
//
|
||||
// label3
|
||||
//
|
||||
resources.ApplyResources(this.label3, "label3");
|
||||
this.label3.Name = "label3";
|
||||
this.toolTip1.SetToolTip(this.label3, resources.GetString("label3.ToolTip"));
|
||||
//
|
||||
// label4
|
||||
//
|
||||
resources.ApplyResources(this.label4, "label4");
|
||||
this.label4.Name = "label4";
|
||||
this.toolTip1.SetToolTip(this.label4, resources.GetString("label4.ToolTip"));
|
||||
//
|
||||
// label5
|
||||
//
|
||||
resources.ApplyResources(this.label5, "label5");
|
||||
this.label5.Name = "label5";
|
||||
this.toolTip1.SetToolTip(this.label5, resources.GetString("label5.ToolTip"));
|
||||
//
|
||||
// label6
|
||||
//
|
||||
resources.ApplyResources(this.label6, "label6");
|
||||
this.label6.Name = "label6";
|
||||
this.toolTip1.SetToolTip(this.label6, resources.GetString("label6.ToolTip"));
|
||||
//
|
||||
// label7
|
||||
//
|
||||
resources.ApplyResources(this.label7, "label7");
|
||||
this.label7.Name = "label7";
|
||||
this.toolTip1.SetToolTip(this.label7, resources.GetString("label7.ToolTip"));
|
||||
//
|
||||
// label8
|
||||
//
|
||||
resources.ApplyResources(this.label8, "label8");
|
||||
this.label8.Name = "label8";
|
||||
this.toolTip1.SetToolTip(this.label8, resources.GetString("label8.ToolTip"));
|
||||
//
|
||||
// textBox1
|
||||
//
|
||||
resources.ApplyResources(this.textBox1, "textBox1");
|
||||
this.textBox1.Name = "textBox1";
|
||||
//
|
||||
// textBox2
|
||||
//
|
||||
resources.ApplyResources(this.textBox2, "textBox2");
|
||||
this.textBox2.Name = "textBox2";
|
||||
//
|
||||
// textBox3
|
||||
//
|
||||
resources.ApplyResources(this.textBox3, "textBox3");
|
||||
this.textBox3.Name = "textBox3";
|
||||
//
|
||||
// textBox4
|
||||
//
|
||||
resources.ApplyResources(this.textBox4, "textBox4");
|
||||
this.textBox4.Name = "textBox4";
|
||||
//
|
||||
// textBox5
|
||||
//
|
||||
resources.ApplyResources(this.textBox5, "textBox5");
|
||||
this.textBox5.Name = "textBox5";
|
||||
//
|
||||
// textBox8
|
||||
//
|
||||
resources.ApplyResources(this.textBox8, "textBox8");
|
||||
this.textBox8.Name = "textBox8";
|
||||
//
|
||||
// button1
|
||||
//
|
||||
resources.ApplyResources(this.button1, "button1");
|
||||
this.button1.Name = "button1";
|
||||
this.toolTip1.SetToolTip(this.button1, resources.GetString("button1.ToolTip"));
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// numericUpDown1
|
||||
//
|
||||
resources.ApplyResources(this.numericUpDown1, "numericUpDown1");
|
||||
this.numericUpDown1.Increment = new decimal(new int[] {
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(downloadGUI));
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.textBoxUsername = new System.Windows.Forms.TextBox();
|
||||
this.textBoxPassword = new System.Windows.Forms.TextBox();
|
||||
this.textBoxAppID = new System.Windows.Forms.TextBox();
|
||||
this.textBoxDepotID = new System.Windows.Forms.TextBox();
|
||||
this.textBoxManifestID = new System.Windows.Forms.TextBox();
|
||||
this.textBoxArgs = new System.Windows.Forms.TextBox();
|
||||
this.buttonDownload = new System.Windows.Forms.Button();
|
||||
this.numericUpDownMaxServers = new System.Windows.Forms.NumericUpDown();
|
||||
this.numericUpDownMaxChunks = new System.Windows.Forms.NumericUpDown();
|
||||
this.buttonHelp = new System.Windows.Forms.Button();
|
||||
this.buttonSearch = new System.Windows.Forms.Button();
|
||||
this.buttonRepo = new System.Windows.Forms.Button();
|
||||
this.labelTitle = new System.Windows.Forms.Label();
|
||||
this.labelIssue = new System.Windows.Forms.Label();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaxServers)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaxChunks)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
resources.ApplyResources(this.label1, "label1");
|
||||
this.label1.Name = "label1";
|
||||
this.toolTip1.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
|
||||
//
|
||||
// label2
|
||||
//
|
||||
resources.ApplyResources(this.label2, "label2");
|
||||
this.label2.Name = "label2";
|
||||
this.toolTip1.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
|
||||
//
|
||||
// label3
|
||||
//
|
||||
resources.ApplyResources(this.label3, "label3");
|
||||
this.label3.Name = "label3";
|
||||
this.toolTip1.SetToolTip(this.label3, resources.GetString("label3.ToolTip"));
|
||||
//
|
||||
// label4
|
||||
//
|
||||
resources.ApplyResources(this.label4, "label4");
|
||||
this.label4.Name = "label4";
|
||||
this.toolTip1.SetToolTip(this.label4, resources.GetString("label4.ToolTip"));
|
||||
//
|
||||
// label5
|
||||
//
|
||||
resources.ApplyResources(this.label5, "label5");
|
||||
this.label5.Name = "label5";
|
||||
this.toolTip1.SetToolTip(this.label5, resources.GetString("label5.ToolTip"));
|
||||
//
|
||||
// label6
|
||||
//
|
||||
resources.ApplyResources(this.label6, "label6");
|
||||
this.label6.Name = "label6";
|
||||
this.toolTip1.SetToolTip(this.label6, resources.GetString("label6.ToolTip"));
|
||||
//
|
||||
// label7
|
||||
//
|
||||
resources.ApplyResources(this.label7, "label7");
|
||||
this.label7.Name = "label7";
|
||||
this.toolTip1.SetToolTip(this.label7, resources.GetString("label7.ToolTip"));
|
||||
//
|
||||
// label8
|
||||
//
|
||||
resources.ApplyResources(this.label8, "label8");
|
||||
this.label8.Name = "label8";
|
||||
this.toolTip1.SetToolTip(this.label8, resources.GetString("label8.ToolTip"));
|
||||
//
|
||||
// textBoxUsername
|
||||
//
|
||||
resources.ApplyResources(this.textBoxUsername, "textBoxUsername");
|
||||
this.textBoxUsername.BackColor = System.Drawing.Color.Black;
|
||||
this.textBoxUsername.ForeColor = System.Drawing.Color.White;
|
||||
this.textBoxUsername.Name = "textBoxUsername";
|
||||
//
|
||||
// textBoxPassword
|
||||
//
|
||||
resources.ApplyResources(this.textBoxPassword, "textBoxPassword");
|
||||
this.textBoxPassword.BackColor = System.Drawing.Color.Black;
|
||||
this.textBoxPassword.ForeColor = System.Drawing.Color.White;
|
||||
this.textBoxPassword.Name = "textBoxPassword";
|
||||
//
|
||||
// textBoxAppID
|
||||
//
|
||||
resources.ApplyResources(this.textBoxAppID, "textBoxAppID");
|
||||
this.textBoxAppID.BackColor = System.Drawing.Color.Black;
|
||||
this.textBoxAppID.ForeColor = System.Drawing.Color.White;
|
||||
this.textBoxAppID.Name = "textBoxAppID";
|
||||
//
|
||||
// textBoxDepotID
|
||||
//
|
||||
resources.ApplyResources(this.textBoxDepotID, "textBoxDepotID");
|
||||
this.textBoxDepotID.BackColor = System.Drawing.Color.Black;
|
||||
this.textBoxDepotID.ForeColor = System.Drawing.Color.White;
|
||||
this.textBoxDepotID.Name = "textBoxDepotID";
|
||||
//
|
||||
// textBoxManifestID
|
||||
//
|
||||
resources.ApplyResources(this.textBoxManifestID, "textBoxManifestID");
|
||||
this.textBoxManifestID.BackColor = System.Drawing.Color.Black;
|
||||
this.textBoxManifestID.ForeColor = System.Drawing.Color.White;
|
||||
this.textBoxManifestID.Name = "textBoxManifestID";
|
||||
//
|
||||
// textBoxArgs
|
||||
//
|
||||
resources.ApplyResources(this.textBoxArgs, "textBoxArgs");
|
||||
this.textBoxArgs.BackColor = System.Drawing.Color.Black;
|
||||
this.textBoxArgs.ForeColor = System.Drawing.Color.White;
|
||||
this.textBoxArgs.Name = "textBoxArgs";
|
||||
//
|
||||
// buttonDownload
|
||||
//
|
||||
resources.ApplyResources(this.buttonDownload, "buttonDownload");
|
||||
this.buttonDownload.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.buttonDownload.Name = "buttonDownload";
|
||||
this.toolTip1.SetToolTip(this.buttonDownload, resources.GetString("buttonDownload.ToolTip"));
|
||||
this.buttonDownload.UseVisualStyleBackColor = true;
|
||||
this.buttonDownload.Click += new System.EventHandler(this.buttonDownload_Click);
|
||||
//
|
||||
// numericUpDownMaxServers
|
||||
//
|
||||
resources.ApplyResources(this.numericUpDownMaxServers, "numericUpDownMaxServers");
|
||||
this.numericUpDownMaxServers.BackColor = System.Drawing.Color.Black;
|
||||
this.numericUpDownMaxServers.ForeColor = System.Drawing.Color.White;
|
||||
this.numericUpDownMaxServers.Increment = new decimal(new int[] {
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numericUpDown1.Maximum = new decimal(new int[] {
|
||||
this.numericUpDownMaxServers.Maximum = new decimal(new int[] {
|
||||
1000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numericUpDown1.Minimum = new decimal(new int[] {
|
||||
this.numericUpDownMaxServers.Minimum = new decimal(new int[] {
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numericUpDown1.Name = "numericUpDown1";
|
||||
this.numericUpDown1.Value = new decimal(new int[] {
|
||||
this.numericUpDownMaxServers.Name = "numericUpDownMaxServers";
|
||||
this.numericUpDownMaxServers.Value = new decimal(new int[] {
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// numericUpDown2
|
||||
//
|
||||
resources.ApplyResources(this.numericUpDown2, "numericUpDown2");
|
||||
this.numericUpDown2.Increment = new decimal(new int[] {
|
||||
//
|
||||
// numericUpDownMaxChunks
|
||||
//
|
||||
resources.ApplyResources(this.numericUpDownMaxChunks, "numericUpDownMaxChunks");
|
||||
this.numericUpDownMaxChunks.BackColor = System.Drawing.Color.Black;
|
||||
this.numericUpDownMaxChunks.ForeColor = System.Drawing.Color.White;
|
||||
this.numericUpDownMaxChunks.Increment = new decimal(new int[] {
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numericUpDown2.Maximum = new decimal(new int[] {
|
||||
this.numericUpDownMaxChunks.Maximum = new decimal(new int[] {
|
||||
1000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numericUpDown2.Minimum = new decimal(new int[] {
|
||||
this.numericUpDownMaxChunks.Minimum = new decimal(new int[] {
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numericUpDown2.Name = "numericUpDown2";
|
||||
this.numericUpDown2.Value = new decimal(new int[] {
|
||||
this.numericUpDownMaxChunks.Name = "numericUpDownMaxChunks";
|
||||
this.numericUpDownMaxChunks.Value = new decimal(new int[] {
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// button2
|
||||
//
|
||||
resources.ApplyResources(this.button2, "button2");
|
||||
this.button2.Name = "button2";
|
||||
this.button2.UseVisualStyleBackColor = true;
|
||||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||||
//
|
||||
// button3
|
||||
//
|
||||
resources.ApplyResources(this.button3, "button3");
|
||||
this.button3.Name = "button3";
|
||||
this.toolTip1.SetToolTip(this.button3, resources.GetString("button3.ToolTip"));
|
||||
this.button3.UseVisualStyleBackColor = true;
|
||||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||||
//
|
||||
// button4
|
||||
//
|
||||
resources.ApplyResources(this.button4, "button4");
|
||||
this.button4.Name = "button4";
|
||||
this.toolTip1.SetToolTip(this.button4, resources.GetString("button4.ToolTip"));
|
||||
this.button4.UseVisualStyleBackColor = true;
|
||||
this.button4.Click += new System.EventHandler(this.button4_Click);
|
||||
//
|
||||
// label9
|
||||
//
|
||||
resources.ApplyResources(this.label9, "label9");
|
||||
this.label9.Name = "label9";
|
||||
//
|
||||
// label10
|
||||
//
|
||||
resources.ApplyResources(this.label10, "label10");
|
||||
this.label10.Name = "label10";
|
||||
//
|
||||
// toolTip1
|
||||
//
|
||||
this.toolTip1.AutomaticDelay = 0;
|
||||
this.toolTip1.AutoPopDelay = 0;
|
||||
this.toolTip1.InitialDelay = 0;
|
||||
this.toolTip1.IsBalloon = true;
|
||||
this.toolTip1.ReshowDelay = 600;
|
||||
this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
|
||||
this.toolTip1.ToolTipTitle = "Info";
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.label10);
|
||||
this.Controls.Add(this.label9);
|
||||
this.Controls.Add(this.button4);
|
||||
this.Controls.Add(this.button3);
|
||||
this.Controls.Add(this.button2);
|
||||
this.Controls.Add(this.numericUpDown2);
|
||||
this.Controls.Add(this.numericUpDown1);
|
||||
this.Controls.Add(this.button1);
|
||||
this.Controls.Add(this.textBox8);
|
||||
this.Controls.Add(this.textBox5);
|
||||
this.Controls.Add(this.textBox4);
|
||||
this.Controls.Add(this.textBox3);
|
||||
this.Controls.Add(this.textBox2);
|
||||
this.Controls.Add(this.textBox1);
|
||||
this.Controls.Add(this.label8);
|
||||
this.Controls.Add(this.label7);
|
||||
this.Controls.Add(this.label6);
|
||||
this.Controls.Add(this.label5);
|
||||
this.Controls.Add(this.label4);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.label1);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "Form1";
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
//
|
||||
// buttonHelp
|
||||
//
|
||||
resources.ApplyResources(this.buttonHelp, "buttonHelp");
|
||||
this.buttonHelp.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.buttonHelp.Name = "buttonHelp";
|
||||
this.buttonHelp.UseVisualStyleBackColor = true;
|
||||
this.buttonHelp.Click += new System.EventHandler(this.buttonHelp_Click);
|
||||
//
|
||||
// buttonSearch
|
||||
//
|
||||
resources.ApplyResources(this.buttonSearch, "buttonSearch");
|
||||
this.buttonSearch.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.buttonSearch.Name = "buttonSearch";
|
||||
this.toolTip1.SetToolTip(this.buttonSearch, resources.GetString("buttonSearch.ToolTip"));
|
||||
this.buttonSearch.UseVisualStyleBackColor = true;
|
||||
this.buttonSearch.Click += new System.EventHandler(this.buttonSearch_Click);
|
||||
//
|
||||
// buttonRepo
|
||||
//
|
||||
resources.ApplyResources(this.buttonRepo, "buttonRepo");
|
||||
this.buttonRepo.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.buttonRepo.Name = "buttonRepo";
|
||||
this.toolTip1.SetToolTip(this.buttonRepo, resources.GetString("buttonRepo.ToolTip"));
|
||||
this.buttonRepo.UseVisualStyleBackColor = true;
|
||||
this.buttonRepo.Click += new System.EventHandler(this.buttonRepo_Click);
|
||||
//
|
||||
// labelTitle
|
||||
//
|
||||
resources.ApplyResources(this.labelTitle, "labelTitle");
|
||||
this.labelTitle.Name = "labelTitle";
|
||||
//
|
||||
// labelIssue
|
||||
//
|
||||
resources.ApplyResources(this.labelIssue, "labelIssue");
|
||||
this.labelIssue.Name = "labelIssue";
|
||||
//
|
||||
// toolTip1
|
||||
//
|
||||
this.toolTip1.AutomaticDelay = 0;
|
||||
this.toolTip1.AutoPopDelay = 0;
|
||||
this.toolTip1.InitialDelay = 0;
|
||||
this.toolTip1.IsBalloon = true;
|
||||
this.toolTip1.ReshowDelay = 600;
|
||||
this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
|
||||
this.toolTip1.ToolTipTitle = "Info";
|
||||
//
|
||||
// downloadGUI
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.Black;
|
||||
this.Controls.Add(this.labelIssue);
|
||||
this.Controls.Add(this.labelTitle);
|
||||
this.Controls.Add(this.buttonRepo);
|
||||
this.Controls.Add(this.buttonSearch);
|
||||
this.Controls.Add(this.buttonHelp);
|
||||
this.Controls.Add(this.numericUpDownMaxChunks);
|
||||
this.Controls.Add(this.numericUpDownMaxServers);
|
||||
this.Controls.Add(this.buttonDownload);
|
||||
this.Controls.Add(this.textBoxArgs);
|
||||
this.Controls.Add(this.textBoxManifestID);
|
||||
this.Controls.Add(this.textBoxDepotID);
|
||||
this.Controls.Add(this.textBoxAppID);
|
||||
this.Controls.Add(this.textBoxPassword);
|
||||
this.Controls.Add(this.textBoxUsername);
|
||||
this.Controls.Add(this.label8);
|
||||
this.Controls.Add(this.label7);
|
||||
this.Controls.Add(this.label6);
|
||||
this.Controls.Add(this.label5);
|
||||
this.Controls.Add(this.label4);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.label1);
|
||||
this.ForeColor = System.Drawing.Color.White;
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "downloadGUI";
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaxServers)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaxChunks)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
@@ -283,20 +305,20 @@ namespace DepotDownloaderGUI
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.Windows.Forms.Label label8;
|
||||
private System.Windows.Forms.TextBox textBox1;
|
||||
private System.Windows.Forms.TextBox textBox2;
|
||||
private System.Windows.Forms.TextBox textBox3;
|
||||
private System.Windows.Forms.TextBox textBox4;
|
||||
private System.Windows.Forms.TextBox textBox5;
|
||||
private System.Windows.Forms.TextBox textBox8;
|
||||
private System.Windows.Forms.Button button1;
|
||||
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
||||
private System.Windows.Forms.NumericUpDown numericUpDown2;
|
||||
private System.Windows.Forms.Button button2;
|
||||
private System.Windows.Forms.Button button3;
|
||||
private System.Windows.Forms.Button button4;
|
||||
private System.Windows.Forms.Label label9;
|
||||
private System.Windows.Forms.Label label10;
|
||||
private System.Windows.Forms.TextBox textBoxUsername;
|
||||
private System.Windows.Forms.TextBox textBoxPassword;
|
||||
private System.Windows.Forms.TextBox textBoxAppID;
|
||||
private System.Windows.Forms.TextBox textBoxDepotID;
|
||||
private System.Windows.Forms.TextBox textBoxManifestID;
|
||||
private System.Windows.Forms.TextBox textBoxArgs;
|
||||
private System.Windows.Forms.Button buttonDownload;
|
||||
private System.Windows.Forms.NumericUpDown numericUpDownMaxServers;
|
||||
private System.Windows.Forms.NumericUpDown numericUpDownMaxChunks;
|
||||
private System.Windows.Forms.Button buttonHelp;
|
||||
private System.Windows.Forms.Button buttonSearch;
|
||||
private System.Windows.Forms.Button buttonRepo;
|
||||
private System.Windows.Forms.Label labelTitle;
|
||||
private System.Windows.Forms.Label labelIssue;
|
||||
private System.Windows.Forms.ToolTip toolTip1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using System.IO;
|
||||
using System.Drawing.Text;
|
||||
@@ -50,53 +44,55 @@ namespace DepotDownloaderGUI
|
||||
System.Runtime.InteropServices.Marshal.FreeCoTaskMem(fontPtr);
|
||||
Poppins = new Font(fonts.Families[0], 18.0F);
|
||||
Directory.SetCurrentDirectory("./DepotDownloader/");
|
||||
//textBox2.PasswordChar = '*'; -Added into Designer
|
||||
label9.Font = Poppins;
|
||||
//FormBorderStyle = FormBorderStyle.FixedSingle; -Added into Designer
|
||||
//MaximizeBox = false; -Added into Designer
|
||||
labelTitle.Font = Poppins;
|
||||
}
|
||||
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
private void buttonDownload_Click(object sender, EventArgs e)
|
||||
{
|
||||
FolderBrowserDialog folderDlg = new FolderBrowserDialog();
|
||||
DialogResult result = folderDlg.ShowDialog();
|
||||
if (result == DialogResult.OK & result != DialogResult.Cancel)
|
||||
if (string.IsNullOrEmpty(textBoxAppID.Text) || string.IsNullOrEmpty(textBoxDepotID.Text) || string.IsNullOrEmpty(textBoxManifestID.Text))
|
||||
{
|
||||
string selectedpath = folderDlg.SelectedPath;
|
||||
if (textBox2.Text.Length <= 0)
|
||||
{
|
||||
//Todo Remember Password tick
|
||||
//Command = $"/k dotnet DepotDownloader.dll -app {textBox3.Text} -depot {textBox4.Text} -manifest {textBox5.Text} -max-servers {numericUpDown1.Value} -max-downloads {numericUpDown2.Value} -dir ../YourGame {textBox8.Text}";
|
||||
Command = $"/k dotnet DepotDownloader.dll -app {textBox3.Text} -depot {textBox4.Text} -manifest {textBox5.Text} -max-servers {numericUpDown1.Value} -max-downloads {numericUpDown2.Value} -dir " + '"' + selectedpath + '"' + " " + textBox8.Text;
|
||||
}
|
||||
else
|
||||
{
|
||||
Command = $"/k dotnet DepotDownloader.dll -app {textBox3.Text} -depot {textBox4.Text} -manifest {textBox5.Text} -username {textBox1.Text} -password {textBox2.Text} -max-servers {numericUpDown1.Value} -max-downloads {numericUpDown2.Value} -dir " + '"' + selectedpath + '"' + " " + textBox8.Text;
|
||||
}
|
||||
|
||||
System.Diagnostics.Process.Start("cmd.exe", Command);
|
||||
MessageBox.Show("Please fill all required fields.");
|
||||
}
|
||||
else
|
||||
{
|
||||
return;
|
||||
FolderBrowserDialog folderDlg = new FolderBrowserDialog();
|
||||
DialogResult result = folderDlg.ShowDialog();
|
||||
if (result == DialogResult.OK & result != DialogResult.Cancel)
|
||||
{
|
||||
string selectedpath = folderDlg.SelectedPath;
|
||||
if (textBoxPassword.Text.Length <= 0)
|
||||
{
|
||||
//Todo Remember Password tick
|
||||
Command = $"/k dotnet DepotDownloader.dll -app {textBoxAppID.Text} -depot {textBoxDepotID.Text} -manifest {textBoxManifestID.Text} -max-servers {numericUpDownMaxServers.Value} -max-downloads {numericUpDownMaxChunks.Value} -dir " + '"' + selectedpath + '"' + " " + textBoxArgs.Text;
|
||||
}
|
||||
else
|
||||
{
|
||||
Command = $"/k dotnet DepotDownloader.dll -app {textBoxAppID.Text} -depot {textBoxDepotID.Text} -manifest {textBoxManifestID.Text} -username {textBoxUsername.Text} -password {textBoxPassword.Text} -max-servers {numericUpDownMaxServers.Value} -max-downloads {numericUpDownMaxChunks.Value} -dir " + '"' + selectedpath + '"' + " " + textBoxArgs.Text;
|
||||
}
|
||||
|
||||
open("cmd.exe", Command);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private void button2_Click(object sender, EventArgs e)
|
||||
private void open(string url, string args = "")
|
||||
{
|
||||
System.Diagnostics.Process.Start("https://github.com/mmvanheusden/SteamDepotDownloaderGUI/discussions/5");
|
||||
System.Diagnostics.Process.Start(url, args);
|
||||
}
|
||||
|
||||
private void button3_Click(object sender, EventArgs e)
|
||||
private void buttonHelp_Click(object sender, EventArgs e)
|
||||
{
|
||||
System.Diagnostics.Process.Start("https://steamdb.info/instantsearch/");
|
||||
open("https://github.com/mmvanheusden/SteamDepotDownloaderGUI/discussions/5");
|
||||
}
|
||||
|
||||
private void button4_Click(object sender, EventArgs e)
|
||||
private void buttonSearch_Click(object sender, EventArgs e)
|
||||
{
|
||||
System.Diagnostics.Process.Start("https://github.com/mmvanheusden/SteamDepotDownloaderGUI");
|
||||
open("https://steamdb.info/instantsearch/");
|
||||
}
|
||||
|
||||
private void buttonRepo_Click(object sender, EventArgs e)
|
||||
{
|
||||
open("https://github.com/mmvanheusden/SteamDepotDownloaderGUI");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
407
downloadGUI.resx
407
downloadGUI.resx
@@ -126,7 +126,7 @@
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>12, 45</value>
|
||||
<value>13, 60</value>
|
||||
</data>
|
||||
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>87, 23</value>
|
||||
@@ -162,7 +162,7 @@
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="label2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>12, 75</value>
|
||||
<value>13, 96</value>
|
||||
</data>
|
||||
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>80, 23</value>
|
||||
@@ -195,7 +195,7 @@
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="label3.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>12, 105</value>
|
||||
<value>13, 132</value>
|
||||
</data>
|
||||
<data name="label3.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>63, 23</value>
|
||||
@@ -228,7 +228,7 @@
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="label4.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>12, 135</value>
|
||||
<value>13, 168</value>
|
||||
</data>
|
||||
<data name="label4.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>79, 23</value>
|
||||
@@ -262,7 +262,7 @@ SteamDB website at 'Depots' in the sidebar.</value>
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="label5.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>12, 165</value>
|
||||
<value>13, 204</value>
|
||||
</data>
|
||||
<data name="label5.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>97, 23</value>
|
||||
@@ -296,7 +296,7 @@ SteamDB website at 'Manifests' in the sidebar.</value>
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="label6.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>12, 195</value>
|
||||
<value>13, 239</value>
|
||||
</data>
|
||||
<data name="label6.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>101, 23</value>
|
||||
@@ -330,7 +330,7 @@ Speeds up download drastically</value>
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="label7.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>12, 225</value>
|
||||
<value>13, 275</value>
|
||||
</data>
|
||||
<data name="label7.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>103, 23</value>
|
||||
@@ -364,7 +364,7 @@ Speeds up download drastically</value>
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="label8.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>12, 255</value>
|
||||
<value>13, 312</value>
|
||||
</data>
|
||||
<data name="label8.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>165, 23</value>
|
||||
@@ -391,373 +391,431 @@ For advanced users</value>
|
||||
<data name=">>label8.ZOrder" xml:space="preserve">
|
||||
<value>14</value>
|
||||
</data>
|
||||
<data name="textBox1.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="textBoxUsername.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Right</value>
|
||||
</data>
|
||||
<data name="textBoxUsername.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="textBox1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>120, 45</value>
|
||||
<data name="textBoxUsername.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>187, 57</value>
|
||||
</data>
|
||||
<data name="textBox1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>210, 30</value>
|
||||
<data name="textBoxUsername.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>180, 30</value>
|
||||
</data>
|
||||
<data name="textBox1.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="textBoxUsername.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name=">>textBox1.Name" xml:space="preserve">
|
||||
<value>textBox1</value>
|
||||
<data name=">>textBoxUsername.Name" xml:space="preserve">
|
||||
<value>textBoxUsername</value>
|
||||
</data>
|
||||
<data name=">>textBox1.Type" xml:space="preserve">
|
||||
<data name=">>textBoxUsername.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>textBox1.Parent" xml:space="preserve">
|
||||
<data name=">>textBoxUsername.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>textBox1.ZOrder" xml:space="preserve">
|
||||
<data name=">>textBoxUsername.ZOrder" xml:space="preserve">
|
||||
<value>13</value>
|
||||
</data>
|
||||
<data name="textBox2.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<data name="textBoxPassword.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Right</value>
|
||||
</data>
|
||||
<data name="textBoxPassword.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="textBox2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>120, 75</value>
|
||||
<data name="textBoxPassword.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>187, 93</value>
|
||||
</data>
|
||||
<data name="textBox2.PasswordChar" type="System.Char, mscorlib" xml:space="preserve">
|
||||
<data name="textBoxPassword.PasswordChar" type="System.Char, mscorlib" xml:space="preserve">
|
||||
<value>*</value>
|
||||
</data>
|
||||
<data name="textBox2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>210, 30</value>
|
||||
<data name="textBoxPassword.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>180, 30</value>
|
||||
</data>
|
||||
<data name="textBox2.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="textBoxPassword.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name=">>textBox2.Name" xml:space="preserve">
|
||||
<value>textBox2</value>
|
||||
<data name=">>textBoxPassword.Name" xml:space="preserve">
|
||||
<value>textBoxPassword</value>
|
||||
</data>
|
||||
<data name=">>textBox2.Type" xml:space="preserve">
|
||||
<data name=">>textBoxPassword.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>textBox2.Parent" xml:space="preserve">
|
||||
<data name=">>textBoxPassword.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>textBox2.ZOrder" xml:space="preserve">
|
||||
<data name=">>textBoxPassword.ZOrder" xml:space="preserve">
|
||||
<value>12</value>
|
||||
</data>
|
||||
<data name="textBox3.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<data name="textBoxAppID.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Right</value>
|
||||
</data>
|
||||
<data name="textBoxAppID.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="textBox3.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>120, 105</value>
|
||||
<data name="textBoxAppID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>187, 129</value>
|
||||
</data>
|
||||
<data name="textBox3.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>210, 30</value>
|
||||
<data name="textBoxAppID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>180, 30</value>
|
||||
</data>
|
||||
<data name="textBox3.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="textBoxAppID.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name=">>textBox3.Name" xml:space="preserve">
|
||||
<value>textBox3</value>
|
||||
<data name=">>textBoxAppID.Name" xml:space="preserve">
|
||||
<value>textBoxAppID</value>
|
||||
</data>
|
||||
<data name=">>textBox3.Type" xml:space="preserve">
|
||||
<data name=">>textBoxAppID.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>textBox3.Parent" xml:space="preserve">
|
||||
<data name=">>textBoxAppID.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>textBox3.ZOrder" xml:space="preserve">
|
||||
<data name=">>textBoxAppID.ZOrder" xml:space="preserve">
|
||||
<value>11</value>
|
||||
</data>
|
||||
<data name="textBox4.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<data name="textBoxDepotID.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Right</value>
|
||||
</data>
|
||||
<data name="textBoxDepotID.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="textBox4.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>120, 135</value>
|
||||
<data name="textBoxDepotID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>187, 165</value>
|
||||
</data>
|
||||
<data name="textBox4.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>210, 30</value>
|
||||
<data name="textBoxDepotID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>180, 30</value>
|
||||
</data>
|
||||
<data name="textBox4.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="textBoxDepotID.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name=">>textBox4.Name" xml:space="preserve">
|
||||
<value>textBox4</value>
|
||||
<data name=">>textBoxDepotID.Name" xml:space="preserve">
|
||||
<value>textBoxDepotID</value>
|
||||
</data>
|
||||
<data name=">>textBox4.Type" xml:space="preserve">
|
||||
<data name=">>textBoxDepotID.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>textBox4.Parent" xml:space="preserve">
|
||||
<data name=">>textBoxDepotID.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>textBox4.ZOrder" xml:space="preserve">
|
||||
<data name=">>textBoxDepotID.ZOrder" xml:space="preserve">
|
||||
<value>10</value>
|
||||
</data>
|
||||
<data name="textBox5.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<data name="textBoxManifestID.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Right</value>
|
||||
</data>
|
||||
<data name="textBoxManifestID.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="textBox5.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>120, 165</value>
|
||||
<data name="textBoxManifestID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>187, 201</value>
|
||||
</data>
|
||||
<data name="textBox5.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>210, 30</value>
|
||||
<data name="textBoxManifestID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>180, 30</value>
|
||||
</data>
|
||||
<data name="textBox5.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="textBoxManifestID.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name=">>textBox5.Name" xml:space="preserve">
|
||||
<value>textBox5</value>
|
||||
<data name=">>textBoxManifestID.Name" xml:space="preserve">
|
||||
<value>textBoxManifestID</value>
|
||||
</data>
|
||||
<data name=">>textBox5.Type" xml:space="preserve">
|
||||
<data name=">>textBoxManifestID.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>textBox5.Parent" xml:space="preserve">
|
||||
<data name=">>textBoxManifestID.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>textBox5.ZOrder" xml:space="preserve">
|
||||
<data name=">>textBoxManifestID.ZOrder" xml:space="preserve">
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name="textBox8.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<data name="textBoxArgs.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Right</value>
|
||||
</data>
|
||||
<data name="textBoxArgs.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="textBox8.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>180, 255</value>
|
||||
<data name="textBoxArgs.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>187, 309</value>
|
||||
</data>
|
||||
<data name="textBox8.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>150, 30</value>
|
||||
<data name="textBoxArgs.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>180, 30</value>
|
||||
</data>
|
||||
<data name="textBox8.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="textBoxArgs.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name=">>textBox8.Name" xml:space="preserve">
|
||||
<value>textBox8</value>
|
||||
<data name=">>textBoxArgs.Name" xml:space="preserve">
|
||||
<value>textBoxArgs</value>
|
||||
</data>
|
||||
<data name=">>textBox8.Type" xml:space="preserve">
|
||||
<data name=">>textBoxArgs.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>textBox8.Parent" xml:space="preserve">
|
||||
<data name=">>textBoxArgs.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>textBox8.ZOrder" xml:space="preserve">
|
||||
<data name=">>textBoxArgs.ZOrder" xml:space="preserve">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name="button1.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<data name="buttonDownload.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left, Right</value>
|
||||
</data>
|
||||
<data name="buttonDownload.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
||||
<value>Flat</value>
|
||||
</data>
|
||||
<data name="buttonDownload.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI Semibold, 9.75pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="button1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>210, 320</value>
|
||||
<data name="buttonDownload.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>188, 355</value>
|
||||
</data>
|
||||
<data name="button1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>120, 25</value>
|
||||
<data name="buttonDownload.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>179, 57</value>
|
||||
</data>
|
||||
<data name="button1.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="buttonDownload.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>11</value>
|
||||
</data>
|
||||
<data name="button1.Text" xml:space="preserve">
|
||||
<data name="buttonDownload.Text" xml:space="preserve">
|
||||
<value>Start Download</value>
|
||||
</data>
|
||||
<data name="button1.ToolTip" xml:space="preserve">
|
||||
<data name="buttonDownload.ToolTip" xml:space="preserve">
|
||||
<value>Starts the download</value>
|
||||
</data>
|
||||
<data name=">>button1.Name" xml:space="preserve">
|
||||
<value>button1</value>
|
||||
<data name=">>buttonDownload.Name" xml:space="preserve">
|
||||
<value>buttonDownload</value>
|
||||
</data>
|
||||
<data name=">>button1.Type" xml:space="preserve">
|
||||
<data name=">>buttonDownload.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>button1.Parent" xml:space="preserve">
|
||||
<data name=">>buttonDownload.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>button1.ZOrder" xml:space="preserve">
|
||||
<data name=">>buttonDownload.ZOrder" xml:space="preserve">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name="numericUpDown1.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<data name="numericUpDownMaxServers.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Right</value>
|
||||
</data>
|
||||
<data name="numericUpDownMaxServers.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="numericUpDown1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>120, 195</value>
|
||||
<data name="numericUpDownMaxServers.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>187, 237</value>
|
||||
</data>
|
||||
<data name="numericUpDown1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>210, 30</value>
|
||||
<data name="numericUpDownMaxServers.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>180, 30</value>
|
||||
</data>
|
||||
<data name="numericUpDown1.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="numericUpDownMaxServers.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name=">>numericUpDown1.Name" xml:space="preserve">
|
||||
<value>numericUpDown1</value>
|
||||
<data name=">>numericUpDownMaxServers.Name" xml:space="preserve">
|
||||
<value>numericUpDownMaxServers</value>
|
||||
</data>
|
||||
<data name=">>numericUpDown1.Type" xml:space="preserve">
|
||||
<data name=">>numericUpDownMaxServers.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>numericUpDown1.Parent" xml:space="preserve">
|
||||
<data name=">>numericUpDownMaxServers.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>numericUpDown1.ZOrder" xml:space="preserve">
|
||||
<data name=">>numericUpDownMaxServers.ZOrder" xml:space="preserve">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="numericUpDown2.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<data name="numericUpDownMaxChunks.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Right</value>
|
||||
</data>
|
||||
<data name="numericUpDownMaxChunks.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI, 12.75pt</value>
|
||||
</data>
|
||||
<data name="numericUpDown2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>120, 225</value>
|
||||
<data name="numericUpDownMaxChunks.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>187, 273</value>
|
||||
</data>
|
||||
<data name="numericUpDown2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>210, 30</value>
|
||||
<data name="numericUpDownMaxChunks.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>180, 30</value>
|
||||
</data>
|
||||
<data name="numericUpDown2.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="numericUpDownMaxChunks.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name=">>numericUpDown2.Name" xml:space="preserve">
|
||||
<value>numericUpDown2</value>
|
||||
<data name=">>numericUpDownMaxChunks.Name" xml:space="preserve">
|
||||
<value>numericUpDownMaxChunks</value>
|
||||
</data>
|
||||
<data name=">>numericUpDown2.Type" xml:space="preserve">
|
||||
<data name=">>numericUpDownMaxChunks.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>numericUpDown2.Parent" xml:space="preserve">
|
||||
<data name=">>numericUpDownMaxChunks.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>numericUpDown2.ZOrder" xml:space="preserve">
|
||||
<data name=">>numericUpDownMaxChunks.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="button2.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<data name="buttonHelp.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left, Right</value>
|
||||
</data>
|
||||
<data name="buttonHelp.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
||||
<value>Flat</value>
|
||||
</data>
|
||||
<data name="buttonHelp.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI Semibold, 9.75pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="button2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>210, 290</value>
|
||||
<data name="buttonHelp.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>13, 387</value>
|
||||
</data>
|
||||
<data name="button2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>120, 25</value>
|
||||
<data name="buttonHelp.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>165, 25</value>
|
||||
</data>
|
||||
<data name="button2.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="buttonHelp.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name="button2.Text" xml:space="preserve">
|
||||
<data name="buttonHelp.Text" xml:space="preserve">
|
||||
<value>Need Help?</value>
|
||||
</data>
|
||||
<data name=">>button2.Name" xml:space="preserve">
|
||||
<value>button2</value>
|
||||
<data name=">>buttonHelp.Name" xml:space="preserve">
|
||||
<value>buttonHelp</value>
|
||||
</data>
|
||||
<data name=">>button2.Type" xml:space="preserve">
|
||||
<data name=">>buttonHelp.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>button2.Parent" xml:space="preserve">
|
||||
<data name=">>buttonHelp.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>button2.ZOrder" xml:space="preserve">
|
||||
<data name=">>buttonHelp.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="button3.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<data name="buttonSearch.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left, Right</value>
|
||||
</data>
|
||||
<data name="buttonSearch.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
||||
<value>Flat</value>
|
||||
</data>
|
||||
<data name="buttonSearch.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI Semibold, 9.75pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="button3.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>12, 290</value>
|
||||
<data name="buttonSearch.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="button3.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<data name="buttonSearch.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>13, 355</value>
|
||||
</data>
|
||||
<data name="buttonSearch.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>165, 25</value>
|
||||
</data>
|
||||
<data name="button3.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="buttonSearch.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name="button3.Text" xml:space="preserve">
|
||||
<data name="buttonSearch.Text" xml:space="preserve">
|
||||
<value>SteamDB Instant Search</value>
|
||||
</data>
|
||||
<data name="button3.ToolTip" xml:space="preserve">
|
||||
<data name="buttonSearch.ToolTip" xml:space="preserve">
|
||||
<value>Brings you to the SteamDB Instant game search page.</value>
|
||||
</data>
|
||||
<data name=">>button3.Name" xml:space="preserve">
|
||||
<value>button3</value>
|
||||
<data name=">>buttonSearch.Name" xml:space="preserve">
|
||||
<value>buttonSearch</value>
|
||||
</data>
|
||||
<data name=">>button3.Type" xml:space="preserve">
|
||||
<data name=">>buttonSearch.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>button3.Parent" xml:space="preserve">
|
||||
<data name=">>buttonSearch.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>button3.ZOrder" xml:space="preserve">
|
||||
<data name=">>buttonSearch.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="button4.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<data name="buttonRepo.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left, Right</value>
|
||||
</data>
|
||||
<data name="buttonRepo.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
||||
<value>Flat</value>
|
||||
</data>
|
||||
<data name="buttonRepo.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI Semibold, 9.75pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="button4.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>12, 320</value>
|
||||
<data name="buttonRepo.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>13, 418</value>
|
||||
</data>
|
||||
<data name="button4.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<data name="buttonRepo.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>165, 25</value>
|
||||
</data>
|
||||
<data name="button4.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="buttonRepo.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>10</value>
|
||||
</data>
|
||||
<data name="button4.Text" xml:space="preserve">
|
||||
<data name="buttonRepo.Text" xml:space="preserve">
|
||||
<value>GitHub Repo</value>
|
||||
</data>
|
||||
<data name="button4.ToolTip" xml:space="preserve">
|
||||
<data name="buttonRepo.ToolTip" xml:space="preserve">
|
||||
<value>Brings you to the GitHub Repository page.</value>
|
||||
</data>
|
||||
<data name=">>button4.Name" xml:space="preserve">
|
||||
<value>button4</value>
|
||||
<data name=">>buttonRepo.Name" xml:space="preserve">
|
||||
<value>buttonRepo</value>
|
||||
</data>
|
||||
<data name=">>button4.Type" xml:space="preserve">
|
||||
<data name=">>buttonRepo.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>button4.Parent" xml:space="preserve">
|
||||
<data name=">>buttonRepo.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>button4.ZOrder" xml:space="preserve">
|
||||
<data name=">>buttonRepo.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="label9.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
<data name="labelTitle.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Left, Right</value>
|
||||
</data>
|
||||
<data name="label9.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<data name="labelTitle.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Segoe UI Semibold, 18pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="label9.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>7, 0</value>
|
||||
<data name="labelTitle.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>12, 9</value>
|
||||
</data>
|
||||
<data name="label9.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>296, 32</value>
|
||||
<data name="labelTitle.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>355, 32</value>
|
||||
</data>
|
||||
<data name="label9.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="labelTitle.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>13</value>
|
||||
</data>
|
||||
<data name="label9.Text" xml:space="preserve">
|
||||
<data name="labelTitle.Text" xml:space="preserve">
|
||||
<value>Steam Depot Downloader</value>
|
||||
</data>
|
||||
<data name=">>label9.Name" xml:space="preserve">
|
||||
<value>label9</value>
|
||||
<data name="labelTitle.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||
<value>TopCenter</value>
|
||||
</data>
|
||||
<data name=">>label9.Type" xml:space="preserve">
|
||||
<data name=">>labelTitle.Name" xml:space="preserve">
|
||||
<value>labelTitle</value>
|
||||
</data>
|
||||
<data name=">>labelTitle.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>label9.Parent" xml:space="preserve">
|
||||
<data name=">>labelTitle.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>label9.ZOrder" xml:space="preserve">
|
||||
<data name=">>labelTitle.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="label10.AutoSize" type="System.Boolean, mscorlib">
|
||||
<data name="labelIssue.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left, Right</value>
|
||||
</data>
|
||||
<data name="labelIssue.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="label10.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>148, 352</value>
|
||||
<data name="labelIssue.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>186, 425</value>
|
||||
</data>
|
||||
<data name="label10.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<data name="labelIssue.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>182, 13</value>
|
||||
</data>
|
||||
<data name="label10.TabIndex" type="System.Int32, mscorlib">
|
||||
<data name="labelIssue.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>14</value>
|
||||
</data>
|
||||
<data name="label10.Text" xml:space="preserve">
|
||||
<data name="labelIssue.Text" xml:space="preserve">
|
||||
<value>If something is broken open an issue!</value>
|
||||
</data>
|
||||
<data name=">>label10.Name" xml:space="preserve">
|
||||
<value>label10</value>
|
||||
<data name=">>labelIssue.Name" xml:space="preserve">
|
||||
<value>labelIssue</value>
|
||||
</data>
|
||||
<data name=">>label10.Type" xml:space="preserve">
|
||||
<data name=">>labelIssue.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>label10.Parent" xml:space="preserve">
|
||||
<data name=">>labelIssue.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>label10.ZOrder" xml:space="preserve">
|
||||
<data name=">>labelIssue.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
@@ -767,7 +825,10 @@ For advanced users</value>
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
||||
<value>342, 374</value>
|
||||
<value>379, 452</value>
|
||||
</data>
|
||||
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
|
||||
<value>CenterScreen</value>
|
||||
</data>
|
||||
<data name="$this.Text" xml:space="preserve">
|
||||
<value>Steam Depot Downloader</value>
|
||||
@@ -779,7 +840,7 @@ For advanced users</value>
|
||||
<value>System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>Form1</value>
|
||||
<value>downloadGUI</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
|
||||
Reference in New Issue
Block a user