_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) Me.Button3 = New System.Windows.Forms.Button() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Button4 = New System.Windows.Forms.Button() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.CheckBox4 = New System.Windows.Forms.CheckBox() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.Label9 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.ShapeContainer1 = New Microsoft.VisualBasic.PowerPacks.ShapeContainer() Me.LineShape1 = New Microsoft.VisualBasic.PowerPacks.LineShape() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.CheckBox5 = New System.Windows.Forms.CheckBox() Me.Label20 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.Label2 = New System.Windows.Forms.Label() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.CheckBox3 = New System.Windows.Forms.CheckBox() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.Label6 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.Label8 = New System.Windows.Forms.Label() Me.TabPage4 = New System.Windows.Forms.TabPage() Me.Label24 = New System.Windows.Forms.Label() Me.Label23 = New System.Windows.Forms.Label() Me.GroupBox5 = New System.Windows.Forms.GroupBox() Me.Button6 = New System.Windows.Forms.Button() Me.Label22 = New System.Windows.Forms.Label() Me.TextBox8 = New System.Windows.Forms.TextBox() Me.Button5 = New System.Windows.Forms.Button() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.Label21 = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.Label19 = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.Label17 = New System.Windows.Forms.Label() Me.Label16 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.Label25 = New System.Windows.Forms.Label() Me.GroupBox2.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage2.SuspendLayout() Me.TabPage3.SuspendLayout() Me.TabPage4.SuspendLayout() Me.GroupBox5.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.GroupBox4.SuspendLayout() Me.SuspendLayout() ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(731, 194) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(58, 23) Me.Button3.TabIndex = 4 Me.Button3.Text = "Button3" Me.Button3.UseVisualStyleBackColor = True ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(714, 138) Me.TextBox2.MaxLength = 3276700 Me.TextBox2.Multiline = True Me.TextBox2.Name = "TextBox2" Me.TextBox2.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.TextBox2.Size = New System.Drawing.Size(66, 50) Me.TextBox2.TabIndex = 5 Me.TextBox2.WordWrap = False ' 'TextBox3 ' Me.TextBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox3.Location = New System.Drawing.Point(602, 271) Me.TextBox3.Multiline = True Me.TextBox3.Name = "TextBox3" Me.TextBox3.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.TextBox3.Size = New System.Drawing.Size(35, 56) Me.TextBox3.TabIndex = 6 Me.TextBox3.Visible = False ' 'Button4 ' Me.Button4.Enabled = False Me.Button4.ForeColor = System.Drawing.Color.Black Me.Button4.Location = New System.Drawing.Point(187, 19) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(49, 20) Me.Button4.TabIndex = 1 Me.Button4.Text = "..." Me.Button4.UseVisualStyleBackColor = True ' 'TextBox4 ' Me.TextBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox4.Enabled = False Me.TextBox4.Location = New System.Drawing.Point(16, 19) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(165, 20) Me.TextBox4.TabIndex = 0 ' 'CheckBox4 ' Me.CheckBox4.AutoSize = True Me.CheckBox4.ForeColor = System.Drawing.Color.Black Me.CheckBox4.Location = New System.Drawing.Point(132, 72) Me.CheckBox4.Name = "CheckBox4" Me.CheckBox4.Size = New System.Drawing.Size(96, 17) Me.CheckBox4.TabIndex = 19 Me.CheckBox4.Text = "Fake Message" Me.CheckBox4.UseVisualStyleBackColor = True ' 'TextBox6 ' Me.TextBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox6.Enabled = False Me.TextBox6.Location = New System.Drawing.Point(36, 42) Me.TextBox6.Multiline = True Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(180, 20) Me.TextBox6.TabIndex = 14 ' 'TextBox5 ' Me.TextBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox5.Enabled = False Me.TextBox5.Location = New System.Drawing.Point(23, 86) Me.TextBox5.Multiline = True Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(210, 41) Me.TextBox5.TabIndex = 0 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.TextBox4) Me.GroupBox2.Controls.Add(Me.Button4) Me.GroupBox2.ForeColor = System.Drawing.Color.Black Me.GroupBox2.Location = New System.Drawing.Point(79, 58) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(249, 61) Me.GroupBox2.TabIndex = 31 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Icon changer" ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.Label9) Me.GroupBox3.Controls.Add(Me.Label7) Me.GroupBox3.Controls.Add(Me.TextBox5) Me.GroupBox3.Controls.Add(Me.TextBox6) Me.GroupBox3.ForeColor = System.Drawing.Color.Black Me.GroupBox3.Location = New System.Drawing.Point(78, 17) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(249, 140) Me.GroupBox3.TabIndex = 32 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Fake error" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.ForeColor = System.Drawing.Color.Black Me.Label9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Label9.Location = New System.Drawing.Point(6, 68) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(50, 13) Me.Label9.TabIndex = 35 Me.Label9.Text = "Message" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.ForeColor = System.Drawing.Color.Black Me.Label7.Location = New System.Drawing.Point(20, 26) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(27, 13) Me.Label7.TabIndex = 33 Me.Label7.Text = "Title" ' 'ShapeContainer1 ' Me.ShapeContainer1.Location = New System.Drawing.Point(0, 0) Me.ShapeContainer1.Margin = New System.Windows.Forms.Padding(0) Me.ShapeContainer1.Name = "ShapeContainer1" Me.ShapeContainer1.Shapes.AddRange(New Microsoft.VisualBasic.PowerPacks.Shape() {Me.LineShape1}) Me.ShapeContainer1.Size = New System.Drawing.Size(647, 301) Me.ShapeContainer1.TabIndex = 33 Me.ShapeContainer1.TabStop = False ' 'LineShape1 ' Me.LineShape1.Name = "LineShape1" Me.LineShape1.Visible = False Me.LineShape1.X1 = 530 Me.LineShape1.X2 = 638 Me.LineShape1.Y1 = 80 Me.LineShape1.Y2 = 175 ' 'TabControl1 ' 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.Location = New System.Drawing.Point(3, 81) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(419, 208) Me.TabControl1.TabIndex = 34 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.CheckBox5) Me.TabPage1.Controls.Add(Me.Label20) Me.TabPage1.Controls.Add(Me.Label3) Me.TabPage1.Controls.Add(Me.CheckBox2) Me.TabPage1.Controls.Add(Me.Label2) Me.TabPage1.Controls.Add(Me.CheckBox4) Me.TabPage1.Controls.Add(Me.CheckBox1) Me.TabPage1.Controls.Add(Me.CheckBox3) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(411, 182) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Settings" Me.TabPage1.UseVisualStyleBackColor = True ' 'CheckBox5 ' Me.CheckBox5.AutoSize = True Me.CheckBox5.Location = New System.Drawing.Point(228, 51) Me.CheckBox5.Name = "CheckBox5" Me.CheckBox5.Size = New System.Drawing.Size(63, 17) Me.CheckBox5.TabIndex = 34 Me.CheckBox5.Text = "Memory" Me.CheckBox5.UseVisualStyleBackColor = True ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Location = New System.Drawing.Point(93, 152) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(209, 13) Me.Label20.TabIndex = 33 Me.Label20.Text = "We are always buzy upgrading our Crypter." ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(76, 136) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(247, 13) Me.Label3.TabIndex = 32 Me.Label3.Text = "These settings may be already installed in your File." ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.ForeColor = System.Drawing.Color.Black Me.CheckBox2.Location = New System.Drawing.Point(132, 51) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(90, 17) Me.CheckBox2.TabIndex = 2 Me.CheckBox2.Text = "Icon Changer" Me.CheckBox2.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(33, 28) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(107, 13) Me.Label2.TabIndex = 31 Me.Label2.Text = "Select your Settings.." ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(51, 51) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(60, 17) Me.CheckBox1.TabIndex = 30 Me.CheckBox1.Text = "Startup" Me.CheckBox1.UseVisualStyleBackColor = True ' 'CheckBox3 ' Me.CheckBox3.AutoSize = True Me.CheckBox3.ForeColor = System.Drawing.Color.Black Me.CheckBox3.Location = New System.Drawing.Point(51, 72) Me.CheckBox3.Name = "CheckBox3" Me.CheckBox3.Size = New System.Drawing.Size(75, 17) Me.CheckBox3.TabIndex = 3 Me.CheckBox3.Text = "Obfuscate" Me.CheckBox3.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.Label6) Me.TabPage2.Controls.Add(Me.Label5) Me.TabPage2.Controls.Add(Me.GroupBox2) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(411, 182) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Icon Changer" Me.TabPage2.UseVisualStyleBackColor = True ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(120, 135) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(161, 13) Me.Label6.TabIndex = 33 Me.Label6.Text = "This changes the icon of the file." ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(22, 33) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(139, 13) Me.Label5.TabIndex = 32 Me.Label5.Text = "Change the icon of your file." ' 'TabPage3 ' Me.TabPage3.Controls.Add(Me.GroupBox3) Me.TabPage3.Controls.Add(Me.Label8) Me.TabPage3.Location = New System.Drawing.Point(4, 22) Me.TabPage3.Name = "TabPage3" Me.TabPage3.Size = New System.Drawing.Size(411, 182) Me.TabPage3.TabIndex = 2 Me.TabPage3.Text = "Error Message" Me.TabPage3.UseVisualStyleBackColor = True ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(88, 160) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(227, 13) Me.Label8.TabIndex = 34 Me.Label8.Text = "When opening the file this message comes up." ' 'TabPage4 ' Me.TabPage4.Controls.Add(Me.Label24) Me.TabPage4.Controls.Add(Me.Label23) Me.TabPage4.Controls.Add(Me.GroupBox5) Me.TabPage4.Location = New System.Drawing.Point(4, 22) Me.TabPage4.Name = "TabPage4" Me.TabPage4.Size = New System.Drawing.Size(411, 182) Me.TabPage4.TabIndex = 3 Me.TabPage4.Text = "Memory" Me.TabPage4.UseVisualStyleBackColor = True ' 'Label24 ' Me.Label24.AutoSize = True Me.Label24.Location = New System.Drawing.Point(108, 168) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(199, 13) Me.Label24.TabIndex = 4 Me.Label24.Text = "Make sure you dont make the File to big." ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.Location = New System.Drawing.Point(90, 152) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(237, 13) Me.Label23.TabIndex = 3 Me.Label23.Text = "With this Function you can add MB's to your File." ' 'GroupBox5 ' Me.GroupBox5.Controls.Add(Me.Button6) Me.GroupBox5.Controls.Add(Me.Label22) Me.GroupBox5.Controls.Add(Me.TextBox8) Me.GroupBox5.Controls.Add(Me.Button5) Me.GroupBox5.Controls.Add(Me.TextBox7) Me.GroupBox5.Controls.Add(Me.Label21) Me.GroupBox5.Location = New System.Drawing.Point(96, 16) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(231, 129) Me.GroupBox5.TabIndex = 2 Me.GroupBox5.TabStop = False Me.GroupBox5.Text = "Memory" ' 'Button6 ' Me.Button6.Enabled = False Me.Button6.Location = New System.Drawing.Point(141, 103) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(51, 21) Me.Button6.TabIndex = 5 Me.Button6.Text = "Modify" Me.Button6.UseVisualStyleBackColor = True ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Location = New System.Drawing.Point(21, 85) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(102, 13) Me.Label22.TabIndex = 4 Me.Label22.Text = "Bytes to add (in MB)" ' 'TextBox8 ' Me.TextBox8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox8.Enabled = False Me.TextBox8.Location = New System.Drawing.Point(15, 103) Me.TextBox8.Name = "TextBox8" Me.TextBox8.Size = New System.Drawing.Size(120, 20) Me.TextBox8.TabIndex = 3 ' 'Button5 ' Me.Button5.Enabled = False Me.Button5.Location = New System.Drawing.Point(170, 38) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(41, 22) Me.Button5.TabIndex = 2 Me.Button5.Text = "..." Me.Button5.UseVisualStyleBackColor = True ' 'TextBox7 ' Me.TextBox7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox7.Enabled = False Me.TextBox7.Location = New System.Drawing.Point(15, 40) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(149, 20) Me.TextBox7.TabIndex = 1 ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Location = New System.Drawing.Point(21, 24) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(23, 13) Me.Label21.TabIndex = 0 Me.Label21.Text = "File" ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.Transparent Me.Button2.Font = New System.Drawing.Font("Verdana", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.ForeColor = System.Drawing.Color.Black Me.Button2.Location = New System.Drawing.Point(523, 271) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(112, 27) Me.Button2.TabIndex = 2 Me.Button2.Text = "Build" Me.Button2.UseVisualStyleBackColor = False ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.BackColor = System.Drawing.Color.Transparent Me.Label4.Font = New System.Drawing.Font("Verdana", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.ForeColor = System.Drawing.Color.Black Me.Label4.Location = New System.Drawing.Point(14, 51) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(39, 12) Me.Label4.TabIndex = 29 Me.Label4.Text = "Label4" ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.Transparent Me.Button1.Font = New System.Drawing.Font("Verdana", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.ForeColor = System.Drawing.Color.Black Me.Button1.Location = New System.Drawing.Point(198, 28) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(49, 20) Me.Button1.TabIndex = 3 Me.Button1.Text = "..." Me.Button1.UseVisualStyleBackColor = False ' 'TextBox1 ' Me.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox1.Location = New System.Drawing.Point(16, 28) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(165, 20) Me.TextBox1.TabIndex = 1 ' 'GroupBox1 ' Me.GroupBox1.BackColor = System.Drawing.Color.Transparent Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.Label11) Me.GroupBox1.Controls.Add(Me.Label12) Me.GroupBox1.Controls.Add(Me.Label10) Me.GroupBox1.Controls.Add(Me.TextBox1) Me.GroupBox1.Controls.Add(Me.Button1) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.ForeColor = System.Drawing.Color.Black Me.GroupBox1.Location = New System.Drawing.Point(325, 3) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(319, 84) Me.GroupBox1.TabIndex = 30 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Select File.." ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Verdana", 6.75!) Me.Label1.Location = New System.Drawing.Point(73, 67) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(0, 12) Me.Label1.TabIndex = 33 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("Verdana", 6.75!) Me.Label11.Location = New System.Drawing.Point(14, 67) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(64, 12) Me.Label11.TabIndex = 31 Me.Label11.Text = "File Locat. :" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("Verdana", 6.75!) Me.Label12.Location = New System.Drawing.Point(73, 13) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(168, 12) Me.Label12.TabIndex = 32 Me.Label12.Text = "Select the file you want to Crypt." ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("Verdana", 6.75!) Me.Label10.Location = New System.Drawing.Point(79, 54) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(0, 12) Me.Label10.TabIndex = 30 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(541, 255) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(76, 13) Me.Label13.TabIndex = 36 Me.Label13.Text = "Crypt your File:" ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.Label19) Me.GroupBox4.Controls.Add(Me.Label18) Me.GroupBox4.Controls.Add(Me.Label17) Me.GroupBox4.Controls.Add(Me.Label16) Me.GroupBox4.Controls.Add(Me.Label15) Me.GroupBox4.Controls.Add(Me.Label14) Me.GroupBox4.Location = New System.Drawing.Point(438, 103) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(200, 140) Me.GroupBox4.TabIndex = 38 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "Information" ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Location = New System.Drawing.Point(9, 121) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(80, 13) Me.Label19.TabIndex = 5 Me.Label19.Text = "VirusTotal.com." ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Location = New System.Drawing.Point(9, 106) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(148, 13) Me.Label18.TabIndex = 4 Me.Label18.Text = "Dont scan the Stub or File on," ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Location = New System.Drawing.Point(7, 76) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(128, 13) Me.Label17.TabIndex = 3 Me.Label17.Text = "You agreed with the ToS." ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Location = New System.Drawing.Point(6, 60) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(129, 13) Me.Label16.TabIndex = 2 Me.Label16.Text = "When having this Crypter," ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Location = New System.Drawing.Point(7, 29) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(61, 13) Me.Label15.TabIndex = 1 Me.Label15.Text = "Contact us." ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(6, 16) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(151, 13) Me.Label14.TabIndex = 0 Me.Label14.Text = "When you have any probelms," ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'Label25 ' Me.Label25.AutoSize = True Me.Label25.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label25.Location = New System.Drawing.Point(30, 31) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(268, 31) Me.Label25.TabIndex = 39 Me.Label25.Text = "(Your Crypter Image)" ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.Control Me.ClientSize = New System.Drawing.Size(647, 301) Me.Controls.Add(Me.Label25) Me.Controls.Add(Me.GroupBox4) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.TabControl1) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.ShapeContainer1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "Form1" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Crystal Crypter" Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.TabPage2.ResumeLayout(False) Me.TabPage2.PerformLayout() Me.TabPage3.ResumeLayout(False) Me.TabPage3.PerformLayout() Me.TabPage4.ResumeLayout(False) Me.TabPage4.PerformLayout() Me.GroupBox5.ResumeLayout(False) Me.GroupBox5.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox4.ResumeLayout(False) Me.GroupBox4.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents TextBox4 As System.Windows.Forms.TextBox Friend WithEvents Button4 As System.Windows.Forms.Button Private WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents CheckBox4 As System.Windows.Forms.CheckBox Friend WithEvents TextBox6 As System.Windows.Forms.TextBox Friend WithEvents TextBox5 As System.Windows.Forms.TextBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents ShapeContainer1 As Microsoft.VisualBasic.PowerPacks.ShapeContainer Friend WithEvents LineShape1 As Microsoft.VisualBasic.PowerPacks.LineShape 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 Button2 As System.Windows.Forms.Button Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents TabPage4 As System.Windows.Forms.TabPage Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label20 As System.Windows.Forms.Label Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox Friend WithEvents Label19 As System.Windows.Forms.Label Friend WithEvents Label18 As System.Windows.Forms.Label Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents Label22 As System.Windows.Forms.Label Friend WithEvents TextBox8 As System.Windows.Forms.TextBox Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents TextBox7 As System.Windows.Forms.TextBox Friend WithEvents Label21 As System.Windows.Forms.Label Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog Friend WithEvents Label24 As System.Windows.Forms.Label Friend WithEvents Label23 As System.Windows.Forms.Label Friend WithEvents CheckBox5 As System.Windows.Forms.CheckBox Friend WithEvents Label25 As System.Windows.Forms.Label End Class