120 lines
4.5 KiB
VB.net
120 lines
4.5 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
Partial Class LoadTimeWarning
|
|||
|
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()
|
|||
|
Me.components = New System.ComponentModel.Container()
|
|||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(LoadTimeWarning))
|
|||
|
Me.WarningText = New System.Windows.Forms.Label()
|
|||
|
Me.Button1 = New System.Windows.Forms.Button()
|
|||
|
Me.Button2 = New System.Windows.Forms.Button()
|
|||
|
Me.Label2 = New System.Windows.Forms.Label()
|
|||
|
Me.RamCheckTimer = New System.Windows.Forms.Timer(Me.components)
|
|||
|
Me.Gigalert = New System.Windows.Forms.Label()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'WarningText
|
|||
|
'
|
|||
|
Me.WarningText.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.WarningText.Location = New System.Drawing.Point(12, 9)
|
|||
|
Me.WarningText.Name = "WarningText"
|
|||
|
Me.WarningText.Size = New System.Drawing.Size(493, 145)
|
|||
|
Me.WarningText.TabIndex = 0
|
|||
|
Me.WarningText.Text = resources.GetString("WarningText.Text")
|
|||
|
'
|
|||
|
'Button1
|
|||
|
'
|
|||
|
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|||
|
Me.Button1.Location = New System.Drawing.Point(430, 157)
|
|||
|
Me.Button1.Name = "Button1"
|
|||
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|||
|
Me.Button1.TabIndex = 1
|
|||
|
Me.Button1.Text = "Restart"
|
|||
|
Me.Button1.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'Button2
|
|||
|
'
|
|||
|
Me.Button2.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|||
|
Me.Button2.Location = New System.Drawing.Point(349, 157)
|
|||
|
Me.Button2.Name = "Button2"
|
|||
|
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
|||
|
Me.Button2.TabIndex = 1
|
|||
|
Me.Button2.Text = "Kill"
|
|||
|
Me.Button2.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'Label2
|
|||
|
'
|
|||
|
Me.Label2.BackColor = System.Drawing.SystemColors.Control
|
|||
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.Label2.Location = New System.Drawing.Point(-18, 150)
|
|||
|
Me.Label2.Name = "Label2"
|
|||
|
Me.Label2.Size = New System.Drawing.Size(565, 62)
|
|||
|
Me.Label2.TabIndex = 0
|
|||
|
'
|
|||
|
'RamCheckTimer
|
|||
|
'
|
|||
|
Me.RamCheckTimer.Interval = 1000
|
|||
|
'
|
|||
|
'Gigalert
|
|||
|
'
|
|||
|
Me.Gigalert.AutoSize = True
|
|||
|
Me.Gigalert.BackColor = System.Drawing.SystemColors.Control
|
|||
|
Me.Gigalert.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.Gigalert.ForeColor = System.Drawing.Color.Red
|
|||
|
Me.Gigalert.Location = New System.Drawing.Point(15, 161)
|
|||
|
Me.Gigalert.Name = "Gigalert"
|
|||
|
Me.Gigalert.Size = New System.Drawing.Size(209, 17)
|
|||
|
Me.Gigalert.TabIndex = 2
|
|||
|
Me.Gigalert.Text = "RAM usage has exceeded 1GB."
|
|||
|
Me.Gigalert.Visible = False
|
|||
|
'
|
|||
|
'LoadTimeWarning
|
|||
|
'
|
|||
|
Me.AcceptButton = Me.Button1
|
|||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
|
|||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
Me.BackColor = System.Drawing.Color.White
|
|||
|
Me.ClientSize = New System.Drawing.Size(517, 190)
|
|||
|
Me.ControlBox = False
|
|||
|
Me.Controls.Add(Me.Gigalert)
|
|||
|
Me.Controls.Add(Me.Button2)
|
|||
|
Me.Controls.Add(Me.Button1)
|
|||
|
Me.Controls.Add(Me.Label2)
|
|||
|
Me.Controls.Add(Me.WarningText)
|
|||
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
|||
|
Me.Name = "LoadTimeWarning"
|
|||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|||
|
Me.Text = "Load Time Warning"
|
|||
|
Me.TopMost = True
|
|||
|
Me.ResumeLayout(False)
|
|||
|
Me.PerformLayout()
|
|||
|
|
|||
|
End Sub
|
|||
|
|
|||
|
Friend WithEvents WarningText As Label
|
|||
|
Friend WithEvents Button1 As Button
|
|||
|
Friend WithEvents Button2 As Button
|
|||
|
Friend WithEvents Label2 As Label
|
|||
|
Friend WithEvents RamCheckTimer As Timer
|
|||
|
Friend WithEvents Gigalert As Label
|
|||
|
End Class
|