Windows Form /FormAbout.vb

Page

/FormAbout.vb

Language

VB.NET

Page Type

Windows Form

Windows Controls

ToolTip1 System.Windows.Forms.ToolTip(components)
  Property Value
  Active True

picIcon System.Windows.Forms.PictureBox
  Property Value
  Size New System.Drawing.Size(36, 36)
  Location New System.Drawing.Point(16, 16)
  Image CType(resources.GetObject("picIcon.Image"), System.Drawing.Image)
  TabIndex 1
  Font New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  Dock System.Windows.Forms.DockStyle.None
  BackColor System.Drawing.SystemColors.Control
  CausesValidation True
  Enabled True
  ForeColor System.Drawing.SystemColors.ControlText
  Cursor System.Windows.Forms.Cursors.Default
  RightToLeft System.Windows.Forms.RightToLeft.No
  TabStop True
  Visible True
  SizeMode System.Windows.Forms.PictureBoxSizeMode.AutoSize
  BorderStyle System.Windows.Forms.BorderStyle.Fixed3D
  Name "picIcon"

cmdOK System.Windows.Forms.Button
  Property Value
  TextAlign System.Drawing.ContentAlignment.MiddleCenter
  Text "OK"
  Size New System.Drawing.Size(84, 23)
  Location New System.Drawing.Point(283, 175)
  TabIndex 0
  Font New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  BackColor System.Drawing.SystemColors.Control
  CausesValidation True
  Enabled True
  ForeColor System.Drawing.SystemColors.ControlText
  Cursor System.Windows.Forms.Cursors.Default
  RightToLeft System.Windows.Forms.RightToLeft.No
  TabStop True
  Name "cmdOK"

_Line1_1 System.Windows.Forms.Label
  Property Value
  BackColor System.Drawing.Color.FromARGB(128, 128, 128)
  Visible True
  Location New System.Drawing.Point(5, 170)
  Width 303
  Height 1
  Name "_Line1_1"

lblDescription System.Windows.Forms.Label
  Property Value
  Text "App Description"
  ForeColor System.Drawing.Color.Black
  Size New System.Drawing.Size(259, 78)
  Location New System.Drawing.Point(70, 75)
  TabIndex 2
  Font New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  TextAlign System.Drawing.ContentAlignment.TopLeft
  BackColor System.Drawing.SystemColors.Control
  Enabled True
  Cursor System.Windows.Forms.Cursors.Default
  RightToLeft System.Windows.Forms.RightToLeft.No
  UseMnemonic True
  Visible True
  AutoSize False
  BorderStyle System.Windows.Forms.BorderStyle.None
  Name "lblDescription"

lblTitle System.Windows.Forms.Label
  Property Value
  Text "Application Title"
  ForeColor System.Drawing.Color.Black
  Size New System.Drawing.Size(259, 32)
  Location New System.Drawing.Point(70, 16)
  TabIndex 3
  Font New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  TextAlign System.Drawing.ContentAlignment.TopLeft
  BackColor System.Drawing.SystemColors.Control
  Enabled True
  Cursor System.Windows.Forms.Cursors.Default
  RightToLeft System.Windows.Forms.RightToLeft.No
  UseMnemonic True
  Visible True
  AutoSize False
  BorderStyle System.Windows.Forms.BorderStyle.None
  Name "lblTitle"

_Line1_0 System.Windows.Forms.Label
  Property Value
  BackColor System.Drawing.Color.White
  Visible True
  Location New System.Drawing.Point(6, 171)
  Width 303
  Height 1
  Name "_Line1_0"

lblVersion System.Windows.Forms.Label
  Property Value
  Text "Version"
  Size New System.Drawing.Size(259, 15)
  Location New System.Drawing.Point(70, 52)
  TabIndex 4
  Font New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  TextAlign System.Drawing.ContentAlignment.TopLeft
  BackColor System.Drawing.SystemColors.Control
  Enabled True
  ForeColor System.Drawing.SystemColors.ControlText
  Cursor System.Windows.Forms.Cursors.Default
  RightToLeft System.Windows.Forms.RightToLeft.No
  UseMnemonic True
  Visible True
  AutoSize False
  BorderStyle System.Windows.Forms.BorderStyle.None
  Name "lblVersion"

Subroutines

cmdOK_Click line 203,
Dispose line 25,
FormAbout_Load line 207,
New line 6

Properties

DefInstance line 188