57 lines
2.3 KiB
VB.net
57 lines
2.3 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class NotificationForm
|
|
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.btnClose = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btnClose
|
|
'
|
|
Me.btnClose.BackColor = System.Drawing.Color.Red
|
|
Me.btnClose.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.btnClose.Font = New System.Drawing.Font("Microsoft Sans Serif", 60.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnClose.ForeColor = System.Drawing.SystemColors.ControlLightLight
|
|
Me.btnClose.Location = New System.Drawing.Point(0, 0)
|
|
Me.btnClose.Name = "btnClose"
|
|
Me.btnClose.Size = New System.Drawing.Size(719, 507)
|
|
Me.btnClose.TabIndex = 0
|
|
Me.btnClose.Text = "FOR" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "VERIFICATION"
|
|
Me.btnClose.UseVisualStyleBackColor = False
|
|
'
|
|
'NotificationForm
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(719, 507)
|
|
Me.Controls.Add(Me.btnClose)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.Name = "NotificationForm"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents btnClose As Button
|
|
End Class
|