124 lines
4.9 KiB
C#
124 lines
4.9 KiB
C#
namespace BetterDiscordWI.panels
|
|
{
|
|
partial class Panel1
|
|
{
|
|
/// <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 Component 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.label1 = new System.Windows.Forms.Label();
|
|
this.btnBrowser = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.tbPath = new BetterDiscordWI.components.CTextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.cbRestart = new System.Windows.Forms.CheckBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(20, 17);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(380, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Setup will install BetterDiscord to the following location. Click Install to cont" +
|
|
"inue.";
|
|
//
|
|
// btnBrowser
|
|
//
|
|
this.btnBrowser.Location = new System.Drawing.Point(406, 46);
|
|
this.btnBrowser.Name = "btnBrowser";
|
|
this.btnBrowser.Size = new System.Drawing.Size(75, 26);
|
|
this.btnBrowser.TabIndex = 2;
|
|
this.btnBrowser.Text = "Browse";
|
|
this.btnBrowser.UseVisualStyleBackColor = true;
|
|
this.btnBrowser.Click += new System.EventHandler(this.btnBrowser_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(20, 75);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(422, 13);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "*If the path is not pointing to the latest version of Discord then click browse a" +
|
|
"nd select it.";
|
|
//
|
|
// tbPath
|
|
//
|
|
this.tbPath.CAutoSize = false;
|
|
this.tbPath.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tbPath.Location = new System.Drawing.Point(23, 46);
|
|
this.tbPath.Name = "tbPath";
|
|
this.tbPath.Size = new System.Drawing.Size(377, 26);
|
|
this.tbPath.TabIndex = 4;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(20, 91);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(161, 13);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "*Installer will kill Discord process.";
|
|
//
|
|
// cbRestart
|
|
//
|
|
this.cbRestart.AutoSize = true;
|
|
this.cbRestart.Location = new System.Drawing.Point(23, 117);
|
|
this.cbRestart.Name = "cbRestart";
|
|
this.cbRestart.Size = new System.Drawing.Size(175, 17);
|
|
this.cbRestart.TabIndex = 6;
|
|
this.cbRestart.Text = "Restart Discord after installation";
|
|
this.cbRestart.UseVisualStyleBackColor = true;
|
|
//
|
|
// Panel1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.cbRestart);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.tbPath);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.btnBrowser);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "Panel1";
|
|
this.Size = new System.Drawing.Size(524, 258);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnBrowser;
|
|
private System.Windows.Forms.Label label2;
|
|
private components.CTextBox tbPath;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.CheckBox cbRestart;
|
|
}
|
|
}
|