423 lines
20 KiB
VB.net
423 lines
20 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|||
|
|
Partial Class Performance
|
||
|
|
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(Performance))
|
||
|
|
Label1 = New System.Windows.Forms.Label()
|
||
|
|
Label2 = New System.Windows.Forms.Label()
|
||
|
|
Timer1 = New System.Windows.Forms.Timer(components)
|
||
|
|
Timer2 = New System.Windows.Forms.Timer(components)
|
||
|
|
Label4 = New System.Windows.Forms.Label()
|
||
|
|
Label3 = New System.Windows.Forms.Label()
|
||
|
|
Label5 = New System.Windows.Forms.Label()
|
||
|
|
Panel1 = New System.Windows.Forms.Panel()
|
||
|
|
Label6 = New System.Windows.Forms.Label()
|
||
|
|
Label7 = New System.Windows.Forms.Label()
|
||
|
|
Panel2 = New System.Windows.Forms.Panel()
|
||
|
|
Label8 = New System.Windows.Forms.Label()
|
||
|
|
Label9 = New System.Windows.Forms.Label()
|
||
|
|
Panel3 = New System.Windows.Forms.Panel()
|
||
|
|
Label10 = New System.Windows.Forms.Label()
|
||
|
|
Panel4 = New System.Windows.Forms.Panel()
|
||
|
|
Label11 = New System.Windows.Forms.Label()
|
||
|
|
Label12 = New System.Windows.Forms.Label()
|
||
|
|
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()
|
||
|
|
Guna2CircleProgressBar1 = New Guna.UI2.WinForms.Guna2CircleProgressBar()
|
||
|
|
Guna2CircleProgressBar2 = New Guna.UI2.WinForms.Guna2CircleProgressBar()
|
||
|
|
Label13 = New System.Windows.Forms.Label()
|
||
|
|
Label14 = New System.Windows.Forms.Label()
|
||
|
|
PictureBox1 = New System.Windows.Forms.PictureBox()
|
||
|
|
Panel5.SuspendLayout()
|
||
|
|
Guna2Panel1.SuspendLayout()
|
||
|
|
CType(PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
|
|
SuspendLayout()
|
||
|
|
'
|
||
|
|
'Label1
|
||
|
|
'
|
||
|
|
Label1.AutoSize = True
|
||
|
|
Label1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Label1.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label1.Location = New System.Drawing.Point(20, 53)
|
||
|
|
Label1.Name = "Label1"
|
||
|
|
Label1.Size = New System.Drawing.Size(34, 13)
|
||
|
|
Label1.TabIndex = 4
|
||
|
|
Label1.Text = "CPU :"
|
||
|
|
'
|
||
|
|
'Label2
|
||
|
|
'
|
||
|
|
Label2.AutoSize = True
|
||
|
|
Label2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Label2.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label2.Location = New System.Drawing.Point(137, 103)
|
||
|
|
Label2.Name = "Label2"
|
||
|
|
Label2.Size = New System.Drawing.Size(36, 13)
|
||
|
|
Label2.TabIndex = 5
|
||
|
|
Label2.Text = "RAM :"
|
||
|
|
'
|
||
|
|
'Timer1
|
||
|
|
'
|
||
|
|
Timer1.Enabled = True
|
||
|
|
Timer1.Interval = 1000
|
||
|
|
'
|
||
|
|
'Timer2
|
||
|
|
'
|
||
|
|
Timer2.Interval = 2000
|
||
|
|
'
|
||
|
|
'Label4
|
||
|
|
'
|
||
|
|
Label4.AutoSize = True
|
||
|
|
Label4.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Label4.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label4.Location = New System.Drawing.Point(179, 102)
|
||
|
|
Label4.Name = "Label4"
|
||
|
|
Label4.Size = New System.Drawing.Size(15, 13)
|
||
|
|
Label4.TabIndex = 9
|
||
|
|
Label4.Text = ".."
|
||
|
|
'
|
||
|
|
'Label3
|
||
|
|
'
|
||
|
|
Label3.AutoSize = True
|
||
|
|
Label3.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Label3.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label3.Location = New System.Drawing.Point(60, 53)
|
||
|
|
Label3.Name = "Label3"
|
||
|
|
Label3.Size = New System.Drawing.Size(15, 13)
|
||
|
|
Label3.TabIndex = 8
|
||
|
|
Label3.Text = ".."
|
||
|
|
'
|
||
|
|
'Label5
|
||
|
|
'
|
||
|
|
Label5.AutoSize = True
|
||
|
|
Label5.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Label5.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label5.Location = New System.Drawing.Point(300, 120)
|
||
|
|
Label5.Name = "Label5"
|
||
|
|
Label5.Size = New System.Drawing.Size(44, 13)
|
||
|
|
Label5.TabIndex = 14
|
||
|
|
Label5.Text = "Speed :"
|
||
|
|
'
|
||
|
|
'Panel1
|
||
|
|
'
|
||
|
|
Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(139, Byte), Integer), CType(CType(201, Byte), Integer), CType(CType(77, Byte), Integer))
|
||
|
|
Panel1.Location = New System.Drawing.Point(282, 169)
|
||
|
|
Panel1.Name = "Panel1"
|
||
|
|
Panel1.Size = New System.Drawing.Size(10, 10)
|
||
|
|
Panel1.TabIndex = 15
|
||
|
|
'
|
||
|
|
'Label6
|
||
|
|
'
|
||
|
|
Label6.AutoSize = True
|
||
|
|
Label6.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Label6.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label6.Location = New System.Drawing.Point(350, 120)
|
||
|
|
Label6.Name = "Label6"
|
||
|
|
Label6.Size = New System.Drawing.Size(15, 13)
|
||
|
|
Label6.TabIndex = 16
|
||
|
|
Label6.Text = ".."
|
||
|
|
'
|
||
|
|
'Label7
|
||
|
|
'
|
||
|
|
Label7.AutoSize = True
|
||
|
|
Label7.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Label7.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label7.Location = New System.Drawing.Point(350, 169)
|
||
|
|
Label7.Name = "Label7"
|
||
|
|
Label7.Size = New System.Drawing.Size(15, 13)
|
||
|
|
Label7.TabIndex = 19
|
||
|
|
Label7.Text = ".."
|
||
|
|
'
|
||
|
|
'Panel2
|
||
|
|
'
|
||
|
|
Panel2.BackColor = System.Drawing.Color.FromArgb(CType(CType(139, Byte), Integer), CType(CType(201, Byte), Integer), CType(CType(77, Byte), Integer))
|
||
|
|
Panel2.Location = New System.Drawing.Point(282, 145)
|
||
|
|
Panel2.Name = "Panel2"
|
||
|
|
Panel2.Size = New System.Drawing.Size(10, 10)
|
||
|
|
Panel2.TabIndex = 18
|
||
|
|
'
|
||
|
|
'Label8
|
||
|
|
'
|
||
|
|
Label8.AutoSize = True
|
||
|
|
Label8.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Label8.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label8.Location = New System.Drawing.Point(302, 145)
|
||
|
|
Label8.Name = "Label8"
|
||
|
|
Label8.Size = New System.Drawing.Size(42, 13)
|
||
|
|
Label8.TabIndex = 17
|
||
|
|
Label8.Text = "Cores :"
|
||
|
|
'
|
||
|
|
'Label9
|
||
|
|
'
|
||
|
|
Label9.AutoSize = True
|
||
|
|
Label9.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Label9.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label9.Location = New System.Drawing.Point(350, 145)
|
||
|
|
Label9.Name = "Label9"
|
||
|
|
Label9.Size = New System.Drawing.Size(15, 13)
|
||
|
|
Label9.TabIndex = 22
|
||
|
|
Label9.Text = ".."
|
||
|
|
'
|
||
|
|
'Panel3
|
||
|
|
'
|
||
|
|
Panel3.BackColor = System.Drawing.Color.FromArgb(CType(CType(139, Byte), Integer), CType(CType(201, Byte), Integer), CType(CType(77, Byte), Integer))
|
||
|
|
Panel3.Location = New System.Drawing.Point(282, 120)
|
||
|
|
Panel3.Name = "Panel3"
|
||
|
|
Panel3.Size = New System.Drawing.Size(10, 10)
|
||
|
|
Panel3.TabIndex = 21
|
||
|
|
'
|
||
|
|
'Label10
|
||
|
|
'
|
||
|
|
Label10.AutoSize = True
|
||
|
|
Label10.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Label10.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label10.Location = New System.Drawing.Point(298, 169)
|
||
|
|
Label10.Name = "Label10"
|
||
|
|
Label10.Size = New System.Drawing.Size(46, 13)
|
||
|
|
Label10.TabIndex = 20
|
||
|
|
Label10.Text = "Logical :"
|
||
|
|
'
|
||
|
|
'Panel4
|
||
|
|
'
|
||
|
|
Panel4.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
|
||
|
|
Panel4.Location = New System.Drawing.Point(282, 206)
|
||
|
|
Panel4.Name = "Panel4"
|
||
|
|
Panel4.Size = New System.Drawing.Size(10, 10)
|
||
|
|
Panel4.TabIndex = 23
|
||
|
|
'
|
||
|
|
'Label11
|
||
|
|
'
|
||
|
|
Label11.AutoSize = True
|
||
|
|
Label11.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Label11.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label11.Location = New System.Drawing.Point(300, 206)
|
||
|
|
Label11.Name = "Label11"
|
||
|
|
Label11.Size = New System.Drawing.Size(44, 13)
|
||
|
|
Label11.TabIndex = 24
|
||
|
|
Label11.Text = "Speed :"
|
||
|
|
'
|
||
|
|
'Label12
|
||
|
|
'
|
||
|
|
Label12.AutoSize = True
|
||
|
|
Label12.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Label12.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label12.Location = New System.Drawing.Point(350, 206)
|
||
|
|
Label12.Name = "Label12"
|
||
|
|
Label12.Size = New System.Drawing.Size(15, 13)
|
||
|
|
Label12.TabIndex = 25
|
||
|
|
Label12.Text = ".."
|
||
|
|
'
|
||
|
|
'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(452, 38)
|
||
|
|
Panel5.TabIndex = 30
|
||
|
|
'
|
||
|
|
'Guna2Panel1
|
||
|
|
'
|
||
|
|
Guna2Panel1.Controls.Add(Guna2GradientButton1)
|
||
|
|
Guna2Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
||
|
|
Guna2Panel1.Location = New System.Drawing.Point(68, 0)
|
||
|
|
Guna2Panel1.Name = "Guna2Panel1"
|
||
|
|
Guna2Panel1.Size = New System.Drawing.Size(316, 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(316, 21)
|
||
|
|
Guna2GradientButton1.TabIndex = 34
|
||
|
|
Guna2GradientButton1.Text = "Start"
|
||
|
|
'
|
||
|
|
'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(68, 38)
|
||
|
|
Guna2Panel3.TabIndex = 37
|
||
|
|
'
|
||
|
|
'Guna2Panel2
|
||
|
|
'
|
||
|
|
Guna2Panel2.Dock = System.Windows.Forms.DockStyle.Right
|
||
|
|
Guna2Panel2.Location = New System.Drawing.Point(384, 0)
|
||
|
|
Guna2Panel2.Name = "Guna2Panel2"
|
||
|
|
Guna2Panel2.Size = New System.Drawing.Size(68, 38)
|
||
|
|
Guna2Panel2.TabIndex = 36
|
||
|
|
'
|
||
|
|
'Guna2CircleProgressBar1
|
||
|
|
'
|
||
|
|
Guna2CircleProgressBar1.BackColor = System.Drawing.Color.Transparent
|
||
|
|
Guna2CircleProgressBar1.FillColor = System.Drawing.Color.FromArgb(CType(CType(200, Byte), Integer), CType(CType(213, Byte), Integer), CType(CType(218, Byte), Integer), CType(CType(223, Byte), Integer))
|
||
|
|
Guna2CircleProgressBar1.FillThickness = 7
|
||
|
|
Guna2CircleProgressBar1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Guna2CircleProgressBar1.ForeColor = System.Drawing.Color.Black
|
||
|
|
Guna2CircleProgressBar1.Location = New System.Drawing.Point(23, 72)
|
||
|
|
Guna2CircleProgressBar1.Minimum = 0
|
||
|
|
Guna2CircleProgressBar1.Name = "Guna2CircleProgressBar1"
|
||
|
|
Guna2CircleProgressBar1.ProgressThickness = 7
|
||
|
|
Guna2CircleProgressBar1.ShadowDecoration.Mode = Guna.UI2.WinForms.Enums.ShadowMode.Circle
|
||
|
|
Guna2CircleProgressBar1.ShowText = True
|
||
|
|
Guna2CircleProgressBar1.Size = New System.Drawing.Size(67, 67)
|
||
|
|
Guna2CircleProgressBar1.TabIndex = 31
|
||
|
|
'
|
||
|
|
'Guna2CircleProgressBar2
|
||
|
|
'
|
||
|
|
Guna2CircleProgressBar2.BackColor = System.Drawing.Color.Transparent
|
||
|
|
Guna2CircleProgressBar2.FillColor = System.Drawing.Color.FromArgb(CType(CType(200, Byte), Integer), CType(CType(213, Byte), Integer), CType(CType(218, Byte), Integer), CType(CType(223, Byte), Integer))
|
||
|
|
Guna2CircleProgressBar2.FillThickness = 7
|
||
|
|
Guna2CircleProgressBar2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Guna2CircleProgressBar2.ForeColor = System.Drawing.Color.Black
|
||
|
|
Guna2CircleProgressBar2.Location = New System.Drawing.Point(140, 120)
|
||
|
|
Guna2CircleProgressBar2.Minimum = 0
|
||
|
|
Guna2CircleProgressBar2.Name = "Guna2CircleProgressBar2"
|
||
|
|
Guna2CircleProgressBar2.ProgressColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
|
||
|
|
Guna2CircleProgressBar2.ProgressColor2 = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
|
||
|
|
Guna2CircleProgressBar2.ProgressThickness = 7
|
||
|
|
Guna2CircleProgressBar2.ShadowDecoration.Mode = Guna.UI2.WinForms.Enums.ShadowMode.Circle
|
||
|
|
Guna2CircleProgressBar2.ShowText = True
|
||
|
|
Guna2CircleProgressBar2.Size = New System.Drawing.Size(67, 67)
|
||
|
|
Guna2CircleProgressBar2.TabIndex = 32
|
||
|
|
'
|
||
|
|
'Label13
|
||
|
|
'
|
||
|
|
Label13.AutoSize = True
|
||
|
|
Label13.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Label13.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label13.Location = New System.Drawing.Point(150, 225)
|
||
|
|
Label13.Name = "Label13"
|
||
|
|
Label13.Size = New System.Drawing.Size(15, 13)
|
||
|
|
Label13.TabIndex = 34
|
||
|
|
Label13.Text = ".."
|
||
|
|
'
|
||
|
|
'Label14
|
||
|
|
'
|
||
|
|
Label14.AutoSize = True
|
||
|
|
Label14.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
|
Label14.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label14.Location = New System.Drawing.Point(60, 225)
|
||
|
|
Label14.Name = "Label14"
|
||
|
|
Label14.Size = New System.Drawing.Size(84, 13)
|
||
|
|
Label14.TabIndex = 33
|
||
|
|
Label14.Text = "SystemUpTime :"
|
||
|
|
'
|
||
|
|
'PictureBox1
|
||
|
|
'
|
||
|
|
PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||
|
|
PictureBox1.Location = New System.Drawing.Point(23, 216)
|
||
|
|
PictureBox1.Name = "PictureBox1"
|
||
|
|
PictureBox1.Size = New System.Drawing.Size(30, 29)
|
||
|
|
PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
|
|
PictureBox1.TabIndex = 35
|
||
|
|
PictureBox1.TabStop = False
|
||
|
|
'
|
||
|
|
'Performance
|
||
|
|
'
|
||
|
|
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(452, 266)
|
||
|
|
Controls.Add(PictureBox1)
|
||
|
|
Controls.Add(Label13)
|
||
|
|
Controls.Add(Label14)
|
||
|
|
Controls.Add(Guna2CircleProgressBar2)
|
||
|
|
Controls.Add(Guna2CircleProgressBar1)
|
||
|
|
Controls.Add(Panel5)
|
||
|
|
Controls.Add(Label12)
|
||
|
|
Controls.Add(Label11)
|
||
|
|
Controls.Add(Panel4)
|
||
|
|
Controls.Add(Label9)
|
||
|
|
Controls.Add(Panel3)
|
||
|
|
Controls.Add(Label10)
|
||
|
|
Controls.Add(Label7)
|
||
|
|
Controls.Add(Panel2)
|
||
|
|
Controls.Add(Label8)
|
||
|
|
Controls.Add(Label6)
|
||
|
|
Controls.Add(Panel1)
|
||
|
|
Controls.Add(Label5)
|
||
|
|
Controls.Add(Label4)
|
||
|
|
Controls.Add(Label3)
|
||
|
|
Controls.Add(Label2)
|
||
|
|
Controls.Add(Label1)
|
||
|
|
Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
|
|
Name = "Performance"
|
||
|
|
Text = "Performance"
|
||
|
|
Panel5.ResumeLayout(False)
|
||
|
|
Guna2Panel1.ResumeLayout(False)
|
||
|
|
CType(PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
|
|
ResumeLayout(False)
|
||
|
|
PerformLayout()
|
||
|
|
|
||
|
|
End Sub
|
||
|
|
|
||
|
|
Friend WithEvents Label1 As Label
|
||
|
|
Friend WithEvents Label2 As Label
|
||
|
|
Friend WithEvents Timer1 As Timer
|
||
|
|
Friend WithEvents Timer2 As Timer
|
||
|
|
Friend WithEvents Label4 As Label
|
||
|
|
Friend WithEvents Label3 As Label
|
||
|
|
Friend WithEvents Label5 As Label
|
||
|
|
Friend WithEvents Panel1 As Panel
|
||
|
|
Friend WithEvents Label6 As Label
|
||
|
|
Friend WithEvents Label7 As Label
|
||
|
|
Friend WithEvents Panel2 As Panel
|
||
|
|
Friend WithEvents Label8 As Label
|
||
|
|
Friend WithEvents Label9 As Label
|
||
|
|
Friend WithEvents Panel3 As Panel
|
||
|
|
Friend WithEvents Label10 As Label
|
||
|
|
Friend WithEvents Panel4 As Panel
|
||
|
|
Friend WithEvents Label11 As Label
|
||
|
|
Friend WithEvents Label12 As Label
|
||
|
|
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 Guna2CircleProgressBar1 As Guna.UI2.WinForms.Guna2CircleProgressBar
|
||
|
|
Friend WithEvents Guna2CircleProgressBar2 As Guna.UI2.WinForms.Guna2CircleProgressBar
|
||
|
|
Friend WithEvents Label13 As Label
|
||
|
|
Friend WithEvents Label14 As Label
|
||
|
|
Friend WithEvents PictureBox1 As PictureBox
|
||
|
|
End Class
|