Files
crypters-scode/C# (ForceCrypter/ForceCrypterSmall/Form1.Designer.cs
T

1103 lines
53 KiB
C#
Raw Normal View History

2026-08-27 11:04:21 -06:00
namespace ForceCrypterSmall
{
partial class Form1
{
/// <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(Form1));
this.nsTheme1 = new NSTheme();
this.nsControlButton2 = new NSControlButton();
this.nsControlButton1 = new NSControlButton();
this.AssemblyTab = new NSTabControl();
this.MainTab = new System.Windows.Forms.TabPage();
this.nsGroupBox7 = new NSGroupBox();
this.rbVbc = new NSRadioButton();
this.rbRegAsm = new NSRadioButton();
this.rbItself = new NSRadioButton();
this.nsGroupBox1 = new NSGroupBox();
this.btnIcon = new NSButton();
this.btnPayload = new NSButton();
this.txtIcon = new NSTextBox();
this.txtPayload = new NSTextBox();
this.OptionsTab = new System.Windows.Forms.TabPage();
this.nsGroupBox6 = new NSGroupBox();
this.txtMsg = new NSTextBox();
this.txtMsgTitle = new NSTextBox();
this.nsLabel19 = new NSLabel();
this.nsLabel18 = new NSLabel();
this.cbMsgBox = new NSOnOffBox();
this.nsGroupBox5 = new NSGroupBox();
this.nsLabel20 = new NSLabel();
this.nsLabel11 = new NSLabel();
this.txtDelay = new NSTextBox();
this.nsGroupBox3 = new NSGroupBox();
this.rbRandomBytes = new NSCheckBox();
this.cbPump = new NSOnOffBox();
this.nsLabel1 = new NSLabel();
this.txtPump = new NSTextBox();
this.nsGroupBox4 = new NSGroupBox();
this.nsLabel13 = new NSLabel();
this.txtFName = new NSTextBox();
this.txtRegKey = new NSTextBox();
this.nsLabel12 = new NSLabel();
this.cbStartup = new NSOnOffBox();
this.txtStartup = new NSTextBox();
this.nsLabel2 = new NSLabel();
this.Assembly = new System.Windows.Forms.TabPage();
this.btnClone = new NSButton();
this.btnRandomize = new NSButton();
this.txtTrademark = new NSTextBox();
this.txtCopyright = new NSTextBox();
this.txtFVersion = new NSTextBox();
this.txtVersion = new NSTextBox();
this.txtProduct = new NSTextBox();
this.txtCompany = new NSTextBox();
this.txtDescription = new NSTextBox();
this.txtTitle = new NSTextBox();
this.nsLabel10 = new NSLabel();
this.nsLabel9 = new NSLabel();
this.nsLabel8 = new NSLabel();
this.nsLabel7 = new NSLabel();
this.nsLabel6 = new NSLabel();
this.nsLabel5 = new NSLabel();
this.nsLabel4 = new NSLabel();
this.nsLabel3 = new NSLabel();
this.Scanner = new System.Windows.Forms.TabPage();
this.btnScanFile = new NSButton();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btnScan = new NSButton();
this.nsLabel16 = new NSLabel();
this.txtScanLink = new NSTextBox();
this.nsLabel15 = new NSLabel();
this.nsLabel14 = new NSLabel();
this.txtScanRate = new NSTextBox();
this.txtScanFile = new NSTextBox();
this.CryptTab = new System.Windows.Forms.TabPage();
this.btnCrypt = new NSButton();
this.richTextBox2 = new System.Windows.Forms.RichTextBox();
this.nsTheme1.SuspendLayout();
this.AssemblyTab.SuspendLayout();
this.MainTab.SuspendLayout();
this.nsGroupBox7.SuspendLayout();
this.nsGroupBox1.SuspendLayout();
this.OptionsTab.SuspendLayout();
this.nsGroupBox6.SuspendLayout();
this.nsGroupBox5.SuspendLayout();
this.nsGroupBox3.SuspendLayout();
this.nsGroupBox4.SuspendLayout();
this.Assembly.SuspendLayout();
this.Scanner.SuspendLayout();
this.CryptTab.SuspendLayout();
this.SuspendLayout();
//
// nsTheme1
//
this.nsTheme1.AccentOffset = 0;
this.nsTheme1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
this.nsTheme1.BorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.nsTheme1.Colors = new Bloom[0];
this.nsTheme1.Controls.Add(this.nsControlButton2);
this.nsTheme1.Controls.Add(this.nsControlButton1);
this.nsTheme1.Controls.Add(this.AssemblyTab);
this.nsTheme1.Customization = "";
this.nsTheme1.Dock = System.Windows.Forms.DockStyle.Fill;
this.nsTheme1.Font = new System.Drawing.Font("Verdana", 8F);
this.nsTheme1.Image = null;
this.nsTheme1.Location = new System.Drawing.Point(0, 0);
this.nsTheme1.Movable = true;
this.nsTheme1.Name = "nsTheme1";
this.nsTheme1.NoRounding = false;
this.nsTheme1.Sizable = true;
this.nsTheme1.Size = new System.Drawing.Size(522, 587);
this.nsTheme1.SmartBounds = true;
this.nsTheme1.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation;
this.nsTheme1.TabIndex = 0;
this.nsTheme1.Text = "ForceCrypter";
this.nsTheme1.TransparencyKey = System.Drawing.Color.Empty;
this.nsTheme1.Transparent = false;
//
// nsControlButton2
//
this.nsControlButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.nsControlButton2.ControlButton = NSControlButton.Button.Minimize;
this.nsControlButton2.Location = new System.Drawing.Point(482, 0);
this.nsControlButton2.Margin = new System.Windows.Forms.Padding(0);
this.nsControlButton2.MaximumSize = new System.Drawing.Size(18, 20);
this.nsControlButton2.MinimumSize = new System.Drawing.Size(18, 20);
this.nsControlButton2.Name = "nsControlButton2";
this.nsControlButton2.Size = new System.Drawing.Size(18, 20);
this.nsControlButton2.TabIndex = 11;
this.nsControlButton2.Text = "nsControlButton2";
//
// nsControlButton1
//
this.nsControlButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.nsControlButton1.ControlButton = NSControlButton.Button.Close;
this.nsControlButton1.Location = new System.Drawing.Point(500, 0);
this.nsControlButton1.Margin = new System.Windows.Forms.Padding(0);
this.nsControlButton1.MaximumSize = new System.Drawing.Size(18, 20);
this.nsControlButton1.MinimumSize = new System.Drawing.Size(18, 20);
this.nsControlButton1.Name = "nsControlButton1";
this.nsControlButton1.Size = new System.Drawing.Size(18, 20);
this.nsControlButton1.TabIndex = 10;
this.nsControlButton1.Text = "nsControlButton1";
//
// AssemblyTab
//
this.AssemblyTab.Alignment = System.Windows.Forms.TabAlignment.Left;
this.AssemblyTab.Controls.Add(this.MainTab);
this.AssemblyTab.Controls.Add(this.OptionsTab);
this.AssemblyTab.Controls.Add(this.Assembly);
this.AssemblyTab.Controls.Add(this.Scanner);
this.AssemblyTab.Controls.Add(this.CryptTab);
this.AssemblyTab.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
this.AssemblyTab.ItemSize = new System.Drawing.Size(28, 115);
this.AssemblyTab.Location = new System.Drawing.Point(0, 33);
this.AssemblyTab.Multiline = true;
this.AssemblyTab.Name = "AssemblyTab";
this.AssemblyTab.SelectedIndex = 0;
this.AssemblyTab.Size = new System.Drawing.Size(522, 551);
this.AssemblyTab.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.AssemblyTab.TabIndex = 0;
//
// MainTab
//
this.MainTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
this.MainTab.Controls.Add(this.nsGroupBox7);
this.MainTab.Controls.Add(this.nsGroupBox1);
this.MainTab.Location = new System.Drawing.Point(119, 4);
this.MainTab.Name = "MainTab";
this.MainTab.Padding = new System.Windows.Forms.Padding(3);
this.MainTab.Size = new System.Drawing.Size(399, 543);
this.MainTab.TabIndex = 0;
this.MainTab.Text = "Main";
//
// nsGroupBox7
//
this.nsGroupBox7.Controls.Add(this.rbVbc);
this.nsGroupBox7.Controls.Add(this.rbRegAsm);
this.nsGroupBox7.Controls.Add(this.rbItself);
this.nsGroupBox7.DrawSeperator = false;
this.nsGroupBox7.Location = new System.Drawing.Point(6, 107);
this.nsGroupBox7.Name = "nsGroupBox7";
this.nsGroupBox7.Size = new System.Drawing.Size(216, 144);
this.nsGroupBox7.SubTitle = "Diffrent injection methods";
this.nsGroupBox7.TabIndex = 10;
this.nsGroupBox7.Text = "nsGroupBox7";
this.nsGroupBox7.Title = "Injection";
//
// rbVbc
//
this.rbVbc.Checked = false;
this.rbVbc.Location = new System.Drawing.Point(9, 100);
this.rbVbc.Name = "rbVbc";
this.rbVbc.Size = new System.Drawing.Size(75, 23);
this.rbVbc.TabIndex = 2;
this.rbVbc.Text = "Vbc";
//
// rbRegAsm
//
this.rbRegAsm.Checked = false;
this.rbRegAsm.Location = new System.Drawing.Point(7, 70);
this.rbRegAsm.Name = "rbRegAsm";
this.rbRegAsm.Size = new System.Drawing.Size(75, 23);
this.rbRegAsm.TabIndex = 1;
this.rbRegAsm.Text = "RegAsm";
//
// rbItself
//
this.rbItself.Checked = true;
this.rbItself.Location = new System.Drawing.Point(7, 40);
this.rbItself.Name = "rbItself";
this.rbItself.Size = new System.Drawing.Size(75, 23);
this.rbItself.TabIndex = 0;
this.rbItself.Text = "Itself";
//
// nsGroupBox1
//
this.nsGroupBox1.Controls.Add(this.btnIcon);
this.nsGroupBox1.Controls.Add(this.btnPayload);
this.nsGroupBox1.Controls.Add(this.txtIcon);
this.nsGroupBox1.Controls.Add(this.txtPayload);
this.nsGroupBox1.DrawSeperator = false;
this.nsGroupBox1.Location = new System.Drawing.Point(6, 6);
this.nsGroupBox1.Name = "nsGroupBox1";
this.nsGroupBox1.Size = new System.Drawing.Size(385, 95);
this.nsGroupBox1.SubTitle = "Select a file";
this.nsGroupBox1.TabIndex = 8;
this.nsGroupBox1.Title = "Select";
//
// btnIcon
//
this.btnIcon.Location = new System.Drawing.Point(346, 64);
this.btnIcon.Name = "btnIcon";
this.btnIcon.Size = new System.Drawing.Size(34, 23);
this.btnIcon.TabIndex = 11;
this.btnIcon.Text = "...";
this.btnIcon.Click += new System.EventHandler(this.btnIcon_Click_1);
//
// btnPayload
//
this.btnPayload.Location = new System.Drawing.Point(347, 36);
this.btnPayload.Name = "btnPayload";
this.btnPayload.Size = new System.Drawing.Size(34, 23);
this.btnPayload.TabIndex = 10;
this.btnPayload.Text = "...";
this.btnPayload.Click += new System.EventHandler(this.btnPayload_Click);
//
// txtIcon
//
this.txtIcon.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtIcon.Location = new System.Drawing.Point(10, 65);
this.txtIcon.MaxLength = 32767;
this.txtIcon.Multiline = false;
this.txtIcon.Name = "txtIcon";
this.txtIcon.ReadOnly = false;
this.txtIcon.Size = new System.Drawing.Size(331, 23);
this.txtIcon.TabIndex = 9;
this.txtIcon.Text = "Icon";
this.txtIcon.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtIcon.UseSystemPasswordChar = false;
//
// txtPayload
//
this.txtPayload.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtPayload.Location = new System.Drawing.Point(10, 36);
this.txtPayload.MaxLength = 32767;
this.txtPayload.Multiline = false;
this.txtPayload.Name = "txtPayload";
this.txtPayload.ReadOnly = false;
this.txtPayload.Size = new System.Drawing.Size(331, 23);
this.txtPayload.TabIndex = 8;
this.txtPayload.Text = "Payload";
this.txtPayload.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtPayload.UseSystemPasswordChar = false;
//
// OptionsTab
//
this.OptionsTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
this.OptionsTab.Controls.Add(this.nsGroupBox6);
this.OptionsTab.Controls.Add(this.nsGroupBox5);
this.OptionsTab.Controls.Add(this.nsGroupBox3);
this.OptionsTab.Controls.Add(this.nsGroupBox4);
this.OptionsTab.Location = new System.Drawing.Point(119, 4);
this.OptionsTab.Name = "OptionsTab";
this.OptionsTab.Padding = new System.Windows.Forms.Padding(3);
this.OptionsTab.Size = new System.Drawing.Size(399, 543);
this.OptionsTab.TabIndex = 4;
this.OptionsTab.Text = "Options";
//
// nsGroupBox6
//
this.nsGroupBox6.Controls.Add(this.txtMsg);
this.nsGroupBox6.Controls.Add(this.txtMsgTitle);
this.nsGroupBox6.Controls.Add(this.nsLabel19);
this.nsGroupBox6.Controls.Add(this.nsLabel18);
this.nsGroupBox6.Controls.Add(this.cbMsgBox);
this.nsGroupBox6.DrawSeperator = false;
this.nsGroupBox6.Location = new System.Drawing.Point(7, 327);
this.nsGroupBox6.Name = "nsGroupBox6";
this.nsGroupBox6.Size = new System.Drawing.Size(382, 127);
this.nsGroupBox6.SubTitle = "Show a fake error";
this.nsGroupBox6.TabIndex = 13;
this.nsGroupBox6.Text = "nsGroupBox6";
this.nsGroupBox6.Title = "Fake MessageBox";
//
// txtMsg
//
this.txtMsg.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtMsg.Location = new System.Drawing.Point(78, 97);
this.txtMsg.MaxLength = 32767;
this.txtMsg.Multiline = false;
this.txtMsg.Name = "txtMsg";
this.txtMsg.ReadOnly = false;
this.txtMsg.Size = new System.Drawing.Size(301, 23);
this.txtMsg.TabIndex = 4;
this.txtMsg.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtMsg.UseSystemPasswordChar = false;
//
// txtMsgTitle
//
this.txtMsgTitle.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtMsgTitle.Location = new System.Drawing.Point(78, 67);
this.txtMsgTitle.MaxLength = 32767;
this.txtMsgTitle.Multiline = false;
this.txtMsgTitle.Name = "txtMsgTitle";
this.txtMsgTitle.ReadOnly = false;
this.txtMsgTitle.Size = new System.Drawing.Size(301, 23);
this.txtMsgTitle.TabIndex = 3;
this.txtMsgTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtMsgTitle.UseSystemPasswordChar = false;
//
// nsLabel19
//
this.nsLabel19.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel19.Location = new System.Drawing.Point(7, 98);
this.nsLabel19.Name = "nsLabel19";
this.nsLabel19.Size = new System.Drawing.Size(75, 23);
this.nsLabel19.TabIndex = 2;
this.nsLabel19.Text = "nsLabel19";
this.nsLabel19.Value1 = "Message";
this.nsLabel19.Value2 = ":";
//
// nsLabel18
//
this.nsLabel18.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel18.Location = new System.Drawing.Point(7, 68);
this.nsLabel18.Name = "nsLabel18";
this.nsLabel18.Size = new System.Drawing.Size(43, 23);
this.nsLabel18.TabIndex = 1;
this.nsLabel18.Text = "nsLabel18";
this.nsLabel18.Value1 = "Title";
this.nsLabel18.Value2 = ":";
//
// cbMsgBox
//
this.cbMsgBox.Checked = false;
this.cbMsgBox.Location = new System.Drawing.Point(7, 37);
this.cbMsgBox.MaximumSize = new System.Drawing.Size(56, 24);
this.cbMsgBox.MinimumSize = new System.Drawing.Size(56, 24);
this.cbMsgBox.Name = "cbMsgBox";
this.cbMsgBox.Size = new System.Drawing.Size(56, 24);
this.cbMsgBox.TabIndex = 0;
this.cbMsgBox.Text = "nsOnOffBox1";
//
// nsGroupBox5
//
this.nsGroupBox5.Controls.Add(this.nsLabel20);
this.nsGroupBox5.Controls.Add(this.nsLabel11);
this.nsGroupBox5.Controls.Add(this.txtDelay);
this.nsGroupBox5.DrawSeperator = false;
this.nsGroupBox5.Location = new System.Drawing.Point(223, 191);
this.nsGroupBox5.Name = "nsGroupBox5";
this.nsGroupBox5.Size = new System.Drawing.Size(169, 130);
this.nsGroupBox5.SubTitle = "Options";
this.nsGroupBox5.TabIndex = 12;
this.nsGroupBox5.Text = "nsGroupBox5";
this.nsGroupBox5.Title = "Process Options";
//
// nsLabel20
//
this.nsLabel20.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel20.Location = new System.Drawing.Point(3, 39);
this.nsLabel20.Name = "nsLabel20";
this.nsLabel20.Size = new System.Drawing.Size(51, 23);
this.nsLabel20.TabIndex = 2;
this.nsLabel20.Text = "nsLabel20";
this.nsLabel20.Value1 = "Delay";
this.nsLabel20.Value2 = "";
//
// nsLabel11
//
this.nsLabel11.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel11.Location = new System.Drawing.Point(101, 61);
this.nsLabel11.Name = "nsLabel11";
this.nsLabel11.Size = new System.Drawing.Size(64, 20);
this.nsLabel11.TabIndex = 1;
this.nsLabel11.Text = "nsLabel11";
this.nsLabel11.Value1 = "Seconds";
this.nsLabel11.Value2 = "";
//
// txtDelay
//
this.txtDelay.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtDelay.Location = new System.Drawing.Point(3, 61);
this.txtDelay.MaxLength = 32767;
this.txtDelay.Multiline = false;
this.txtDelay.Name = "txtDelay";
this.txtDelay.ReadOnly = false;
this.txtDelay.Size = new System.Drawing.Size(92, 23);
this.txtDelay.TabIndex = 0;
this.txtDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtDelay.UseSystemPasswordChar = false;
//
// nsGroupBox3
//
this.nsGroupBox3.Controls.Add(this.rbRandomBytes);
this.nsGroupBox3.Controls.Add(this.cbPump);
this.nsGroupBox3.Controls.Add(this.nsLabel1);
this.nsGroupBox3.Controls.Add(this.txtPump);
this.nsGroupBox3.DrawSeperator = false;
this.nsGroupBox3.Location = new System.Drawing.Point(7, 190);
this.nsGroupBox3.Name = "nsGroupBox3";
this.nsGroupBox3.Size = new System.Drawing.Size(211, 131);
this.nsGroupBox3.SubTitle = "Add size to your file";
this.nsGroupBox3.TabIndex = 11;
this.nsGroupBox3.Text = "nsGroupBox3";
this.nsGroupBox3.Title = "Pumper";
//
// rbRandomBytes
//
this.rbRandomBytes.Checked = false;
this.rbRandomBytes.Location = new System.Drawing.Point(39, 100);
this.rbRandomBytes.Name = "rbRandomBytes";
this.rbRandomBytes.Size = new System.Drawing.Size(121, 23);
this.rbRandomBytes.TabIndex = 8;
this.rbRandomBytes.Text = "RandomBytes";
//
// cbPump
//
this.cbPump.Checked = false;
this.cbPump.Location = new System.Drawing.Point(11, 40);
this.cbPump.MaximumSize = new System.Drawing.Size(56, 24);
this.cbPump.MinimumSize = new System.Drawing.Size(56, 24);
this.cbPump.Name = "cbPump";
this.cbPump.Size = new System.Drawing.Size(56, 24);
this.cbPump.TabIndex = 7;
this.cbPump.Text = "nsOnOffBox1";
//
// nsLabel1
//
this.nsLabel1.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel1.Location = new System.Drawing.Point(180, 71);
this.nsLabel1.Name = "nsLabel1";
this.nsLabel1.Size = new System.Drawing.Size(28, 23);
this.nsLabel1.TabIndex = 5;
this.nsLabel1.Text = "nsLabel1";
this.nsLabel1.Value1 = "K";
this.nsLabel1.Value2 = "B";
//
// txtPump
//
this.txtPump.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtPump.Location = new System.Drawing.Point(10, 71);
this.txtPump.MaxLength = 32767;
this.txtPump.Multiline = false;
this.txtPump.Name = "txtPump";
this.txtPump.ReadOnly = false;
this.txtPump.Size = new System.Drawing.Size(164, 23);
this.txtPump.TabIndex = 4;
this.txtPump.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtPump.UseSystemPasswordChar = false;
//
// nsGroupBox4
//
this.nsGroupBox4.Controls.Add(this.nsLabel13);
this.nsGroupBox4.Controls.Add(this.txtFName);
this.nsGroupBox4.Controls.Add(this.txtRegKey);
this.nsGroupBox4.Controls.Add(this.nsLabel12);
this.nsGroupBox4.Controls.Add(this.cbStartup);
this.nsGroupBox4.Controls.Add(this.txtStartup);
this.nsGroupBox4.Controls.Add(this.nsLabel2);
this.nsGroupBox4.DrawSeperator = false;
this.nsGroupBox4.Location = new System.Drawing.Point(6, 6);
this.nsGroupBox4.Name = "nsGroupBox4";
this.nsGroupBox4.Size = new System.Drawing.Size(387, 178);
this.nsGroupBox4.SubTitle = "Add the file to startup";
this.nsGroupBox4.TabIndex = 7;
this.nsGroupBox4.Title = "Startup";
//
// nsLabel13
//
this.nsLabel13.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel13.Location = new System.Drawing.Point(11, 110);
this.nsLabel13.Name = "nsLabel13";
this.nsLabel13.Size = new System.Drawing.Size(103, 23);
this.nsLabel13.TabIndex = 15;
this.nsLabel13.Text = "nsLabel13";
this.nsLabel13.Value1 = "FolderName";
this.nsLabel13.Value2 = ":";
//
// txtFName
//
this.txtFName.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtFName.Location = new System.Drawing.Point(120, 111);
this.txtFName.MaxLength = 32767;
this.txtFName.Multiline = false;
this.txtFName.Name = "txtFName";
this.txtFName.ReadOnly = false;
this.txtFName.Size = new System.Drawing.Size(266, 23);
this.txtFName.TabIndex = 14;
this.txtFName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtFName.UseSystemPasswordChar = false;
//
// txtRegKey
//
this.txtRegKey.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtRegKey.Location = new System.Drawing.Point(92, 146);
this.txtRegKey.MaxLength = 32767;
this.txtRegKey.Multiline = false;
this.txtRegKey.Name = "txtRegKey";
this.txtRegKey.ReadOnly = false;
this.txtRegKey.Size = new System.Drawing.Size(294, 23);
this.txtRegKey.TabIndex = 13;
this.txtRegKey.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtRegKey.UseSystemPasswordChar = false;
//
// nsLabel12
//
this.nsLabel12.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel12.Location = new System.Drawing.Point(11, 146);
this.nsLabel12.Name = "nsLabel12";
this.nsLabel12.Size = new System.Drawing.Size(75, 23);
this.nsLabel12.TabIndex = 12;
this.nsLabel12.Text = "nsLabel12";
this.nsLabel12.Value1 = "RegKey";
this.nsLabel12.Value2 = ":";
//
// cbStartup
//
this.cbStartup.Checked = false;
this.cbStartup.Location = new System.Drawing.Point(11, 33);
this.cbStartup.MaximumSize = new System.Drawing.Size(56, 24);
this.cbStartup.MinimumSize = new System.Drawing.Size(56, 24);
this.cbStartup.Name = "cbStartup";
this.cbStartup.Size = new System.Drawing.Size(56, 24);
this.cbStartup.TabIndex = 11;
this.cbStartup.Text = "nsOnOffBox1";
//
// txtStartup
//
this.txtStartup.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtStartup.Location = new System.Drawing.Point(91, 73);
this.txtStartup.MaxLength = 32767;
this.txtStartup.Multiline = false;
this.txtStartup.Name = "txtStartup";
this.txtStartup.ReadOnly = false;
this.txtStartup.Size = new System.Drawing.Size(295, 23);
this.txtStartup.TabIndex = 10;
this.txtStartup.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtStartup.UseSystemPasswordChar = false;
//
// nsLabel2
//
this.nsLabel2.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel2.Location = new System.Drawing.Point(10, 73);
this.nsLabel2.Name = "nsLabel2";
this.nsLabel2.Size = new System.Drawing.Size(75, 23);
this.nsLabel2.TabIndex = 9;
this.nsLabel2.Text = "nsLabel2";
this.nsLabel2.Value1 = "FileName";
this.nsLabel2.Value2 = ":";
//
// Assembly
//
this.Assembly.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
this.Assembly.Controls.Add(this.btnClone);
this.Assembly.Controls.Add(this.btnRandomize);
this.Assembly.Controls.Add(this.txtTrademark);
this.Assembly.Controls.Add(this.txtCopyright);
this.Assembly.Controls.Add(this.txtFVersion);
this.Assembly.Controls.Add(this.txtVersion);
this.Assembly.Controls.Add(this.txtProduct);
this.Assembly.Controls.Add(this.txtCompany);
this.Assembly.Controls.Add(this.txtDescription);
this.Assembly.Controls.Add(this.txtTitle);
this.Assembly.Controls.Add(this.nsLabel10);
this.Assembly.Controls.Add(this.nsLabel9);
this.Assembly.Controls.Add(this.nsLabel8);
this.Assembly.Controls.Add(this.nsLabel7);
this.Assembly.Controls.Add(this.nsLabel6);
this.Assembly.Controls.Add(this.nsLabel5);
this.Assembly.Controls.Add(this.nsLabel4);
this.Assembly.Controls.Add(this.nsLabel3);
this.Assembly.Location = new System.Drawing.Point(119, 4);
this.Assembly.Name = "Assembly";
this.Assembly.Padding = new System.Windows.Forms.Padding(3);
this.Assembly.Size = new System.Drawing.Size(399, 543);
this.Assembly.TabIndex = 2;
this.Assembly.Text = "Assembly";
//
// btnClone
//
this.btnClone.Location = new System.Drawing.Point(213, 366);
this.btnClone.Name = "btnClone";
this.btnClone.Size = new System.Drawing.Size(75, 23);
this.btnClone.TabIndex = 56;
this.btnClone.Text = "Clone";
this.btnClone.Click += new System.EventHandler(this.btnClone_Click_1);
//
// btnRandomize
//
this.btnRandomize.Location = new System.Drawing.Point(94, 367);
this.btnRandomize.Name = "btnRandomize";
this.btnRandomize.Size = new System.Drawing.Size(75, 23);
this.btnRandomize.TabIndex = 55;
this.btnRandomize.Text = "Randomize";
this.btnRandomize.Click += new System.EventHandler(this.btnRandomize_Click_1);
//
// txtTrademark
//
this.txtTrademark.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtTrademark.Location = new System.Drawing.Point(109, 337);
this.txtTrademark.MaxLength = 32767;
this.txtTrademark.Multiline = false;
this.txtTrademark.Name = "txtTrademark";
this.txtTrademark.ReadOnly = false;
this.txtTrademark.Size = new System.Drawing.Size(262, 23);
this.txtTrademark.TabIndex = 54;
this.txtTrademark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtTrademark.UseSystemPasswordChar = false;
//
// txtCopyright
//
this.txtCopyright.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtCopyright.Location = new System.Drawing.Point(110, 289);
this.txtCopyright.MaxLength = 32767;
this.txtCopyright.Multiline = false;
this.txtCopyright.Name = "txtCopyright";
this.txtCopyright.ReadOnly = false;
this.txtCopyright.Size = new System.Drawing.Size(261, 23);
this.txtCopyright.TabIndex = 53;
this.txtCopyright.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtCopyright.UseSystemPasswordChar = false;
//
// txtFVersion
//
this.txtFVersion.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtFVersion.Location = new System.Drawing.Point(109, 246);
this.txtFVersion.MaxLength = 32767;
this.txtFVersion.Multiline = false;
this.txtFVersion.Name = "txtFVersion";
this.txtFVersion.ReadOnly = false;
this.txtFVersion.Size = new System.Drawing.Size(262, 23);
this.txtFVersion.TabIndex = 52;
this.txtFVersion.Text = "0.0.0.0";
this.txtFVersion.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtFVersion.UseSystemPasswordChar = false;
//
// txtVersion
//
this.txtVersion.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtVersion.Location = new System.Drawing.Point(109, 200);
this.txtVersion.MaxLength = 32767;
this.txtVersion.Multiline = false;
this.txtVersion.Name = "txtVersion";
this.txtVersion.ReadOnly = false;
this.txtVersion.Size = new System.Drawing.Size(262, 23);
this.txtVersion.TabIndex = 51;
this.txtVersion.Text = "0.0.0.0";
this.txtVersion.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtVersion.UseSystemPasswordChar = false;
//
// txtProduct
//
this.txtProduct.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtProduct.Location = new System.Drawing.Point(110, 155);
this.txtProduct.MaxLength = 32767;
this.txtProduct.Multiline = false;
this.txtProduct.Name = "txtProduct";
this.txtProduct.ReadOnly = false;
this.txtProduct.Size = new System.Drawing.Size(261, 23);
this.txtProduct.TabIndex = 50;
this.txtProduct.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtProduct.UseSystemPasswordChar = false;
//
// txtCompany
//
this.txtCompany.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtCompany.Location = new System.Drawing.Point(110, 110);
this.txtCompany.MaxLength = 32767;
this.txtCompany.Multiline = false;
this.txtCompany.Name = "txtCompany";
this.txtCompany.ReadOnly = false;
this.txtCompany.Size = new System.Drawing.Size(261, 23);
this.txtCompany.TabIndex = 49;
this.txtCompany.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtCompany.UseSystemPasswordChar = false;
//
// txtDescription
//
this.txtDescription.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtDescription.Location = new System.Drawing.Point(110, 70);
this.txtDescription.MaxLength = 32767;
this.txtDescription.Multiline = false;
this.txtDescription.Name = "txtDescription";
this.txtDescription.ReadOnly = false;
this.txtDescription.Size = new System.Drawing.Size(261, 23);
this.txtDescription.TabIndex = 48;
this.txtDescription.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtDescription.UseSystemPasswordChar = false;
//
// txtTitle
//
this.txtTitle.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtTitle.Location = new System.Drawing.Point(109, 24);
this.txtTitle.MaxLength = 32767;
this.txtTitle.Multiline = false;
this.txtTitle.Name = "txtTitle";
this.txtTitle.ReadOnly = false;
this.txtTitle.Size = new System.Drawing.Size(262, 23);
this.txtTitle.TabIndex = 47;
this.txtTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtTitle.UseSystemPasswordChar = false;
//
// nsLabel10
//
this.nsLabel10.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel10.Location = new System.Drawing.Point(10, 338);
this.nsLabel10.Name = "nsLabel10";
this.nsLabel10.Size = new System.Drawing.Size(93, 23);
this.nsLabel10.TabIndex = 46;
this.nsLabel10.Text = "nsLabel10";
this.nsLabel10.Value1 = "Trademark";
this.nsLabel10.Value2 = ":";
//
// nsLabel9
//
this.nsLabel9.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel9.Location = new System.Drawing.Point(10, 290);
this.nsLabel9.Name = "nsLabel9";
this.nsLabel9.Size = new System.Drawing.Size(93, 23);
this.nsLabel9.TabIndex = 45;
this.nsLabel9.Text = "nsLabel9";
this.nsLabel9.Value1 = "Copyright";
this.nsLabel9.Value2 = ":";
//
// nsLabel8
//
this.nsLabel8.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel8.Location = new System.Drawing.Point(10, 247);
this.nsLabel8.Name = "nsLabel8";
this.nsLabel8.Size = new System.Drawing.Size(75, 23);
this.nsLabel8.TabIndex = 44;
this.nsLabel8.Text = "nsLabel8";
this.nsLabel8.Value1 = "FVersion";
this.nsLabel8.Value2 = ":";
//
// nsLabel7
//
this.nsLabel7.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel7.Location = new System.Drawing.Point(10, 201);
this.nsLabel7.Name = "nsLabel7";
this.nsLabel7.Size = new System.Drawing.Size(75, 23);
this.nsLabel7.TabIndex = 43;
this.nsLabel7.Text = "nsLabel7";
this.nsLabel7.Value1 = "Version";
this.nsLabel7.Value2 = ":";
//
// nsLabel6
//
this.nsLabel6.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel6.Location = new System.Drawing.Point(10, 156);
this.nsLabel6.Name = "nsLabel6";
this.nsLabel6.Size = new System.Drawing.Size(75, 23);
this.nsLabel6.TabIndex = 42;
this.nsLabel6.Text = "nsLabel6";
this.nsLabel6.Value1 = "Product";
this.nsLabel6.Value2 = ":";
//
// nsLabel5
//
this.nsLabel5.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel5.Location = new System.Drawing.Point(10, 111);
this.nsLabel5.Name = "nsLabel5";
this.nsLabel5.Size = new System.Drawing.Size(75, 23);
this.nsLabel5.TabIndex = 41;
this.nsLabel5.Text = "nsLabel5";
this.nsLabel5.Value1 = "Company";
this.nsLabel5.Value2 = ":";
//
// nsLabel4
//
this.nsLabel4.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel4.Location = new System.Drawing.Point(10, 71);
this.nsLabel4.Name = "nsLabel4";
this.nsLabel4.Size = new System.Drawing.Size(93, 23);
this.nsLabel4.TabIndex = 40;
this.nsLabel4.Text = "nsLabel4";
this.nsLabel4.Value1 = "Description";
this.nsLabel4.Value2 = ":";
//
// nsLabel3
//
this.nsLabel3.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel3.Location = new System.Drawing.Point(10, 24);
this.nsLabel3.Name = "nsLabel3";
this.nsLabel3.Size = new System.Drawing.Size(75, 23);
this.nsLabel3.TabIndex = 39;
this.nsLabel3.Text = "nsLabel3";
this.nsLabel3.Value1 = "Title";
this.nsLabel3.Value2 = ":";
//
// Scanner
//
this.Scanner.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
this.Scanner.Controls.Add(this.btnScanFile);
this.Scanner.Controls.Add(this.listView1);
this.Scanner.Controls.Add(this.btnScan);
this.Scanner.Controls.Add(this.nsLabel16);
this.Scanner.Controls.Add(this.txtScanLink);
this.Scanner.Controls.Add(this.nsLabel15);
this.Scanner.Controls.Add(this.nsLabel14);
this.Scanner.Controls.Add(this.txtScanRate);
this.Scanner.Controls.Add(this.txtScanFile);
this.Scanner.Location = new System.Drawing.Point(119, 4);
this.Scanner.Name = "Scanner";
this.Scanner.Size = new System.Drawing.Size(399, 543);
this.Scanner.TabIndex = 5;
this.Scanner.Text = "Scanner";
//
// btnScanFile
//
this.btnScanFile.Location = new System.Drawing.Point(363, 12);
this.btnScanFile.Name = "btnScanFile";
this.btnScanFile.Size = new System.Drawing.Size(33, 23);
this.btnScanFile.TabIndex = 14;
this.btnScanFile.Text = "...";
this.btnScanFile.Click += new System.EventHandler(this.btnScanFile_Click);
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2});
this.listView1.Location = new System.Drawing.Point(14, 92);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(367, 278);
this.listView1.TabIndex = 13;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "AV";
this.columnHeader1.Width = 157;
//
// columnHeader2
//
this.columnHeader2.Text = "Result";
this.columnHeader2.Width = 215;
//
// btnScan
//
this.btnScan.Location = new System.Drawing.Point(95, 405);
this.btnScan.Name = "btnScan";
this.btnScan.Size = new System.Drawing.Size(156, 25);
this.btnScan.TabIndex = 12;
this.btnScan.Text = "Scan!";
this.btnScan.Click += new System.EventHandler(this.btnScan_Click);
//
// nsLabel16
//
this.nsLabel16.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel16.Location = new System.Drawing.Point(14, 376);
this.nsLabel16.Name = "nsLabel16";
this.nsLabel16.Size = new System.Drawing.Size(46, 23);
this.nsLabel16.TabIndex = 7;
this.nsLabel16.Text = "nsLabel16";
this.nsLabel16.Value1 = "Link";
this.nsLabel16.Value2 = ":";
//
// txtScanLink
//
this.txtScanLink.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtScanLink.Location = new System.Drawing.Point(95, 376);
this.txtScanLink.MaxLength = 32767;
this.txtScanLink.Multiline = false;
this.txtScanLink.Name = "txtScanLink";
this.txtScanLink.ReadOnly = false;
this.txtScanLink.Size = new System.Drawing.Size(262, 23);
this.txtScanLink.TabIndex = 6;
this.txtScanLink.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtScanLink.UseSystemPasswordChar = false;
//
// nsLabel15
//
this.nsLabel15.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel15.Location = new System.Drawing.Point(14, 72);
this.nsLabel15.Name = "nsLabel15";
this.nsLabel15.Size = new System.Drawing.Size(75, 23);
this.nsLabel15.TabIndex = 4;
this.nsLabel15.Text = "nsLabel15";
this.nsLabel15.Value1 = "Detailes";
this.nsLabel15.Value2 = ":";
//
// nsLabel14
//
this.nsLabel14.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
this.nsLabel14.Location = new System.Drawing.Point(14, 42);
this.nsLabel14.Name = "nsLabel14";
this.nsLabel14.Size = new System.Drawing.Size(46, 24);
this.nsLabel14.TabIndex = 3;
this.nsLabel14.Text = "nsLabel14";
this.nsLabel14.Value1 = "Rate";
this.nsLabel14.Value2 = ":";
//
// txtScanRate
//
this.txtScanRate.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtScanRate.Location = new System.Drawing.Point(66, 42);
this.txtScanRate.MaxLength = 32767;
this.txtScanRate.Multiline = false;
this.txtScanRate.Name = "txtScanRate";
this.txtScanRate.ReadOnly = false;
this.txtScanRate.Size = new System.Drawing.Size(57, 24);
this.txtScanRate.TabIndex = 2;
this.txtScanRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtScanRate.UseSystemPasswordChar = false;
//
// txtScanFile
//
this.txtScanFile.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtScanFile.Location = new System.Drawing.Point(14, 13);
this.txtScanFile.MaxLength = 32767;
this.txtScanFile.Multiline = false;
this.txtScanFile.Name = "txtScanFile";
this.txtScanFile.ReadOnly = false;
this.txtScanFile.Size = new System.Drawing.Size(343, 23);
this.txtScanFile.TabIndex = 0;
this.txtScanFile.Text = "File To Scan";
this.txtScanFile.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtScanFile.UseSystemPasswordChar = false;
//
// CryptTab
//
this.CryptTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
this.CryptTab.Controls.Add(this.btnCrypt);
this.CryptTab.Controls.Add(this.richTextBox2);
this.CryptTab.Location = new System.Drawing.Point(119, 4);
this.CryptTab.Name = "CryptTab";
this.CryptTab.Padding = new System.Windows.Forms.Padding(3);
this.CryptTab.Size = new System.Drawing.Size(399, 543);
this.CryptTab.TabIndex = 3;
this.CryptTab.Text = "Crypt";
//
// btnCrypt
//
this.btnCrypt.Location = new System.Drawing.Point(100, 172);
this.btnCrypt.Name = "btnCrypt";
this.btnCrypt.Size = new System.Drawing.Size(167, 54);
this.btnCrypt.TabIndex = 7;
this.btnCrypt.Text = "Force!";
this.btnCrypt.Click += new System.EventHandler(this.btnCrypt_Click_1);
//
// richTextBox2
//
this.richTextBox2.Location = new System.Drawing.Point(3, 20);
this.richTextBox2.Name = "richTextBox2";
this.richTextBox2.Size = new System.Drawing.Size(387, 134);
this.richTextBox2.TabIndex = 6;
this.richTextBox2.Text = resources.GetString("richTextBox2.Text");
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(522, 587);
this.Controls.Add(this.nsTheme1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Form1";
this.Text = "ForceCrypterSmall";
this.nsTheme1.ResumeLayout(false);
this.AssemblyTab.ResumeLayout(false);
this.MainTab.ResumeLayout(false);
this.nsGroupBox7.ResumeLayout(false);
this.nsGroupBox1.ResumeLayout(false);
this.OptionsTab.ResumeLayout(false);
this.nsGroupBox6.ResumeLayout(false);
this.nsGroupBox5.ResumeLayout(false);
this.nsGroupBox3.ResumeLayout(false);
this.nsGroupBox4.ResumeLayout(false);
this.Assembly.ResumeLayout(false);
this.Scanner.ResumeLayout(false);
this.CryptTab.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private NSTheme nsTheme1;
private NSTabControl AssemblyTab;
private System.Windows.Forms.TabPage MainTab;
private NSGroupBox nsGroupBox1;
private System.Windows.Forms.TabPage Assembly;
private System.Windows.Forms.TabPage CryptTab;
private System.Windows.Forms.RichTextBox richTextBox2;
private NSButton btnIcon;
private NSButton btnPayload;
private NSTextBox txtIcon;
private NSTextBox txtPayload;
private System.Windows.Forms.TabPage OptionsTab;
private NSGroupBox nsGroupBox4;
private NSLabel nsLabel2;
private NSTextBox txtTitle;
private NSLabel nsLabel10;
private NSLabel nsLabel9;
private NSLabel nsLabel8;
private NSLabel nsLabel7;
private NSLabel nsLabel6;
private NSLabel nsLabel5;
private NSLabel nsLabel4;
private NSLabel nsLabel3;
private NSGroupBox nsGroupBox3;
private NSLabel nsLabel1;
private NSTextBox txtPump;
private NSTextBox txtStartup;
private NSButton btnClone;
private NSButton btnRandomize;
private NSTextBox txtTrademark;
private NSTextBox txtCopyright;
private NSTextBox txtFVersion;
private NSTextBox txtVersion;
private NSTextBox txtProduct;
private NSTextBox txtCompany;
private NSTextBox txtDescription;
private NSButton btnCrypt;
private NSGroupBox nsGroupBox5;
private NSLabel nsLabel11;
private NSTextBox txtDelay;
private NSOnOffBox cbPump;
private NSOnOffBox cbStartup;
private NSControlButton nsControlButton1;
private NSGroupBox nsGroupBox7;
private NSRadioButton rbRegAsm;
private NSRadioButton rbItself;
private NSRadioButton rbVbc;
private NSTextBox txtRegKey;
private NSLabel nsLabel12;
private NSLabel nsLabel13;
private NSTextBox txtFName;
private NSControlButton nsControlButton2;
private System.Windows.Forms.TabPage Scanner;
private NSButton btnFScan;
private NSTextBox txtScanFile;
private NSLabel nsLabel16;
private NSTextBox txtScanLink;
private NSLabel nsLabel15;
private NSLabel nsLabel14;
private NSTextBox txtScanRate;
private NSButton btnScan;
private NSGroupBox nsGroupBox6;
private NSTextBox txtMsg;
private NSTextBox txtMsgTitle;
private NSLabel nsLabel19;
private NSLabel nsLabel18;
private NSOnOffBox cbMsgBox;
private NSCheckBox rbRandomBytes;
private NSLabel nsLabel20;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private NSButton btnScanFile;
}
}