Windows Form /FormEditDatabase.vb

Page

/FormEditDatabase.vb

Language

VB.NET

Page Type

Windows Form

Windows Controls

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

CommandEditProject System.Windows.Forms.Button
  Property Value
  TextAlign System.Drawing.ContentAlignment.MiddleCenter
  Text "Update"
  Size New System.Drawing.Size(73, 25)
  Location New System.Drawing.Point(208, 104)
  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 "CommandEditProject"

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(288, 104)
  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 "CommandCancel"

FrameEditDatabase System.Windows.Forms.GroupBox
  Property Value
  Text "Database Details"
  Size New System.Drawing.Size(353, 89)
  Location New System.Drawing.Point(8, 8)
  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
  Enabled True
  ForeColor System.Drawing.SystemColors.ControlText
  RightToLeft System.Windows.Forms.RightToLeft.No
  Visible True
  Name "FrameEditDatabase"

ComboConnection System.Windows.Forms.ComboBox
  Property Value
  Size New System.Drawing.Size(225, 21)
  Location New System.Drawing.Point(120, 56)
  DropDownStyle System.Windows.Forms.ComboBoxStyle.DropDownList
  TabIndex 4
  Font New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  BackColor System.Drawing.SystemColors.Window
  CausesValidation True
  Enabled True
  ForeColor System.Drawing.SystemColors.WindowText
  IntegralHeight True
  Cursor System.Windows.Forms.Cursors.Default
  RightToLeft System.Windows.Forms.RightToLeft.No
  Sorted False
  TabStop True
  Visible True
  Name "ComboConnection"

TextDatabaseName System.Windows.Forms.TextBox
  Property Value
  AutoSize False
  Size New System.Drawing.Size(225, 25)
  Location New System.Drawing.Point(120, 24)
  TabIndex 1
  Font New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  AcceptsReturn True
  TextAlign System.Windows.Forms.HorizontalAlignment.Left
  BackColor System.Drawing.SystemColors.Window
  CausesValidation True
  Enabled True
  ForeColor System.Drawing.SystemColors.WindowText
  HideSelection True
  ReadOnly False
  Maxlength 0
  Cursor System.Windows.Forms.Cursors.IBeam
  MultiLine False
  RightToLeft System.Windows.Forms.RightToLeft.No
  ScrollBars System.Windows.Forms.ScrollBars.None
  TabStop True
  Visible True
  BorderStyle System.Windows.Forms.BorderStyle.Fixed3D
  Name "TextDatabaseName"

LabelConnection System.Windows.Forms.Label
  Property Value
  Text "Database Connection:"
  Size New System.Drawing.Size(113, 25)
  Location New System.Drawing.Point(8, 56)
  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
  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 "LabelConnection"

LabelDatabaseName System.Windows.Forms.Label
  Property Value
  Text "Database Name:"
  Size New System.Drawing.Size(89, 17)
  Location New System.Drawing.Point(8, 28)
  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
  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 "LabelDatabaseName"

Subroutines

CommandCancel_Click line 225,
CommandEditProject_Click line 231,
Dispose line 25,
FormEditDatabase_Load line 281,
New line 6

Properties

DefInstance line 204