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

  1. object LineDlg: TLineDlg
  2.   Left = 86
  3.   Top = 95
  4.   BorderStyle = bsNone
  5.   Caption = 'Line Editor'
  6.   ClientHeight = 251
  7.   ClientWidth = 225
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel6: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 225
  22.     Height = 251
  23.     Align = alClient
  24.     BorderWidth = 1
  25.     Caption = 'Panel6'
  26.     Color = clBlack
  27.     TabOrder = 0
  28.     object Panel4: TPanel
  29.       Left = 2
  30.       Top = 2
  31.       Width = 221
  32.       Height = 21
  33.       Align = alTop
  34.       Alignment = taLeftJustify
  35.       Caption = '  Rte Editor'
  36.       Color = clActiveCaption
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clWhite
  39.       Font.Height = -11
  40.       Font.Name = 'MS Sans Serif'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.       TabOrder = 0
  44.       OnMouseDown = Panel4MouseDown
  45.       object Button1: TButton
  46.         Left = 96
  47.         Top = 2
  48.         Width = 37
  49.         Height = 19
  50.         Caption = 'Add'
  51.         Font.Charset = DEFAULT_CHARSET
  52.         Font.Color = clWhite
  53.         Font.Height = -11
  54.         Font.Name = 'MS Sans Serif'
  55.         Font.Style = []
  56.         ParentFont = False
  57.         TabOrder = 0
  58.         OnClick = Button1Click
  59.       end
  60.       object Bsave: TButton
  61.         Left = 132
  62.         Top = 2
  63.         Width = 37
  64.         Height = 19
  65.         Caption = 'Save'
  66.         Font.Charset = DEFAULT_CHARSET
  67.         Font.Color = clWhite
  68.         Font.Height = -11
  69.         Font.Name = 'MS Sans Serif'
  70.         Font.Style = []
  71.         ParentFont = False
  72.         TabOrder = 1
  73.         OnClick = BsaveClick
  74.       end
  75.       object Button3: TButton
  76.         Left = 168
  77.         Top = 2
  78.         Width = 45
  79.         Height = 19
  80.         Caption = '&Cancel'
  81.         Font.Charset = DEFAULT_CHARSET
  82.         Font.Color = clWhite
  83.         Font.Height = -11
  84.         Font.Name = 'MS Sans Serif'
  85.         Font.Style = []
  86.         ParentFont = False
  87.         TabOrder = 2
  88.         OnClick = Button3Click
  89.       end
  90.     end
  91.     object Panel1: TPanel
  92.       Left = 2
  93.       Top = 23
  94.       Width = 221
  95.       Height = 84
  96.       Align = alTop
  97.       TabOrder = 1
  98.       object Label1: TLabel
  99.         Left = 8
  100.         Top = 2
  101.         Width = 26
  102.         Height = 13
  103.         Caption = 'From:'
  104.       end
  105.       object Label2: TLabel
  106.         Left = 16
  107.         Top = 26
  108.         Width = 16
  109.         Height = 13
  110.         Caption = 'To:'
  111.       end
  112.       object Label3: TLabel
  113.         Left = 4
  114.         Top = 54
  115.         Width = 31
  116.         Height = 13
  117.         Caption = 'Name:'
  118.       end
  119.       object Edit1: TEdit
  120.         Left = 40
  121.         Top = 4
  122.         Width = 97
  123.         Height = 22
  124.         Font.Charset = ANSI_CHARSET
  125.         Font.Color = clWindowText
  126.         Font.Height = -11
  127.         Font.Name = 'Arial'
  128.         Font.Style = []
  129.         ParentFont = False
  130.         TabOrder = 0
  131.       end
  132.       object Edit2: TEdit
  133.         Left = 40
  134.         Top = 28
  135.         Width = 97
  136.         Height = 22
  137.         Font.Charset = ANSI_CHARSET
  138.         Font.Color = clWindowText
  139.         Font.Height = -11
  140.         Font.Name = 'Arial'
  141.         Font.Style = []
  142.         ParentFont = False
  143.         TabOrder = 1
  144.       end
  145.       object Edit3: TEdit
  146.         Left = 40
  147.         Top = 52
  148.         Width = 165
  149.         Height = 21
  150.         TabOrder = 2
  151.       end
  152.       object CheckBox1: TCheckBox
  153.         Left = 144
  154.         Top = 16
  155.         Width = 65
  156.         Height = 17
  157.         Caption = 'One Way'
  158.         TabOrder = 3
  159.       end
  160.     end
  161.     object Panel2: TPanel
  162.       Left = 2
  163.       Top = 107
  164.       Width = 221
  165.       Height = 123
  166.       Align = alClient
  167.       BorderWidth = 4
  168.       Caption = 'Panel2'
  169.       TabOrder = 2
  170.       object ListBox1: TListBox
  171.         Left = 5
  172.         Top = 5
  173.         Width = 143
  174.         Height = 113
  175.         Align = alClient
  176.         ItemHeight = 60
  177.         Items.Strings = (
  178.           ''
  179.           ''
  180.           '')
  181.         Style = lbOwnerDrawFixed
  182.         TabOrder = 0
  183.         OnDblClick = ListBox1DblClick
  184.         OnDrawItem = ListBox1DrawItem
  185.         OnKeyDown = ListBox1KeyDown
  186.       end
  187.       object Panel3: TPanel
  188.         Left = 148
  189.         Top = 5
  190.         Width = 68
  191.         Height = 113
  192.         Align = alRight
  193.         BevelOuter = bvLowered
  194.         Caption = 'Panel3'
  195.         TabOrder = 1
  196.         object rb1: TRadioButton
  197.           Tag = 9
  198.           Left = 4
  199.           Top = 2
  200.           Width = 57
  201.           Height = 17
  202.           Hint = 'Interstates'
  203.           Caption = 'I-State'
  204.           Checked = True
  205.           TabOrder = 0
  206.           TabStop = True
  207.           OnClick = rb1Click
  208.         end
  209.         object rb2: TRadioButton
  210.           Tag = 10
  211.           Left = 4
  212.           Top = 18
  213.           Width = 57
  214.           Height = 17
  215.           Hint = 'US-Highways'
  216.           Caption = 'US-Hwy'
  217.           TabOrder = 1
  218.           OnClick = rb1Click
  219.         end
  220.         object rb4: TRadioButton
  221.           Tag = 93
  222.           Left = 4
  223.           Top = 66
  224.           Width = 49
  225.           Height = 17
  226.           Hint = 'Access Ramps'
  227.           Caption = 'Ramp'
  228.           TabOrder = 2
  229.           OnClick = rb1Click
  230.         end
  231.         object rb3: TRadioButton
  232.           Tag = 11
  233.           Left = 4
  234.           Top = 34
  235.           Width = 61
  236.           Height = 17
  237.           Hint = 'State & County Highways'
  238.           Caption = 'SH/CH'
  239.           TabOrder = 3
  240.           OnClick = rb1Click
  241.         end
  242.         object RadioButton1: TRadioButton
  243.           Tag = 14
  244.           Left = 4
  245.           Top = 50
  246.           Width = 53
  247.           Height = 17
  248.           Hint = 'Simple Street'
  249.           Caption = 'Street'
  250.           TabOrder = 4
  251.           OnClick = rb1Click
  252.         end
  253.       end
  254.     end
  255.     object Panel5: TPanel
  256.       Left = 2
  257.       Top = 230
  258.       Width = 221
  259.       Height = 19
  260.       Align = alBottom
  261.       BevelOuter = bvLowered
  262.       BorderWidth = 2
  263.       TabOrder = 3
  264.     end
  265.   end
  266. end
  267.