Partial Class ProcessV 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(ProcessV)) 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() RestartToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() ImageList1 = New System.Windows.Forms.ImageList(components) Timer1 = New System.Windows.Forms.Timer(components) ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel() ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel() StatusStrip1 = New System.Windows.Forms.StatusStrip() ToolStripStatusLabel3 = New System.Windows.Forms.ToolStripStatusLabel() ToolStripStatusLabel4 = New System.Windows.Forms.ToolStripStatusLabel() ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() ToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem() ResumeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() ColumnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) 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, ColumnHeader3}) 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.ShowGroups = False ListView1.ShowItemToolTips = True ListView1.Size = New System.Drawing.Size(522, 320) ListView1.SmallImageList = ImageList1 ListView1.Sorting = System.Windows.Forms.SortOrder.Ascending ListView1.TabIndex = 1 ListView1.UseCompatibleStateImageBehavior = False ListView1.View = System.Windows.Forms.View.Details ' 'ColumnHeader1 ' ColumnHeader1.Text = "[ Name ]" ColumnHeader1.Width = 273 ' 'ColumnHeader2 ' ColumnHeader2.Text = "[ PID ]" ColumnHeader2.Width = 125 ' 'Guna2ContextMenuStrip1 ' Guna2ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripMenuItem4, ToolStripMenuItem6, RestartToolStripMenuItem1, ToolStripMenuItem2, ResumeToolStripMenuItem}) 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(134, 114) ' '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(133, 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(133, 22) ToolStripMenuItem6.Text = "[ Close ]" ' 'RestartToolStripMenuItem1 ' RestartToolStripMenuItem1.BackColor = System.Drawing.Color.White RestartToolStripMenuItem1.Image = CType(resources.GetObject("RestartToolStripMenuItem1.Image"), System.Drawing.Image) RestartToolStripMenuItem1.Name = "RestartToolStripMenuItem1" RestartToolStripMenuItem1.Size = New System.Drawing.Size(133, 22) RestartToolStripMenuItem1.Text = "[ Restart ]" ' 'ImageList1 ' ImageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit ImageList1.ImageSize = New System.Drawing.Size(20, 20) ImageList1.TransparentColor = System.Drawing.Color.Transparent ' 'Timer1 ' Timer1.Enabled = True Timer1.Interval = 1000 ' 'ToolStripStatusLabel1 ' ToolStripStatusLabel1.ForeColor = System.Drawing.Color.White ToolStripStatusLabel1.Name = "ToolStripStatusLabel1" ToolStripStatusLabel1.Size = New System.Drawing.Size(13, 17) ToolStripStatusLabel1.Text = ".." ' 'ToolStripStatusLabel2 ' ToolStripStatusLabel2.ForeColor = System.Drawing.Color.White ToolStripStatusLabel2.Name = "ToolStripStatusLabel2" ToolStripStatusLabel2.Size = New System.Drawing.Size(13, 17) ToolStripStatusLabel2.Text = ".." ' 'StatusStrip1 ' StatusStrip1.BackColor = System.Drawing.Color.White StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripStatusLabel3, ToolStripStatusLabel4}) StatusStrip1.Location = New System.Drawing.Point(0, 320) StatusStrip1.Name = "StatusStrip1" StatusStrip1.Size = New System.Drawing.Size(522, 22) StatusStrip1.TabIndex = 2 StatusStrip1.Text = "StatusStrip1" ' 'ToolStripStatusLabel3 ' ToolStripStatusLabel3.ForeColor = System.Drawing.Color.Black ToolStripStatusLabel3.Name = "ToolStripStatusLabel3" ToolStripStatusLabel3.Size = New System.Drawing.Size(68, 17) ToolStripStatusLabel3.Text = "Selected [0]" ' 'ToolStripStatusLabel4 ' ToolStripStatusLabel4.ForeColor = System.Drawing.Color.Black ToolStripStatusLabel4.Name = "ToolStripStatusLabel4" ToolStripStatusLabel4.Size = New System.Drawing.Size(13, 17) ToolStripStatusLabel4.Text = ".." ' 'ToolStripSeparator1 ' ToolStripSeparator1.Name = "ToolStripSeparator1" ToolStripSeparator1.Size = New System.Drawing.Size(177, 6) ' 'ToolStripMenuItem2 ' ToolStripMenuItem2.BackColor = System.Drawing.Color.White ToolStripMenuItem2.Image = CType(resources.GetObject("ToolStripMenuItem2.Image"), System.Drawing.Image) ToolStripMenuItem2.Name = "ToolStripMenuItem2" ToolStripMenuItem2.Size = New System.Drawing.Size(133, 22) ToolStripMenuItem2.Text = "[ Suspend ]" ' 'ResumeToolStripMenuItem ' ResumeToolStripMenuItem.BackColor = System.Drawing.Color.White ResumeToolStripMenuItem.Image = CType(resources.GetObject("ResumeToolStripMenuItem.Image"), System.Drawing.Image) ResumeToolStripMenuItem.Name = "ResumeToolStripMenuItem" ResumeToolStripMenuItem.Size = New System.Drawing.Size(133, 22) ResumeToolStripMenuItem.Text = "[ Resume ]" ' 'ColumnHeader3 ' ColumnHeader3.Text = "[ Description ]" ColumnHeader3.Width = 96 ' 'ProcessV ' 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(522, 342) Controls.Add(ListView1) Controls.Add(StatusStrip1) Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Name = "ProcessV" Text = "Process Manager" 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 ColumnHeader2 As ColumnHeader Friend WithEvents Timer1 As Timer Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel Friend WithEvents ToolStripStatusLabel2 As ToolStripStatusLabel Friend WithEvents ImageList1 As ImageList Friend WithEvents StatusStrip1 As StatusStrip Friend WithEvents ToolStripStatusLabel3 As ToolStripStatusLabel Friend WithEvents ToolStripStatusLabel4 As ToolStripStatusLabel Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents Guna2ContextMenuStrip1 As Guna.UI2.WinForms.Guna2ContextMenuStrip Friend WithEvents ToolStripMenuItem4 As ToolStripMenuItem Friend WithEvents ToolStripMenuItem6 As ToolStripMenuItem Friend WithEvents RestartToolStripMenuItem1 As ToolStripMenuItem Friend WithEvents ToolStripMenuItem2 As ToolStripMenuItem Friend WithEvents ResumeToolStripMenuItem As ToolStripMenuItem Friend WithEvents ColumnHeader3 As ColumnHeader End Class