home *** CD-ROM | disk | FTP | other *** search
/ Trailer Life - RV Campground Finder 2001 / BIN+CUE.zip / TLUSAMAPS.bin / MAPPRO40.OC_ / MAPPRO40.OC / 0 / RCDATA / TSTRFORM / TSTRFORM.txt
Text File  |  2000-08-09  |  5KB  |  246 lines

  1. object StrForm: TStrForm
  2.   Left = 82
  3.   Top = 109
  4.   BorderStyle = bsToolWindow
  5.   Caption = ' Street Editor'
  6.   ClientHeight = 190
  7.   ClientWidth = 226
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Menu = MainMenu1
  15.   OnClose = FormClose
  16.   OnKeyPress = FormKeyPress
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel3: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 226
  24.     Height = 190
  25.     Align = alClient
  26.     BevelOuter = bvLowered
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 8
  30.       Top = 12
  31.       Width = 60
  32.       Height = 13
  33.       Caption = 'Road Name:'
  34.     end
  35.     object Label7: TLabel
  36.       Left = 8
  37.       Top = 152
  38.       Width = 42
  39.       Height = 13
  40.       Caption = 'Filename'
  41.     end
  42.     object Panel4: TPanel
  43.       Left = 12
  44.       Top = 40
  45.       Width = 117
  46.       Height = 101
  47.       BevelInner = bvRaised
  48.       BevelOuter = bvLowered
  49.       Caption = 'No Street Defined'
  50.       TabOrder = 6
  51.     end
  52.     object Edit1: TEdit
  53.       Left = 72
  54.       Top = 12
  55.       Width = 145
  56.       Height = 21
  57.       Hint = 'Name of Street'
  58.       TabOrder = 0
  59.       OnChange = Edit1Change
  60.       OnKeyPress = Edit1KeyPress
  61.     end
  62.     object GroupBox1: TGroupBox
  63.       Left = 8
  64.       Top = 40
  65.       Width = 121
  66.       Height = 105
  67.       Caption = ' Road Type '
  68.       TabOrder = 1
  69.       object Rb1: TRadioButton
  70.         Tag = 50
  71.         Left = 8
  72.         Top = 14
  73.         Width = 105
  74.         Height = 21
  75.         Hint = 'Limited Access Highways'
  76.         Caption = '&Interstate'
  77.         Checked = True
  78.         TabOrder = 0
  79.         TabStop = True
  80.         OnClick = Rb1Click
  81.       end
  82.       object Rb2: TRadioButton
  83.         Tag = 59
  84.         Left = 8
  85.         Top = 32
  86.         Width = 105
  87.         Height = 17
  88.         Hint = 'Major US and State Highways'
  89.         Caption = '&Primary Highway'
  90.         TabOrder = 1
  91.         OnClick = Rb1Click
  92.       end
  93.       object Rb3: TRadioButton
  94.         Tag = 68
  95.         Left = 8
  96.         Top = 48
  97.         Width = 97
  98.         Height = 17
  99.         Hint = 'Secondary Roads and Routes'
  100.         Caption = '&Major Road'
  101.         TabOrder = 2
  102.         OnClick = Rb1Click
  103.       end
  104.       object Rb4: TRadioButton
  105.         Tag = 77
  106.         Left = 8
  107.         Top = 64
  108.         Width = 89
  109.         Height = 17
  110.         Hint = 'Neighborhood Roads'
  111.         Caption = 'Mi&nor Road'
  112.         TabOrder = 3
  113.         OnClick = Rb1Click
  114.       end
  115.       object Rb5: TRadioButton
  116.         Tag = 93
  117.         Left = 8
  118.         Top = 80
  119.         Width = 85
  120.         Height = 17
  121.         Hint = 'Access Ramps'
  122.         Caption = '&Ramps'
  123.         TabOrder = 4
  124.         OnClick = Rb1Click
  125.       end
  126.     end
  127.     object Button1: TButton
  128.       Left = 168
  129.       Top = 55
  130.       Width = 49
  131.       Height = 25
  132.       Hint = 'Add Current Street To Database'
  133.       Caption = '&Add'
  134.       TabOrder = 2
  135.       OnClick = Button1Click
  136.     end
  137.     object Button2: TButton
  138.       Left = 168
  139.       Top = 87
  140.       Width = 49
  141.       Height = 25
  142.       Hint = 'Delete Selected Street(s)'
  143.       Caption = '&Delete'
  144.       TabOrder = 3
  145.       OnClick = Button2Click
  146.     end
  147.     object Button3: TButton
  148.       Left = 168
  149.       Top = 119
  150.       Width = 49
  151.       Height = 25
  152.       Hint = 'Exit Dialog'
  153.       Caption = '&Cancel'
  154.       TabOrder = 4
  155.       OnClick = Button3Click
  156.     end
  157.     object Panel1: TPanel
  158.       Left = 1
  159.       Top = 169
  160.       Width = 224
  161.       Height = 20
  162.       Align = alBottom
  163.       Alignment = taLeftJustify
  164.       BevelInner = bvLowered
  165.       BorderWidth = 1
  166.       TabOrder = 5
  167.     end
  168.   end
  169.   object OpenDialog1: TOpenDialog
  170.     Left = 184
  171.     Top = 4
  172.   end
  173.   object SaveDialog1: TSaveDialog
  174.     Options = [ofOverwritePrompt, ofHideReadOnly]
  175.     Left = 116
  176.     Top = 4
  177.   end
  178.   object MainMenu1: TMainMenu
  179.     Left = 164
  180.     Top = 4
  181.     object File1: TMenuItem
  182.       Caption = '&File'
  183.       object New1: TMenuItem
  184.         Caption = '&New'
  185.         Hint = 'Clear User Streets from Memory'
  186.         OnClick = New1Click
  187.       end
  188.       object N3: TMenuItem
  189.         Caption = '-'
  190.       end
  191.       object Open1: TMenuItem
  192.         Caption = '&Open Street File'
  193.         Hint = 'Open A New Streets File'
  194.         OnClick = Open1Click
  195.       end
  196.       object Save1: TMenuItem
  197.         Caption = '&Save'
  198.         Hint = 'Save Current Streets'
  199.         OnClick = Save1Click
  200.       end
  201.       object SaveAs1: TMenuItem
  202.         Caption = 'Save &As ...'
  203.         Hint = 'Save User Streets Layer to new File'
  204.         OnClick = SaveAs1Click
  205.       end
  206.       object Merge1: TMenuItem
  207.         Caption = '&Import'
  208.         Hint = 'Merge Street File into User Street Layer'
  209.         OnClick = Merge1Click
  210.       end
  211.       object N1: TMenuItem
  212.         Caption = '-'
  213.       end
  214.       object Exit1: TMenuItem
  215.         Caption = '&Exit'
  216.         Hint = 'Exit This Dialog.'
  217.         OnClick = Exit1Click
  218.       end
  219.     end
  220.     object Options1: TMenuItem
  221.       Caption = '&Options'
  222.       object Zoomall1: TMenuItem
  223.         Caption = '&Zoom All'
  224.         Hint = 'Zoom To Bounds of Streets'
  225.         OnClick = Zoomall1Click
  226.       end
  227.       object N2: TMenuItem
  228.         Caption = '-'
  229.       end
  230.       object Snap1: TMenuItem
  231.         Caption = '&Attach'
  232.         Checked = True
  233.         GroupIndex = 1
  234.         Hint = 'Attach to Nearest Street'
  235.         OnClick = Snap1Click
  236.       end
  237.       object Ortho1: TMenuItem
  238.         Caption = '&Ortho'
  239.         GroupIndex = 2
  240.         Hint = 'Street Horiz/Vert'
  241.         OnClick = Ortho1Click
  242.       end
  243.     end
  244.   end
  245. end
  246.