_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) Me.Button1 = New System.Windows.Forms.Button() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Button2 = New System.Windows.Forms.Button() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.CheckBox11 = New System.Windows.Forms.CheckBox() Me.Label13 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.copyser = New System.Windows.Forms.CheckBox() Me.Label11 = New System.Windows.Forms.Label() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.CheckBox7 = New System.Windows.Forms.CheckBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.servpath = New System.Windows.Forms.ComboBox() Me.GroupBox5 = New System.Windows.Forms.GroupBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.icotxt = New System.Windows.Forms.TextBox() Me.CheckBox4 = New System.Windows.Forms.CheckBox() Me.Button5 = New System.Windows.Forms.Button() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.CheckBox14 = New System.Windows.Forms.CheckBox() Me.Label8 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.bindpath = New System.Windows.Forms.ComboBox() Me.Label12 = New System.Windows.Forms.Label() Me.TextBox8 = New System.Windows.Forms.TextBox() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.Button7 = New System.Windows.Forms.Button() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.CheckBox3 = New System.Windows.Forms.CheckBox() Me.CheckBox10 = New System.Windows.Forms.CheckBox() Me.Label9 = New System.Windows.Forms.Label() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.CheckBox8 = New System.Windows.Forms.CheckBox() Me.spoofbox = New System.Windows.Forms.ComboBox() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.Label7 = New System.Windows.Forms.Label() Me.RadioButton4 = New System.Windows.Forms.RadioButton() Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown() Me.RadioButton3 = New System.Windows.Forms.RadioButton() Me.RadioButton1 = New System.Windows.Forms.RadioButton() Me.RadioButton2 = New System.Windows.Forms.RadioButton() Me.GroupBox6 = New System.Windows.Forms.GroupBox() Me.CheckBox6 = New System.Windows.Forms.CheckBox() Me.CheckBox13 = New System.Windows.Forms.CheckBox() Me.CheckBox5 = New System.Windows.Forms.CheckBox() Me.Label1 = New System.Windows.Forms.Label() Me.NumericUpDown24 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown23 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown25 = New System.Windows.Forms.NumericUpDown() Me.TextBox20 = New System.Windows.Forms.TextBox() Me.TextBox21 = New System.Windows.Forms.TextBox() Me.Button6 = New System.Windows.Forms.Button() Me.TextBox22 = New System.Windows.Forms.TextBox() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.GroupBox8 = New System.Windows.Forms.GroupBox() Me.CheckBox12 = New System.Windows.Forms.CheckBox() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Button8 = New System.Windows.Forms.Button() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.TabPage4 = New System.Windows.Forms.TabPage() Me.FileVersion = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.CheckBox9 = New System.Windows.Forms.CheckBox() Me.NumericUpDown26 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown27 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown22 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown20 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown21 = New System.Windows.Forms.NumericUpDown() Me.TextBox23 = New System.Windows.Forms.TextBox() Me.TextBox25 = New System.Windows.Forms.TextBox() Me.TextBox24 = New System.Windows.Forms.TextBox() Me.Timer3 = New System.Windows.Forms.Timer(Me.components) Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.Timer4 = New System.Windows.Forms.Timer(Me.components) Me.GroupBox1.SuspendLayout() Me.GroupBox5.SuspendLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.GroupBox4.SuspendLayout() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox6.SuspendLayout() CType(Me.NumericUpDown24, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown23, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown25, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage2.SuspendLayout() Me.GroupBox8.SuspendLayout() Me.TabPage3.SuspendLayout() Me.TabPage4.SuspendLayout() CType(Me.NumericUpDown26, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown27, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown22, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown20, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown21, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(4, 226) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(350, 24) Me.Button1.TabIndex = 0 Me.Button1.Text = "Build" Me.Button1.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.BackColor = System.Drawing.Color.White Me.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox1.Location = New System.Drawing.Point(5, 19) Me.TextBox1.Name = "TextBox1" Me.TextBox1.ReadOnly = True Me.TextBox1.Size = New System.Drawing.Size(277, 20) Me.TextBox1.TabIndex = 2 Me.TextBox1.Text = "[ Server To Protect Path ]" ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(288, 16) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(48, 23) Me.Button2.TabIndex = 3 Me.Button2.Text = ". . . . . ." Me.Button2.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.CheckBox11) Me.GroupBox1.Controls.Add(Me.Label13) Me.GroupBox1.Controls.Add(Me.TextBox4) Me.GroupBox1.Controls.Add(Me.copyser) Me.GroupBox1.Controls.Add(Me.Label11) Me.GroupBox1.Controls.Add(Me.TextBox7) Me.GroupBox1.Controls.Add(Me.CheckBox7) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.TextBox2) Me.GroupBox1.Controls.Add(Me.servpath) Me.GroupBox1.Controls.Add(Me.GroupBox5) Me.GroupBox1.Controls.Add(Me.TextBox1) Me.GroupBox1.Controls.Add(Me.Button2) Me.GroupBox1.Location = New System.Drawing.Point(8, 6) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(339, 168) Me.GroupBox1.TabIndex = 5 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Main Setting" ' 'CheckBox11 ' Me.CheckBox11.AutoSize = True Me.CheckBox11.Location = New System.Drawing.Point(6, 96) Me.CheckBox11.Name = "CheckBox11" Me.CheckBox11.Size = New System.Drawing.Size(102, 17) Me.CheckBox11.TabIndex = 46 Me.CheckBox11.Text = "Delay Execute :" Me.CheckBox11.UseVisualStyleBackColor = True ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("Tahoma", 6.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label13.Location = New System.Drawing.Point(188, 99) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(59, 11) Me.Label13.TabIndex = 45 Me.Label13.Text = "1 = second" ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(114, 96) Me.TextBox4.Multiline = True Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(68, 17) Me.TextBox4.TabIndex = 44 ' 'copyser ' Me.copyser.AutoSize = True Me.copyser.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.copyser.ForeColor = System.Drawing.SystemColors.ControlText Me.copyser.Location = New System.Drawing.Point(5, 50) Me.copyser.Name = "copyser" Me.copyser.Size = New System.Drawing.Size(48, 17) Me.copyser.TabIndex = 42 Me.copyser.Text = "Copy" Me.copyser.UseVisualStyleBackColor = True ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("Tahoma", 6.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label11.Location = New System.Drawing.Point(86, 77) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(48, 11) Me.Label11.TabIndex = 41 Me.Label11.Text = "SubKey :" ' 'TextBox7 ' Me.TextBox7.Location = New System.Drawing.Point(134, 73) Me.TextBox7.Multiline = True Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(75, 17) Me.TextBox7.TabIndex = 40 Me.TextBox7.Text = "Microsot" ' 'CheckBox7 ' Me.CheckBox7.AutoSize = True Me.CheckBox7.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CheckBox7.ForeColor = System.Drawing.SystemColors.ControlText Me.CheckBox7.Location = New System.Drawing.Point(6, 73) Me.CheckBox7.Name = "CheckBox7" Me.CheckBox7.Size = New System.Drawing.Size(77, 17) Me.CheckBox7.TabIndex = 39 Me.CheckBox7.Text = "Add to Reg" Me.CheckBox7.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Tahoma", 6.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(59, 56) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(69, 11) Me.Label4.TabIndex = 38 Me.Label4.Text = "Install Path :" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Tahoma", 6.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(215, 54) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(47, 11) Me.Label2.TabIndex = 34 Me.Label2.Text = "Run as :" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(268, 50) Me.TextBox2.Multiline = True Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(69, 17) Me.TextBox2.TabIndex = 33 Me.TextBox2.Text = "Server.exe" ' 'servpath ' Me.servpath.FormattingEnabled = True Me.servpath.Items.AddRange(New Object() {"Temp", "AppData", "UserProfile", "ProgramData"}) Me.servpath.Location = New System.Drawing.Point(134, 50) Me.servpath.Name = "servpath" Me.servpath.Size = New System.Drawing.Size(75, 21) Me.servpath.TabIndex = 32 Me.servpath.Text = "Temp" ' 'GroupBox5 ' Me.GroupBox5.Controls.Add(Me.PictureBox2) Me.GroupBox5.Controls.Add(Me.icotxt) Me.GroupBox5.Controls.Add(Me.CheckBox4) Me.GroupBox5.Controls.Add(Me.Button5) Me.GroupBox5.ForeColor = System.Drawing.Color.Black Me.GroupBox5.Location = New System.Drawing.Point(16, 116) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(305, 46) Me.GroupBox5.TabIndex = 19 Me.GroupBox5.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.Location = New System.Drawing.Point(4, 14) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(32, 26) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox2.TabIndex = 21 Me.PictureBox2.TabStop = False ' 'icotxt ' Me.icotxt.BackColor = System.Drawing.Color.White Me.icotxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.icotxt.Location = New System.Drawing.Point(39, 19) Me.icotxt.Name = "icotxt" Me.icotxt.ReadOnly = True Me.icotxt.Size = New System.Drawing.Size(208, 20) Me.icotxt.TabIndex = 17 Me.icotxt.Text = "[ Icon To Change Path ]" ' 'CheckBox4 ' Me.CheckBox4.AutoSize = True Me.CheckBox4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CheckBox4.ForeColor = System.Drawing.SystemColors.ControlText Me.CheckBox4.Location = New System.Drawing.Point(6, -3) Me.CheckBox4.Name = "CheckBox4" Me.CheckBox4.Size = New System.Drawing.Size(123, 17) Me.CheckBox4.TabIndex = 20 Me.CheckBox4.Text = "Enable Icon Changer" Me.CheckBox4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(253, 17) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(48, 20) Me.Button5.TabIndex = 16 Me.Button5.Text = ". . . . . ." Me.Button5.UseVisualStyleBackColor = True ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.CheckBox14) Me.GroupBox2.Controls.Add(Me.Label8) Me.GroupBox2.Controls.Add(Me.TextBox3) Me.GroupBox2.Controls.Add(Me.Label5) Me.GroupBox2.Controls.Add(Me.Label3) Me.GroupBox2.Controls.Add(Me.bindpath) Me.GroupBox2.Controls.Add(Me.Label12) Me.GroupBox2.Controls.Add(Me.TextBox8) Me.GroupBox2.Controls.Add(Me.CheckBox1) Me.GroupBox2.Controls.Add(Me.TextBox6) Me.GroupBox2.Controls.Add(Me.Button7) Me.GroupBox2.Location = New System.Drawing.Point(24, 6) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(303, 112) Me.GroupBox2.TabIndex = 6 Me.GroupBox2.TabStop = False ' 'CheckBox14 ' Me.CheckBox14.AutoSize = True Me.CheckBox14.Location = New System.Drawing.Point(6, 92) Me.CheckBox14.Name = "CheckBox14" Me.CheckBox14.Size = New System.Drawing.Size(102, 17) Me.CheckBox14.TabIndex = 47 Me.CheckBox14.Text = "Delay Execute :" Me.CheckBox14.UseVisualStyleBackColor = True ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Tahoma", 6.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.Location = New System.Drawing.Point(188, 95) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(59, 11) Me.Label8.TabIndex = 41 Me.Label8.Text = "1 = second" ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(114, 92) Me.TextBox3.Multiline = True Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(68, 17) Me.TextBox3.TabIndex = 40 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Tahoma", 6.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(103, 6) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(144, 11) Me.Label5.TabIndex = 38 Me.Label5.Text = "Acceptable Size Under 8 Mb" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Tahoma", 6.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(4, 67) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(69, 11) Me.Label3.TabIndex = 37 Me.Label3.Text = "Install Path :" ' 'bindpath ' Me.bindpath.FormattingEnabled = True Me.bindpath.Items.AddRange(New Object() {"Temp", "AppData", "UserProfile", "ProgramData"}) Me.bindpath.Location = New System.Drawing.Point(79, 62) Me.bindpath.Name = "bindpath" Me.bindpath.Size = New System.Drawing.Size(80, 21) Me.bindpath.TabIndex = 36 Me.bindpath.Text = "Temp" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("Tahoma", 6.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label12.Location = New System.Drawing.Point(168, 67) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(47, 11) Me.Label12.TabIndex = 30 Me.Label12.Text = "Run as :" ' 'TextBox8 ' Me.TextBox8.Location = New System.Drawing.Point(221, 64) Me.TextBox8.Multiline = True Me.TextBox8.Name = "TextBox8" Me.TextBox8.Size = New System.Drawing.Size(76, 17) Me.TextBox8.TabIndex = 29 Me.TextBox8.Text = "Bind.exe" ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(6, 0) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(91, 17) Me.CheckBox1.TabIndex = 4 Me.CheckBox1.Text = "Enable Binder" Me.CheckBox1.UseVisualStyleBackColor = True ' 'TextBox6 ' Me.TextBox6.BackColor = System.Drawing.Color.White Me.TextBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox6.Location = New System.Drawing.Point(8, 23) Me.TextBox6.Name = "TextBox6" Me.TextBox6.ReadOnly = True Me.TextBox6.Size = New System.Drawing.Size(239, 20) Me.TextBox6.TabIndex = 2 Me.TextBox6.Text = "[ File To Bind Path ]" ' 'Button7 ' Me.Button7.Location = New System.Drawing.Point(249, 19) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(48, 23) Me.Button7.TabIndex = 3 Me.Button7.Text = ". . . . . ." Me.Button7.UseVisualStyleBackColor = True ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CheckBox2.ForeColor = System.Drawing.SystemColors.ControlText Me.CheckBox2.Location = New System.Drawing.Point(6, 54) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(101, 17) Me.CheckBox2.TabIndex = 21 Me.CheckBox2.Text = "Use Eof Support" Me.CheckBox2.UseVisualStyleBackColor = True ' 'CheckBox3 ' Me.CheckBox3.AutoSize = True Me.CheckBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CheckBox3.ForeColor = System.Drawing.SystemColors.ControlText Me.CheckBox3.Location = New System.Drawing.Point(68, 33) Me.CheckBox3.Name = "CheckBox3" Me.CheckBox3.Size = New System.Drawing.Size(43, 17) Me.CheckBox3.TabIndex = 22 Me.CheckBox3.Text = "Melt" Me.CheckBox3.UseVisualStyleBackColor = True ' 'CheckBox10 ' Me.CheckBox10.AutoSize = True Me.CheckBox10.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CheckBox10.ForeColor = System.Drawing.SystemColors.Desktop Me.CheckBox10.Location = New System.Drawing.Point(6, 0) Me.CheckBox10.Name = "CheckBox10" Me.CheckBox10.Size = New System.Drawing.Size(78, 17) Me.CheckBox10.TabIndex = 1 Me.CheckBox10.Text = "File Pumper" Me.CheckBox10.UseVisualStyleBackColor = True ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.ForeColor = System.Drawing.SystemColors.Desktop Me.Label9.Location = New System.Drawing.Point(21, 19) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(60, 13) Me.Label9.TabIndex = 23 Me.Label9.Text = "Extention :" ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.Label9) Me.GroupBox3.Controls.Add(Me.CheckBox8) Me.GroupBox3.Controls.Add(Me.spoofbox) Me.GroupBox3.Location = New System.Drawing.Point(218, 86) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(114, 65) Me.GroupBox3.TabIndex = 25 Me.GroupBox3.TabStop = False ' 'CheckBox8 ' Me.CheckBox8.AutoSize = True Me.CheckBox8.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CheckBox8.ForeColor = System.Drawing.SystemColors.Desktop Me.CheckBox8.Location = New System.Drawing.Point(6, 1) Me.CheckBox8.Name = "CheckBox8" Me.CheckBox8.Size = New System.Drawing.Size(100, 17) Me.CheckBox8.TabIndex = 0 Me.CheckBox8.Text = "Spoof Extention" Me.CheckBox8.UseVisualStyleBackColor = True ' 'spoofbox ' Me.spoofbox.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.spoofbox.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.spoofbox.ForeColor = System.Drawing.Color.Black Me.spoofbox.FormattingEnabled = True Me.spoofbox.Items.AddRange(New Object() {"jpg", "png", "bmb", "gif", "img", "torrent", "avi", "mp3", "mp4", "mov", "rar", "zip", "txt", "dll", "pif", "com", "rtf", "bat", "ocx", "scr", "php", "html"}) Me.spoofbox.Location = New System.Drawing.Point(25, 36) Me.spoofbox.Name = "spoofbox" Me.spoofbox.Size = New System.Drawing.Size(75, 21) Me.spoofbox.TabIndex = 16 Me.spoofbox.Text = "jpg" ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.Label7) Me.GroupBox4.Controls.Add(Me.CheckBox10) Me.GroupBox4.Controls.Add(Me.RadioButton4) Me.GroupBox4.Controls.Add(Me.NumericUpDown1) Me.GroupBox4.Controls.Add(Me.RadioButton3) Me.GroupBox4.Controls.Add(Me.RadioButton1) Me.GroupBox4.Controls.Add(Me.RadioButton2) Me.GroupBox4.ForeColor = System.Drawing.SystemColors.GrayText Me.GroupBox4.Location = New System.Drawing.Point(28, 86) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(182, 64) Me.GroupBox4.TabIndex = 24 Me.GroupBox4.TabStop = False ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.ForeColor = System.Drawing.SystemColors.Desktop Me.Label7.Location = New System.Drawing.Point(10, 20) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(80, 13) Me.Label7.TabIndex = 22 Me.Label7.Text = "Size of Values :" ' 'RadioButton4 ' Me.RadioButton4.AutoSize = True Me.RadioButton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.RadioButton4.ForeColor = System.Drawing.SystemColors.Desktop Me.RadioButton4.Location = New System.Drawing.Point(146, 41) Me.RadioButton4.Name = "RadioButton4" Me.RadioButton4.Size = New System.Drawing.Size(36, 17) Me.RadioButton4.TabIndex = 21 Me.RadioButton4.TabStop = True Me.RadioButton4.Text = "TB" Me.RadioButton4.UseVisualStyleBackColor = True ' 'NumericUpDown1 ' Me.NumericUpDown1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.NumericUpDown1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.NumericUpDown1.ForeColor = System.Drawing.Color.Black Me.NumericUpDown1.Location = New System.Drawing.Point(96, 18) Me.NumericUpDown1.Name = "NumericUpDown1" Me.NumericUpDown1.Size = New System.Drawing.Size(77, 20) Me.NumericUpDown1.TabIndex = 17 Me.NumericUpDown1.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'RadioButton3 ' Me.RadioButton3.AutoSize = True Me.RadioButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.RadioButton3.ForeColor = System.Drawing.SystemColors.Desktop Me.RadioButton3.Location = New System.Drawing.Point(96, 41) Me.RadioButton3.Name = "RadioButton3" Me.RadioButton3.Size = New System.Drawing.Size(37, 17) Me.RadioButton3.TabIndex = 20 Me.RadioButton3.TabStop = True Me.RadioButton3.Text = "GB" Me.RadioButton3.UseVisualStyleBackColor = True ' 'RadioButton1 ' Me.RadioButton1.AutoSize = True Me.RadioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.RadioButton1.ForeColor = System.Drawing.SystemColors.Desktop Me.RadioButton1.Location = New System.Drawing.Point(6, 41) Me.RadioButton1.Name = "RadioButton1" Me.RadioButton1.Size = New System.Drawing.Size(36, 17) Me.RadioButton1.TabIndex = 18 Me.RadioButton1.TabStop = True Me.RadioButton1.Text = "KB" Me.RadioButton1.UseVisualStyleBackColor = True ' 'RadioButton2 ' Me.RadioButton2.AutoSize = True Me.RadioButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.RadioButton2.ForeColor = System.Drawing.SystemColors.Desktop Me.RadioButton2.Location = New System.Drawing.Point(52, 41) Me.RadioButton2.Name = "RadioButton2" Me.RadioButton2.Size = New System.Drawing.Size(38, 17) Me.RadioButton2.TabIndex = 19 Me.RadioButton2.TabStop = True Me.RadioButton2.Text = "MB" Me.RadioButton2.UseVisualStyleBackColor = True ' 'GroupBox6 ' Me.GroupBox6.Controls.Add(Me.CheckBox6) Me.GroupBox6.Controls.Add(Me.CheckBox13) Me.GroupBox6.Controls.Add(Me.CheckBox5) Me.GroupBox6.Controls.Add(Me.Label1) Me.GroupBox6.Controls.Add(Me.CheckBox3) Me.GroupBox6.Controls.Add(Me.CheckBox2) Me.GroupBox6.Location = New System.Drawing.Point(28, 3) Me.GroupBox6.Name = "GroupBox6" Me.GroupBox6.Size = New System.Drawing.Size(304, 77) Me.GroupBox6.TabIndex = 26 Me.GroupBox6.TabStop = False Me.GroupBox6.Text = "Extra Setting" ' 'CheckBox6 ' Me.CheckBox6.AutoSize = True Me.CheckBox6.Location = New System.Drawing.Point(212, 34) Me.CheckBox6.Name = "CheckBox6" Me.CheckBox6.Size = New System.Drawing.Size(91, 17) Me.CheckBox6.TabIndex = 44 Me.CheckBox6.Text = "Kill Resources" Me.CheckBox6.UseVisualStyleBackColor = True ' 'CheckBox13 ' Me.CheckBox13.AutoSize = True Me.CheckBox13.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CheckBox13.ForeColor = System.Drawing.SystemColors.ControlText Me.CheckBox13.Location = New System.Drawing.Point(6, 33) Me.CheckBox13.Name = "CheckBox13" Me.CheckBox13.Size = New System.Drawing.Size(60, 17) Me.CheckBox13.TabIndex = 29 Me.CheckBox13.Text = "HideFile" Me.CheckBox13.UseVisualStyleBackColor = True ' 'CheckBox5 ' Me.CheckBox5.AutoSize = True Me.CheckBox5.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CheckBox5.ForeColor = System.Drawing.SystemColors.ControlText Me.CheckBox5.Location = New System.Drawing.Point(117, 33) Me.CheckBox5.Name = "CheckBox5" Me.CheckBox5.Size = New System.Drawing.Size(89, 17) Me.CheckBox5.TabIndex = 25 Me.CheckBox5.Text = "Block AV Sites" Me.CheckBox5.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Tahoma", 6.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(125, 58) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(59, 11) Me.Label1.TabIndex = 24 Me.Label1.Text = "EOF Status" ' 'NumericUpDown24 ' Me.NumericUpDown24.Location = New System.Drawing.Point(80, 134) Me.NumericUpDown24.Name = "NumericUpDown24" Me.NumericUpDown24.Size = New System.Drawing.Size(41, 20) Me.NumericUpDown24.TabIndex = 29 ' 'NumericUpDown23 ' Me.NumericUpDown23.Location = New System.Drawing.Point(224, 103) Me.NumericUpDown23.Name = "NumericUpDown23" Me.NumericUpDown23.Size = New System.Drawing.Size(41, 20) Me.NumericUpDown23.TabIndex = 28 ' 'NumericUpDown25 ' Me.NumericUpDown25.Location = New System.Drawing.Point(130, 134) Me.NumericUpDown25.Name = "NumericUpDown25" Me.NumericUpDown25.Size = New System.Drawing.Size(41, 20) Me.NumericUpDown25.TabIndex = 27 ' 'TextBox20 ' Me.TextBox20.BackColor = System.Drawing.Color.White Me.TextBox20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox20.Location = New System.Drawing.Point(76, 26) Me.TextBox20.Name = "TextBox20" Me.TextBox20.ReadOnly = True Me.TextBox20.Size = New System.Drawing.Size(86, 20) Me.TextBox20.TabIndex = 31 Me.TextBox20.Text = "Title" ' 'TextBox21 ' Me.TextBox21.BackColor = System.Drawing.Color.White Me.TextBox21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox21.Location = New System.Drawing.Point(76, 52) Me.TextBox21.Name = "TextBox21" Me.TextBox21.ReadOnly = True Me.TextBox21.Size = New System.Drawing.Size(87, 20) Me.TextBox21.TabIndex = 32 Me.TextBox21.Text = "Description " ' 'Button6 ' Me.Button6.Location = New System.Drawing.Point(295, 155) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(49, 20) Me.Button6.TabIndex = 33 Me.Button6.Text = "Gen" Me.Button6.UseVisualStyleBackColor = True ' 'TextBox22 ' Me.TextBox22.BackColor = System.Drawing.Color.White Me.TextBox22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox22.Location = New System.Drawing.Point(76, 78) Me.TextBox22.Name = "TextBox22" Me.TextBox22.ReadOnly = True Me.TextBox22.Size = New System.Drawing.Size(86, 20) Me.TextBox22.TabIndex = 34 Me.TextBox22.Text = "Company " ' 'TabControl1 ' Me.TabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Controls.Add(Me.TabPage3) Me.TabControl1.Controls.Add(Me.TabPage4) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Top Me.TabControl1.Location = New System.Drawing.Point(0, 0) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(358, 209) Me.TabControl1.TabIndex = 35 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.GroupBox1) Me.TabPage1.Location = New System.Drawing.Point(4, 25) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(350, 180) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Main Setting" Me.TabPage1.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.GroupBox8) Me.TabPage2.Controls.Add(Me.GroupBox2) Me.TabPage2.Location = New System.Drawing.Point(4, 25) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(350, 180) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Binder/Icon/Cloner" Me.TabPage2.UseVisualStyleBackColor = True ' 'GroupBox8 ' Me.GroupBox8.Controls.Add(Me.CheckBox12) Me.GroupBox8.Controls.Add(Me.TextBox5) Me.GroupBox8.Controls.Add(Me.Button8) Me.GroupBox8.Location = New System.Drawing.Point(24, 124) Me.GroupBox8.Name = "GroupBox8" Me.GroupBox8.Size = New System.Drawing.Size(303, 50) Me.GroupBox8.TabIndex = 20 Me.GroupBox8.TabStop = False ' 'CheckBox12 ' Me.CheckBox12.AutoSize = True Me.CheckBox12.Location = New System.Drawing.Point(6, 0) Me.CheckBox12.Name = "CheckBox12" Me.CheckBox12.Size = New System.Drawing.Size(92, 17) Me.CheckBox12.TabIndex = 4 Me.CheckBox12.Text = "Enable Cloner" Me.CheckBox12.UseVisualStyleBackColor = True ' 'TextBox5 ' Me.TextBox5.BackColor = System.Drawing.Color.White Me.TextBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox5.Location = New System.Drawing.Point(4, 18) Me.TextBox5.Name = "TextBox5" Me.TextBox5.ReadOnly = True Me.TextBox5.Size = New System.Drawing.Size(239, 20) Me.TextBox5.TabIndex = 2 Me.TextBox5.Text = "[ File To Clone Info Path ]" ' 'Button8 ' Me.Button8.Location = New System.Drawing.Point(249, 18) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(48, 23) Me.Button8.TabIndex = 3 Me.Button8.Text = ". . . . . ." Me.Button8.UseVisualStyleBackColor = True ' 'TabPage3 ' Me.TabPage3.Controls.Add(Me.GroupBox6) Me.TabPage3.Controls.Add(Me.GroupBox4) Me.TabPage3.Controls.Add(Me.GroupBox3) Me.TabPage3.Location = New System.Drawing.Point(4, 25) Me.TabPage3.Name = "TabPage3" Me.TabPage3.Size = New System.Drawing.Size(350, 180) Me.TabPage3.TabIndex = 2 Me.TabPage3.Text = "Advanced" Me.TabPage3.UseVisualStyleBackColor = True ' 'TabPage4 ' Me.TabPage4.Controls.Add(Me.FileVersion) Me.TabPage4.Controls.Add(Me.Label10) Me.TabPage4.Controls.Add(Me.CheckBox9) Me.TabPage4.Controls.Add(Me.NumericUpDown26) Me.TabPage4.Controls.Add(Me.NumericUpDown27) Me.TabPage4.Controls.Add(Me.NumericUpDown22) Me.TabPage4.Controls.Add(Me.NumericUpDown20) Me.TabPage4.Controls.Add(Me.NumericUpDown21) Me.TabPage4.Controls.Add(Me.TextBox23) Me.TabPage4.Controls.Add(Me.TextBox25) Me.TabPage4.Controls.Add(Me.TextBox24) Me.TabPage4.Controls.Add(Me.TextBox20) Me.TabPage4.Controls.Add(Me.TextBox22) Me.TabPage4.Controls.Add(Me.NumericUpDown25) Me.TabPage4.Controls.Add(Me.Button6) Me.TabPage4.Controls.Add(Me.NumericUpDown23) Me.TabPage4.Controls.Add(Me.TextBox21) Me.TabPage4.Controls.Add(Me.NumericUpDown24) Me.TabPage4.Location = New System.Drawing.Point(4, 25) Me.TabPage4.Name = "TabPage4" Me.TabPage4.Size = New System.Drawing.Size(350, 180) Me.TabPage4.TabIndex = 3 Me.TabPage4.Text = "Assembly " Me.TabPage4.UseVisualStyleBackColor = True ' 'FileVersion ' Me.FileVersion.AutoSize = True Me.FileVersion.Location = New System.Drawing.Point(9, 141) Me.FileVersion.Name = "FileVersion" Me.FileVersion.Size = New System.Drawing.Size(65, 13) Me.FileVersion.TabIndex = 52 Me.FileVersion.Text = "FileVersion :" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(22, 103) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(49, 13) Me.Label10.TabIndex = 51 Me.Label10.Text = "Version :" ' 'CheckBox9 ' Me.CheckBox9.AutoSize = True Me.CheckBox9.Location = New System.Drawing.Point(13, 3) Me.CheckBox9.Name = "CheckBox9" Me.CheckBox9.Size = New System.Drawing.Size(112, 17) Me.CheckBox9.TabIndex = 44 Me.CheckBox9.Text = "Change assemblly" Me.CheckBox9.UseVisualStyleBackColor = True ' 'NumericUpDown26 ' Me.NumericUpDown26.Location = New System.Drawing.Point(177, 134) Me.NumericUpDown26.Name = "NumericUpDown26" Me.NumericUpDown26.Size = New System.Drawing.Size(41, 20) Me.NumericUpDown26.TabIndex = 42 ' 'NumericUpDown27 ' Me.NumericUpDown27.Location = New System.Drawing.Point(224, 134) Me.NumericUpDown27.Name = "NumericUpDown27" Me.NumericUpDown27.Size = New System.Drawing.Size(41, 20) Me.NumericUpDown27.TabIndex = 41 ' 'NumericUpDown22 ' Me.NumericUpDown22.Location = New System.Drawing.Point(177, 104) Me.NumericUpDown22.Name = "NumericUpDown22" Me.NumericUpDown22.Size = New System.Drawing.Size(41, 20) Me.NumericUpDown22.TabIndex = 38 ' 'NumericUpDown20 ' Me.NumericUpDown20.Location = New System.Drawing.Point(80, 104) Me.NumericUpDown20.Name = "NumericUpDown20" Me.NumericUpDown20.Size = New System.Drawing.Size(41, 20) Me.NumericUpDown20.TabIndex = 39 ' 'NumericUpDown21 ' Me.NumericUpDown21.Location = New System.Drawing.Point(130, 104) Me.NumericUpDown21.Name = "NumericUpDown21" Me.NumericUpDown21.Size = New System.Drawing.Size(41, 20) Me.NumericUpDown21.TabIndex = 40 ' 'TextBox23 ' Me.TextBox23.BackColor = System.Drawing.Color.White Me.TextBox23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox23.Location = New System.Drawing.Point(168, 26) Me.TextBox23.Name = "TextBox23" Me.TextBox23.ReadOnly = True Me.TextBox23.Size = New System.Drawing.Size(97, 20) Me.TextBox23.TabIndex = 35 Me.TextBox23.Text = "Product " ' 'TextBox25 ' Me.TextBox25.BackColor = System.Drawing.Color.White Me.TextBox25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox25.Location = New System.Drawing.Point(168, 78) Me.TextBox25.Name = "TextBox25" Me.TextBox25.ReadOnly = True Me.TextBox25.Size = New System.Drawing.Size(97, 20) Me.TextBox25.TabIndex = 37 Me.TextBox25.Text = "Trademark" ' 'TextBox24 ' Me.TextBox24.BackColor = System.Drawing.Color.White Me.TextBox24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox24.Location = New System.Drawing.Point(168, 52) Me.TextBox24.Name = "TextBox24" Me.TextBox24.ReadOnly = True Me.TextBox24.Size = New System.Drawing.Size(96, 20) Me.TextBox24.TabIndex = 36 Me.TextBox24.Text = "Copyright " ' 'Timer3 ' ' 'ProgressBar1 ' Me.ProgressBar1.Location = New System.Drawing.Point(4, 215) Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(350, 10) Me.ProgressBar1.TabIndex = 36 ' 'Timer4 ' ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.ControlLight Me.ClientSize = New System.Drawing.Size(358, 251) Me.Controls.Add(Me.ProgressBar1) Me.Controls.Add(Me.TabControl1) Me.Controls.Add(Me.Button1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "Form1" Me.ShowIcon = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Elm0D Simple Crypter Example" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout Me.GroupBox5.ResumeLayout(false) Me.GroupBox5.PerformLayout CType(Me.PictureBox2,System.ComponentModel.ISupportInitialize).EndInit Me.GroupBox2.ResumeLayout(false) Me.GroupBox2.PerformLayout Me.GroupBox3.ResumeLayout(false) Me.GroupBox3.PerformLayout Me.GroupBox4.ResumeLayout(false) Me.GroupBox4.PerformLayout CType(Me.NumericUpDown1,System.ComponentModel.ISupportInitialize).EndInit Me.GroupBox6.ResumeLayout(false) Me.GroupBox6.PerformLayout CType(Me.NumericUpDown24,System.ComponentModel.ISupportInitialize).EndInit CType(Me.NumericUpDown23,System.ComponentModel.ISupportInitialize).EndInit CType(Me.NumericUpDown25,System.ComponentModel.ISupportInitialize).EndInit Me.TabControl1.ResumeLayout(false) Me.TabPage1.ResumeLayout(false) Me.TabPage2.ResumeLayout(false) Me.GroupBox8.ResumeLayout(false) Me.GroupBox8.PerformLayout Me.TabPage3.ResumeLayout(false) Me.TabPage4.ResumeLayout(false) Me.TabPage4.PerformLayout CType(Me.NumericUpDown26,System.ComponentModel.ISupportInitialize).EndInit CType(Me.NumericUpDown27,System.ComponentModel.ISupportInitialize).EndInit CType(Me.NumericUpDown22,System.ComponentModel.ISupportInitialize).EndInit CType(Me.NumericUpDown20,System.ComponentModel.ISupportInitialize).EndInit CType(Me.NumericUpDown21,System.ComponentModel.ISupportInitialize).EndInit Me.ResumeLayout(false) End Sub Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox Friend WithEvents TextBox6 As System.Windows.Forms.TextBox Friend WithEvents Button7 As System.Windows.Forms.Button Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox Friend WithEvents icotxt As System.Windows.Forms.TextBox Friend WithEvents CheckBox4 As System.Windows.Forms.CheckBox Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox10 As System.Windows.Forms.CheckBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents CheckBox8 As System.Windows.Forms.CheckBox Friend WithEvents spoofbox As System.Windows.Forms.ComboBox Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents RadioButton4 As System.Windows.Forms.RadioButton Friend WithEvents NumericUpDown1 As System.Windows.Forms.NumericUpDown Friend WithEvents RadioButton3 As System.Windows.Forms.RadioButton Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents CheckBox5 As System.Windows.Forms.CheckBox Friend WithEvents NumericUpDown24 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown23 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown25 As System.Windows.Forms.NumericUpDown Friend WithEvents TextBox20 As System.Windows.Forms.TextBox Friend WithEvents TextBox21 As System.Windows.Forms.TextBox Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents TextBox22 As System.Windows.Forms.TextBox Friend WithEvents TabControl1 As System.Windows.Forms.TabControl Friend WithEvents TabPage1 As System.Windows.Forms.TabPage Friend WithEvents TabPage2 As System.Windows.Forms.TabPage Friend WithEvents TabPage3 As System.Windows.Forms.TabPage Friend WithEvents TabPage4 As System.Windows.Forms.TabPage Friend WithEvents NumericUpDown22 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown20 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown21 As System.Windows.Forms.NumericUpDown Friend WithEvents TextBox23 As System.Windows.Forms.TextBox Friend WithEvents TextBox25 As System.Windows.Forms.TextBox Friend WithEvents TextBox24 As System.Windows.Forms.TextBox Friend WithEvents Timer3 As System.Windows.Forms.Timer Friend WithEvents NumericUpDown26 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown27 As System.Windows.Forms.NumericUpDown Friend WithEvents CheckBox9 As System.Windows.Forms.CheckBox Friend WithEvents GroupBox8 As System.Windows.Forms.GroupBox Friend WithEvents CheckBox12 As System.Windows.Forms.CheckBox Friend WithEvents TextBox5 As System.Windows.Forms.TextBox Friend WithEvents Button8 As System.Windows.Forms.Button Friend WithEvents FileVersion As System.Windows.Forms.Label Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar Friend WithEvents Timer4 As System.Windows.Forms.Timer Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents TextBox8 As System.Windows.Forms.TextBox Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents CheckBox13 As System.Windows.Forms.CheckBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents servpath As System.Windows.Forms.ComboBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents bindpath As System.Windows.Forms.ComboBox Friend WithEvents copyser As System.Windows.Forms.CheckBox Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents TextBox7 As System.Windows.Forms.TextBox Friend WithEvents CheckBox7 As System.Windows.Forms.CheckBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents CheckBox6 As System.Windows.Forms.CheckBox Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents TextBox4 As System.Windows.Forms.TextBox Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents CheckBox11 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox14 As System.Windows.Forms.CheckBox End Class