home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Shareware / Programare / gpssdk / GPS.NET Global Positioning SDK 1.4.6.msi / Data1.cab / EditWaypointForm.Designer.vb2 < prev    next >
Encoding:
Text File  |  2004-08-24  |  22.2 KB  |  454 lines

  1. ∩╗┐Public Partial Class EditWaypointForm
  2.     Inherits System.Windows.Forms.Form
  3.  
  4.     <System.Diagnostics.DebuggerNonUserCode()> _
  5.     Public Sub New()
  6.         MyBase.New()
  7.  
  8.         'This call is required by the Windows Form Designer.
  9.         InitializeComponent()
  10.  
  11.     End Sub
  12.  
  13.     'Form overrides dispose to clean up the component list.
  14.     <System.Diagnostics.DebuggerNonUserCode()> _
  15.     Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
  16.         If disposing AndAlso components IsNot Nothing Then
  17.             components.Dispose()
  18.         End If
  19.         MyBase.Dispose(disposing)
  20.     End Sub
  21.  
  22.     'Required by the Windows Form Designer
  23.     Private components As System.ComponentModel.IContainer
  24.  
  25.     'NOTE: The following procedure is required by the Windows Form Designer
  26.     'It can be modified using the Windows Form Designer.  
  27.     'Do not modify it using the code editor.
  28.     <System.Diagnostics.DebuggerStepThrough()> _
  29.     Private Sub InitializeComponent()
  30.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(EditWaypointForm))
  31.         Me.WaypointDisplayModeComboBox = New System.Windows.Forms.ComboBox
  32.         Me.WaypointSymbolComboBox = New System.Windows.Forms.ComboBox
  33.         Me.WaypointNameLabel = New System.Windows.Forms.Label
  34.         Me.WaypointName = New System.Windows.Forms.TextBox
  35.         Me.btnCancelButton = New System.Windows.Forms.Button
  36.         Me.SaveButton = New System.Windows.Forms.Button
  37.         Me.Position = New System.Windows.Forms.TextBox
  38.         Me.PositionLabel = New System.Windows.Forms.Label
  39.         Me.Description = New System.Windows.Forms.TextBox
  40.         Me.DescriptionLabel = New System.Windows.Forms.Label
  41.         Me.SymbolLabel = New System.Windows.Forms.Label
  42.         Me.ColorLabel = New System.Windows.Forms.Label
  43.         Me.WaypointColorComboBox = New System.Windows.Forms.ComboBox
  44.         Me.DisplayModeLabel = New System.Windows.Forms.Label
  45.         Me.Depth = New System.Windows.Forms.TextBox
  46.         Me.DepthLabel = New System.Windows.Forms.Label
  47.         Me.Altitude = New System.Windows.Forms.TextBox
  48.         Me.AltitudeLabel = New System.Windows.Forms.Label
  49.         Me.City = New System.Windows.Forms.TextBox
  50.         Me.CityLabel = New System.Windows.Forms.Label
  51.         Me.Address = New System.Windows.Forms.TextBox
  52.         Me.AddressLabel = New System.Windows.Forms.Label
  53.         Me.Country = New System.Windows.Forms.TextBox
  54.         Me.CountryLabel = New System.Windows.Forms.Label
  55.         Me.State = New System.Windows.Forms.TextBox
  56.         Me.StateLabel = New System.Windows.Forms.Label
  57.         Me.IntersectingRoad = New System.Windows.Forms.TextBox
  58.         Me.IntersectingRoadLabel = New System.Windows.Forms.Label
  59.         Me.TabControl = New System.Windows.Forms.TabControl
  60.         Me.GeneralTab = New System.Windows.Forms.TabPage
  61.         Me.FacilityLabel = New System.Windows.Forms.Label
  62.         Me.Facility = New System.Windows.Forms.TextBox
  63.         Me.TabControl.SuspendLayout()
  64.         Me.GeneralTab.SuspendLayout()
  65.         Me.SuspendLayout()
  66.         '
  67.         'WaypointDisplayModeComboBox
  68.         '
  69.         Me.WaypointDisplayModeComboBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  70.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  71.         Me.WaypointDisplayModeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  72.         Me.WaypointDisplayModeComboBox.FormattingEnabled = True
  73.         Me.WaypointDisplayModeComboBox.Location = New System.Drawing.Point(120, 126)
  74.         Me.WaypointDisplayModeComboBox.Name = "WaypointDisplayModeComboBox"
  75.         Me.WaypointDisplayModeComboBox.Size = New System.Drawing.Size(264, 21)
  76.         Me.WaypointDisplayModeComboBox.Sorted = True
  77.         Me.WaypointDisplayModeComboBox.TabIndex = 11
  78.         '
  79.         'WaypointSymbolComboBox
  80.         '
  81.         Me.WaypointSymbolComboBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  82.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  83.         Me.WaypointSymbolComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  84.         Me.WaypointSymbolComboBox.FormattingEnabled = True
  85.         Me.WaypointSymbolComboBox.Location = New System.Drawing.Point(120, 78)
  86.         Me.WaypointSymbolComboBox.Name = "WaypointSymbolComboBox"
  87.         Me.WaypointSymbolComboBox.Size = New System.Drawing.Size(264, 21)
  88.         Me.WaypointSymbolComboBox.Sorted = True
  89.         Me.WaypointSymbolComboBox.TabIndex = 7
  90.         '
  91.         'WaypointNameLabel
  92.         '
  93.         Me.WaypointNameLabel.BackColor = System.Drawing.Color.Transparent
  94.         Me.WaypointNameLabel.Location = New System.Drawing.Point(9, 9)
  95.         Me.WaypointNameLabel.Name = "WaypointNameLabel"
  96.         Me.WaypointNameLabel.Size = New System.Drawing.Size(99, 15)
  97.         Me.WaypointNameLabel.TabIndex = 0
  98.         Me.WaypointNameLabel.Text = "Name:"
  99.         '
  100.         'WaypointName
  101.         '
  102.         Me.WaypointName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  103.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  104.         Me.WaypointName.Location = New System.Drawing.Point(120, 6)
  105.         Me.WaypointName.Name = "WaypointName"
  106.         Me.WaypointName.Size = New System.Drawing.Size(264, 20)
  107.         Me.WaypointName.TabIndex = 1
  108.         '
  109.         'btnCancelButton
  110.         '
  111.         Me.btnCancelButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  112.         Me.btnCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
  113.         Me.btnCancelButton.Location = New System.Drawing.Point(339, 396)
  114.         Me.btnCancelButton.Name = "btnCancelButton"
  115.         Me.btnCancelButton.Size = New System.Drawing.Size(72, 24)
  116.         Me.btnCancelButton.TabIndex = 2
  117.         Me.btnCancelButton.Text = "Cancel"
  118.         '
  119.         'SaveButton
  120.         '
  121.         Me.SaveButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  122.         Me.SaveButton.DialogResult = System.Windows.Forms.DialogResult.OK
  123.         Me.SaveButton.Location = New System.Drawing.Point(261, 396)
  124.         Me.SaveButton.Name = "SaveButton"
  125.         Me.SaveButton.Size = New System.Drawing.Size(72, 24)
  126.         Me.SaveButton.TabIndex = 1
  127.         Me.SaveButton.Text = "Save"
  128.         '
  129.         'Position
  130.         '
  131.         Me.Position.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  132.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  133.         Me.Position.Location = New System.Drawing.Point(120, 30)
  134.         Me.Position.Name = "Position"
  135.         Me.Position.Size = New System.Drawing.Size(264, 20)
  136.         Me.Position.TabIndex = 3
  137.         '
  138.         'PositionLabel
  139.         '
  140.         Me.PositionLabel.BackColor = System.Drawing.Color.Transparent
  141.         Me.PositionLabel.Location = New System.Drawing.Point(9, 33)
  142.         Me.PositionLabel.Name = "PositionLabel"
  143.         Me.PositionLabel.Size = New System.Drawing.Size(99, 15)
  144.         Me.PositionLabel.TabIndex = 2
  145.         Me.PositionLabel.Text = "Position:"
  146.         '
  147.         'Description
  148.         '
  149.         Me.Description.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  150.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  151.         Me.Description.Location = New System.Drawing.Point(120, 54)
  152.         Me.Description.Name = "Description"
  153.         Me.Description.Size = New System.Drawing.Size(264, 20)
  154.         Me.Description.TabIndex = 5
  155.         '
  156.         'DescriptionLabel
  157.         '
  158.         Me.DescriptionLabel.BackColor = System.Drawing.Color.Transparent
  159.         Me.DescriptionLabel.Location = New System.Drawing.Point(9, 57)
  160.         Me.DescriptionLabel.Name = "DescriptionLabel"
  161.         Me.DescriptionLabel.Size = New System.Drawing.Size(99, 15)
  162.         Me.DescriptionLabel.TabIndex = 4
  163.         Me.DescriptionLabel.Text = "Description:"
  164.         '
  165.         'SymbolLabel
  166.         '
  167.         Me.SymbolLabel.BackColor = System.Drawing.Color.Transparent
  168.         Me.SymbolLabel.Location = New System.Drawing.Point(9, 81)
  169.         Me.SymbolLabel.Name = "SymbolLabel"
  170.         Me.SymbolLabel.Size = New System.Drawing.Size(99, 15)
  171.         Me.SymbolLabel.TabIndex = 6
  172.         Me.SymbolLabel.Text = "Symbol:"
  173.         '
  174.         'ColorLabel
  175.         '
  176.         Me.ColorLabel.BackColor = System.Drawing.Color.Transparent
  177.         Me.ColorLabel.Location = New System.Drawing.Point(9, 105)
  178.         Me.ColorLabel.Name = "ColorLabel"
  179.         Me.ColorLabel.Size = New System.Drawing.Size(99, 15)
  180.         Me.ColorLabel.TabIndex = 8
  181.         Me.ColorLabel.Text = "Color:"
  182.         '
  183.         'WaypointColorComboBox
  184.         '
  185.         Me.WaypointColorComboBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  186.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  187.         Me.WaypointColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  188.         Me.WaypointColorComboBox.FormattingEnabled = True
  189.         Me.WaypointColorComboBox.Location = New System.Drawing.Point(120, 102)
  190.         Me.WaypointColorComboBox.Name = "WaypointColorComboBox"
  191.         Me.WaypointColorComboBox.Size = New System.Drawing.Size(264, 21)
  192.         Me.WaypointColorComboBox.Sorted = True
  193.         Me.WaypointColorComboBox.TabIndex = 9
  194.         '
  195.         'DisplayModeLabel
  196.         '
  197.         Me.DisplayModeLabel.BackColor = System.Drawing.Color.Transparent
  198.         Me.DisplayModeLabel.Location = New System.Drawing.Point(9, 129)
  199.         Me.DisplayModeLabel.Name = "DisplayModeLabel"
  200.         Me.DisplayModeLabel.Size = New System.Drawing.Size(99, 15)
  201.         Me.DisplayModeLabel.TabIndex = 10
  202.         Me.DisplayModeLabel.Text = "Display Mode:"
  203.         '
  204.         'Depth
  205.         '
  206.         Me.Depth.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  207.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  208.         Me.Depth.Location = New System.Drawing.Point(120, 174)
  209.         Me.Depth.Name = "Depth"
  210.         Me.Depth.Size = New System.Drawing.Size(264, 20)
  211.         Me.Depth.TabIndex = 15
  212.         '
  213.         'DepthLabel
  214.         '
  215.         Me.DepthLabel.BackColor = System.Drawing.Color.Transparent
  216.         Me.DepthLabel.Location = New System.Drawing.Point(9, 177)
  217.         Me.DepthLabel.Name = "DepthLabel"
  218.         Me.DepthLabel.Size = New System.Drawing.Size(99, 15)
  219.         Me.DepthLabel.TabIndex = 14
  220.         Me.DepthLabel.Text = "Depth:"
  221.         '
  222.         'Altitude
  223.         '
  224.         Me.Altitude.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  225.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  226.         Me.Altitude.Location = New System.Drawing.Point(120, 150)
  227.         Me.Altitude.Name = "Altitude"
  228.         Me.Altitude.Size = New System.Drawing.Size(264, 20)
  229.         Me.Altitude.TabIndex = 13
  230.         '
  231.         'AltitudeLabel
  232.         '
  233.         Me.AltitudeLabel.BackColor = System.Drawing.Color.Transparent
  234.         Me.AltitudeLabel.Location = New System.Drawing.Point(9, 153)
  235.         Me.AltitudeLabel.Name = "AltitudeLabel"
  236.         Me.AltitudeLabel.Size = New System.Drawing.Size(99, 15)
  237.         Me.AltitudeLabel.TabIndex = 12
  238.         Me.AltitudeLabel.Text = "Altitude:"
  239.         '
  240.         'City
  241.         '
  242.         Me.City.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  243.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  244.         Me.City.Location = New System.Drawing.Point(120, 246)
  245.         Me.City.Name = "City"
  246.         Me.City.Size = New System.Drawing.Size(264, 20)
  247.         Me.City.TabIndex = 21
  248.         '
  249.         'CityLabel
  250.         '
  251.         Me.CityLabel.BackColor = System.Drawing.Color.Transparent
  252.         Me.CityLabel.Location = New System.Drawing.Point(9, 249)
  253.         Me.CityLabel.Name = "CityLabel"
  254.         Me.CityLabel.Size = New System.Drawing.Size(99, 15)
  255.         Me.CityLabel.TabIndex = 20
  256.         Me.CityLabel.Text = "City:"
  257.         '
  258.         'Address
  259.         '
  260.         Me.Address.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  261.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  262.         Me.Address.Location = New System.Drawing.Point(120, 222)
  263.         Me.Address.Name = "Address"
  264.         Me.Address.Size = New System.Drawing.Size(264, 20)
  265.         Me.Address.TabIndex = 19
  266.         '
  267.         'AddressLabel
  268.         '
  269.         Me.AddressLabel.BackColor = System.Drawing.Color.Transparent
  270.         Me.AddressLabel.Location = New System.Drawing.Point(9, 225)
  271.         Me.AddressLabel.Name = "AddressLabel"
  272.         Me.AddressLabel.Size = New System.Drawing.Size(99, 15)
  273.         Me.AddressLabel.TabIndex = 18
  274.         Me.AddressLabel.Text = "Address:"
  275.         '
  276.         'Country
  277.         '
  278.         Me.Country.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  279.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  280.         Me.Country.Location = New System.Drawing.Point(120, 294)
  281.         Me.Country.MaxLength = 2
  282.         Me.Country.Name = "Country"
  283.         Me.Country.Size = New System.Drawing.Size(264, 20)
  284.         Me.Country.TabIndex = 25
  285.         '
  286.         'CountryLabel
  287.         '
  288.         Me.CountryLabel.BackColor = System.Drawing.Color.Transparent
  289.         Me.CountryLabel.Location = New System.Drawing.Point(9, 297)
  290.         Me.CountryLabel.Name = "CountryLabel"
  291.         Me.CountryLabel.Size = New System.Drawing.Size(99, 15)
  292.         Me.CountryLabel.TabIndex = 24
  293.         Me.CountryLabel.Text = "Country:"
  294.         '
  295.         'State
  296.         '
  297.         Me.State.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  298.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  299.         Me.State.Location = New System.Drawing.Point(120, 270)
  300.         Me.State.MaxLength = 2
  301.         Me.State.Name = "State"
  302.         Me.State.Size = New System.Drawing.Size(264, 20)
  303.         Me.State.TabIndex = 23
  304.         '
  305.         'StateLabel
  306.         '
  307.         Me.StateLabel.BackColor = System.Drawing.Color.Transparent
  308.         Me.StateLabel.Location = New System.Drawing.Point(9, 273)
  309.         Me.StateLabel.Name = "StateLabel"
  310.         Me.StateLabel.Size = New System.Drawing.Size(99, 15)
  311.         Me.StateLabel.TabIndex = 22
  312.         Me.StateLabel.Text = "State:"
  313.         '
  314.         'IntersectingRoad
  315.         '
  316.         Me.IntersectingRoad.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  317.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  318.         Me.IntersectingRoad.Location = New System.Drawing.Point(120, 318)
  319.         Me.IntersectingRoad.Name = "IntersectingRoad"
  320.         Me.IntersectingRoad.Size = New System.Drawing.Size(264, 20)
  321.         Me.IntersectingRoad.TabIndex = 27
  322.         '
  323.         'IntersectingRoadLabel
  324.         '
  325.         Me.IntersectingRoadLabel.BackColor = System.Drawing.Color.Transparent
  326.         Me.IntersectingRoadLabel.Location = New System.Drawing.Point(9, 321)
  327.         Me.IntersectingRoadLabel.Name = "IntersectingRoadLabel"
  328.         Me.IntersectingRoadLabel.Size = New System.Drawing.Size(99, 15)
  329.         Me.IntersectingRoadLabel.TabIndex = 26
  330.         Me.IntersectingRoadLabel.Text = "Intersecting Road:"
  331.         '
  332.         'TabControl
  333.         '
  334.         Me.TabControl.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  335.                     Or System.Windows.Forms.AnchorStyles.Left) _
  336.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  337.         Me.TabControl.Controls.Add(Me.GeneralTab)
  338.         Me.TabControl.Location = New System.Drawing.Point(9, 9)
  339.         Me.TabControl.Name = "TabControl"
  340.         Me.TabControl.SelectedIndex = 0
  341.         Me.TabControl.Size = New System.Drawing.Size(405, 375)
  342.         Me.TabControl.TabIndex = 0
  343.         '
  344.         'GeneralTab
  345.         '
  346.         Me.GeneralTab.Controls.Add(Me.FacilityLabel)
  347.         Me.GeneralTab.Controls.Add(Me.Facility)
  348.         Me.GeneralTab.Controls.Add(Me.CountryLabel)
  349.         Me.GeneralTab.Controls.Add(Me.State)
  350.         Me.GeneralTab.Controls.Add(Me.StateLabel)
  351.         Me.GeneralTab.Controls.Add(Me.AddressLabel)
  352.         Me.GeneralTab.Controls.Add(Me.Address)
  353.         Me.GeneralTab.Controls.Add(Me.CityLabel)
  354.         Me.GeneralTab.Controls.Add(Me.City)
  355.         Me.GeneralTab.Controls.Add(Me.Country)
  356.         Me.GeneralTab.Controls.Add(Me.IntersectingRoad)
  357.         Me.GeneralTab.Controls.Add(Me.WaypointColorComboBox)
  358.         Me.GeneralTab.Controls.Add(Me.WaypointDisplayModeComboBox)
  359.         Me.GeneralTab.Controls.Add(Me.DisplayModeLabel)
  360.         Me.GeneralTab.Controls.Add(Me.WaypointNameLabel)
  361.         Me.GeneralTab.Controls.Add(Me.IntersectingRoadLabel)
  362.         Me.GeneralTab.Controls.Add(Me.PositionLabel)
  363.         Me.GeneralTab.Controls.Add(Me.Depth)
  364.         Me.GeneralTab.Controls.Add(Me.WaypointSymbolComboBox)
  365.         Me.GeneralTab.Controls.Add(Me.WaypointName)
  366.         Me.GeneralTab.Controls.Add(Me.Position)
  367.         Me.GeneralTab.Controls.Add(Me.Description)
  368.         Me.GeneralTab.Controls.Add(Me.AltitudeLabel)
  369.         Me.GeneralTab.Controls.Add(Me.DepthLabel)
  370.         Me.GeneralTab.Controls.Add(Me.SymbolLabel)
  371.         Me.GeneralTab.Controls.Add(Me.Altitude)
  372.         Me.GeneralTab.Controls.Add(Me.ColorLabel)
  373.         Me.GeneralTab.Controls.Add(Me.DescriptionLabel)
  374.         Me.GeneralTab.Location = New System.Drawing.Point(4, 22)
  375.         Me.GeneralTab.Name = "GeneralTab"
  376.         Me.GeneralTab.Size = New System.Drawing.Size(397, 349)
  377.         Me.GeneralTab.TabIndex = 0
  378.         Me.GeneralTab.Text = "General"
  379.         '
  380.         'FacilityLabel
  381.         '
  382.         Me.FacilityLabel.BackColor = System.Drawing.Color.Transparent
  383.         Me.FacilityLabel.Location = New System.Drawing.Point(9, 201)
  384.         Me.FacilityLabel.Name = "FacilityLabel"
  385.         Me.FacilityLabel.Size = New System.Drawing.Size(99, 15)
  386.         Me.FacilityLabel.TabIndex = 16
  387.         Me.FacilityLabel.Text = "Facility Name:"
  388.         '
  389.         'Facility
  390.         '
  391.         Me.Facility.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  392.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  393.         Me.Facility.Location = New System.Drawing.Point(120, 198)
  394.         Me.Facility.Name = "Facility"
  395.         Me.Facility.Size = New System.Drawing.Size(264, 20)
  396.         Me.Facility.TabIndex = 17
  397.         '
  398.         'EditWaypointForm
  399.         '
  400.         Me.AcceptButton = Me.SaveButton
  401.         Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
  402.         Me.CancelButton = Me.btnCancelButton
  403.         Me.ClientSize = New System.Drawing.Size(423, 433)
  404.         Me.Controls.Add(Me.TabControl)
  405.         Me.Controls.Add(Me.btnCancelButton)
  406.         Me.Controls.Add(Me.SaveButton)
  407.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  408.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  409.         Me.MaximizeBox = False
  410.         Me.MinimizeBox = False
  411.         Me.Name = "EditWaypointForm"
  412.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  413.         Me.Text = "Edit Waypoint"
  414.         Me.TabControl.ResumeLayout(False)
  415.         Me.GeneralTab.ResumeLayout(False)
  416.         Me.GeneralTab.PerformLayout()
  417.         Me.ResumeLayout(False)
  418.  
  419.     End Sub
  420.  
  421.     Friend WithEvents btnCancelButton As System.Windows.Forms.Button
  422.     Friend WithEvents WaypointNameLabel As System.Windows.Forms.Label
  423.     Friend WithEvents WaypointName As System.Windows.Forms.TextBox
  424.     Friend WithEvents Description As System.Windows.Forms.TextBox
  425.     Friend WithEvents DescriptionLabel As System.Windows.Forms.Label
  426.     Friend WithEvents SymbolLabel As System.Windows.Forms.Label
  427.     Friend WithEvents TabControl As System.Windows.Forms.TabControl
  428.     Friend WithEvents GeneralTab As System.Windows.Forms.TabPage
  429.     Friend WithEvents Position As System.Windows.Forms.TextBox
  430.     Friend WithEvents WaypointDisplayModeComboBox As System.Windows.Forms.ComboBox
  431.     Friend WithEvents WaypointSymbolComboBox As System.Windows.Forms.ComboBox
  432.     Friend WithEvents WaypointColorComboBox As System.Windows.Forms.ComboBox
  433.     Friend WithEvents ColorLabel As System.Windows.Forms.Label
  434.     Friend WithEvents DisplayModeLabel As System.Windows.Forms.Label
  435.     Friend WithEvents Depth As System.Windows.Forms.TextBox
  436.     Friend WithEvents DepthLabel As System.Windows.Forms.Label
  437.     Friend WithEvents Altitude As System.Windows.Forms.TextBox
  438.     Friend WithEvents AltitudeLabel As System.Windows.Forms.Label
  439.     Friend WithEvents City As System.Windows.Forms.TextBox
  440.     Friend WithEvents CityLabel As System.Windows.Forms.Label
  441.     Friend WithEvents Address As System.Windows.Forms.TextBox
  442.     Friend WithEvents AddressLabel As System.Windows.Forms.Label
  443.     Friend WithEvents Country As System.Windows.Forms.TextBox
  444.     Friend WithEvents CountryLabel As System.Windows.Forms.Label
  445.     Friend WithEvents State As System.Windows.Forms.TextBox
  446.     Friend WithEvents StateLabel As System.Windows.Forms.Label
  447.     Friend WithEvents IntersectingRoad As System.Windows.Forms.TextBox
  448.     Friend WithEvents IntersectingRoadLabel As System.Windows.Forms.Label
  449.     Friend WithEvents FacilityLabel As System.Windows.Forms.Label
  450.     Friend WithEvents Facility As System.Windows.Forms.TextBox
  451.     Friend WithEvents SaveButton As System.Windows.Forms.Button
  452.     Friend WithEvents PositionLabel As System.Windows.Forms.Label
  453. End Class
  454.