namespace AsyncRAT_Sharp.Forms { partial class Builder { /// /// 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(Builder)); this.button1 = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textPort = new System.Windows.Forms.TextBox(); this.textIP = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.comboBoxFolder = new System.Windows.Forms.ComboBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.textFilename = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.chkAnti = new System.Windows.Forms.CheckBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(12, 611); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(446, 50); this.button1.TabIndex = 0; this.button1.Text = "Build"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.textPort); this.groupBox1.Controls.Add(this.textIP); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(16, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(440, 172); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Connection"; // // textPort // this.textPort.Location = new System.Drawing.Point(106, 99); this.textPort.Name = "textPort"; this.textPort.Size = new System.Drawing.Size(271, 26); this.textPort.TabIndex = 6; // // textIP // this.textIP.Location = new System.Drawing.Point(106, 41); this.textIP.Name = "textIP"; this.textIP.Size = new System.Drawing.Size(271, 26); this.textIP.TabIndex = 5; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(14, 102); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(38, 20); this.label2.TabIndex = 3; this.label2.Text = "Port"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 44); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(24, 20); this.label1.TabIndex = 4; this.label1.Text = "IP"; // // groupBox2 // this.groupBox2.Controls.Add(this.comboBoxFolder); this.groupBox2.Controls.Add(this.checkBox1); this.groupBox2.Controls.Add(this.textFilename); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Location = new System.Drawing.Point(16, 216); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(440, 211); this.groupBox2.TabIndex = 7; this.groupBox2.TabStop = false; this.groupBox2.Text = "Install"; // // comboBoxFolder // this.comboBoxFolder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxFolder.Enabled = false; this.comboBoxFolder.FormattingEnabled = true; this.comboBoxFolder.Items.AddRange(new object[] { "%AppData%", "%Temp%"}); this.comboBoxFolder.Location = new System.Drawing.Point(106, 150); this.comboBoxFolder.Name = "comboBoxFolder"; this.comboBoxFolder.Size = new System.Drawing.Size(271, 28); this.comboBoxFolder.TabIndex = 8; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(18, 40); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(67, 24); this.checkBox1.TabIndex = 7; this.checkBox1.Text = "OFF"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // textFilename // this.textFilename.Enabled = false; this.textFilename.Location = new System.Drawing.Point(106, 92); this.textFilename.Name = "textFilename"; this.textFilename.Size = new System.Drawing.Size(271, 26); this.textFilename.TabIndex = 5; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(14, 153); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(54, 20); this.label3.TabIndex = 3; this.label3.Text = "Folder"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(14, 95); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(74, 20); this.label4.TabIndex = 4; this.label4.Text = "Filename"; // // groupBox3 // this.groupBox3.Controls.Add(this.chkAnti); this.groupBox3.Location = new System.Drawing.Point(16, 468); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(440, 99); this.groupBox3.TabIndex = 9; this.groupBox3.TabStop = false; this.groupBox3.Text = "MISC"; // // chkAnti // this.chkAnti.AutoSize = true; this.chkAnti.Location = new System.Drawing.Point(21, 40); this.chkAnti.Name = "chkAnti"; this.chkAnti.Size = new System.Drawing.Size(125, 24); this.chkAnti.TabIndex = 9; this.chkAnti.Text = "Anti Analysis"; this.chkAnti.UseVisualStyleBackColor = true; // // Builder // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(470, 693); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.button1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Builder"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Builder"; this.Load += new System.EventHandler(this.Builder_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox textPort; private System.Windows.Forms.TextBox textIP; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox textFilename; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.ComboBox comboBoxFolder; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.CheckBox chkAnti; } }