Files
XWorm-6.5-Source/XWorm/Forms/FilesSearcher.Designer.vb
T

276 lines
14 KiB
VB.net
Raw Normal View History

2026-08-27 11:22:34 -06:00
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class FilesSearcher
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()>
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.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FilesSearcher))
ListBox1 = New System.Windows.Forms.ListBox()
Guna2ContextMenuStrip2 = New Guna.UI2.WinForms.Guna2ContextMenuStrip()
AddToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
RemoveToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
ToolStripMenuItem7 = New System.Windows.Forms.ToolStripMenuItem()
Panel1 = New System.Windows.Forms.Panel()
Guna2NumericUpDown1 = New Guna.UI2.WinForms.Guna2NumericUpDown()
Label2 = New System.Windows.Forms.Label()
Label1 = New System.Windows.Forms.Label()
ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
StatusStrip1 = New System.Windows.Forms.StatusStrip()
Timer1 = New System.Windows.Forms.Timer(components)
Panel5 = New System.Windows.Forms.Panel()
Guna2Panel1 = New Guna.UI2.WinForms.Guna2Panel()
Guna2GradientButton1 = New Guna.UI2.WinForms.Guna2GradientButton()
Guna2Panel3 = New Guna.UI2.WinForms.Guna2Panel()
Guna2Panel2 = New Guna.UI2.WinForms.Guna2Panel()
Guna2ContextMenuStrip2.SuspendLayout()
Panel1.SuspendLayout()
CType(Guna2NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
StatusStrip1.SuspendLayout()
Panel5.SuspendLayout()
Guna2Panel1.SuspendLayout()
SuspendLayout()
'
'ListBox1
'
ListBox1.BackColor = System.Drawing.Color.White
ListBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
ListBox1.ContextMenuStrip = Guna2ContextMenuStrip2
ListBox1.Dock = System.Windows.Forms.DockStyle.Fill
ListBox1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
ListBox1.ForeColor = System.Drawing.Color.Black
ListBox1.FormattingEnabled = True
ListBox1.ItemHeight = 14
ListBox1.Items.AddRange(New Object() {".txt", ".pdf", ".doc"})
ListBox1.Location = New System.Drawing.Point(0, 32)
ListBox1.Name = "ListBox1"
ListBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended
ListBox1.Size = New System.Drawing.Size(400, 149)
ListBox1.TabIndex = 0
'
'Guna2ContextMenuStrip2
'
Guna2ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {AddToolStripMenuItem1, RemoveToolStripMenuItem1, ToolStripMenuItem7})
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(132, 70)
'
'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(131, 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(131, 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(131, 22)
ToolStripMenuItem7.Text = "[ Clear ]"
'
'Panel1
'
Panel1.Controls.Add(Label2)
Panel1.Controls.Add(Guna2NumericUpDown1)
Panel1.Controls.Add(Label1)
Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
Panel1.Location = New System.Drawing.Point(0, 181)
Panel1.Name = "Panel1"
Panel1.Size = New System.Drawing.Size(400, 36)
Panel1.TabIndex = 8
'
'Guna2NumericUpDown1
'
Guna2NumericUpDown1.BackColor = System.Drawing.Color.Transparent
Guna2NumericUpDown1.BorderRadius = 3
Guna2NumericUpDown1.Cursor = System.Windows.Forms.Cursors.IBeam
Guna2NumericUpDown1.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Guna2NumericUpDown1.Location = New System.Drawing.Point(76, 6)
Guna2NumericUpDown1.Name = "Guna2NumericUpDown1"
Guna2NumericUpDown1.Size = New System.Drawing.Size(80, 24)
Guna2NumericUpDown1.TabIndex = 74
Guna2NumericUpDown1.UpDownButtonFillColor = System.Drawing.Color.FromArgb(CType(CType(136, Byte), Integer), CType(CType(200, Byte), Integer), CType(CType(236, Byte), Integer))
Guna2NumericUpDown1.Value = New Decimal(New Integer() {3, 0, 0, 0})
'
'Label2
'
Label2.AutoSize = True
Label2.ForeColor = System.Drawing.Color.Black
Label2.Location = New System.Drawing.Point(162, 12)
Label2.Name = "Label2"
Label2.Size = New System.Drawing.Size(21, 13)
Label2.TabIndex = 2
Label2.Text = "MB"
'
'Label1
'
Label1.AutoSize = True
Label1.ForeColor = System.Drawing.Color.Black
Label1.Location = New System.Drawing.Point(18, 11)
Label1.Name = "Label1"
Label1.Size = New System.Drawing.Size(56, 13)
Label1.TabIndex = 0
Label1.Text = "MaxSize : "
'
'ToolStripStatusLabel1
'
ToolStripStatusLabel1.ForeColor = System.Drawing.Color.Black
ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
ToolStripStatusLabel1.Size = New System.Drawing.Size(13, 17)
ToolStripStatusLabel1.Text = ".."
'
'StatusStrip1
'
StatusStrip1.BackColor = System.Drawing.Color.White
StatusStrip1.ImageScalingSize = New System.Drawing.Size(24, 24)
StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripStatusLabel1})
StatusStrip1.Location = New System.Drawing.Point(0, 217)
StatusStrip1.Name = "StatusStrip1"
StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 9, 0)
StatusStrip1.Size = New System.Drawing.Size(400, 22)
StatusStrip1.TabIndex = 7
StatusStrip1.Text = "StatusStrip1"
'
'Timer1
'
Timer1.Enabled = True
Timer1.Interval = 1000
'
'Panel5
'
Panel5.Controls.Add(Guna2Panel1)
Panel5.Controls.Add(Guna2Panel3)
Panel5.Controls.Add(Guna2Panel2)
Panel5.Dock = System.Windows.Forms.DockStyle.Top
Panel5.Location = New System.Drawing.Point(0, 0)
Panel5.Name = "Panel5"
Panel5.Size = New System.Drawing.Size(400, 32)
Panel5.TabIndex = 31
'
'Guna2Panel1
'
Guna2Panel1.Controls.Add(Guna2GradientButton1)
Guna2Panel1.Dock = System.Windows.Forms.DockStyle.Top
Guna2Panel1.Location = New System.Drawing.Point(33, 0)
Guna2Panel1.Name = "Guna2Panel1"
Guna2Panel1.Size = New System.Drawing.Size(334, 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.Play
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(334, 21)
Guna2GradientButton1.TabIndex = 34
Guna2GradientButton1.Text = "Run"
'
'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(33, 32)
Guna2Panel3.TabIndex = 37
'
'Guna2Panel2
'
Guna2Panel2.Dock = System.Windows.Forms.DockStyle.Right
Guna2Panel2.Location = New System.Drawing.Point(367, 0)
Guna2Panel2.Name = "Guna2Panel2"
Guna2Panel2.Size = New System.Drawing.Size(33, 32)
Guna2Panel2.TabIndex = 36
'
'FilesSearcher
'
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(400, 239)
Controls.Add(ListBox1)
Controls.Add(Panel5)
Controls.Add(Panel1)
Controls.Add(StatusStrip1)
Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Name = "FilesSearcher"
Text = "Files Searcher"
Guna2ContextMenuStrip2.ResumeLayout(False)
Panel1.ResumeLayout(False)
Panel1.PerformLayout()
CType(Guna2NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
StatusStrip1.ResumeLayout(False)
StatusStrip1.PerformLayout()
Panel5.ResumeLayout(False)
Guna2Panel1.ResumeLayout(False)
ResumeLayout(False)
PerformLayout()
End Sub
Friend WithEvents ListBox1 As ListBox
Friend WithEvents Panel1 As Panel
Friend WithEvents Label2 As Label
Friend WithEvents Label1 As Label
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
Friend WithEvents StatusStrip1 As StatusStrip
Friend WithEvents Timer1 As Timer
Friend WithEvents Panel5 As Panel
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 Guna2NumericUpDown1 As Guna.UI2.WinForms.Guna2NumericUpDown
Friend WithEvents Guna2ContextMenuStrip2 As Guna.UI2.WinForms.Guna2ContextMenuStrip
Friend WithEvents ToolStripMenuItem7 As ToolStripMenuItem
Friend WithEvents AddToolStripMenuItem1 As ToolStripMenuItem
Friend WithEvents RemoveToolStripMenuItem1 As ToolStripMenuItem
End Class