initial commit
This commit is contained in:
Generated
+172
@@ -0,0 +1,172 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class ACT
|
||||
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(ACT))
|
||||
ListView1 = 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)
|
||||
Guna2ContextMenuStrip1 = New Guna.UI2.WinForms.Guna2ContextMenuStrip()
|
||||
ToolStripMenuItem4 = New System.Windows.Forms.ToolStripMenuItem()
|
||||
ToolStripMenuItem6 = 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)
|
||||
Guna2ContextMenuStrip1.SuspendLayout()
|
||||
StatusStrip1.SuspendLayout()
|
||||
SuspendLayout()
|
||||
'
|
||||
'ListView1
|
||||
'
|
||||
ListView1.BackColor = System.Drawing.Color.White
|
||||
ListView1.BorderStyle = System.Windows.Forms.BorderStyle.None
|
||||
ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {ColumnHeader1, ColumnHeader2})
|
||||
ListView1.ContextMenuStrip = Guna2ContextMenuStrip1
|
||||
ListView1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
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(0, 0)
|
||||
ListView1.Name = "ListView1"
|
||||
ListView1.Size = New System.Drawing.Size(469, 285)
|
||||
ListView1.SmallImageList = ImageList1
|
||||
ListView1.Sorting = System.Windows.Forms.SortOrder.Ascending
|
||||
ListView1.TabIndex = 2
|
||||
ListView1.UseCompatibleStateImageBehavior = False
|
||||
ListView1.View = System.Windows.Forms.View.Details
|
||||
'
|
||||
'ColumnHeader1
|
||||
'
|
||||
ColumnHeader1.Text = "[ ActiveWindows ]"
|
||||
ColumnHeader1.Width = 345
|
||||
'
|
||||
'ColumnHeader2
|
||||
'
|
||||
ColumnHeader2.Text = "[ Handle ]"
|
||||
ColumnHeader2.Width = 107
|
||||
'
|
||||
'Guna2ContextMenuStrip1
|
||||
'
|
||||
Guna2ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripMenuItem4, ToolStripMenuItem6})
|
||||
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(128, 48)
|
||||
'
|
||||
'ToolStripMenuItem4
|
||||
'
|
||||
ToolStripMenuItem4.BackColor = System.Drawing.Color.White
|
||||
ToolStripMenuItem4.Image = CType(resources.GetObject("ToolStripMenuItem4.Image"), System.Drawing.Image)
|
||||
ToolStripMenuItem4.Name = "ToolStripMenuItem4"
|
||||
ToolStripMenuItem4.Size = New System.Drawing.Size(127, 22)
|
||||
ToolStripMenuItem4.Text = "[ Refresh ]"
|
||||
'
|
||||
'ToolStripMenuItem6
|
||||
'
|
||||
ToolStripMenuItem6.BackColor = System.Drawing.Color.White
|
||||
ToolStripMenuItem6.Image = CType(resources.GetObject("ToolStripMenuItem6.Image"), System.Drawing.Image)
|
||||
ToolStripMenuItem6.Name = "ToolStripMenuItem6"
|
||||
ToolStripMenuItem6.Size = New System.Drawing.Size(127, 22)
|
||||
ToolStripMenuItem6.Text = "[ Close ]"
|
||||
'
|
||||
'ImageList1
|
||||
'
|
||||
ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
|
||||
ImageList1.TransparentColor = System.Drawing.Color.Transparent
|
||||
ImageList1.Images.SetKeyName(0, "windows.png")
|
||||
'
|
||||
'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, 285)
|
||||
StatusStrip1.Name = "StatusStrip1"
|
||||
StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 9, 0)
|
||||
StatusStrip1.Size = New System.Drawing.Size(469, 22)
|
||||
StatusStrip1.TabIndex = 4
|
||||
StatusStrip1.Text = "StatusStrip1"
|
||||
'
|
||||
'ToolStripStatusLabel1
|
||||
'
|
||||
ToolStripStatusLabel1.ForeColor = System.Drawing.Color.Black
|
||||
ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
|
||||
ToolStripStatusLabel1.Size = New System.Drawing.Size(68, 17)
|
||||
ToolStripStatusLabel1.Text = "Selected [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
|
||||
'
|
||||
'ACT
|
||||
'
|
||||
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(469, 307)
|
||||
Controls.Add(ListView1)
|
||||
Controls.Add(StatusStrip1)
|
||||
ForeColor = System.Drawing.Color.White
|
||||
Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Name = "ACT"
|
||||
Text = "ActiveWindows"
|
||||
Guna2ContextMenuStrip1.ResumeLayout(False)
|
||||
StatusStrip1.ResumeLayout(False)
|
||||
StatusStrip1.PerformLayout()
|
||||
ResumeLayout(False)
|
||||
PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents ListView1 As ListView
|
||||
Friend WithEvents ColumnHeader1 As ColumnHeader
|
||||
Friend WithEvents StatusStrip1 As StatusStrip
|
||||
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
|
||||
Friend WithEvents Timer1 As Timer
|
||||
Friend WithEvents ColumnHeader2 As ColumnHeader
|
||||
Friend WithEvents ToolStripStatusLabel2 As ToolStripStatusLabel
|
||||
Friend WithEvents ImageList1 As ImageList
|
||||
Friend WithEvents Guna2ContextMenuStrip1 As Guna.UI2.WinForms.Guna2ContextMenuStrip
|
||||
Friend WithEvents ToolStripMenuItem4 As ToolStripMenuItem
|
||||
Friend WithEvents ToolStripMenuItem6 As ToolStripMenuItem
|
||||
End Class
|
||||
Reference in New Issue
Block a user