Partial Class HBrowser 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(HBrowser)) BrowserToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() MicrosoftEdgeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() ChromeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() FireFoxToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() BraveToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() ImageList1 = New System.Windows.Forms.ImageList(components) StatusStrip1 = New System.Windows.Forms.StatusStrip() ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel() ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel() Timer1 = New System.Windows.Forms.Timer(components) RefreshToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() PictureBox1 = New System.Windows.Forms.PictureBox() Panel2 = New System.Windows.Forms.Panel() Guna2GradientButton5 = New Guna.UI2.WinForms.Guna2GradientButton() Guna2ComboBox1 = New Guna.UI2.WinForms.Guna2ComboBox() Label2 = New System.Windows.Forms.Label() Panel1 = New System.Windows.Forms.Panel() Label15 = New System.Windows.Forms.Label() Guna2ToggleSwitch2 = New Guna.UI2.WinForms.Guna2ToggleSwitch() Guna2Panel1 = New Guna.UI2.WinForms.Guna2Panel() Guna2GradientButton1 = New Guna.UI2.WinForms.Guna2GradientButton() Guna2Panel3 = New Guna.UI2.WinForms.Guna2Panel() Guna2Panel2 = New Guna.UI2.WinForms.Guna2Panel() ListView1 = New System.Windows.Forms.ListView() ColumnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) ColumnHeader4 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Guna2ContextMenuStrip1 = New Guna.UI2.WinForms.Guna2ContextMenuStrip() GetScreenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() CustomOpenToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() CloseToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() StatusStrip1.SuspendLayout() CType(PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Panel2.SuspendLayout() Panel1.SuspendLayout() Guna2Panel1.SuspendLayout() Guna2ContextMenuStrip1.SuspendLayout() SuspendLayout() ' 'BrowserToolStripMenuItem ' BrowserToolStripMenuItem.BackColor = System.Drawing.Color.White BrowserToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {MicrosoftEdgeToolStripMenuItem, ChromeToolStripMenuItem, FireFoxToolStripMenuItem, BraveToolStripMenuItem}) BrowserToolStripMenuItem.Image = CType(resources.GetObject("BrowserToolStripMenuItem.Image"), System.Drawing.Image) BrowserToolStripMenuItem.Name = "BrowserToolStripMenuItem" BrowserToolStripMenuItem.Size = New System.Drawing.Size(162, 22) BrowserToolStripMenuItem.Text = "[ Browser ]" ' 'MicrosoftEdgeToolStripMenuItem ' MicrosoftEdgeToolStripMenuItem.BackColor = System.Drawing.Color.White MicrosoftEdgeToolStripMenuItem.Image = CType(resources.GetObject("MicrosoftEdgeToolStripMenuItem.Image"), System.Drawing.Image) MicrosoftEdgeToolStripMenuItem.Name = "MicrosoftEdgeToolStripMenuItem" MicrosoftEdgeToolStripMenuItem.Size = New System.Drawing.Size(131, 22) MicrosoftEdgeToolStripMenuItem.Text = "[ Edge ]" ' 'ChromeToolStripMenuItem ' ChromeToolStripMenuItem.BackColor = System.Drawing.Color.White ChromeToolStripMenuItem.Image = CType(resources.GetObject("ChromeToolStripMenuItem.Image"), System.Drawing.Image) ChromeToolStripMenuItem.Name = "ChromeToolStripMenuItem" ChromeToolStripMenuItem.Size = New System.Drawing.Size(131, 22) ChromeToolStripMenuItem.Text = "[ Chrome ]" ' 'FireFoxToolStripMenuItem ' FireFoxToolStripMenuItem.BackColor = System.Drawing.Color.White FireFoxToolStripMenuItem.Image = CType(resources.GetObject("FireFoxToolStripMenuItem.Image"), System.Drawing.Image) FireFoxToolStripMenuItem.Name = "FireFoxToolStripMenuItem" FireFoxToolStripMenuItem.Size = New System.Drawing.Size(131, 22) FireFoxToolStripMenuItem.Text = "[ FireFox ]" ' 'BraveToolStripMenuItem ' BraveToolStripMenuItem.BackColor = System.Drawing.Color.White BraveToolStripMenuItem.Image = CType(resources.GetObject("BraveToolStripMenuItem.Image"), System.Drawing.Image) BraveToolStripMenuItem.Name = "BraveToolStripMenuItem" BraveToolStripMenuItem.Size = New System.Drawing.Size(131, 22) BraveToolStripMenuItem.Text = "[ Brave ]" ' 'ImageList1 ' ImageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit ImageList1.ImageSize = New System.Drawing.Size(20, 20) ImageList1.TransparentColor = System.Drawing.Color.Transparent ' 'StatusStrip1 ' StatusStrip1.BackColor = System.Drawing.Color.White StatusStrip1.ImageScalingSize = New System.Drawing.Size(24, 24) StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripStatusLabel1, ToolStripStatusLabel2}) StatusStrip1.Location = New System.Drawing.Point(0, 399) StatusStrip1.Name = "StatusStrip1" StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 9, 0) StatusStrip1.Size = New System.Drawing.Size(629, 22) StatusStrip1.TabIndex = 38 StatusStrip1.Text = "StatusStrip1" ' 'ToolStripStatusLabel1 ' ToolStripStatusLabel1.ForeColor = System.Drawing.Color.Black ToolStripStatusLabel1.Name = "ToolStripStatusLabel1" ToolStripStatusLabel1.Size = New System.Drawing.Size(71, 17) ToolStripStatusLabel1.Text = "Browsers [0]" ' 'ToolStripStatusLabel2 ' ToolStripStatusLabel2.ForeColor = System.Drawing.Color.Black ToolStripStatusLabel2.Name = "ToolStripStatusLabel2" ToolStripStatusLabel2.Size = New System.Drawing.Size(13, 17) ToolStripStatusLabel2.Text = ".." ' 'Timer1 ' Timer1.Enabled = True Timer1.Interval = 1000 ' 'RefreshToolStripMenuItem ' RefreshToolStripMenuItem.BackColor = System.Drawing.Color.White RefreshToolStripMenuItem.Image = CType(resources.GetObject("RefreshToolStripMenuItem.Image"), System.Drawing.Image) RefreshToolStripMenuItem.Name = "RefreshToolStripMenuItem" RefreshToolStripMenuItem.Size = New System.Drawing.Size(162, 22) RefreshToolStripMenuItem.Text = "[ Refresh ]" ' 'PictureBox1 ' PictureBox1.Dock = System.Windows.Forms.DockStyle.Fill PictureBox1.Location = New System.Drawing.Point(0, 59) PictureBox1.Name = "PictureBox1" PictureBox1.Size = New System.Drawing.Size(448, 340) PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage PictureBox1.TabIndex = 37 PictureBox1.TabStop = False ' 'Panel2 ' Panel2.Controls.Add(Guna2GradientButton5) Panel2.Controls.Add(Guna2ComboBox1) Panel2.Controls.Add(Label2) Panel2.Controls.Add(Panel1) Panel2.Controls.Add(Guna2Panel1) Panel2.Controls.Add(Guna2Panel3) Panel2.Controls.Add(Guna2Panel2) Panel2.Dock = System.Windows.Forms.DockStyle.Top Panel2.Location = New System.Drawing.Point(0, 0) Panel2.Name = "Panel2" Panel2.Size = New System.Drawing.Size(629, 59) Panel2.TabIndex = 35 ' 'Guna2GradientButton5 ' Guna2GradientButton5.BorderRadius = 3 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.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left Guna2GradientButton5.ImageSize = New System.Drawing.Size(17, 17) Guna2GradientButton5.Location = New System.Drawing.Point(253, 29) Guna2GradientButton5.Name = "Guna2GradientButton5" Guna2GradientButton5.Size = New System.Drawing.Size(75, 21) Guna2GradientButton5.TabIndex = 82 Guna2GradientButton5.Text = "Paste" ' '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() {"10%", "20%", "30%", "40%", "50%", "60%", "70%", "80%", "90%", "100%"}) Guna2ComboBox1.Location = New System.Drawing.Point(140, 29) Guna2ComboBox1.Name = "Guna2ComboBox1" Guna2ComboBox1.Size = New System.Drawing.Size(107, 21) Guna2ComboBox1.TabIndex = 28 ' 'Label2 ' Label2.AutoSize = True Label2.ForeColor = System.Drawing.Color.Black Label2.Location = New System.Drawing.Point(86, 33) Label2.Name = "Label2" Label2.Size = New System.Drawing.Size(48, 13) Label2.TabIndex = 12 Label2.Text = "Quality :" ' 'Panel1 ' Panel1.Controls.Add(Label15) Panel1.Controls.Add(Guna2ToggleSwitch2) Panel1.Dock = System.Windows.Forms.DockStyle.Right Panel1.Location = New System.Drawing.Point(437, 21) Panel1.Name = "Panel1" Panel1.Size = New System.Drawing.Size(123, 38) Panel1.TabIndex = 81 ' 'Label15 ' Label15.AutoSize = True Label15.Location = New System.Drawing.Point(58, 12) Label15.Name = "Label15" Label15.Size = New System.Drawing.Size(52, 13) Label15.TabIndex = 79 Label15.Text = "[ Resize ]" ' 'Guna2ToggleSwitch2 ' Guna2ToggleSwitch2.Checked = True Guna2ToggleSwitch2.CheckedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2ToggleSwitch2.CheckedState.FillColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2ToggleSwitch2.CheckedState.InnerBorderColor = System.Drawing.Color.White Guna2ToggleSwitch2.CheckedState.InnerColor = System.Drawing.Color.White Guna2ToggleSwitch2.Location = New System.Drawing.Point(17, 8) Guna2ToggleSwitch2.Name = "Guna2ToggleSwitch2" Guna2ToggleSwitch2.Size = New System.Drawing.Size(35, 20) Guna2ToggleSwitch2.TabIndex = 80 Guna2ToggleSwitch2.UncheckedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(136, Byte), Integer), CType(CType(200, Byte), Integer), CType(CType(236, Byte), Integer)) Guna2ToggleSwitch2.UncheckedState.FillColor = System.Drawing.Color.FromArgb(CType(CType(136, Byte), Integer), CType(CType(200, Byte), Integer), CType(CType(236, Byte), Integer)) Guna2ToggleSwitch2.UncheckedState.InnerBorderColor = System.Drawing.Color.White Guna2ToggleSwitch2.UncheckedState.InnerColor = System.Drawing.Color.White ' 'Guna2Panel1 ' Guna2Panel1.Controls.Add(Guna2GradientButton1) Guna2Panel1.Dock = System.Windows.Forms.DockStyle.Top Guna2Panel1.Location = New System.Drawing.Point(69, 0) Guna2Panel1.Name = "Guna2Panel1" Guna2Panel1.Size = New System.Drawing.Size(491, 21) Guna2Panel1.TabIndex = 35 ' 'Guna2GradientButton1 ' 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.Dock = System.Windows.Forms.DockStyle.Fill 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 = Global.XWorm.My.Resources.Resources._Stop Guna2GradientButton1.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left Guna2GradientButton1.ImageSize = New System.Drawing.Size(15, 15) Guna2GradientButton1.Location = New System.Drawing.Point(0, 0) Guna2GradientButton1.Name = "Guna2GradientButton1" Guna2GradientButton1.Size = New System.Drawing.Size(491, 21) Guna2GradientButton1.TabIndex = 34 Guna2GradientButton1.Text = "OFF" ' 'Guna2Panel3 ' Guna2Panel3.Dock = System.Windows.Forms.DockStyle.Left Guna2Panel3.Location = New System.Drawing.Point(0, 0) Guna2Panel3.Name = "Guna2Panel3" Guna2Panel3.Size = New System.Drawing.Size(69, 59) Guna2Panel3.TabIndex = 37 ' 'Guna2Panel2 ' Guna2Panel2.Dock = System.Windows.Forms.DockStyle.Right Guna2Panel2.Location = New System.Drawing.Point(560, 0) Guna2Panel2.Name = "Guna2Panel2" Guna2Panel2.Size = New System.Drawing.Size(69, 59) Guna2Panel2.TabIndex = 36 ' 'ListView1 ' ListView1.BackColor = System.Drawing.Color.White ListView1.BorderStyle = System.Windows.Forms.BorderStyle.None ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {ColumnHeader3, ColumnHeader4}) ListView1.ContextMenuStrip = Guna2ContextMenuStrip1 ListView1.Dock = System.Windows.Forms.DockStyle.Right ListView1.Font = New System.Drawing.Font("Tahoma", 8.0!) ListView1.ForeColor = System.Drawing.Color.Black ListView1.FullRowSelect = True ListView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable ListView1.HideSelection = False ListView1.Location = New System.Drawing.Point(448, 59) ListView1.Name = "ListView1" ListView1.ShowGroups = False ListView1.ShowItemToolTips = True ListView1.Size = New System.Drawing.Size(181, 340) ListView1.SmallImageList = ImageList1 ListView1.Sorting = System.Windows.Forms.SortOrder.Ascending ListView1.TabIndex = 36 ListView1.UseCompatibleStateImageBehavior = False ListView1.View = System.Windows.Forms.View.Details ' 'ColumnHeader3 ' ColumnHeader3.Text = "[ Browser ]" ColumnHeader3.Width = 85 ' 'ColumnHeader4 ' ColumnHeader4.Text = "[ PID ]" ' 'Guna2ContextMenuStrip1 ' Guna2ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {GetScreenToolStripMenuItem, RefreshToolStripMenuItem, BrowserToolStripMenuItem, CustomOpenToolStripMenuItem1, CloseToolStripMenuItem}) Guna2ContextMenuStrip1.Name = "Guna2ContextMenuStrip2" Guna2ContextMenuStrip1.RenderStyle.ArrowColor = System.Drawing.Color.FromArgb(CType(CType(151, Byte), Integer), CType(CType(143, Byte), Integer), CType(CType(255, Byte), Integer)) Guna2ContextMenuStrip1.RenderStyle.BorderColor = System.Drawing.Color.Gainsboro Guna2ContextMenuStrip1.RenderStyle.ColorTable = Nothing Guna2ContextMenuStrip1.RenderStyle.RoundedEdges = True Guna2ContextMenuStrip1.RenderStyle.SelectionArrowColor = System.Drawing.Color.White Guna2ContextMenuStrip1.RenderStyle.SelectionBackColor = System.Drawing.Color.FromArgb(CType(CType(113, Byte), Integer), CType(CType(74, Byte), Integer), CType(CType(250, Byte), Integer)) Guna2ContextMenuStrip1.RenderStyle.SelectionForeColor = System.Drawing.Color.White Guna2ContextMenuStrip1.RenderStyle.SeparatorColor = System.Drawing.Color.Gainsboro Guna2ContextMenuStrip1.RenderStyle.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit Guna2ContextMenuStrip1.Size = New System.Drawing.Size(163, 114) ' 'GetScreenToolStripMenuItem ' GetScreenToolStripMenuItem.BackColor = System.Drawing.Color.White GetScreenToolStripMenuItem.Image = CType(resources.GetObject("GetScreenToolStripMenuItem.Image"), System.Drawing.Image) GetScreenToolStripMenuItem.Name = "GetScreenToolStripMenuItem" GetScreenToolStripMenuItem.Size = New System.Drawing.Size(162, 22) GetScreenToolStripMenuItem.Text = "[ Get Image ]" ' 'CustomOpenToolStripMenuItem1 ' CustomOpenToolStripMenuItem1.BackColor = System.Drawing.Color.White CustomOpenToolStripMenuItem1.Image = CType(resources.GetObject("CustomOpenToolStripMenuItem1.Image"), System.Drawing.Image) CustomOpenToolStripMenuItem1.Name = "CustomOpenToolStripMenuItem1" CustomOpenToolStripMenuItem1.Size = New System.Drawing.Size(162, 22) CustomOpenToolStripMenuItem1.Text = "[ Custom Open ]" ' 'CloseToolStripMenuItem ' CloseToolStripMenuItem.BackColor = System.Drawing.Color.White CloseToolStripMenuItem.Image = CType(resources.GetObject("CloseToolStripMenuItem.Image"), System.Drawing.Image) CloseToolStripMenuItem.Name = "CloseToolStripMenuItem" CloseToolStripMenuItem.Size = New System.Drawing.Size(162, 22) CloseToolStripMenuItem.Text = "[ Close ]" ' 'HBrowser ' AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font BackColor = System.Drawing.Color.White ClientSize = New System.Drawing.Size(629, 421) Controls.Add(PictureBox1) Controls.Add(ListView1) Controls.Add(StatusStrip1) Controls.Add(Panel2) Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) MinimumSize = New System.Drawing.Size(645, 460) Name = "HBrowser" Text = "Hidden Browser" StatusStrip1.ResumeLayout(False) StatusStrip1.PerformLayout() CType(PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Panel2.ResumeLayout(False) Panel2.PerformLayout() Panel1.ResumeLayout(False) Panel1.PerformLayout() Guna2Panel1.ResumeLayout(False) Guna2ContextMenuStrip1.ResumeLayout(False) ResumeLayout(False) PerformLayout() End Sub Friend WithEvents BrowserToolStripMenuItem As ToolStripMenuItem Friend WithEvents MicrosoftEdgeToolStripMenuItem As ToolStripMenuItem Friend WithEvents ChromeToolStripMenuItem As ToolStripMenuItem Friend WithEvents FireFoxToolStripMenuItem As ToolStripMenuItem Friend WithEvents BraveToolStripMenuItem As ToolStripMenuItem Friend WithEvents ImageList1 As ImageList Friend WithEvents StatusStrip1 As StatusStrip Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel Friend WithEvents ToolStripStatusLabel2 As ToolStripStatusLabel Friend WithEvents Timer1 As Timer Friend WithEvents RefreshToolStripMenuItem As ToolStripMenuItem Friend WithEvents PictureBox1 As PictureBox Friend WithEvents Panel2 As Panel Friend WithEvents Guna2GradientButton5 As Guna.UI2.WinForms.Guna2GradientButton Friend WithEvents Guna2ComboBox1 As Guna.UI2.WinForms.Guna2ComboBox Friend WithEvents Label2 As Label Friend WithEvents Panel1 As Panel Friend WithEvents Label15 As Label Friend WithEvents Guna2ToggleSwitch2 As Guna.UI2.WinForms.Guna2ToggleSwitch Friend WithEvents Guna2Panel1 As Guna.UI2.WinForms.Guna2Panel Friend WithEvents Guna2GradientButton1 As Guna.UI2.WinForms.Guna2GradientButton Friend WithEvents Guna2Panel3 As Guna.UI2.WinForms.Guna2Panel Friend WithEvents Guna2Panel2 As Guna.UI2.WinForms.Guna2Panel Friend WithEvents ListView1 As ListView Friend WithEvents ColumnHeader3 As ColumnHeader Friend WithEvents ColumnHeader4 As ColumnHeader Friend WithEvents Guna2ContextMenuStrip1 As Guna.UI2.WinForms.Guna2ContextMenuStrip Friend WithEvents GetScreenToolStripMenuItem As ToolStripMenuItem Friend WithEvents CloseToolStripMenuItem As ToolStripMenuItem Friend WithEvents CustomOpenToolStripMenuItem1 As ToolStripMenuItem End Class