mirror of
https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git
synced 2026-02-04 05:31:19 +01:00
326 lines
13 KiB
C#
326 lines
13 KiB
C#
|
|
namespace DepotDownloaderGUI
|
|
{
|
|
partial class downloadGUI
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </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.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.numericUpDownMaxServers.Maximum = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownMaxServers.Minimum = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownMaxServers.Name = "numericUpDownMaxServers";
|
|
this.numericUpDownMaxServers.Value = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// 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.numericUpDownMaxChunks.Maximum = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownMaxChunks.Minimum = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownMaxChunks.Name = "numericUpDownMaxChunks";
|
|
this.numericUpDownMaxChunks.Value = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// 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();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
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;
|
|
}
|
|
}
|
|
|