Partial Class ToolsBox 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() components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ToolsBox)) Guna2TabControl1 = New Guna.UI2.WinForms.Guna2TabControl() TabPage1 = New System.Windows.Forms.TabPage() Label3 = New System.Windows.Forms.Label() Guna2ComboBox1 = New Guna.UI2.WinForms.Guna2ComboBox() Guna2GradientButton1 = New Guna.UI2.WinForms.Guna2GradientButton() Guna2TextBox2 = New Guna.UI2.WinForms.Guna2TextBox() Label2 = New System.Windows.Forms.Label() Guna2TextBox1 = New Guna.UI2.WinForms.Guna2TextBox() Label1 = New System.Windows.Forms.Label() TabPage2 = New System.Windows.Forms.TabPage() L1 = New System.Windows.Forms.ListView() ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) ColumnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) ColumnHeader4 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Guna2ContextMenuStrip2 = New Guna.UI2.WinForms.Guna2ContextMenuStrip() AddToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() RemoveToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() ToolStripMenuItem7 = New System.Windows.Forms.ToolStripMenuItem() RunningToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() TrueToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() FalseToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() RunonceToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() TrueToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() FalseToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() ImageList2 = New System.Windows.Forms.ImageList(components) Guna2Panel2 = New Guna.UI2.WinForms.Guna2Panel() Guna2CheckBox3 = New Guna.UI2.WinForms.Guna2CheckBox() PictureBox3 = New System.Windows.Forms.PictureBox() Guna2CheckBox2 = New Guna.UI2.WinForms.Guna2CheckBox() Guna2CheckBox1 = New Guna.UI2.WinForms.Guna2CheckBox() Label7 = New System.Windows.Forms.Label() Guna2ComboBox2 = New Guna.UI2.WinForms.Guna2ComboBox() Guna2GradientButton5 = New Guna.UI2.WinForms.Guna2GradientButton() TabPage3 = New System.Windows.Forms.TabPage() PictureBox2 = New System.Windows.Forms.PictureBox() Guna2GradientButton3 = New Guna.UI2.WinForms.Guna2GradientButton() Guna2GradientButton6 = New Guna.UI2.WinForms.Guna2GradientButton() Guna2GradientButton4 = New Guna.UI2.WinForms.Guna2GradientButton() Guna2TextBox6 = New Guna.UI2.WinForms.Guna2TextBox() Label6 = New System.Windows.Forms.Label() Guna2TextBox5 = New Guna.UI2.WinForms.Guna2TextBox() Label5 = New System.Windows.Forms.Label() TabPage4 = New System.Windows.Forms.TabPage() Guna2TextBox4 = New Guna.UI2.WinForms.Guna2TextBox() Guna2GradientButton2 = New Guna.UI2.WinForms.Guna2GradientButton() Guna2TextBox3 = New Guna.UI2.WinForms.Guna2TextBox() Label4 = New System.Windows.Forms.Label() ImageList1 = New System.Windows.Forms.ImageList(components) SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Guna2TabControl1.SuspendLayout() TabPage1.SuspendLayout() TabPage2.SuspendLayout() Guna2ContextMenuStrip2.SuspendLayout() Guna2Panel2.SuspendLayout() CType(PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() TabPage3.SuspendLayout() CType(PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() TabPage4.SuspendLayout() SuspendLayout() ' 'Guna2TabControl1 ' Guna2TabControl1.Controls.Add(TabPage1) Guna2TabControl1.Controls.Add(TabPage2) Guna2TabControl1.Controls.Add(TabPage3) Guna2TabControl1.Controls.Add(TabPage4) Guna2TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Guna2TabControl1.ImageList = ImageList1 Guna2TabControl1.ItemSize = New System.Drawing.Size(120, 30) Guna2TabControl1.Location = New System.Drawing.Point(0, 0) Guna2TabControl1.Name = "Guna2TabControl1" Guna2TabControl1.SelectedIndex = 0 Guna2TabControl1.Size = New System.Drawing.Size(495, 311) Guna2TabControl1.TabButtonHoverState.BorderColor = System.Drawing.Color.Empty Guna2TabControl1.TabButtonHoverState.FillColor = System.Drawing.Color.FromArgb(CType(CType(216, Byte), Integer), CType(CType(214, Byte), Integer), CType(CType(228, Byte), Integer)) Guna2TabControl1.TabButtonHoverState.Font = New System.Drawing.Font("Segoe UI Semibold", 10.0!) Guna2TabControl1.TabButtonHoverState.ForeColor = System.Drawing.Color.White Guna2TabControl1.TabButtonHoverState.InnerColor = System.Drawing.Color.FromArgb(CType(CType(216, Byte), Integer), CType(CType(214, Byte), Integer), CType(CType(228, Byte), Integer)) Guna2TabControl1.TabButtonIdleState.BorderColor = System.Drawing.Color.Empty Guna2TabControl1.TabButtonIdleState.FillColor = System.Drawing.Color.White Guna2TabControl1.TabButtonIdleState.Font = New System.Drawing.Font("Segoe UI Semibold", 10.0!) Guna2TabControl1.TabButtonIdleState.ForeColor = System.Drawing.Color.Black Guna2TabControl1.TabButtonIdleState.InnerColor = System.Drawing.Color.White Guna2TabControl1.TabButtonSelectedState.BorderColor = System.Drawing.Color.Empty Guna2TabControl1.TabButtonSelectedState.FillColor = System.Drawing.Color.White Guna2TabControl1.TabButtonSelectedState.Font = New System.Drawing.Font("Segoe UI Semibold", 10.0!) Guna2TabControl1.TabButtonSelectedState.ForeColor = System.Drawing.Color.Black Guna2TabControl1.TabButtonSelectedState.InnerColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2TabControl1.TabButtonSize = New System.Drawing.Size(120, 30) Guna2TabControl1.TabIndex = 44 Guna2TabControl1.TabMenuBackColor = System.Drawing.Color.White Guna2TabControl1.TabMenuOrientation = Guna.UI2.WinForms.TabMenuOrientation.HorizontalTop ' 'TabPage1 ' TabPage1.BackColor = System.Drawing.Color.White TabPage1.Controls.Add(Label3) TabPage1.Controls.Add(Guna2ComboBox1) TabPage1.Controls.Add(Guna2GradientButton1) TabPage1.Controls.Add(Guna2TextBox2) TabPage1.Controls.Add(Label2) TabPage1.Controls.Add(Guna2TextBox1) TabPage1.Controls.Add(Label1) TabPage1.ImageKey = "icons8_tree_segtructure_32.png" TabPage1.Location = New System.Drawing.Point(4, 34) TabPage1.Name = "TabPage1" TabPage1.Padding = New System.Windows.Forms.Padding(3) TabPage1.Size = New System.Drawing.Size(487, 273) TabPage1.TabIndex = 0 TabPage1.Text = "Downloader" ' 'Label3 ' Label3.AutoSize = True Label3.Location = New System.Drawing.Point(43, 135) Label3.Name = "Label3" Label3.Size = New System.Drawing.Size(35, 13) Label3.TabIndex = 52 Label3.Text = "Path :" ' 'Guna2ComboBox1 ' Guna2ComboBox1.BackColor = System.Drawing.Color.Transparent Guna2ComboBox1.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2ComboBox1.BorderRadius = 3 Guna2ComboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed Guna2ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Guna2ComboBox1.FocusedColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2ComboBox1.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2ComboBox1.Font = New System.Drawing.Font("Segoe UI", 8.25!) Guna2ComboBox1.ForeColor = System.Drawing.Color.Black Guna2ComboBox1.ItemHeight = 15 Guna2ComboBox1.Items.AddRange(New Object() {"%Temp%", "%AppData%", "%Userprofile%", "%Public%", "%ProgramData%", "%LocalAppdata%"}) Guna2ComboBox1.Location = New System.Drawing.Point(86, 131) Guna2ComboBox1.Name = "Guna2ComboBox1" Guna2ComboBox1.Size = New System.Drawing.Size(357, 21) Guna2ComboBox1.TabIndex = 51 ' 'Guna2GradientButton1 ' Guna2GradientButton1.BorderRadius = 4 Guna2GradientButton1.DisabledState.BorderColor = System.Drawing.Color.DarkGray Guna2GradientButton1.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray Guna2GradientButton1.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton1.DisabledState.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer)) Guna2GradientButton1.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2GradientButton1.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2GradientButton1.ForeColor = System.Drawing.Color.White Guna2GradientButton1.Image = CType(resources.GetObject("Guna2GradientButton1.Image"), System.Drawing.Image) Guna2GradientButton1.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left Guna2GradientButton1.ImageSize = New System.Drawing.Size(17, 17) Guna2GradientButton1.Location = New System.Drawing.Point(86, 158) Guna2GradientButton1.Name = "Guna2GradientButton1" Guna2GradientButton1.Size = New System.Drawing.Size(357, 34) Guna2GradientButton1.TabIndex = 50 Guna2GradientButton1.Text = "Build" ' 'Guna2TextBox2 ' Guna2TextBox2.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2TextBox2.BorderRadius = 3 Guna2TextBox2.Cursor = System.Windows.Forms.Cursors.IBeam Guna2TextBox2.DefaultText = "FileName.exe" Guna2TextBox2.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer)) Guna2TextBox2.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer)) Guna2TextBox2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) Guna2TextBox2.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) Guna2TextBox2.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) Guna2TextBox2.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2TextBox2.ForeColor = System.Drawing.Color.Black Guna2TextBox2.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) Guna2TextBox2.Location = New System.Drawing.Point(86, 104) Guna2TextBox2.Name = "Guna2TextBox2" Guna2TextBox2.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0) Guna2TextBox2.PlaceholderForeColor = System.Drawing.Color.Black Guna2TextBox2.PlaceholderText = "" Guna2TextBox2.SelectedText = "" Guna2TextBox2.Size = New System.Drawing.Size(357, 21) Guna2TextBox2.TabIndex = 46 ' 'Label2 ' Label2.AutoSize = True Label2.Location = New System.Drawing.Point(23, 108) Label2.Name = "Label2" Label2.Size = New System.Drawing.Size(55, 13) Label2.TabIndex = 45 Label2.Text = "Filename :" ' 'Guna2TextBox1 ' Guna2TextBox1.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2TextBox1.BorderRadius = 3 Guna2TextBox1.Cursor = System.Windows.Forms.Cursors.IBeam Guna2TextBox1.DefaultText = "http://www.example.com/FileName.exe" Guna2TextBox1.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer)) Guna2TextBox1.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer)) Guna2TextBox1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) Guna2TextBox1.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) Guna2TextBox1.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) Guna2TextBox1.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2TextBox1.ForeColor = System.Drawing.Color.Black Guna2TextBox1.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) Guna2TextBox1.Location = New System.Drawing.Point(86, 77) Guna2TextBox1.Name = "Guna2TextBox1" Guna2TextBox1.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0) Guna2TextBox1.PlaceholderForeColor = System.Drawing.Color.Black Guna2TextBox1.PlaceholderText = "" Guna2TextBox1.SelectedText = "" Guna2TextBox1.Size = New System.Drawing.Size(357, 21) Guna2TextBox1.TabIndex = 44 ' 'Label1 ' Label1.AutoSize = True Label1.Location = New System.Drawing.Point(47, 80) Label1.Name = "Label1" Label1.Size = New System.Drawing.Size(35, 13) Label1.TabIndex = 0 Label1.Text = "URL :" ' 'TabPage2 ' TabPage2.BackColor = System.Drawing.Color.White TabPage2.Controls.Add(L1) TabPage2.Controls.Add(Guna2Panel2) TabPage2.ImageKey = "icons8_treere_structure_32.png" TabPage2.Location = New System.Drawing.Point(4, 34) TabPage2.Name = "TabPage2" TabPage2.Padding = New System.Windows.Forms.Padding(3) TabPage2.Size = New System.Drawing.Size(487, 273) TabPage2.TabIndex = 1 TabPage2.Text = "Binder" ' 'L1 ' L1.AllowDrop = True L1.BackColor = System.Drawing.Color.White L1.BorderStyle = System.Windows.Forms.BorderStyle.None L1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {ColumnHeader1, ColumnHeader2, ColumnHeader3, ColumnHeader4}) L1.ContextMenuStrip = Guna2ContextMenuStrip2 L1.Dock = System.Windows.Forms.DockStyle.Fill L1.Font = New System.Drawing.Font("Tahoma", 8.0!) L1.ForeColor = System.Drawing.Color.Black L1.FullRowSelect = True L1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable L1.HideSelection = False L1.Location = New System.Drawing.Point(3, 3) L1.Name = "L1" L1.Size = New System.Drawing.Size(481, 168) L1.SmallImageList = ImageList2 L1.TabIndex = 33 L1.UseCompatibleStateImageBehavior = False L1.View = System.Windows.Forms.View.Details ' 'ColumnHeader1 ' ColumnHeader1.Text = "[ Path ]" ColumnHeader1.Width = 177 ' 'ColumnHeader2 ' ColumnHeader2.Text = "[ Size ]" ColumnHeader2.Width = 78 ' 'ColumnHeader3 ' ColumnHeader3.Text = "[ Running ]" ColumnHeader3.Width = 105 ' 'ColumnHeader4 ' ColumnHeader4.Text = "[ Runonce ]" ColumnHeader4.Width = 95 ' 'Guna2ContextMenuStrip2 ' Guna2ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {AddToolStripMenuItem1, RemoveToolStripMenuItem1, ToolStripMenuItem7, RunningToolStripMenuItem, RunonceToolStripMenuItem}) Guna2ContextMenuStrip2.Name = "Guna2ContextMenuStrip2" Guna2ContextMenuStrip2.RenderStyle.ArrowColor = System.Drawing.Color.FromArgb(CType(CType(151, Byte), Integer), CType(CType(143, Byte), Integer), CType(CType(255, Byte), Integer)) Guna2ContextMenuStrip2.RenderStyle.BorderColor = System.Drawing.Color.Gainsboro Guna2ContextMenuStrip2.RenderStyle.ColorTable = Nothing Guna2ContextMenuStrip2.RenderStyle.RoundedEdges = True Guna2ContextMenuStrip2.RenderStyle.SelectionArrowColor = System.Drawing.Color.White Guna2ContextMenuStrip2.RenderStyle.SelectionBackColor = System.Drawing.Color.FromArgb(CType(CType(113, Byte), Integer), CType(CType(74, Byte), Integer), CType(CType(250, Byte), Integer)) Guna2ContextMenuStrip2.RenderStyle.SelectionForeColor = System.Drawing.Color.White Guna2ContextMenuStrip2.RenderStyle.SeparatorColor = System.Drawing.Color.Gainsboro Guna2ContextMenuStrip2.RenderStyle.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit Guna2ContextMenuStrip2.Size = New System.Drawing.Size(136, 114) ' 'AddToolStripMenuItem1 ' AddToolStripMenuItem1.BackColor = System.Drawing.Color.White AddToolStripMenuItem1.Image = CType(resources.GetObject("AddToolStripMenuItem1.Image"), System.Drawing.Image) AddToolStripMenuItem1.Name = "AddToolStripMenuItem1" AddToolStripMenuItem1.Size = New System.Drawing.Size(135, 22) AddToolStripMenuItem1.Text = "[ Add ]" ' 'RemoveToolStripMenuItem1 ' RemoveToolStripMenuItem1.BackColor = System.Drawing.Color.White RemoveToolStripMenuItem1.Image = CType(resources.GetObject("RemoveToolStripMenuItem1.Image"), System.Drawing.Image) RemoveToolStripMenuItem1.Name = "RemoveToolStripMenuItem1" RemoveToolStripMenuItem1.Size = New System.Drawing.Size(135, 22) RemoveToolStripMenuItem1.Text = "[ Remove ]" ' 'ToolStripMenuItem7 ' ToolStripMenuItem7.BackColor = System.Drawing.Color.White ToolStripMenuItem7.Image = CType(resources.GetObject("ToolStripMenuItem7.Image"), System.Drawing.Image) ToolStripMenuItem7.Name = "ToolStripMenuItem7" ToolStripMenuItem7.Size = New System.Drawing.Size(135, 22) ToolStripMenuItem7.Text = "[ Clear ]" ' 'RunningToolStripMenuItem ' RunningToolStripMenuItem.BackColor = System.Drawing.Color.White RunningToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {TrueToolStripMenuItem, FalseToolStripMenuItem}) RunningToolStripMenuItem.Image = CType(resources.GetObject("RunningToolStripMenuItem.Image"), System.Drawing.Image) RunningToolStripMenuItem.Name = "RunningToolStripMenuItem" RunningToolStripMenuItem.Size = New System.Drawing.Size(135, 22) RunningToolStripMenuItem.Text = "[ Running ]" ' 'TrueToolStripMenuItem ' TrueToolStripMenuItem.BackColor = System.Drawing.Color.White TrueToolStripMenuItem.Image = CType(resources.GetObject("TrueToolStripMenuItem.Image"), System.Drawing.Image) TrueToolStripMenuItem.Name = "TrueToolStripMenuItem" TrueToolStripMenuItem.Size = New System.Drawing.Size(114, 22) TrueToolStripMenuItem.Text = "[ True ]" ' 'FalseToolStripMenuItem ' FalseToolStripMenuItem.BackColor = System.Drawing.Color.White FalseToolStripMenuItem.Image = CType(resources.GetObject("FalseToolStripMenuItem.Image"), System.Drawing.Image) FalseToolStripMenuItem.Name = "FalseToolStripMenuItem" FalseToolStripMenuItem.Size = New System.Drawing.Size(114, 22) FalseToolStripMenuItem.Text = "[ False ]" ' 'RunonceToolStripMenuItem ' RunonceToolStripMenuItem.BackColor = System.Drawing.Color.White RunonceToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {TrueToolStripMenuItem1, FalseToolStripMenuItem1}) RunonceToolStripMenuItem.Image = CType(resources.GetObject("RunonceToolStripMenuItem.Image"), System.Drawing.Image) RunonceToolStripMenuItem.Name = "RunonceToolStripMenuItem" RunonceToolStripMenuItem.Size = New System.Drawing.Size(135, 22) RunonceToolStripMenuItem.Text = "[ Runonce ]" ' 'TrueToolStripMenuItem1 ' TrueToolStripMenuItem1.BackColor = System.Drawing.Color.White TrueToolStripMenuItem1.Image = CType(resources.GetObject("TrueToolStripMenuItem1.Image"), System.Drawing.Image) TrueToolStripMenuItem1.Name = "TrueToolStripMenuItem1" TrueToolStripMenuItem1.Size = New System.Drawing.Size(114, 22) TrueToolStripMenuItem1.Text = "[ True ]" ' 'FalseToolStripMenuItem1 ' FalseToolStripMenuItem1.BackColor = System.Drawing.Color.White FalseToolStripMenuItem1.Image = CType(resources.GetObject("FalseToolStripMenuItem1.Image"), System.Drawing.Image) FalseToolStripMenuItem1.Name = "FalseToolStripMenuItem1" FalseToolStripMenuItem1.Size = New System.Drawing.Size(114, 22) FalseToolStripMenuItem1.Text = "[ False ]" ' 'ImageList2 ' ImageList2.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit ImageList2.ImageSize = New System.Drawing.Size(20, 20) ImageList2.TransparentColor = System.Drawing.Color.Transparent ' 'Guna2Panel2 ' Guna2Panel2.Controls.Add(Guna2CheckBox3) Guna2Panel2.Controls.Add(PictureBox3) Guna2Panel2.Controls.Add(Guna2CheckBox2) Guna2Panel2.Controls.Add(Guna2CheckBox1) Guna2Panel2.Controls.Add(Label7) Guna2Panel2.Controls.Add(Guna2ComboBox2) Guna2Panel2.Controls.Add(Guna2GradientButton5) Guna2Panel2.Dock = System.Windows.Forms.DockStyle.Bottom Guna2Panel2.Location = New System.Drawing.Point(3, 171) Guna2Panel2.Name = "Guna2Panel2" Guna2Panel2.Size = New System.Drawing.Size(481, 99) Guna2Panel2.TabIndex = 34 ' 'Guna2CheckBox3 ' Guna2CheckBox3.AutoSize = True Guna2CheckBox3.CheckedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2CheckBox3.CheckedState.BorderRadius = 0 Guna2CheckBox3.CheckedState.BorderThickness = 0 Guna2CheckBox3.CheckedState.FillColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2CheckBox3.Location = New System.Drawing.Point(218, 15) Guna2CheckBox3.Name = "Guna2CheckBox3" Guna2CheckBox3.Size = New System.Drawing.Size(78, 17) Guna2CheckBox3.TabIndex = 58 Guna2CheckBox3.Text = "Obfuscator" Guna2CheckBox3.UncheckedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(136, Byte), Integer), CType(CType(200, Byte), Integer), CType(CType(236, Byte), Integer)) Guna2CheckBox3.UncheckedState.BorderRadius = 0 Guna2CheckBox3.UncheckedState.BorderThickness = 0 Guna2CheckBox3.UncheckedState.FillColor = System.Drawing.Color.FromArgb(CType(CType(136, Byte), Integer), CType(CType(200, Byte), Integer), CType(CType(236, Byte), Integer)) ' 'PictureBox3 ' PictureBox3.BackColor = System.Drawing.Color.White PictureBox3.Location = New System.Drawing.Point(434, 15) PictureBox3.Name = "PictureBox3" PictureBox3.Size = New System.Drawing.Size(32, 32) PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage PictureBox3.TabIndex = 57 PictureBox3.TabStop = False ' 'Guna2CheckBox2 ' Guna2CheckBox2.AutoSize = True Guna2CheckBox2.CheckedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2CheckBox2.CheckedState.BorderRadius = 0 Guna2CheckBox2.CheckedState.BorderThickness = 0 Guna2CheckBox2.CheckedState.FillColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2CheckBox2.Location = New System.Drawing.Point(381, 15) Guna2CheckBox2.Name = "Guna2CheckBox2" Guna2CheckBox2.Size = New System.Drawing.Size(47, 17) Guna2CheckBox2.TabIndex = 56 Guna2CheckBox2.Text = "Icon" Guna2CheckBox2.UncheckedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(136, Byte), Integer), CType(CType(200, Byte), Integer), CType(CType(236, Byte), Integer)) Guna2CheckBox2.UncheckedState.BorderRadius = 0 Guna2CheckBox2.UncheckedState.BorderThickness = 0 Guna2CheckBox2.UncheckedState.FillColor = System.Drawing.Color.FromArgb(CType(CType(136, Byte), Integer), CType(CType(200, Byte), Integer), CType(CType(236, Byte), Integer)) ' 'Guna2CheckBox1 ' Guna2CheckBox1.AutoSize = True Guna2CheckBox1.CheckedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2CheckBox1.CheckedState.BorderRadius = 0 Guna2CheckBox1.CheckedState.BorderThickness = 0 Guna2CheckBox1.CheckedState.FillColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2CheckBox1.Location = New System.Drawing.Point(304, 15) Guna2CheckBox1.Name = "Guna2CheckBox1" Guna2CheckBox1.Size = New System.Drawing.Size(70, 17) Guna2CheckBox1.TabIndex = 55 Guna2CheckBox1.Text = "Assembly" Guna2CheckBox1.UncheckedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(136, Byte), Integer), CType(CType(200, Byte), Integer), CType(CType(236, Byte), Integer)) Guna2CheckBox1.UncheckedState.BorderRadius = 0 Guna2CheckBox1.UncheckedState.BorderThickness = 0 Guna2CheckBox1.UncheckedState.FillColor = System.Drawing.Color.FromArgb(CType(CType(136, Byte), Integer), CType(CType(200, Byte), Integer), CType(CType(236, Byte), Integer)) ' 'Label7 ' Label7.AutoSize = True Label7.Location = New System.Drawing.Point(13, 19) Label7.Name = "Label7" Label7.Size = New System.Drawing.Size(35, 13) Label7.TabIndex = 54 Label7.Text = "Path :" ' 'Guna2ComboBox2 ' Guna2ComboBox2.BackColor = System.Drawing.Color.Transparent Guna2ComboBox2.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2ComboBox2.BorderRadius = 3 Guna2ComboBox2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed Guna2ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Guna2ComboBox2.FocusedColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2ComboBox2.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2ComboBox2.Font = New System.Drawing.Font("Segoe UI", 8.25!) Guna2ComboBox2.ForeColor = System.Drawing.Color.Black Guna2ComboBox2.ItemHeight = 15 Guna2ComboBox2.Items.AddRange(New Object() {"%Temp%", "%AppData%", "%Userprofile%", "%Public%", "%ProgramData%", "%LocalAppdata%", "%Current%"}) Guna2ComboBox2.Location = New System.Drawing.Point(55, 15) Guna2ComboBox2.Name = "Guna2ComboBox2" Guna2ComboBox2.Size = New System.Drawing.Size(144, 21) Guna2ComboBox2.TabIndex = 52 ' 'Guna2GradientButton5 ' Guna2GradientButton5.BorderRadius = 4 Guna2GradientButton5.DisabledState.BorderColor = System.Drawing.Color.DarkGray Guna2GradientButton5.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray Guna2GradientButton5.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton5.DisabledState.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton5.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer)) Guna2GradientButton5.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2GradientButton5.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2GradientButton5.ForeColor = System.Drawing.Color.White Guna2GradientButton5.Image = CType(resources.GetObject("Guna2GradientButton5.Image"), System.Drawing.Image) Guna2GradientButton5.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left Guna2GradientButton5.ImageSize = New System.Drawing.Size(17, 17) Guna2GradientButton5.Location = New System.Drawing.Point(15, 54) Guna2GradientButton5.Name = "Guna2GradientButton5" Guna2GradientButton5.Size = New System.Drawing.Size(451, 34) Guna2GradientButton5.TabIndex = 51 Guna2GradientButton5.Text = "Build" ' 'TabPage3 ' TabPage3.BackColor = System.Drawing.Color.White TabPage3.Controls.Add(PictureBox2) TabPage3.Controls.Add(Guna2GradientButton3) TabPage3.Controls.Add(Guna2GradientButton6) TabPage3.Controls.Add(Guna2GradientButton4) TabPage3.Controls.Add(Guna2TextBox6) TabPage3.Controls.Add(Label6) TabPage3.Controls.Add(Guna2TextBox5) TabPage3.Controls.Add(Label5) TabPage3.ImageKey = "icons856_blockchain_new_logo_32.png" TabPage3.Location = New System.Drawing.Point(4, 34) TabPage3.Name = "TabPage3" TabPage3.Padding = New System.Windows.Forms.Padding(3) TabPage3.Size = New System.Drawing.Size(487, 273) TabPage3.TabIndex = 2 TabPage3.Text = "Icon Changer" ' 'PictureBox2 ' PictureBox2.BackColor = System.Drawing.Color.White PictureBox2.Location = New System.Drawing.Point(410, 142) PictureBox2.Name = "PictureBox2" PictureBox2.Size = New System.Drawing.Size(32, 32) PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage PictureBox2.TabIndex = 63 PictureBox2.TabStop = False ' 'Guna2GradientButton3 ' Guna2GradientButton3.BorderRadius = 4 Guna2GradientButton3.DisabledState.BorderColor = System.Drawing.Color.DarkGray Guna2GradientButton3.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray Guna2GradientButton3.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton3.DisabledState.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton3.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer)) Guna2GradientButton3.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2GradientButton3.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2GradientButton3.ForeColor = System.Drawing.Color.White Guna2GradientButton3.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left Guna2GradientButton3.ImageSize = New System.Drawing.Size(17, 17) Guna2GradientButton3.Location = New System.Drawing.Point(410, 86) Guna2GradientButton3.Name = "Guna2GradientButton3" Guna2GradientButton3.Size = New System.Drawing.Size(57, 21) Guna2GradientButton3.TabIndex = 62 Guna2GradientButton3.Text = "Open" ' 'Guna2GradientButton6 ' Guna2GradientButton6.BorderRadius = 4 Guna2GradientButton6.DisabledState.BorderColor = System.Drawing.Color.DarkGray Guna2GradientButton6.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray Guna2GradientButton6.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton6.DisabledState.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton6.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer)) Guna2GradientButton6.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2GradientButton6.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2GradientButton6.ForeColor = System.Drawing.Color.White Guna2GradientButton6.Image = CType(resources.GetObject("Guna2GradientButton6.Image"), System.Drawing.Image) Guna2GradientButton6.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left Guna2GradientButton6.ImageSize = New System.Drawing.Size(17, 17) Guna2GradientButton6.Location = New System.Drawing.Point(64, 140) Guna2GradientButton6.Name = "Guna2GradientButton6" Guna2GradientButton6.Size = New System.Drawing.Size(340, 34) Guna2GradientButton6.TabIndex = 61 Guna2GradientButton6.Text = "Change" ' 'Guna2GradientButton4 ' Guna2GradientButton4.BorderRadius = 4 Guna2GradientButton4.DisabledState.BorderColor = System.Drawing.Color.DarkGray Guna2GradientButton4.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray Guna2GradientButton4.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton4.DisabledState.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton4.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer)) Guna2GradientButton4.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2GradientButton4.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2GradientButton4.ForeColor = System.Drawing.Color.White Guna2GradientButton4.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left Guna2GradientButton4.ImageSize = New System.Drawing.Size(17, 17) Guna2GradientButton4.Location = New System.Drawing.Point(410, 113) Guna2GradientButton4.Name = "Guna2GradientButton4" Guna2GradientButton4.Size = New System.Drawing.Size(57, 21) Guna2GradientButton4.TabIndex = 60 Guna2GradientButton4.Text = "Open" ' 'Guna2TextBox6 ' Guna2TextBox6.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2TextBox6.BorderRadius = 3 Guna2TextBox6.Cursor = System.Windows.Forms.Cursors.IBeam Guna2TextBox6.DefaultText = "..." Guna2TextBox6.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer)) Guna2TextBox6.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer)) Guna2TextBox6.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) Guna2TextBox6.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) Guna2TextBox6.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) Guna2TextBox6.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2TextBox6.ForeColor = System.Drawing.Color.Black Guna2TextBox6.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) Guna2TextBox6.Location = New System.Drawing.Point(64, 113) Guna2TextBox6.Name = "Guna2TextBox6" Guna2TextBox6.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0) Guna2TextBox6.PlaceholderForeColor = System.Drawing.Color.Black Guna2TextBox6.PlaceholderText = "" Guna2TextBox6.ReadOnly = True Guna2TextBox6.SelectedText = "" Guna2TextBox6.Size = New System.Drawing.Size(340, 21) Guna2TextBox6.TabIndex = 56 ' 'Label6 ' Label6.AutoSize = True Label6.Location = New System.Drawing.Point(20, 116) Label6.Name = "Label6" Label6.Size = New System.Drawing.Size(34, 13) Label6.TabIndex = 55 Label6.Text = "Icon :" ' 'Guna2TextBox5 ' Guna2TextBox5.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2TextBox5.BorderRadius = 3 Guna2TextBox5.Cursor = System.Windows.Forms.Cursors.IBeam Guna2TextBox5.DefaultText = "..." Guna2TextBox5.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer)) Guna2TextBox5.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer)) Guna2TextBox5.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) Guna2TextBox5.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) Guna2TextBox5.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) Guna2TextBox5.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2TextBox5.ForeColor = System.Drawing.Color.Black Guna2TextBox5.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) Guna2TextBox5.Location = New System.Drawing.Point(64, 86) Guna2TextBox5.Name = "Guna2TextBox5" Guna2TextBox5.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0) Guna2TextBox5.PlaceholderForeColor = System.Drawing.Color.Black Guna2TextBox5.PlaceholderText = "" Guna2TextBox5.ReadOnly = True Guna2TextBox5.SelectedText = "" Guna2TextBox5.Size = New System.Drawing.Size(340, 21) Guna2TextBox5.TabIndex = 54 ' 'Label5 ' Label5.AutoSize = True Label5.Location = New System.Drawing.Point(25, 89) Label5.Name = "Label5" Label5.Size = New System.Drawing.Size(29, 13) Label5.TabIndex = 53 Label5.Text = "File :" ' 'TabPage4 ' TabPage4.BackColor = System.Drawing.Color.White TabPage4.Controls.Add(Guna2TextBox4) TabPage4.Controls.Add(Guna2GradientButton2) TabPage4.Controls.Add(Guna2TextBox3) TabPage4.Controls.Add(Label4) TabPage4.ImageKey = "icons8_glodsfsd2be_32.png" TabPage4.Location = New System.Drawing.Point(4, 34) TabPage4.Name = "TabPage4" TabPage4.Padding = New System.Windows.Forms.Padding(3) TabPage4.Size = New System.Drawing.Size(487, 273) TabPage4.TabIndex = 3 TabPage4.Text = "Check Port" ' 'Guna2TextBox4 ' Guna2TextBox4.BorderColor = System.Drawing.Color.White Guna2TextBox4.Cursor = System.Windows.Forms.Cursors.IBeam Guna2TextBox4.DefaultText = "" Guna2TextBox4.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer)) Guna2TextBox4.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer)) Guna2TextBox4.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) Guna2TextBox4.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) Guna2TextBox4.FocusedState.BorderColor = System.Drawing.Color.White Guna2TextBox4.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2TextBox4.ForeColor = System.Drawing.Color.Black Guna2TextBox4.HoverState.BorderColor = System.Drawing.Color.White Guna2TextBox4.Location = New System.Drawing.Point(78, 41) Guna2TextBox4.Name = "Guna2TextBox4" Guna2TextBox4.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0) Guna2TextBox4.PlaceholderForeColor = System.Drawing.Color.Black Guna2TextBox4.PlaceholderText = "" Guna2TextBox4.ReadOnly = True Guna2TextBox4.SelectedText = "" Guna2TextBox4.Size = New System.Drawing.Size(357, 55) Guna2TextBox4.TabIndex = 55 ' 'Guna2GradientButton2 ' Guna2GradientButton2.BorderRadius = 4 Guna2GradientButton2.DisabledState.BorderColor = System.Drawing.Color.DarkGray Guna2GradientButton2.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray Guna2GradientButton2.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton2.DisabledState.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer)) Guna2GradientButton2.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2GradientButton2.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2GradientButton2.ForeColor = System.Drawing.Color.White Guna2GradientButton2.Image = CType(resources.GetObject("Guna2GradientButton2.Image"), System.Drawing.Image) Guna2GradientButton2.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left Guna2GradientButton2.ImageSize = New System.Drawing.Size(17, 17) Guna2GradientButton2.Location = New System.Drawing.Point(78, 129) Guna2GradientButton2.Name = "Guna2GradientButton2" Guna2GradientButton2.Size = New System.Drawing.Size(357, 34) Guna2GradientButton2.TabIndex = 53 Guna2GradientButton2.Text = "Check" ' 'Guna2TextBox3 ' Guna2TextBox3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2TextBox3.BorderRadius = 3 Guna2TextBox3.Cursor = System.Windows.Forms.Cursors.IBeam Guna2TextBox3.DefaultText = "" Guna2TextBox3.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer)) Guna2TextBox3.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer)) Guna2TextBox3.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) Guna2TextBox3.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer)) Guna2TextBox3.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) Guna2TextBox3.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2TextBox3.ForeColor = System.Drawing.Color.Black Guna2TextBox3.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer)) Guna2TextBox3.Location = New System.Drawing.Point(78, 102) Guna2TextBox3.Name = "Guna2TextBox3" Guna2TextBox3.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0) Guna2TextBox3.PlaceholderForeColor = System.Drawing.Color.Black Guna2TextBox3.PlaceholderText = "" Guna2TextBox3.SelectedText = "" Guna2TextBox3.Size = New System.Drawing.Size(357, 21) Guna2TextBox3.TabIndex = 52 ' 'Label4 ' Label4.AutoSize = True Label4.Location = New System.Drawing.Point(39, 105) Label4.Name = "Label4" Label4.Size = New System.Drawing.Size(32, 13) Label4.TabIndex = 51 Label4.Text = "Port :" ' 'ImageList1 ' ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) ImageList1.TransparentColor = System.Drawing.Color.Transparent ImageList1.Images.SetKeyName(0, "icons8_tree_segtructure_32.png") ImageList1.Images.SetKeyName(1, "icons8_treere_structure_32.png") ImageList1.Images.SetKeyName(2, "icons856_blockchain_new_logo_32.png") ImageList1.Images.SetKeyName(3, "icons8_glodsfsd2be_32.png") ' 'ToolsBox ' AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink BackColor = System.Drawing.Color.White ClientSize = New System.Drawing.Size(495, 311) Controls.Add(Guna2TabControl1) Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) MaximizeBox = False MinimizeBox = False Name = "ToolsBox" SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide Text = "Extra Tools" Guna2TabControl1.ResumeLayout(False) TabPage1.ResumeLayout(False) TabPage1.PerformLayout() TabPage2.ResumeLayout(False) Guna2ContextMenuStrip2.ResumeLayout(False) Guna2Panel2.ResumeLayout(False) Guna2Panel2.PerformLayout() CType(PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() TabPage3.ResumeLayout(False) TabPage3.PerformLayout() CType(PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() TabPage4.ResumeLayout(False) TabPage4.PerformLayout() ResumeLayout(False) End Sub Friend WithEvents Guna2TabControl1 As Guna.UI2.WinForms.Guna2TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents TabPage2 As TabPage Friend WithEvents TabPage3 As TabPage Friend WithEvents TabPage4 As TabPage Friend WithEvents ImageList1 As ImageList Friend WithEvents Label1 As Label Friend WithEvents Guna2TextBox1 As Guna.UI2.WinForms.Guna2TextBox Friend WithEvents Guna2TextBox2 As Guna.UI2.WinForms.Guna2TextBox Friend WithEvents Label2 As Label Friend WithEvents Guna2GradientButton1 As Guna.UI2.WinForms.Guna2GradientButton Friend WithEvents Label3 As Label Friend WithEvents Guna2ComboBox1 As Guna.UI2.WinForms.Guna2ComboBox Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents Guna2GradientButton2 As Guna.UI2.WinForms.Guna2GradientButton Friend WithEvents Guna2TextBox3 As Guna.UI2.WinForms.Guna2TextBox Friend WithEvents Label4 As Label Friend WithEvents Guna2TextBox4 As Guna.UI2.WinForms.Guna2TextBox Friend WithEvents Guna2TextBox6 As Guna.UI2.WinForms.Guna2TextBox Friend WithEvents Label6 As Label Friend WithEvents Guna2TextBox5 As Guna.UI2.WinForms.Guna2TextBox Friend WithEvents Label5 As Label Friend WithEvents Guna2GradientButton4 As Guna.UI2.WinForms.Guna2GradientButton Friend WithEvents Guna2GradientButton3 As Guna.UI2.WinForms.Guna2GradientButton Friend WithEvents PictureBox2 As PictureBox Friend WithEvents L1 As ListView Friend WithEvents ColumnHeader1 As ColumnHeader Friend WithEvents ColumnHeader2 As ColumnHeader Friend WithEvents ColumnHeader3 As ColumnHeader Friend WithEvents ColumnHeader4 As ColumnHeader Friend WithEvents Guna2Panel2 As Guna.UI2.WinForms.Guna2Panel Friend WithEvents Guna2GradientButton5 As Guna.UI2.WinForms.Guna2GradientButton Friend WithEvents Label7 As Label Friend WithEvents Guna2ComboBox2 As Guna.UI2.WinForms.Guna2ComboBox Friend WithEvents Guna2CheckBox1 As Guna.UI2.WinForms.Guna2CheckBox Friend WithEvents Guna2CheckBox2 As Guna.UI2.WinForms.Guna2CheckBox Friend WithEvents PictureBox3 As PictureBox Friend WithEvents Guna2CheckBox3 As Guna.UI2.WinForms.Guna2CheckBox Friend WithEvents Guna2ContextMenuStrip2 As Guna.UI2.WinForms.Guna2ContextMenuStrip Friend WithEvents AddToolStripMenuItem1 As ToolStripMenuItem Friend WithEvents RemoveToolStripMenuItem1 As ToolStripMenuItem Friend WithEvents ToolStripMenuItem7 As ToolStripMenuItem Friend WithEvents ImageList2 As ImageList Friend WithEvents RunningToolStripMenuItem As ToolStripMenuItem Friend WithEvents RunonceToolStripMenuItem As ToolStripMenuItem Friend WithEvents TrueToolStripMenuItem As ToolStripMenuItem Friend WithEvents FalseToolStripMenuItem As ToolStripMenuItem Friend WithEvents TrueToolStripMenuItem1 As ToolStripMenuItem Friend WithEvents FalseToolStripMenuItem1 As ToolStripMenuItem Friend WithEvents Guna2GradientButton6 As Guna.UI2.WinForms.Guna2GradientButton End Class