Files
XWorm-6.5-Source/XWorm/Forms/ServiceManager.Designer.vb
T
2026-08-27 11:22:34 -06:00

213 lines
11 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ServiceManager
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(ServiceManager))
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)
ColumnHeader7 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
ColumnHeader8 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
ColumnHeader9 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Guna2ContextMenuStrip1 = New Guna.UI2.WinForms.Guna2ContextMenuStrip()
ToolStripMenuItem4 = New System.Windows.Forms.ToolStripMenuItem()
RunningToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
StoppedToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
PauseToolStripMenuItem1 = 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, ColumnHeader7, ColumnHeader8, ColumnHeader9})
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 = 5
ListView1.UseCompatibleStateImageBehavior = False
ListView1.View = System.Windows.Forms.View.Details
'
'ColumnHeader1
'
ColumnHeader1.Text = "[ Name ]"
ColumnHeader1.Width = 125
'
'ColumnHeader2
'
ColumnHeader2.Text = "[ DisplayName ]"
ColumnHeader2.Width = 118
'
'ColumnHeader7
'
ColumnHeader7.Text = "[ ServiceType ]"
ColumnHeader7.Width = 107
'
'ColumnHeader8
'
ColumnHeader8.Text = "[ Status ]"
ColumnHeader8.Width = 89
'
'ColumnHeader9
'
ColumnHeader9.Text = "[ CanStop? ]"
ColumnHeader9.Width = 99
'
'Guna2ContextMenuStrip1
'
Guna2ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripMenuItem4, RunningToolStripMenuItem, StoppedToolStripMenuItem, PauseToolStripMenuItem1})
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(181, 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(180, 22)
ToolStripMenuItem4.Text = "[ Refresh ]"
'
'RunningToolStripMenuItem
'
RunningToolStripMenuItem.BackColor = System.Drawing.Color.White
RunningToolStripMenuItem.Image = CType(resources.GetObject("RunningToolStripMenuItem.Image"), System.Drawing.Image)
RunningToolStripMenuItem.Name = "RunningToolStripMenuItem"
RunningToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
RunningToolStripMenuItem.Text = "[ Running ]"
'
'StoppedToolStripMenuItem
'
StoppedToolStripMenuItem.BackColor = System.Drawing.Color.White
StoppedToolStripMenuItem.Image = CType(resources.GetObject("StoppedToolStripMenuItem.Image"), System.Drawing.Image)
StoppedToolStripMenuItem.Name = "StoppedToolStripMenuItem"
StoppedToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
StoppedToolStripMenuItem.Text = "[ Stopped ]"
'
'PauseToolStripMenuItem1
'
PauseToolStripMenuItem1.BackColor = System.Drawing.Color.White
PauseToolStripMenuItem1.Image = CType(resources.GetObject("PauseToolStripMenuItem1.Image"), System.Drawing.Image)
PauseToolStripMenuItem1.Name = "PauseToolStripMenuItem1"
PauseToolStripMenuItem1.Size = New System.Drawing.Size(180, 22)
PauseToolStripMenuItem1.Text = "[ Pause ]"
'
'ImageList1
'
ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
ImageList1.TransparentColor = System.Drawing.Color.Transparent
ImageList1.Images.SetKeyName(0, "icons8-settings-20 (1).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 = 6
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
'
'ServiceManager
'
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)
Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Name = "ServiceManager"
Text = "Service Manager"
Guna2ContextMenuStrip1.ResumeLayout(False)
StatusStrip1.ResumeLayout(False)
StatusStrip1.PerformLayout()
ResumeLayout(False)
PerformLayout()
End Sub
Friend WithEvents ListView1 As ListView
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 ColumnHeader1 As ColumnHeader
Friend WithEvents ColumnHeader2 As ColumnHeader
Friend WithEvents ColumnHeader7 As ColumnHeader
Friend WithEvents ColumnHeader8 As ColumnHeader
Friend WithEvents ColumnHeader9 As ColumnHeader
Friend WithEvents Guna2ContextMenuStrip1 As Guna.UI2.WinForms.Guna2ContextMenuStrip
Friend WithEvents ToolStripMenuItem4 As ToolStripMenuItem
Friend WithEvents RunningToolStripMenuItem As ToolStripMenuItem
Friend WithEvents StoppedToolStripMenuItem As ToolStripMenuItem
Friend WithEvents PauseToolStripMenuItem1 As ToolStripMenuItem
End Class