Windows Form /FormEditConnections.vb

Page

/FormEditConnections.vb

Language

VB.NET

Page Type

Windows Form

Windows Controls

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

FrameConnections System.Windows.Forms.GroupBox
  Property Value
  Text "Database Connections"
  Size New System.Drawing.Size(297, 121)
  Location New System.Drawing.Point(8, 8)
  TabIndex 2
  Font New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  BackColor System.Drawing.SystemColors.Control
  Enabled True
  ForeColor System.Drawing.SystemColors.ControlText
  RightToLeft System.Windows.Forms.RightToLeft.No
  Visible True
  Name "FrameConnections"

CommandAddConnection System.Windows.Forms.Button
  Property Value
  TextAlign System.Drawing.ContentAlignment.MiddleCenter
  Text "Add New"
  Size New System.Drawing.Size(73, 25)
  Location New System.Drawing.Point(216, 16)
  TabIndex 6
  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 "CommandAddConnection"

CommandEditConnection System.Windows.Forms.Button
  Property Value
  TextAlign System.Drawing.ContentAlignment.MiddleCenter
  Text "Edit"
  Size New System.Drawing.Size(73, 25)
  Location New System.Drawing.Point(216, 48)
  TabIndex 5
  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 "CommandEditConnection"

CommandDeleteConnection System.Windows.Forms.Button
  Property Value
  TextAlign System.Drawing.ContentAlignment.MiddleCenter
  Text "Delete"
  Size New System.Drawing.Size(73, 25)
  Location New System.Drawing.Point(216, 80)
  TabIndex 4
  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 "CommandDeleteConnection"

ListConnections System.Windows.Forms.ListBox
  Property Value
  Size New System.Drawing.Size(201, 98)
  Location New System.Drawing.Point(8, 16)
  TabIndex 3
  Font New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  BorderStyle System.Windows.Forms.BorderStyle.Fixed3D
  BackColor System.Drawing.SystemColors.Window
  CausesValidation True
  Enabled True
  ForeColor System.Drawing.SystemColors.WindowText
  IntegralHeight True
  Cursor System.Windows.Forms.Cursors.Default
  SelectionMode System.Windows.Forms.SelectionMode.One
  RightToLeft System.Windows.Forms.RightToLeft.No
  Sorted False
  TabStop True
  Visible True
  MultiColumn False
  Name "ListConnections"

CommandOK System.Windows.Forms.Button
  Property Value
  TextAlign System.Drawing.ContentAlignment.MiddleCenter
  Text "OK"
  Size New System.Drawing.Size(73, 25)
  Location New System.Drawing.Point(152, 136)
  TabIndex 1
  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 "CommandOK"

CommandCancel System.Windows.Forms.Button
  Property Value
  TextAlign System.Drawing.ContentAlignment.MiddleCenter
  Text "Cancel"
  Size New System.Drawing.Size(73, 25)
  Location New System.Drawing.Point(232, 136)
  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 "CommandCancel"

Subroutines

CommandAddConnection_Click line 210,
CommandCancel_Click line 217,
CommandDeleteConnection_Click line 267,
CommandEditConnection_Click line 338,
CommandOK_Click line 345,
Dispose line 25,
FormEditConnections_Load line 352,
New line 6,
UpdateFormSettings line 223

Properties

DefInstance line 196