diff --git a/Server/Forms/frmDownloadAndExecute.Designer.cs b/Server/Forms/frmDownloadAndExecute.Designer.cs
deleted file mode 100644
index 8ac5ed29..00000000
--- a/Server/Forms/frmDownloadAndExecute.Designer.cs
+++ /dev/null
@@ -1,105 +0,0 @@
-namespace xServer.Forms
-{
- partial class FrmDownloadAndExecute
- {
- ///
- /// Required designer variable.
- ///
- private System.ComponentModel.IContainer components = null;
-
- ///
- /// Clean up any resources being used.
- ///
- /// true if managed resources should be disposed; otherwise, false.
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- ///
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- ///
- 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;
- }
-}
\ No newline at end of file