home *** CD-ROM | disk | FTP | other *** search
- Public Partial Class NewWaypointForm
- Inherits System.Windows.Forms.Form
-
- <System.Diagnostics.DebuggerNonUserCode()> _
- Public Sub New()
- MyBase.New()
-
- 'This call is required by the Windows Form Designer.
- InitializeComponent()
-
- End Sub
-
- 'Form overrides dispose to clean up the component list.
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- MyBase.Dispose(disposing)
- 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()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(NewWaypointForm))
- Me.WaypointDisplayModeComboBox = New System.Windows.Forms.ComboBox
- Me.WaypointSymbolComboBox = New System.Windows.Forms.ComboBox
- Me.WaypointNameLabel = New System.Windows.Forms.Label
- Me.WaypointName = New System.Windows.Forms.TextBox
- Me.btnCancelButton = New System.Windows.Forms.Button
- Me.SaveButton = New System.Windows.Forms.Button
- Me.Position = New System.Windows.Forms.TextBox
- Me.Label2 = New System.Windows.Forms.Label
- Me.Description = New System.Windows.Forms.TextBox
- Me.DescriptionLabel = New System.Windows.Forms.Label
- Me.SymbolLabel = New System.Windows.Forms.Label
- Me.ColorLabel = New System.Windows.Forms.Label
- Me.WaypointColorComboBox = New System.Windows.Forms.ComboBox
- Me.DisplayModeLabel = New System.Windows.Forms.Label
- Me.Depth = New System.Windows.Forms.TextBox
- Me.DepthLabel = New System.Windows.Forms.Label
- Me.Altitude = New System.Windows.Forms.TextBox
- Me.AltitudeLabel = New System.Windows.Forms.Label
- Me.City = New System.Windows.Forms.TextBox
- Me.CityLabel = New System.Windows.Forms.Label
- Me.Address = New System.Windows.Forms.TextBox
- Me.AddressLabel = New System.Windows.Forms.Label
- Me.Country = New System.Windows.Forms.TextBox
- Me.CountryLabel = New System.Windows.Forms.Label
- Me.State = New System.Windows.Forms.TextBox
- Me.StateLabel = New System.Windows.Forms.Label
- Me.IntersectingRoad = New System.Windows.Forms.TextBox
- Me.IntersectingRoadLabel = New System.Windows.Forms.Label
- Me.TabControl = New System.Windows.Forms.TabControl
- Me.GeneralTab = New System.Windows.Forms.TabPage
- Me.FacilityLabel = New System.Windows.Forms.Label
- Me.Facility = New System.Windows.Forms.TextBox
- Me.TabControl.SuspendLayout()
- Me.GeneralTab.SuspendLayout()
- Me.SuspendLayout()
- '
- 'WaypointDisplayModeComboBox
- '
- Me.WaypointDisplayModeComboBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.WaypointDisplayModeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.WaypointDisplayModeComboBox.FormattingEnabled = True
- Me.WaypointDisplayModeComboBox.Location = New System.Drawing.Point(120, 126)
- Me.WaypointDisplayModeComboBox.Name = "WaypointDisplayModeComboBox"
- Me.WaypointDisplayModeComboBox.Size = New System.Drawing.Size(264, 21)
- Me.WaypointDisplayModeComboBox.Sorted = True
- Me.WaypointDisplayModeComboBox.TabIndex = 11
- '
- 'WaypointSymbolComboBox
- '
- Me.WaypointSymbolComboBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.WaypointSymbolComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.WaypointSymbolComboBox.FormattingEnabled = True
- Me.WaypointSymbolComboBox.Location = New System.Drawing.Point(120, 78)
- Me.WaypointSymbolComboBox.Name = "WaypointSymbolComboBox"
- Me.WaypointSymbolComboBox.Size = New System.Drawing.Size(264, 21)
- Me.WaypointSymbolComboBox.Sorted = True
- Me.WaypointSymbolComboBox.TabIndex = 7
- '
- 'WaypointNameLabel
- '
- Me.WaypointNameLabel.BackColor = System.Drawing.Color.Transparent
- Me.WaypointNameLabel.Location = New System.Drawing.Point(9, 9)
- Me.WaypointNameLabel.Name = "WaypointNameLabel"
- Me.WaypointNameLabel.Size = New System.Drawing.Size(99, 15)
- Me.WaypointNameLabel.TabIndex = 0
- Me.WaypointNameLabel.Text = "Name:"
- '
- 'WaypointName
- '
- Me.WaypointName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.WaypointName.Location = New System.Drawing.Point(120, 6)
- Me.WaypointName.Name = "WaypointName"
- Me.WaypointName.Size = New System.Drawing.Size(264, 20)
- Me.WaypointName.TabIndex = 1
- '
- 'btnCancelButton
- '
- Me.btnCancelButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.btnCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
- Me.btnCancelButton.Location = New System.Drawing.Point(339, 396)
- Me.btnCancelButton.Name = "btnCancelButton"
- Me.btnCancelButton.Size = New System.Drawing.Size(72, 24)
- Me.btnCancelButton.TabIndex = 2
- Me.btnCancelButton.Text = "Cancel"
- '
- 'SaveButton
- '
- Me.SaveButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.SaveButton.DialogResult = System.Windows.Forms.DialogResult.OK
- Me.SaveButton.Location = New System.Drawing.Point(261, 396)
- Me.SaveButton.Name = "SaveButton"
- Me.SaveButton.Size = New System.Drawing.Size(72, 24)
- Me.SaveButton.TabIndex = 1
- Me.SaveButton.Text = "Save"
- '
- 'Position
- '
- Me.Position.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Position.Location = New System.Drawing.Point(120, 30)
- Me.Position.Name = "Position"
- Me.Position.Size = New System.Drawing.Size(264, 20)
- Me.Position.TabIndex = 3
- '
- 'Label2
- '
- Me.Label2.BackColor = System.Drawing.Color.Transparent
- Me.Label2.Location = New System.Drawing.Point(9, 33)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(99, 15)
- Me.Label2.TabIndex = 2
- Me.Label2.Text = "Position:"
- '
- 'Description
- '
- Me.Description.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Description.Location = New System.Drawing.Point(120, 54)
- Me.Description.Name = "Description"
- Me.Description.Size = New System.Drawing.Size(264, 20)
- Me.Description.TabIndex = 5
- '
- 'DescriptionLabel
- '
- Me.DescriptionLabel.BackColor = System.Drawing.Color.Transparent
- Me.DescriptionLabel.Location = New System.Drawing.Point(9, 57)
- Me.DescriptionLabel.Name = "DescriptionLabel"
- Me.DescriptionLabel.Size = New System.Drawing.Size(99, 15)
- Me.DescriptionLabel.TabIndex = 4
- Me.DescriptionLabel.Text = "Comment:"
- '
- 'SymbolLabel
- '
- Me.SymbolLabel.BackColor = System.Drawing.Color.Transparent
- Me.SymbolLabel.Location = New System.Drawing.Point(9, 81)
- Me.SymbolLabel.Name = "SymbolLabel"
- Me.SymbolLabel.Size = New System.Drawing.Size(99, 15)
- Me.SymbolLabel.TabIndex = 6
- Me.SymbolLabel.Text = "Symbol:"
- '
- 'ColorLabel
- '
- Me.ColorLabel.BackColor = System.Drawing.Color.Transparent
- Me.ColorLabel.Location = New System.Drawing.Point(9, 105)
- Me.ColorLabel.Name = "ColorLabel"
- Me.ColorLabel.Size = New System.Drawing.Size(99, 15)
- Me.ColorLabel.TabIndex = 8
- Me.ColorLabel.Text = "Color:"
- '
- 'WaypointColorComboBox
- '
- Me.WaypointColorComboBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.WaypointColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.WaypointColorComboBox.FormattingEnabled = True
- Me.WaypointColorComboBox.Location = New System.Drawing.Point(120, 102)
- Me.WaypointColorComboBox.Name = "WaypointColorComboBox"
- Me.WaypointColorComboBox.Size = New System.Drawing.Size(264, 21)
- Me.WaypointColorComboBox.Sorted = True
- Me.WaypointColorComboBox.TabIndex = 9
- '
- 'DisplayModeLabel
- '
- Me.DisplayModeLabel.BackColor = System.Drawing.Color.Transparent
- Me.DisplayModeLabel.Location = New System.Drawing.Point(9, 129)
- Me.DisplayModeLabel.Name = "DisplayModeLabel"
- Me.DisplayModeLabel.Size = New System.Drawing.Size(99, 15)
- Me.DisplayModeLabel.TabIndex = 10
- Me.DisplayModeLabel.Text = "Display Mode:"
- '
- 'Depth
- '
- Me.Depth.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Depth.Location = New System.Drawing.Point(120, 174)
- Me.Depth.Name = "Depth"
- Me.Depth.Size = New System.Drawing.Size(264, 20)
- Me.Depth.TabIndex = 15
- '
- 'DepthLabel
- '
- Me.DepthLabel.BackColor = System.Drawing.Color.Transparent
- Me.DepthLabel.Location = New System.Drawing.Point(9, 177)
- Me.DepthLabel.Name = "DepthLabel"
- Me.DepthLabel.Size = New System.Drawing.Size(99, 15)
- Me.DepthLabel.TabIndex = 14
- Me.DepthLabel.Text = "Depth:"
- '
- 'Altitude
- '
- Me.Altitude.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Altitude.Location = New System.Drawing.Point(120, 150)
- Me.Altitude.Name = "Altitude"
- Me.Altitude.Size = New System.Drawing.Size(264, 20)
- Me.Altitude.TabIndex = 13
- '
- 'AltitudeLabel
- '
- Me.AltitudeLabel.BackColor = System.Drawing.Color.Transparent
- Me.AltitudeLabel.Location = New System.Drawing.Point(9, 153)
- Me.AltitudeLabel.Name = "AltitudeLabel"
- Me.AltitudeLabel.Size = New System.Drawing.Size(99, 15)
- Me.AltitudeLabel.TabIndex = 12
- Me.AltitudeLabel.Text = "Altitude:"
- '
- 'City
- '
- Me.City.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.City.Location = New System.Drawing.Point(120, 246)
- Me.City.Name = "City"
- Me.City.Size = New System.Drawing.Size(264, 20)
- Me.City.TabIndex = 21
- '
- 'CityLabel
- '
- Me.CityLabel.BackColor = System.Drawing.Color.Transparent
- Me.CityLabel.Location = New System.Drawing.Point(9, 249)
- Me.CityLabel.Name = "CityLabel"
- Me.CityLabel.Size = New System.Drawing.Size(99, 15)
- Me.CityLabel.TabIndex = 20
- Me.CityLabel.Text = "City:"
- '
- 'Address
- '
- Me.Address.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Address.Location = New System.Drawing.Point(120, 222)
- Me.Address.Name = "Address"
- Me.Address.Size = New System.Drawing.Size(264, 20)
- Me.Address.TabIndex = 19
- '
- 'AddressLabel
- '
- Me.AddressLabel.BackColor = System.Drawing.Color.Transparent
- Me.AddressLabel.Location = New System.Drawing.Point(9, 225)
- Me.AddressLabel.Name = "AddressLabel"
- Me.AddressLabel.Size = New System.Drawing.Size(99, 15)
- Me.AddressLabel.TabIndex = 18
- Me.AddressLabel.Text = "Address:"
- '
- 'Country
- '
- Me.Country.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Country.Location = New System.Drawing.Point(120, 294)
- Me.Country.MaxLength = 2
- Me.Country.Name = "Country"
- Me.Country.Size = New System.Drawing.Size(264, 20)
- Me.Country.TabIndex = 25
- '
- 'CountryLabel
- '
- Me.CountryLabel.BackColor = System.Drawing.Color.Transparent
- Me.CountryLabel.Location = New System.Drawing.Point(9, 297)
- Me.CountryLabel.Name = "CountryLabel"
- Me.CountryLabel.Size = New System.Drawing.Size(99, 15)
- Me.CountryLabel.TabIndex = 24
- Me.CountryLabel.Text = "Country:"
- '
- 'State
- '
- Me.State.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.State.Location = New System.Drawing.Point(120, 270)
- Me.State.MaxLength = 2
- Me.State.Name = "State"
- Me.State.Size = New System.Drawing.Size(264, 20)
- Me.State.TabIndex = 23
- '
- 'StateLabel
- '
- Me.StateLabel.BackColor = System.Drawing.Color.Transparent
- Me.StateLabel.Location = New System.Drawing.Point(9, 273)
- Me.StateLabel.Name = "StateLabel"
- Me.StateLabel.Size = New System.Drawing.Size(99, 15)
- Me.StateLabel.TabIndex = 22
- Me.StateLabel.Text = "State:"
- '
- 'IntersectingRoad
- '
- Me.IntersectingRoad.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.IntersectingRoad.Location = New System.Drawing.Point(120, 318)
- Me.IntersectingRoad.Name = "IntersectingRoad"
- Me.IntersectingRoad.Size = New System.Drawing.Size(264, 20)
- Me.IntersectingRoad.TabIndex = 27
- '
- 'IntersectingRoadLabel
- '
- Me.IntersectingRoadLabel.BackColor = System.Drawing.Color.Transparent
- Me.IntersectingRoadLabel.Location = New System.Drawing.Point(9, 321)
- Me.IntersectingRoadLabel.Name = "IntersectingRoadLabel"
- Me.IntersectingRoadLabel.Size = New System.Drawing.Size(99, 15)
- Me.IntersectingRoadLabel.TabIndex = 26
- Me.IntersectingRoadLabel.Text = "Intersecting Road:"
- '
- 'TabControl
- '
- Me.TabControl.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.TabControl.Controls.Add(Me.GeneralTab)
- Me.TabControl.Location = New System.Drawing.Point(9, 9)
- Me.TabControl.Name = "TabControl"
- Me.TabControl.SelectedIndex = 0
- Me.TabControl.Size = New System.Drawing.Size(405, 375)
- Me.TabControl.TabIndex = 0
- '
- 'GeneralTab
- '
- Me.GeneralTab.Controls.Add(Me.FacilityLabel)
- Me.GeneralTab.Controls.Add(Me.Facility)
- Me.GeneralTab.Controls.Add(Me.CountryLabel)
- Me.GeneralTab.Controls.Add(Me.State)
- Me.GeneralTab.Controls.Add(Me.StateLabel)
- Me.GeneralTab.Controls.Add(Me.AddressLabel)
- Me.GeneralTab.Controls.Add(Me.Address)
- Me.GeneralTab.Controls.Add(Me.CityLabel)
- Me.GeneralTab.Controls.Add(Me.City)
- Me.GeneralTab.Controls.Add(Me.Country)
- Me.GeneralTab.Controls.Add(Me.IntersectingRoad)
- Me.GeneralTab.Controls.Add(Me.WaypointColorComboBox)
- Me.GeneralTab.Controls.Add(Me.WaypointDisplayModeComboBox)
- Me.GeneralTab.Controls.Add(Me.DisplayModeLabel)
- Me.GeneralTab.Controls.Add(Me.WaypointNameLabel)
- Me.GeneralTab.Controls.Add(Me.IntersectingRoadLabel)
- Me.GeneralTab.Controls.Add(Me.Label2)
- Me.GeneralTab.Controls.Add(Me.Depth)
- Me.GeneralTab.Controls.Add(Me.WaypointSymbolComboBox)
- Me.GeneralTab.Controls.Add(Me.WaypointName)
- Me.GeneralTab.Controls.Add(Me.Position)
- Me.GeneralTab.Controls.Add(Me.Description)
- Me.GeneralTab.Controls.Add(Me.AltitudeLabel)
- Me.GeneralTab.Controls.Add(Me.DepthLabel)
- Me.GeneralTab.Controls.Add(Me.SymbolLabel)
- Me.GeneralTab.Controls.Add(Me.Altitude)
- Me.GeneralTab.Controls.Add(Me.ColorLabel)
- Me.GeneralTab.Controls.Add(Me.DescriptionLabel)
- Me.GeneralTab.Location = New System.Drawing.Point(4, 22)
- Me.GeneralTab.Name = "GeneralTab"
- Me.GeneralTab.Size = New System.Drawing.Size(397, 349)
- Me.GeneralTab.TabIndex = 0
- Me.GeneralTab.Text = "General"
- '
- 'FacilityLabel
- '
- Me.FacilityLabel.BackColor = System.Drawing.Color.Transparent
- Me.FacilityLabel.Location = New System.Drawing.Point(9, 201)
- Me.FacilityLabel.Name = "FacilityLabel"
- Me.FacilityLabel.Size = New System.Drawing.Size(99, 15)
- Me.FacilityLabel.TabIndex = 16
- Me.FacilityLabel.Text = "Facility Name:"
- '
- 'Facility
- '
- Me.Facility.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Facility.Location = New System.Drawing.Point(120, 198)
- Me.Facility.Name = "Facility"
- Me.Facility.Size = New System.Drawing.Size(264, 20)
- Me.Facility.TabIndex = 17
- '
- 'NewWaypointForm
- '
- Me.AcceptButton = Me.SaveButton
- Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
- Me.CancelButton = Me.btnCancelButton
- Me.ClientSize = New System.Drawing.Size(423, 433)
- Me.Controls.Add(Me.TabControl)
- Me.Controls.Add(Me.btnCancelButton)
- Me.Controls.Add(Me.SaveButton)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- Me.MaximizeBox = False
- Me.MinimizeBox = False
- Me.Name = "NewWaypointForm"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "Add Waypoint"
- Me.TabControl.ResumeLayout(False)
- Me.GeneralTab.ResumeLayout(False)
- Me.GeneralTab.PerformLayout()
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents Label2 As System.Windows.Forms.Label
- Friend WithEvents btnCancelButton As System.Windows.Forms.Button
- Friend WithEvents WaypointNameLabel As System.Windows.Forms.Label
- Friend WithEvents WaypointName As System.Windows.Forms.TextBox
- Friend WithEvents Description As System.Windows.Forms.TextBox
- Friend WithEvents DescriptionLabel As System.Windows.Forms.Label
- Friend WithEvents SymbolLabel As System.Windows.Forms.Label
- Friend WithEvents TabControl As System.Windows.Forms.TabControl
- Friend WithEvents GeneralTab As System.Windows.Forms.TabPage
- Friend WithEvents Position As System.Windows.Forms.TextBox
- Friend WithEvents WaypointDisplayModeComboBox As System.Windows.Forms.ComboBox
- Friend WithEvents WaypointSymbolComboBox As System.Windows.Forms.ComboBox
- Friend WithEvents WaypointColorComboBox As System.Windows.Forms.ComboBox
- Friend WithEvents ColorLabel As System.Windows.Forms.Label
- Friend WithEvents DisplayModeLabel As System.Windows.Forms.Label
- Friend WithEvents Depth As System.Windows.Forms.TextBox
- Friend WithEvents DepthLabel As System.Windows.Forms.Label
- Friend WithEvents Altitude As System.Windows.Forms.TextBox
- Friend WithEvents AltitudeLabel As System.Windows.Forms.Label
- Friend WithEvents City As System.Windows.Forms.TextBox
- Friend WithEvents CityLabel As System.Windows.Forms.Label
- Friend WithEvents Address As System.Windows.Forms.TextBox
- Friend WithEvents AddressLabel As System.Windows.Forms.Label
- Friend WithEvents Country As System.Windows.Forms.TextBox
- Friend WithEvents CountryLabel As System.Windows.Forms.Label
- Friend WithEvents State As System.Windows.Forms.TextBox
- Friend WithEvents StateLabel As System.Windows.Forms.Label
- Friend WithEvents IntersectingRoad As System.Windows.Forms.TextBox
- Friend WithEvents IntersectingRoadLabel As System.Windows.Forms.Label
- Friend WithEvents FacilityLabel As System.Windows.Forms.Label
- Friend WithEvents Facility As System.Windows.Forms.TextBox
- Friend WithEvents SaveButton As System.Windows.Forms.Button
- End Class
-