mirror of https://github.com/quasar/Quasar.git
Delete frmDownloadAndExecute.Designer.cs
This commit is contained in:
parent
fdf3ee23c9
commit
c1a6fb89ab
|
@ -1,105 +0,0 @@
|
|||
namespace xServer.Forms
|
||||
{
|
||||
partial class FrmDownloadAndExecute
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDownloadAndExecute));
|
||||
this.btnDownloadAndExecute = new System.Windows.Forms.Button();
|
||||
this.txtURL = new System.Windows.Forms.TextBox();
|
||||
this.lblURL = new System.Windows.Forms.Label();
|
||||
this.chkRunHidden = new System.Windows.Forms.CheckBox();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// btnDownloadAndExecute
|
||||
//
|
||||
this.btnDownloadAndExecute.Location = new System.Drawing.Point(246, 37);
|
||||
this.btnDownloadAndExecute.Name = "btnDownloadAndExecute";
|
||||
this.btnDownloadAndExecute.Size = new System.Drawing.Size(138, 23);
|
||||
this.btnDownloadAndExecute.TabIndex = 3;
|
||||
this.btnDownloadAndExecute.Text = "Download && Execute";
|
||||
this.btnDownloadAndExecute.UseVisualStyleBackColor = true;
|
||||
this.btnDownloadAndExecute.Click += new System.EventHandler(this.btnDownloadAndExecute_Click);
|
||||
//
|
||||
// txtURL
|
||||
//
|
||||
this.txtURL.Location = new System.Drawing.Point(48, 6);
|
||||
this.txtURL.Name = "txtURL";
|
||||
this.txtURL.Size = new System.Drawing.Size(336, 22);
|
||||
this.txtURL.TabIndex = 1;
|
||||
//
|
||||
// lblURL
|
||||
//
|
||||
this.lblURL.AutoSize = true;
|
||||
this.lblURL.Location = new System.Drawing.Point(12, 9);
|
||||
this.lblURL.Name = "lblURL";
|
||||
this.lblURL.Size = new System.Drawing.Size(30, 13);
|
||||
this.lblURL.TabIndex = 0;
|
||||
this.lblURL.Text = "URL:";
|
||||
//
|
||||
// chkRunHidden
|
||||
//
|
||||
this.chkRunHidden.AutoSize = true;
|
||||
this.chkRunHidden.Location = new System.Drawing.Point(48, 41);
|
||||
this.chkRunHidden.Name = "chkRunHidden";
|
||||
this.chkRunHidden.Size = new System.Drawing.Size(106, 17);
|
||||
this.chkRunHidden.TabIndex = 2;
|
||||
this.chkRunHidden.Text = "Run file hidden";
|
||||
this.chkRunHidden.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// frmDownloadAndExecute
|
||||
//
|
||||
this.AcceptButton = this.btnDownloadAndExecute;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(396, 72);
|
||||
this.Controls.Add(this.chkRunHidden);
|
||||
this.Controls.Add(this.lblURL);
|
||||
this.Controls.Add(this.txtURL);
|
||||
this.Controls.Add(this.btnDownloadAndExecute);
|
||||
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "frmDownloadAndExecute";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "xRAT 2.0 - Download & Execute []";
|
||||
this.Load += new System.EventHandler(this.FrmDownloadAndExecute_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button btnDownloadAndExecute;
|
||||
private System.Windows.Forms.TextBox txtURL;
|
||||
private System.Windows.Forms.Label lblURL;
|
||||
private System.Windows.Forms.CheckBox chkRunHidden;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue