181 lines
9.0 KiB
VB.net
181 lines
9.0 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class INFO
|
|
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(INFO))
|
|
StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Timer1 = New System.Windows.Forms.Timer(components)
|
|
ImageList1 = New System.Windows.Forms.ImageList(components)
|
|
ListView1 = New System.Windows.Forms.ListView()
|
|
ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
|
Guna2ContextMenuStrip1 = New Guna.UI2.WinForms.Guna2ContextMenuStrip()
|
|
ToolStripMenuItem4 = New System.Windows.Forms.ToolStripMenuItem()
|
|
SaveToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|
StatusStrip1.SuspendLayout()
|
|
Guna2ContextMenuStrip1.SuspendLayout()
|
|
SuspendLayout()
|
|
'
|
|
'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, 324)
|
|
StatusStrip1.Name = "StatusStrip1"
|
|
StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 9, 0)
|
|
StatusStrip1.Size = New System.Drawing.Size(407, 22)
|
|
StatusStrip1.TabIndex = 8
|
|
StatusStrip1.Text = "StatusStrip1"
|
|
'
|
|
'ToolStripStatusLabel1
|
|
'
|
|
ToolStripStatusLabel1.ForeColor = System.Drawing.Color.Black
|
|
ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
|
|
ToolStripStatusLabel1.Size = New System.Drawing.Size(13, 17)
|
|
ToolStripStatusLabel1.Text = ".."
|
|
'
|
|
'Timer1
|
|
'
|
|
Timer1.Enabled = True
|
|
Timer1.Interval = 1000
|
|
'
|
|
'ImageList1
|
|
'
|
|
ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
|
|
ImageList1.TransparentColor = System.Drawing.Color.Transparent
|
|
ImageList1.Images.SetKeyName(0, "battery.png")
|
|
ImageList1.Images.SetKeyName(1, "cpu.png")
|
|
ImageList1.Images.SetKeyName(2, "gpu.png")
|
|
ImageList1.Images.SetKeyName(3, "listdrivers.png")
|
|
ImageList1.Images.SetKeyName(4, "listusb.png")
|
|
ImageList1.Images.SetKeyName(5, "ram.png")
|
|
ImageList1.Images.SetKeyName(6, "client.png")
|
|
ImageList1.Images.SetKeyName(7, "process.png")
|
|
ImageList1.Images.SetKeyName(8, "firewall.png")
|
|
ImageList1.Images.SetKeyName(9, "biosreleasedate.png")
|
|
ImageList1.Images.SetKeyName(10, "biosversion.png")
|
|
ImageList1.Images.SetKeyName(11, "antivirus.png")
|
|
ImageList1.Images.SetKeyName(12, "platform.png")
|
|
ImageList1.Images.SetKeyName(13, "ver.png")
|
|
ImageList1.Images.SetKeyName(14, "os.png")
|
|
ImageList1.Images.SetKeyName(15, "datetime.png")
|
|
ImageList1.Images.SetKeyName(16, "identifier.png")
|
|
ImageList1.Images.SetKeyName(17, ".net.png")
|
|
ImageList1.Images.SetKeyName(18, "systemproductname.png")
|
|
ImageList1.Images.SetKeyName(19, "defaultbrowser.png")
|
|
ImageList1.Images.SetKeyName(20, "currentlang.png")
|
|
ImageList1.Images.SetKeyName(21, "macaddress.png")
|
|
ImageList1.Images.SetKeyName(22, "hddserial.png")
|
|
ImageList1.Images.SetKeyName(23, "lastreboot.png")
|
|
ImageList1.Images.SetKeyName(24, "pcname.png")
|
|
ImageList1.Images.SetKeyName(25, "username.png")
|
|
ImageList1.Images.SetKeyName(26, "machinetype.png")
|
|
'
|
|
'ListView1
|
|
'
|
|
ListView1.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {ColumnHeader1})
|
|
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(407, 324)
|
|
ListView1.SmallImageList = ImageList1
|
|
ListView1.TabIndex = 9
|
|
ListView1.UseCompatibleStateImageBehavior = False
|
|
ListView1.View = System.Windows.Forms.View.Details
|
|
'
|
|
'ColumnHeader1
|
|
'
|
|
ColumnHeader1.Text = "[ Information ]"
|
|
ColumnHeader1.Width = 380
|
|
'
|
|
'Guna2ContextMenuStrip1
|
|
'
|
|
Guna2ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripMenuItem4, SaveToolStripMenuItem1})
|
|
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, 70)
|
|
'
|
|
'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 ]"
|
|
'
|
|
'SaveToolStripMenuItem1
|
|
'
|
|
SaveToolStripMenuItem1.BackColor = System.Drawing.Color.White
|
|
SaveToolStripMenuItem1.Image = CType(resources.GetObject("SaveToolStripMenuItem1.Image"), System.Drawing.Image)
|
|
SaveToolStripMenuItem1.Name = "SaveToolStripMenuItem1"
|
|
SaveToolStripMenuItem1.Size = New System.Drawing.Size(180, 22)
|
|
SaveToolStripMenuItem1.Text = "[ Save ]"
|
|
'
|
|
'INFO
|
|
'
|
|
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(407, 346)
|
|
Controls.Add(ListView1)
|
|
Controls.Add(StatusStrip1)
|
|
Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Name = "INFO"
|
|
Text = "Information"
|
|
StatusStrip1.ResumeLayout(False)
|
|
StatusStrip1.PerformLayout()
|
|
Guna2ContextMenuStrip1.ResumeLayout(False)
|
|
ResumeLayout(False)
|
|
PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents StatusStrip1 As StatusStrip
|
|
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
|
|
Friend WithEvents Timer1 As Timer
|
|
Friend WithEvents ImageList1 As ImageList
|
|
Friend WithEvents ListView1 As ListView
|
|
Friend WithEvents ColumnHeader1 As ColumnHeader
|
|
Friend WithEvents Guna2ContextMenuStrip1 As Guna.UI2.WinForms.Guna2ContextMenuStrip
|
|
Friend WithEvents ToolStripMenuItem4 As ToolStripMenuItem
|
|
Friend WithEvents SaveToolStripMenuItem1 As ToolStripMenuItem
|
|
End Class
|