﻿<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form1
    Inherits System.Windows.Forms.Form

    <System.Diagnostics.DebuggerNonUserCode()>
    Protected Overrides Sub Dispose(disposing As Boolean)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    End Sub

    Private components As System.ComponentModel.IContainer

    <System.Diagnostics.DebuggerStepThrough()>
    Private Sub InitializeComponent()
        Me.Pnl_Header = New System.Windows.Forms.Panel()
        Me.Lbl_Subtitle = New System.Windows.Forms.Label()
        Me.Lbl_Title = New System.Windows.Forms.Label()
        Me.pnlScroll = New System.Windows.Forms.Panel()
        Me.Btn_OpenOutput = New System.Windows.Forms.Button()
        Me.Btn_Obfuscate = New System.Windows.Forms.Button()
        Me.Lbl_Status = New System.Windows.Forms.Label()
        Me.Pnl_Dot = New System.Windows.Forms.GroupBox()
        Me.Lbl_DotfuscatorStatus = New System.Windows.Forms.Label()
        Me.Btn_BrowseDotfuscator = New System.Windows.Forms.Button()
        Me.Txt_DotfuscatorPath = New System.Windows.Forms.TextBox()
        Me.Lbl_DotfuscatorPath = New System.Windows.Forms.Label()
        Me.PgBar_Log = New System.Windows.Forms.ProgressBar()
        Me.Pnl_Log = New System.Windows.Forms.GroupBox()
        Me.Rtb_Log = New System.Windows.Forms.RichTextBox()
        Me.btnClearLog = New System.Windows.Forms.Button()
        Me.Lbl_Log = New System.Windows.Forms.Label()
        Me.Pnl_Engine = New System.Windows.Forms.GroupBox()
        Me.Chk_Both = New System.Windows.Forms.CheckBox()
        Me.Lbl_4 = New System.Windows.Forms.Label()
        Me.Panel1 = New System.Windows.Forms.Panel()
        Me.Lbl_3 = New System.Windows.Forms.Label()
        Me.Lbl_2 = New System.Windows.Forms.Label()
        Me.Pnl_CfxBadge = New System.Windows.Forms.Panel()
        Me.Lbl_1 = New System.Windows.Forms.Label()
        Me.Chk_Dotfuscator = New System.Windows.Forms.CheckBox()
        Me.Chk_ConfuserEx = New System.Windows.Forms.CheckBox()
        Me.Lbl_Engine = New System.Windows.Forms.Label()
        Me.Pnl_Input = New System.Windows.Forms.GroupBox()
        Me.Txt_InputFile = New System.Windows.Forms.TextBox()
        Me.Lbl_InputFile = New System.Windows.Forms.Label()
        Me.Btn_BrowseInput = New System.Windows.Forms.Button()
        Me.Pnl_Prot = New System.Windows.Forms.GroupBox()
        Me.Cmb_Level = New System.Windows.Forms.ComboBox()
        Me.Lbl_Level = New System.Windows.Forms.Label()
        Me.Chk_Resources = New System.Windows.Forms.CheckBox()
        Me.Chk_RefProxy = New System.Windows.Forms.CheckBox()
        Me.Chk_AntiTamper = New System.Windows.Forms.CheckBox()
        Me.Chk_AntiDebug = New System.Windows.Forms.CheckBox()
        Me.Chk_ControlFlow = New System.Windows.Forms.CheckBox()
        Me.Chk_Strings = New System.Windows.Forms.CheckBox()
        Me.Chk_Rename = New System.Windows.Forms.CheckBox()
        Me.Lbl_Protections = New System.Windows.Forms.Label()
        Me.Pnl_Output = New System.Windows.Forms.GroupBox()
        Me.Txt_OutputFolder = New System.Windows.Forms.TextBox()
        Me.Lbl_OutputFolder = New System.Windows.Forms.Label()
        Me.Btn_BrowseOutput = New System.Windows.Forms.Button()
        Me.Pnl_Header.SuspendLayout()
        Me.pnlScroll.SuspendLayout()
        Me.Pnl_Dot.SuspendLayout()
        Me.Pnl_Log.SuspendLayout()
        Me.Pnl_Engine.SuspendLayout()
        Me.Panel1.SuspendLayout()
        Me.Pnl_CfxBadge.SuspendLayout()
        Me.Pnl_Input.SuspendLayout()
        Me.Pnl_Prot.SuspendLayout()
        Me.Pnl_Output.SuspendLayout()
        Me.SuspendLayout()
        '
        'Pnl_Header
        '
        Me.Pnl_Header.BackColor = System.Drawing.Color.FromArgb(CType(CType(17, Byte), Integer), CType(CType(20, Byte), Integer), CType(CType(35, Byte), Integer))
        Me.Pnl_Header.Controls.Add(Me.Lbl_Subtitle)
        Me.Pnl_Header.Controls.Add(Me.Lbl_Title)
        Me.Pnl_Header.Dock = System.Windows.Forms.DockStyle.Top
        Me.Pnl_Header.Location = New System.Drawing.Point(0, 0)
        Me.Pnl_Header.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Pnl_Header.Name = "Pnl_Header"
        Me.Pnl_Header.Size = New System.Drawing.Size(1185, 75)
        Me.Pnl_Header.TabIndex = 0
        '
        'Lbl_Subtitle
        '
        Me.Lbl_Subtitle.AutoSize = True
        Me.Lbl_Subtitle.Font = New System.Drawing.Font("Segoe UI", 8.0!)
        Me.Lbl_Subtitle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(100, Byte), Integer), CType(CType(130, Byte), Integer), CType(CType(175, Byte), Integer))
        Me.Lbl_Subtitle.Location = New System.Drawing.Point(34, 45)
        Me.Lbl_Subtitle.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Lbl_Subtitle.Name = "Lbl_Subtitle"
        Me.Lbl_Subtitle.Size = New System.Drawing.Size(326, 21)
        Me.Lbl_Subtitle.TabIndex = 1
        Me.Lbl_Subtitle.Text = "Choose ConfuserEx  or  Dotfuscator  or  BOTH"
        '
        'Lbl_Title
        '
        Me.Lbl_Title.AutoSize = True
        Me.Lbl_Title.Font = New System.Drawing.Font("Segoe UI", 16.0!, System.Drawing.FontStyle.Bold)
        Me.Lbl_Title.Location = New System.Drawing.Point(21, 0)
        Me.Lbl_Title.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Lbl_Title.Name = "Lbl_Title"
        Me.Lbl_Title.Size = New System.Drawing.Size(440, 45)
        Me.Lbl_Title.TabIndex = 0
        Me.Lbl_Title.Text = "DUAL SHIELD OBFUSCATOR"
        '
        'pnlScroll
        '
        Me.pnlScroll.AutoScroll = True
        Me.pnlScroll.Controls.Add(Me.Btn_OpenOutput)
        Me.pnlScroll.Controls.Add(Me.Btn_Obfuscate)
        Me.pnlScroll.Controls.Add(Me.Lbl_Status)
        Me.pnlScroll.Controls.Add(Me.Pnl_Dot)
        Me.pnlScroll.Controls.Add(Me.PgBar_Log)
        Me.pnlScroll.Controls.Add(Me.Pnl_Log)
        Me.pnlScroll.Controls.Add(Me.Pnl_Engine)
        Me.pnlScroll.Controls.Add(Me.Pnl_Input)
        Me.pnlScroll.Controls.Add(Me.Pnl_Prot)
        Me.pnlScroll.Controls.Add(Me.Pnl_Output)
        Me.pnlScroll.Dock = System.Windows.Forms.DockStyle.Fill
        Me.pnlScroll.Location = New System.Drawing.Point(0, 75)
        Me.pnlScroll.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.pnlScroll.Name = "pnlScroll"
        Me.pnlScroll.Padding = New System.Windows.Forms.Padding(20, 9, 20, 18)
        Me.pnlScroll.Size = New System.Drawing.Size(1185, 975)
        Me.pnlScroll.TabIndex = 1
        '
        'Btn_OpenOutput
        '
        Me.Btn_OpenOutput.BackColor = System.Drawing.Color.FromArgb(CType(CType(26, Byte), Integer), CType(CType(46, Byte), Integer), CType(CType(86, Byte), Integer))
        Me.Btn_OpenOutput.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Btn_OpenOutput.Enabled = False
        Me.Btn_OpenOutput.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.Btn_OpenOutput.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold)
        Me.Btn_OpenOutput.ForeColor = System.Drawing.Color.White
        Me.Btn_OpenOutput.Location = New System.Drawing.Point(932, 923)
        Me.Btn_OpenOutput.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Btn_OpenOutput.Name = "Btn_OpenOutput"
        Me.Btn_OpenOutput.Size = New System.Drawing.Size(210, 47)
        Me.Btn_OpenOutput.TabIndex = 9
        Me.Btn_OpenOutput.Text = "Open Output Folder"
        Me.Btn_OpenOutput.UseVisualStyleBackColor = False
        '
        'Btn_Obfuscate
        '
        Me.Btn_Obfuscate.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(165, Byte), Integer), CType(CType(125, Byte), Integer))
        Me.Btn_Obfuscate.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Btn_Obfuscate.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.Btn_Obfuscate.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Bold)
        Me.Btn_Obfuscate.Location = New System.Drawing.Point(16, 923)
        Me.Btn_Obfuscate.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Btn_Obfuscate.Name = "Btn_Obfuscate"
        Me.Btn_Obfuscate.Size = New System.Drawing.Size(908, 47)
        Me.Btn_Obfuscate.TabIndex = 8
        Me.Btn_Obfuscate.Text = "OBFUSCATE NOW"
        Me.Btn_Obfuscate.UseVisualStyleBackColor = False
        '
        'Lbl_Status
        '
        Me.Lbl_Status.AutoSize = True
        Me.Lbl_Status.Font = New System.Drawing.Font("Segoe UI", 8.0!)
        Me.Lbl_Status.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(98, Byte), Integer), CType(CType(138, Byte), Integer))
        Me.Lbl_Status.Location = New System.Drawing.Point(382, 972)
        Me.Lbl_Status.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Lbl_Status.Name = "Lbl_Status"
        Me.Lbl_Status.Size = New System.Drawing.Size(283, 21)
        Me.Lbl_Status.TabIndex = 7
        Me.Lbl_Status.Text = "Ready — select engine and file to begin"
        '
        'Pnl_Dot
        '
        Me.Pnl_Dot.BackColor = System.Drawing.Color.Transparent
        Me.Pnl_Dot.Controls.Add(Me.Lbl_DotfuscatorStatus)
        Me.Pnl_Dot.Controls.Add(Me.Btn_BrowseDotfuscator)
        Me.Pnl_Dot.Controls.Add(Me.Txt_DotfuscatorPath)
        Me.Pnl_Dot.Controls.Add(Me.Lbl_DotfuscatorPath)
        Me.Pnl_Dot.Font = New System.Drawing.Font("Segoe UI", 8.0!, System.Drawing.FontStyle.Bold)
        Me.Pnl_Dot.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(168, Byte), Integer), CType(CType(252, Byte), Integer))
        Me.Pnl_Dot.Location = New System.Drawing.Point(16, 588)
        Me.Pnl_Dot.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Pnl_Dot.Name = "Pnl_Dot"
        Me.Pnl_Dot.Padding = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Pnl_Dot.Size = New System.Drawing.Size(1126, 107)
        Me.Pnl_Dot.TabIndex = 3
        Me.Pnl_Dot.TabStop = False
        Me.Pnl_Dot.Text = "DOTFUSCATOR CLI PATH"
        '
        'Lbl_DotfuscatorStatus
        '
        Me.Lbl_DotfuscatorStatus.AutoSize = True
        Me.Lbl_DotfuscatorStatus.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(98, Byte), Integer), CType(CType(138, Byte), Integer))
        Me.Lbl_DotfuscatorStatus.Location = New System.Drawing.Point(766, 14)
        Me.Lbl_DotfuscatorStatus.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Lbl_DotfuscatorStatus.Name = "Lbl_DotfuscatorStatus"
        Me.Lbl_DotfuscatorStatus.Size = New System.Drawing.Size(334, 21)
        Me.Lbl_DotfuscatorStatus.TabIndex = 3
        Me.Lbl_DotfuscatorStatus.Text = "Select Dotfuscator engine above to enable"
        '
        'Btn_BrowseDotfuscator
        '
        Me.Btn_BrowseDotfuscator.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(86, Byte), Integer), CType(CType(158, Byte), Integer))
        Me.Btn_BrowseDotfuscator.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Btn_BrowseDotfuscator.Enabled = False
        Me.Btn_BrowseDotfuscator.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.Btn_BrowseDotfuscator.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold)
        Me.Btn_BrowseDotfuscator.ForeColor = System.Drawing.Color.White
        Me.Btn_BrowseDotfuscator.Location = New System.Drawing.Point(927, 39)
        Me.Btn_BrowseDotfuscator.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Btn_BrowseDotfuscator.Name = "Btn_BrowseDotfuscator"
        Me.Btn_BrowseDotfuscator.Size = New System.Drawing.Size(109, 45)
        Me.Btn_BrowseDotfuscator.TabIndex = 2
        Me.Btn_BrowseDotfuscator.Text = "Browse"
        Me.Btn_BrowseDotfuscator.UseVisualStyleBackColor = False
        '
        'Txt_DotfuscatorPath
        '
        Me.Txt_DotfuscatorPath.BackColor = System.Drawing.Color.FromArgb(CType(CType(20, Byte), Integer), CType(CType(24, Byte), Integer), CType(CType(40, Byte), Integer))
        Me.Txt_DotfuscatorPath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.Txt_DotfuscatorPath.Enabled = False
        Me.Txt_DotfuscatorPath.Font = New System.Drawing.Font("Consolas", 9.0!)
        Me.Txt_DotfuscatorPath.ForeColor = System.Drawing.Color.FromArgb(CType(CType(68, Byte), Integer), CType(CType(92, Byte), Integer), CType(CType(128, Byte), Integer))
        Me.Txt_DotfuscatorPath.Location = New System.Drawing.Point(118, 47)
        Me.Txt_DotfuscatorPath.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Txt_DotfuscatorPath.Name = "Txt_DotfuscatorPath"
        Me.Txt_DotfuscatorPath.ReadOnly = True
        Me.Txt_DotfuscatorPath.Size = New System.Drawing.Size(748, 29)
        Me.Txt_DotfuscatorPath.TabIndex = 1
        Me.Txt_DotfuscatorPath.Text = "Browse to dotfuscatorcli.exe ..."
        '
        'Lbl_DotfuscatorPath
        '
        Me.Lbl_DotfuscatorPath.AutoSize = True
        Me.Lbl_DotfuscatorPath.ForeColor = System.Drawing.Color.FromArgb(CType(CType(145, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(215, Byte), Integer))
        Me.Lbl_DotfuscatorPath.Location = New System.Drawing.Point(16, 49)
        Me.Lbl_DotfuscatorPath.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Lbl_DotfuscatorPath.Name = "Lbl_DotfuscatorPath"
        Me.Lbl_DotfuscatorPath.Size = New System.Drawing.Size(76, 21)
        Me.Lbl_DotfuscatorPath.TabIndex = 0
        Me.Lbl_DotfuscatorPath.Text = "CLI Path:"
        '
        'PgBar_Log
        '
        Me.PgBar_Log.Location = New System.Drawing.Point(16, 907)
        Me.PgBar_Log.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.PgBar_Log.Name = "PgBar_Log"
        Me.PgBar_Log.Size = New System.Drawing.Size(1126, 12)
        Me.PgBar_Log.Style = System.Windows.Forms.ProgressBarStyle.Continuous
        Me.PgBar_Log.TabIndex = 6
        '
        'Pnl_Log
        '
        Me.Pnl_Log.BackColor = System.Drawing.Color.Transparent
        Me.Pnl_Log.Controls.Add(Me.Rtb_Log)
        Me.Pnl_Log.Controls.Add(Me.btnClearLog)
        Me.Pnl_Log.Controls.Add(Me.Lbl_Log)
        Me.Pnl_Log.Font = New System.Drawing.Font("Segoe UI", 8.0!, System.Drawing.FontStyle.Bold)
        Me.Pnl_Log.ForeColor = System.Drawing.Color.FromArgb(CType(CType(175, Byte), Integer), CType(CType(115, Byte), Integer), CType(CType(252, Byte), Integer))
        Me.Pnl_Log.Location = New System.Drawing.Point(16, 699)
        Me.Pnl_Log.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Pnl_Log.Name = "Pnl_Log"
        Me.Pnl_Log.Padding = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Pnl_Log.Size = New System.Drawing.Size(1127, 211)
        Me.Pnl_Log.TabIndex = 5
        Me.Pnl_Log.TabStop = False
        Me.Pnl_Log.Text = "OPERATION LOG"
        '
        'Rtb_Log
        '
        Me.Rtb_Log.BackColor = System.Drawing.Color.FromArgb(CType(CType(7, Byte), Integer), CType(CType(9, Byte), Integer), CType(CType(16, Byte), Integer))
        Me.Rtb_Log.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.Rtb_Log.Font = New System.Drawing.Font("Consolas", 9.0!)
        Me.Rtb_Log.ForeColor = System.Drawing.Color.FromArgb(CType(CType(125, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(195, Byte), Integer))
        Me.Rtb_Log.Location = New System.Drawing.Point(3, 40)
        Me.Rtb_Log.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Rtb_Log.Name = "Rtb_Log"
        Me.Rtb_Log.ReadOnly = True
        Me.Rtb_Log.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical
        Me.Rtb_Log.Size = New System.Drawing.Size(1123, 164)
        Me.Rtb_Log.TabIndex = 2
        Me.Rtb_Log.Text = ""
        '
        'btnClearLog
        '
        Me.btnClearLog.BackColor = System.Drawing.Color.FromArgb(CType(CType(36, Byte), Integer), CType(CType(42, Byte), Integer), CType(CType(65, Byte), Integer))
        Me.btnClearLog.Cursor = System.Windows.Forms.Cursors.Hand
        Me.btnClearLog.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.btnClearLog.Font = New System.Drawing.Font("Segoe UI", 8.0!, System.Drawing.FontStyle.Bold)
        Me.btnClearLog.ForeColor = System.Drawing.Color.White
        Me.btnClearLog.Location = New System.Drawing.Point(1176, 12)
        Me.btnClearLog.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.btnClearLog.Name = "btnClearLog"
        Me.btnClearLog.Size = New System.Drawing.Size(92, 36)
        Me.btnClearLog.TabIndex = 1
        Me.btnClearLog.Text = "Clear"
        Me.btnClearLog.UseVisualStyleBackColor = False
        '
        'Lbl_Log
        '
        Me.Lbl_Log.AutoSize = True
        Me.Lbl_Log.Font = New System.Drawing.Font("Segoe UI", 8.0!)
        Me.Lbl_Log.ForeColor = System.Drawing.Color.FromArgb(CType(CType(98, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(165, Byte), Integer))
        Me.Lbl_Log.Location = New System.Drawing.Point(10, 20)
        Me.Lbl_Log.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Lbl_Log.Name = "Lbl_Log"
        Me.Lbl_Log.Size = New System.Drawing.Size(291, 21)
        Me.Lbl_Log.TabIndex = 0
        Me.Lbl_Log.Text = "Live output from the obfuscation engine:"
        '
        'Pnl_Engine
        '
        Me.Pnl_Engine.BackColor = System.Drawing.Color.Transparent
        Me.Pnl_Engine.Controls.Add(Me.Chk_Both)
        Me.Pnl_Engine.Controls.Add(Me.Lbl_4)
        Me.Pnl_Engine.Controls.Add(Me.Panel1)
        Me.Pnl_Engine.Controls.Add(Me.Lbl_2)
        Me.Pnl_Engine.Controls.Add(Me.Pnl_CfxBadge)
        Me.Pnl_Engine.Controls.Add(Me.Chk_Dotfuscator)
        Me.Pnl_Engine.Controls.Add(Me.Chk_ConfuserEx)
        Me.Pnl_Engine.Controls.Add(Me.Lbl_Engine)
        Me.Pnl_Engine.Font = New System.Drawing.Font("Segoe UI", 8.0!, System.Drawing.FontStyle.Bold)
        Me.Pnl_Engine.ForeColor = System.Drawing.Color.FromArgb(CType(CType(252, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(0, Byte), Integer))
        Me.Pnl_Engine.Location = New System.Drawing.Point(16, 207)
        Me.Pnl_Engine.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Pnl_Engine.Name = "Pnl_Engine"
        Me.Pnl_Engine.Padding = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Pnl_Engine.Size = New System.Drawing.Size(1126, 191)
        Me.Pnl_Engine.TabIndex = 4
        Me.Pnl_Engine.TabStop = False
        Me.Pnl_Engine.Text = "SELECT ENGINE"
        '
        'Chk_Both
        '
        Me.Chk_Both.AutoSize = True
        Me.Chk_Both.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Chk_Both.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold)
        Me.Chk_Both.ForeColor = System.Drawing.Color.FromArgb(CType(CType(252, Byte), Integer), CType(CType(140, Byte), Integer), CType(CType(0, Byte), Integer))
        Me.Chk_Both.Location = New System.Drawing.Point(13, 149)
        Me.Chk_Both.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Chk_Both.Name = "Chk_Both"
        Me.Chk_Both.Size = New System.Drawing.Size(463, 29)
        Me.Chk_Both.TabIndex = 7
        Me.Chk_Both.Text = "BOTH  (ConfuserEx first, then Dotfuscator on top)"
        Me.Chk_Both.UseVisualStyleBackColor = True
        '
        'Lbl_4
        '
        Me.Lbl_4.AutoSize = True
        Me.Lbl_4.Location = New System.Drawing.Point(503, 108)
        Me.Lbl_4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Lbl_4.Name = "Lbl_4"
        Me.Lbl_4.Size = New System.Drawing.Size(187, 21)
        Me.Lbl_4.TabIndex = 6
        Me.Lbl_4.Text = "Calls dotfuscatorcli.exe"
        '
        'Panel1
        '
        Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(46, Byte), Integer), CType(CType(95, Byte), Integer))
        Me.Panel1.Controls.Add(Me.Lbl_3)
        Me.Panel1.Location = New System.Drawing.Point(274, 108)
        Me.Panel1.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Panel1.Name = "Panel1"
        Me.Panel1.Size = New System.Drawing.Size(178, 28)
        Me.Panel1.TabIndex = 5
        '
        'Lbl_3
        '
        Me.Lbl_3.AutoSize = True
        Me.Lbl_3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(168, Byte), Integer), CType(CType(252, Byte), Integer))
        Me.Lbl_3.Location = New System.Drawing.Point(4, 0)
        Me.Lbl_3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Lbl_3.Name = "Lbl_3"
        Me.Lbl_3.Size = New System.Drawing.Size(125, 21)
        Me.Lbl_3.TabIndex = 0
        Me.Lbl_3.Text = "Paid  |  CLI Tool"
        '
        'Lbl_2
        '
        Me.Lbl_2.AutoSize = True
        Me.Lbl_2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(98, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(165, Byte), Integer))
        Me.Lbl_2.Location = New System.Drawing.Point(485, 65)
        Me.Lbl_2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Lbl_2.Name = "Lbl_2"
        Me.Lbl_2.Size = New System.Drawing.Size(349, 21)
        Me.Lbl_2.TabIndex = 4
        Me.Lbl_2.Text = "Calls ConfuserEx.CLI.exe — free, open source"
        '
        'Pnl_CfxBadge
        '
        Me.Pnl_CfxBadge.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(56, Byte), Integer))
        Me.Pnl_CfxBadge.Controls.Add(Me.Lbl_1)
        Me.Pnl_CfxBadge.Location = New System.Drawing.Point(274, 65)
        Me.Pnl_CfxBadge.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Pnl_CfxBadge.Name = "Pnl_CfxBadge"
        Me.Pnl_CfxBadge.Size = New System.Drawing.Size(178, 28)
        Me.Pnl_CfxBadge.TabIndex = 3
        '
        'Lbl_1
        '
        Me.Lbl_1.AutoSize = True
        Me.Lbl_1.Font = New System.Drawing.Font("Segoe UI", 8.0!, System.Drawing.FontStyle.Bold)
        Me.Lbl_1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(218, Byte), Integer), CType(CType(172, Byte), Integer))
        Me.Lbl_1.Location = New System.Drawing.Point(4, 2)
        Me.Lbl_1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Lbl_1.Name = "Lbl_1"
        Me.Lbl_1.Size = New System.Drawing.Size(123, 21)
        Me.Lbl_1.TabIndex = 0
        Me.Lbl_1.Text = "Free  |  CLI Tool"
        '
        'Chk_Dotfuscator
        '
        Me.Chk_Dotfuscator.AutoSize = True
        Me.Chk_Dotfuscator.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Chk_Dotfuscator.Font = New System.Drawing.Font("Segoe UI", 10.0!, System.Drawing.FontStyle.Bold)
        Me.Chk_Dotfuscator.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(168, Byte), Integer), CType(CType(252, Byte), Integer))
        Me.Chk_Dotfuscator.Location = New System.Drawing.Point(15, 102)
        Me.Chk_Dotfuscator.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Chk_Dotfuscator.Name = "Chk_Dotfuscator"
        Me.Chk_Dotfuscator.Size = New System.Drawing.Size(201, 32)
        Me.Chk_Dotfuscator.TabIndex = 2
        Me.Chk_Dotfuscator.Text = "Dotfuscator Only"
        Me.Chk_Dotfuscator.UseVisualStyleBackColor = True
        '
        'Chk_ConfuserEx
        '
        Me.Chk_ConfuserEx.AutoSize = True
        Me.Chk_ConfuserEx.Checked = True
        Me.Chk_ConfuserEx.CheckState = System.Windows.Forms.CheckState.Checked
        Me.Chk_ConfuserEx.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Chk_ConfuserEx.Font = New System.Drawing.Font("Segoe UI", 10.0!, System.Drawing.FontStyle.Bold)
        Me.Chk_ConfuserEx.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(218, Byte), Integer), CType(CType(172, Byte), Integer))
        Me.Chk_ConfuserEx.Location = New System.Drawing.Point(16, 58)
        Me.Chk_ConfuserEx.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Chk_ConfuserEx.Name = "Chk_ConfuserEx"
        Me.Chk_ConfuserEx.Size = New System.Drawing.Size(194, 32)
        Me.Chk_ConfuserEx.TabIndex = 1
        Me.Chk_ConfuserEx.Text = "ConfuserEx Only"
        Me.Chk_ConfuserEx.UseVisualStyleBackColor = True
        '
        'Lbl_Engine
        '
        Me.Lbl_Engine.AutoSize = True
        Me.Lbl_Engine.ForeColor = System.Drawing.Color.FromArgb(CType(CType(145, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(215, Byte), Integer))
        Me.Lbl_Engine.Location = New System.Drawing.Point(16, 28)
        Me.Lbl_Engine.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Lbl_Engine.Name = "Lbl_Engine"
        Me.Lbl_Engine.Size = New System.Drawing.Size(367, 21)
        Me.Lbl_Engine.TabIndex = 0
        Me.Lbl_Engine.Text = "Which obfuscation engine do you want to use?"
        '
        'Pnl_Input
        '
        Me.Pnl_Input.BackColor = System.Drawing.Color.Transparent
        Me.Pnl_Input.Controls.Add(Me.Txt_InputFile)
        Me.Pnl_Input.Controls.Add(Me.Lbl_InputFile)
        Me.Pnl_Input.Controls.Add(Me.Btn_BrowseInput)
        Me.Pnl_Input.Font = New System.Drawing.Font("Segoe UI", 8.0!, System.Drawing.FontStyle.Bold)
        Me.Pnl_Input.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(218, Byte), Integer), CType(CType(172, Byte), Integer))
        Me.Pnl_Input.Location = New System.Drawing.Point(16, 4)
        Me.Pnl_Input.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Pnl_Input.Name = "Pnl_Input"
        Me.Pnl_Input.Padding = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Pnl_Input.Size = New System.Drawing.Size(1127, 100)
        Me.Pnl_Input.TabIndex = 0
        Me.Pnl_Input.TabStop = False
        Me.Pnl_Input.Text = "INPUT FILE  (.exe or .dll)"
        '
        'Txt_InputFile
        '
        Me.Txt_InputFile.BackColor = System.Drawing.Color.FromArgb(CType(CType(20, Byte), Integer), CType(CType(24, Byte), Integer), CType(CType(40, Byte), Integer))
        Me.Txt_InputFile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.Txt_InputFile.Font = New System.Drawing.Font("Consolas", 9.0!)
        Me.Txt_InputFile.ForeColor = System.Drawing.Color.FromArgb(CType(CType(68, Byte), Integer), CType(CType(92, Byte), Integer), CType(CType(128, Byte), Integer))
        Me.Txt_InputFile.Location = New System.Drawing.Point(118, 38)
        Me.Txt_InputFile.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Txt_InputFile.Name = "Txt_InputFile"
        Me.Txt_InputFile.ReadOnly = True
        Me.Txt_InputFile.Size = New System.Drawing.Size(823, 29)
        Me.Txt_InputFile.TabIndex = 2
        Me.Txt_InputFile.Text = "Browse for your .exe or .dll file..."
        '
        'Lbl_InputFile
        '
        Me.Lbl_InputFile.AutoSize = True
        Me.Lbl_InputFile.ForeColor = System.Drawing.Color.FromArgb(CType(CType(145, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(215, Byte), Integer))
        Me.Lbl_InputFile.Location = New System.Drawing.Point(16, 38)
        Me.Lbl_InputFile.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Lbl_InputFile.Name = "Lbl_InputFile"
        Me.Lbl_InputFile.Size = New System.Drawing.Size(80, 21)
        Me.Lbl_InputFile.TabIndex = 1
        Me.Lbl_InputFile.Text = "File Path:"
        '
        'Btn_BrowseInput
        '
        Me.Btn_BrowseInput.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(102, Byte), Integer))
        Me.Btn_BrowseInput.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Btn_BrowseInput.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.Btn_BrowseInput.ForeColor = System.Drawing.Color.White
        Me.Btn_BrowseInput.Location = New System.Drawing.Point(961, 32)
        Me.Btn_BrowseInput.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Btn_BrowseInput.Name = "Btn_BrowseInput"
        Me.Btn_BrowseInput.Size = New System.Drawing.Size(152, 37)
        Me.Btn_BrowseInput.TabIndex = 0
        Me.Btn_BrowseInput.Text = "Browse"
        Me.Btn_BrowseInput.UseVisualStyleBackColor = False
        '
        'Pnl_Prot
        '
        Me.Pnl_Prot.AutoSize = True
        Me.Pnl_Prot.BackColor = System.Drawing.Color.Transparent
        Me.Pnl_Prot.Controls.Add(Me.Cmb_Level)
        Me.Pnl_Prot.Controls.Add(Me.Lbl_Level)
        Me.Pnl_Prot.Controls.Add(Me.Chk_Resources)
        Me.Pnl_Prot.Controls.Add(Me.Chk_RefProxy)
        Me.Pnl_Prot.Controls.Add(Me.Chk_AntiTamper)
        Me.Pnl_Prot.Controls.Add(Me.Chk_AntiDebug)
        Me.Pnl_Prot.Controls.Add(Me.Chk_ControlFlow)
        Me.Pnl_Prot.Controls.Add(Me.Chk_Strings)
        Me.Pnl_Prot.Controls.Add(Me.Chk_Rename)
        Me.Pnl_Prot.Controls.Add(Me.Lbl_Protections)
        Me.Pnl_Prot.Font = New System.Drawing.Font("Segoe UI", 8.0!, System.Drawing.FontStyle.Bold)
        Me.Pnl_Prot.ForeColor = System.Drawing.Color.FromArgb(CType(CType(196, Byte), Integer), CType(CType(96, Byte), Integer), CType(CType(252, Byte), Integer))
        Me.Pnl_Prot.Location = New System.Drawing.Point(16, 402)
        Me.Pnl_Prot.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Pnl_Prot.Name = "Pnl_Prot"
        Me.Pnl_Prot.Padding = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Pnl_Prot.Size = New System.Drawing.Size(1126, 182)
        Me.Pnl_Prot.TabIndex = 2
        Me.Pnl_Prot.TabStop = False
        Me.Pnl_Prot.Text = "PROTECTION SETTINGS"
        '
        'Cmb_Level
        '
        Me.Cmb_Level.BackColor = System.Drawing.Color.FromArgb(CType(CType(20, Byte), Integer), CType(CType(24, Byte), Integer), CType(CType(40, Byte), Integer))
        Me.Cmb_Level.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Cmb_Level.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.Cmb_Level.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(218, Byte), Integer), CType(CType(172, Byte), Integer))
        Me.Cmb_Level.FormattingEnabled = True
        Me.Cmb_Level.Items.AddRange(New Object() {"Minimum  ", "Normal ", "Aggressive ", "Maximum"})
        Me.Cmb_Level.Location = New System.Drawing.Point(856, 127)
        Me.Cmb_Level.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Cmb_Level.Name = "Cmb_Level"
        Me.Cmb_Level.Size = New System.Drawing.Size(244, 29)
        Me.Cmb_Level.TabIndex = 9
        '
        'Lbl_Level
        '
        Me.Lbl_Level.AutoSize = True
        Me.Lbl_Level.ForeColor = System.Drawing.Color.FromArgb(CType(CType(145, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(215, Byte), Integer))
        Me.Lbl_Level.Location = New System.Drawing.Point(670, 130)
        Me.Lbl_Level.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Lbl_Level.Name = "Lbl_Level"
        Me.Lbl_Level.Size = New System.Drawing.Size(138, 21)
        Me.Lbl_Level.TabIndex = 8
        Me.Lbl_Level.Text = "Protection Level:"
        '
        'Chk_Resources
        '
        Me.Chk_Resources.AutoSize = True
        Me.Chk_Resources.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Chk_Resources.Font = New System.Drawing.Font("Segoe UI", 9.0!)
        Me.Chk_Resources.ForeColor = System.Drawing.Color.FromArgb(CType(CType(168, Byte), Integer), CType(CType(195, Byte), Integer), CType(CType(235, Byte), Integer))
        Me.Chk_Resources.Location = New System.Drawing.Point(417, 28)
        Me.Chk_Resources.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Chk_Resources.Name = "Chk_Resources"
        Me.Chk_Resources.Size = New System.Drawing.Size(417, 29)
        Me.Chk_Resources.TabIndex = 7
        Me.Chk_Resources.Text = "Protect Embedded Resources  (ConfuserEx only)"
        Me.Chk_Resources.UseVisualStyleBackColor = True
        '
        'Chk_RefProxy
        '
        Me.Chk_RefProxy.AutoSize = True
        Me.Chk_RefProxy.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Chk_RefProxy.Font = New System.Drawing.Font("Segoe UI", 9.0!)
        Me.Chk_RefProxy.ForeColor = System.Drawing.Color.FromArgb(CType(CType(168, Byte), Integer), CType(CType(195, Byte), Integer), CType(CType(235, Byte), Integer))
        Me.Chk_RefProxy.Location = New System.Drawing.Point(524, 63)
        Me.Chk_RefProxy.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Chk_RefProxy.Name = "Chk_RefProxy"
        Me.Chk_RefProxy.Size = New System.Drawing.Size(310, 29)
        Me.Chk_RefProxy.TabIndex = 6
        Me.Chk_RefProxy.Text = "Reference Proxy  (ConfuserEx only)"
        Me.Chk_RefProxy.UseVisualStyleBackColor = True
        '
        'Chk_AntiTamper
        '
        Me.Chk_AntiTamper.AutoSize = True
        Me.Chk_AntiTamper.Checked = True
        Me.Chk_AntiTamper.CheckState = System.Windows.Forms.CheckState.Checked
        Me.Chk_AntiTamper.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Chk_AntiTamper.Font = New System.Drawing.Font("Segoe UI", 9.0!)
        Me.Chk_AntiTamper.ForeColor = System.Drawing.Color.FromArgb(CType(CType(168, Byte), Integer), CType(CType(195, Byte), Integer), CType(CType(235, Byte), Integer))
        Me.Chk_AntiTamper.Location = New System.Drawing.Point(883, 59)
        Me.Chk_AntiTamper.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Chk_AntiTamper.Name = "Chk_AntiTamper"
        Me.Chk_AntiTamper.Size = New System.Drawing.Size(221, 29)
        Me.Chk_AntiTamper.TabIndex = 5
        Me.Chk_AntiTamper.Text = "Anti-Tamper Protection"
        Me.Chk_AntiTamper.UseVisualStyleBackColor = True
        '
        'Chk_AntiDebug
        '
        Me.Chk_AntiDebug.AutoSize = True
        Me.Chk_AntiDebug.Checked = True
        Me.Chk_AntiDebug.CheckState = System.Windows.Forms.CheckState.Checked
        Me.Chk_AntiDebug.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Chk_AntiDebug.Font = New System.Drawing.Font("Segoe UI", 9.0!)
        Me.Chk_AntiDebug.ForeColor = System.Drawing.Color.FromArgb(CType(CType(168, Byte), Integer), CType(CType(195, Byte), Integer), CType(CType(235, Byte), Integer))
        Me.Chk_AntiDebug.Location = New System.Drawing.Point(883, 24)
        Me.Chk_AntiDebug.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Chk_AntiDebug.Name = "Chk_AntiDebug"
        Me.Chk_AntiDebug.Size = New System.Drawing.Size(217, 29)
        Me.Chk_AntiDebug.TabIndex = 4
        Me.Chk_AntiDebug.Text = "Anti-Debug Protection"
        Me.Chk_AntiDebug.UseVisualStyleBackColor = True
        '
        'Chk_ControlFlow
        '
        Me.Chk_ControlFlow.AutoSize = True
        Me.Chk_ControlFlow.Checked = True
        Me.Chk_ControlFlow.CheckState = System.Windows.Forms.CheckState.Checked
        Me.Chk_ControlFlow.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Chk_ControlFlow.Font = New System.Drawing.Font("Segoe UI", 9.0!)
        Me.Chk_ControlFlow.ForeColor = System.Drawing.Color.FromArgb(CType(CType(168, Byte), Integer), CType(CType(195, Byte), Integer), CType(CType(235, Byte), Integer))
        Me.Chk_ControlFlow.Location = New System.Drawing.Point(16, 122)
        Me.Chk_ControlFlow.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Chk_ControlFlow.Name = "Chk_ControlFlow"
        Me.Chk_ControlFlow.Size = New System.Drawing.Size(217, 29)
        Me.Chk_ControlFlow.TabIndex = 3
        Me.Chk_ControlFlow.Text = "Scramble Control Flow"
        Me.Chk_ControlFlow.UseVisualStyleBackColor = True
        '
        'Chk_Strings
        '
        Me.Chk_Strings.AutoSize = True
        Me.Chk_Strings.Checked = True
        Me.Chk_Strings.CheckState = System.Windows.Forms.CheckState.Checked
        Me.Chk_Strings.Font = New System.Drawing.Font("Segoe UI", 9.0!)
        Me.Chk_Strings.ForeColor = System.Drawing.Color.FromArgb(CType(CType(168, Byte), Integer), CType(CType(195, Byte), Integer), CType(CType(235, Byte), Integer))
        Me.Chk_Strings.Location = New System.Drawing.Point(16, 89)
        Me.Chk_Strings.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Chk_Strings.Name = "Chk_Strings"
        Me.Chk_Strings.Size = New System.Drawing.Size(275, 29)
        Me.Chk_Strings.TabIndex = 2
        Me.Chk_Strings.Text = "Encrypt Strings and Constants"
        Me.Chk_Strings.UseVisualStyleBackColor = True
        '
        'Chk_Rename
        '
        Me.Chk_Rename.AutoSize = True
        Me.Chk_Rename.Checked = True
        Me.Chk_Rename.CheckState = System.Windows.Forms.CheckState.Checked
        Me.Chk_Rename.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Chk_Rename.Font = New System.Drawing.Font("Segoe UI", 9.0!)
        Me.Chk_Rename.ForeColor = System.Drawing.Color.FromArgb(CType(CType(168, Byte), Integer), CType(CType(195, Byte), Integer), CType(CType(235, Byte), Integer))
        Me.Chk_Rename.Location = New System.Drawing.Point(16, 54)
        Me.Chk_Rename.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Chk_Rename.Name = "Chk_Rename"
        Me.Chk_Rename.Size = New System.Drawing.Size(328, 29)
        Me.Chk_Rename.TabIndex = 1
        Me.Chk_Rename.Text = "Rename Methods, Classes and Fields"
        Me.Chk_Rename.UseVisualStyleBackColor = True
        '
        'Lbl_Protections
        '
        Me.Lbl_Protections.AutoSize = True
        Me.Lbl_Protections.ForeColor = System.Drawing.Color.FromArgb(CType(CType(145, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(215, Byte), Integer))
        Me.Lbl_Protections.Location = New System.Drawing.Point(16, 28)
        Me.Lbl_Protections.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Lbl_Protections.Name = "Lbl_Protections"
        Me.Lbl_Protections.Size = New System.Drawing.Size(268, 21)
        Me.Lbl_Protections.TabIndex = 0
        Me.Lbl_Protections.Text = "Select which protections to apply:"
        '
        'Pnl_Output
        '
        Me.Pnl_Output.BackColor = System.Drawing.Color.Transparent
        Me.Pnl_Output.Controls.Add(Me.Txt_OutputFolder)
        Me.Pnl_Output.Controls.Add(Me.Lbl_OutputFolder)
        Me.Pnl_Output.Controls.Add(Me.Btn_BrowseOutput)
        Me.Pnl_Output.Font = New System.Drawing.Font("Segoe UI", 8.0!, System.Drawing.FontStyle.Bold)
        Me.Pnl_Output.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(168, Byte), Integer), CType(CType(252, Byte), Integer))
        Me.Pnl_Output.Location = New System.Drawing.Point(16, 108)
        Me.Pnl_Output.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Pnl_Output.Name = "Pnl_Output"
        Me.Pnl_Output.Padding = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Pnl_Output.Size = New System.Drawing.Size(1127, 95)
        Me.Pnl_Output.TabIndex = 1
        Me.Pnl_Output.TabStop = False
        Me.Pnl_Output.Text = "OUTPUT FOLDER"
        '
        'Txt_OutputFolder
        '
        Me.Txt_OutputFolder.BackColor = System.Drawing.Color.FromArgb(CType(CType(20, Byte), Integer), CType(CType(24, Byte), Integer), CType(CType(40, Byte), Integer))
        Me.Txt_OutputFolder.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.Txt_OutputFolder.Font = New System.Drawing.Font("Consolas", 8.0!)
        Me.Txt_OutputFolder.ForeColor = System.Drawing.Color.FromArgb(CType(CType(68, Byte), Integer), CType(CType(92, Byte), Integer), CType(CType(128, Byte), Integer))
        Me.Txt_OutputFolder.Location = New System.Drawing.Point(118, 38)
        Me.Txt_OutputFolder.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Txt_OutputFolder.Name = "Txt_OutputFolder"
        Me.Txt_OutputFolder.ReadOnly = True
        Me.Txt_OutputFolder.Size = New System.Drawing.Size(823, 26)
        Me.Txt_OutputFolder.TabIndex = 2
        Me.Txt_OutputFolder.Text = "Choose where to save the obfuscated output..."
        '
        'Lbl_OutputFolder
        '
        Me.Lbl_OutputFolder.AutoSize = True
        Me.Lbl_OutputFolder.ForeColor = System.Drawing.Color.FromArgb(CType(CType(145, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(215, Byte), Integer))
        Me.Lbl_OutputFolder.Location = New System.Drawing.Point(25, 40)
        Me.Lbl_OutputFolder.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Lbl_OutputFolder.Name = "Lbl_OutputFolder"
        Me.Lbl_OutputFolder.Size = New System.Drawing.Size(63, 21)
        Me.Lbl_OutputFolder.TabIndex = 1
        Me.Lbl_OutputFolder.Text = "Folder:"
        '
        'Btn_BrowseOutput
        '
        Me.Btn_BrowseOutput.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(86, Byte), Integer), CType(CType(158, Byte), Integer))
        Me.Btn_BrowseOutput.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Btn_BrowseOutput.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.Btn_BrowseOutput.Font = New System.Drawing.Font("Segoe UI", 8.0!, System.Drawing.FontStyle.Bold)
        Me.Btn_BrowseOutput.ForeColor = System.Drawing.Color.White
        Me.Btn_BrowseOutput.Location = New System.Drawing.Point(961, 31)
        Me.Btn_BrowseOutput.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.Btn_BrowseOutput.Name = "Btn_BrowseOutput"
        Me.Btn_BrowseOutput.Size = New System.Drawing.Size(152, 34)
        Me.Btn_BrowseOutput.TabIndex = 0
        Me.Btn_BrowseOutput.Text = "Browse"
        Me.Btn_BrowseOutput.UseVisualStyleBackColor = False
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackColor = System.Drawing.Color.Black
        Me.ClientSize = New System.Drawing.Size(1185, 1050)
        Me.Controls.Add(Me.pnlScroll)
        Me.Controls.Add(Me.Pnl_Header)
        Me.ForeColor = System.Drawing.Color.White
        Me.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
        Me.MinimumSize = New System.Drawing.Size(1207, 945)
        Me.Name = "Form1"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "Dual Shield Obfuscator"
        Me.Pnl_Header.ResumeLayout(False)
        Me.Pnl_Header.PerformLayout()
        Me.pnlScroll.ResumeLayout(False)
        Me.pnlScroll.PerformLayout()
        Me.Pnl_Dot.ResumeLayout(False)
        Me.Pnl_Dot.PerformLayout()
        Me.Pnl_Log.ResumeLayout(False)
        Me.Pnl_Log.PerformLayout()
        Me.Pnl_Engine.ResumeLayout(False)
        Me.Pnl_Engine.PerformLayout()
        Me.Panel1.ResumeLayout(False)
        Me.Panel1.PerformLayout()
        Me.Pnl_CfxBadge.ResumeLayout(False)
        Me.Pnl_CfxBadge.PerformLayout()
        Me.Pnl_Input.ResumeLayout(False)
        Me.Pnl_Input.PerformLayout()
        Me.Pnl_Prot.ResumeLayout(False)
        Me.Pnl_Prot.PerformLayout()
        Me.Pnl_Output.ResumeLayout(False)
        Me.Pnl_Output.PerformLayout()
        Me.ResumeLayout(False)

    End Sub

    Friend WithEvents Pnl_Header As System.Windows.Forms.Panel
    Friend WithEvents Lbl_Title As System.Windows.Forms.Label
    Friend WithEvents Lbl_Subtitle As System.Windows.Forms.Label
    Friend WithEvents pnlScroll As System.Windows.Forms.Panel
    Friend WithEvents Pnl_Log As System.Windows.Forms.GroupBox
    Friend WithEvents Pnl_Engine As System.Windows.Forms.GroupBox
    Friend WithEvents Pnl_Dot As System.Windows.Forms.GroupBox
    Friend WithEvents Pnl_Prot As System.Windows.Forms.GroupBox
    Friend WithEvents Pnl_Output As System.Windows.Forms.GroupBox
    Friend WithEvents Pnl_Input As System.Windows.Forms.GroupBox
    Friend WithEvents Txt_InputFile As System.Windows.Forms.TextBox
    Friend WithEvents Lbl_InputFile As System.Windows.Forms.Label
    Friend WithEvents Btn_BrowseInput As System.Windows.Forms.Button
    Friend WithEvents Txt_OutputFolder As System.Windows.Forms.TextBox
    Friend WithEvents Lbl_OutputFolder As System.Windows.Forms.Label
    Friend WithEvents Btn_BrowseOutput As System.Windows.Forms.Button
    Friend WithEvents Chk_Dotfuscator As System.Windows.Forms.CheckBox
    Friend WithEvents Chk_ConfuserEx As System.Windows.Forms.CheckBox
    Friend WithEvents Lbl_Engine As System.Windows.Forms.Label
    Friend WithEvents Pnl_CfxBadge As System.Windows.Forms.Panel
    Friend WithEvents Lbl_1 As System.Windows.Forms.Label
    Friend WithEvents Lbl_2 As System.Windows.Forms.Label
    Friend WithEvents Panel1 As System.Windows.Forms.Panel
    Friend WithEvents Lbl_4 As System.Windows.Forms.Label
    Friend WithEvents Lbl_3 As System.Windows.Forms.Label
    Friend WithEvents Chk_Both As System.Windows.Forms.CheckBox
    Friend WithEvents Chk_Resources As System.Windows.Forms.CheckBox
    Friend WithEvents Chk_RefProxy As System.Windows.Forms.CheckBox
    Friend WithEvents Chk_AntiTamper As System.Windows.Forms.CheckBox
    Friend WithEvents Chk_ControlFlow As System.Windows.Forms.CheckBox
    Friend WithEvents Chk_Strings As System.Windows.Forms.CheckBox
    Friend WithEvents Chk_Rename As System.Windows.Forms.CheckBox
    Friend WithEvents Lbl_Protections As System.Windows.Forms.Label
    Friend WithEvents Cmb_Level As System.Windows.Forms.ComboBox
    Friend WithEvents Lbl_Level As System.Windows.Forms.Label
    Friend WithEvents Txt_DotfuscatorPath As System.Windows.Forms.TextBox
    Friend WithEvents Lbl_DotfuscatorPath As System.Windows.Forms.Label
    Friend WithEvents Btn_BrowseDotfuscator As System.Windows.Forms.Button
    Friend WithEvents Lbl_DotfuscatorStatus As System.Windows.Forms.Label
    Friend WithEvents Lbl_Log As System.Windows.Forms.Label
    Friend WithEvents btnClearLog As System.Windows.Forms.Button
    Friend WithEvents Rtb_Log As System.Windows.Forms.RichTextBox
    Friend WithEvents PgBar_Log As System.Windows.Forms.ProgressBar
    Friend WithEvents Btn_Obfuscate As System.Windows.Forms.Button
    Friend WithEvents Lbl_Status As System.Windows.Forms.Label
    Friend WithEvents Btn_OpenOutput As System.Windows.Forms.Button
    Friend WithEvents Chk_AntiDebug As System.Windows.Forms.CheckBox
End Class