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

  1. object Qstreet: TQstreet
  2.   Left = 103
  3.   Top = 49
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find Street'
  7.   ClientHeight = 337
  8.   ClientWidth = 406
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnDeactivate = FormDeactivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel3: TPanel
  21.     Left = 0
  22.     Top = 306
  23.     Width = 406
  24.     Height = 31
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 1
  28.     object BtFind: TButton
  29.       Left = 16
  30.       Top = 3
  31.       Width = 60
  32.       Height = 24
  33.       Hint = 'Search For Street Name'
  34.       Caption = '&Find'
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clBlack
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       TabOrder = 0
  42.       OnClick = BtFindClick
  43.     end
  44.     object BtGoto: TButton
  45.       Left = 80
  46.       Top = 3
  47.       Width = 60
  48.       Height = 24
  49.       Caption = '&Goto'
  50.       TabOrder = 1
  51.       OnClick = BtGotoClick
  52.     end
  53.     object BtQuit: TButton
  54.       Left = 144
  55.       Top = 3
  56.       Width = 60
  57.       Height = 24
  58.       Hint = 'Exit from Dialog'
  59.       Caption = '&Cancel'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clBlack
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       ParentShowHint = False
  67.       ShowHint = True
  68.       TabOrder = 2
  69.       OnClick = BtQuitClick
  70.     end
  71.   end
  72.   object Panel4: TPanel
  73.     Left = 0
  74.     Top = 0
  75.     Width = 406
  76.     Height = 306
  77.     Align = alClient
  78.     BevelInner = bvRaised
  79.     BevelOuter = bvNone
  80.     BorderWidth = 4
  81.     Caption = 'Panel4'
  82.     TabOrder = 0
  83.     object pn2: TPanel
  84.       Left = 5
  85.       Top = 117
  86.       Width = 396
  87.       Height = 184
  88.       Align = alBottom
  89.       BevelOuter = bvNone
  90.       BorderWidth = 4
  91.       Caption = 'pn2'
  92.       TabOrder = 2
  93.       object lb1: TListBox
  94.         Left = 4
  95.         Top = 25
  96.         Width = 388
  97.         Height = 130
  98.         Align = alClient
  99.         Ctl3D = False
  100.         Font.Charset = DEFAULT_CHARSET
  101.         Font.Color = clNavy
  102.         Font.Height = -11
  103.         Font.Name = 'MS Sans Serif'
  104.         Font.Style = []
  105.         IntegralHeight = True
  106.         ItemHeight = 16
  107.         ParentCtl3D = False
  108.         ParentFont = False
  109.         Style = lbOwnerDrawFixed
  110.         TabOrder = 2
  111.         OnClick = lb1Click
  112.         OnDblClick = lb1DblClick
  113.         OnDrawItem = lb1DrawItem
  114.         OnMeasureItem = lb1MeasureItem
  115.       end
  116.       object hd1: THeader
  117.         Left = 4
  118.         Top = 4
  119.         Width = 388
  120.         Height = 21
  121.         Align = alTop
  122.         Sections.Sections = (
  123.           #0'8'#0
  124.           #0'87'#0'Street           '
  125.           #0'44'#0'Block'
  126.           #0'107'#0'City,State                  '
  127.           #0'29'#0'Zip'
  128.           #0'31'#0'Dist')
  129.         TabOrder = 0
  130.         OnSizing = hd1Sizing
  131.       end
  132.       object Panel2: TPanel
  133.         Left = 4
  134.         Top = 157
  135.         Width = 388
  136.         Height = 23
  137.         Align = alBottom
  138.         Alignment = taLeftJustify
  139.         BevelInner = bvLowered
  140.         BevelOuter = bvNone
  141.         TabOrder = 1
  142.         object Panel1: TPanel
  143.           Left = 216
  144.           Top = 1
  145.           Width = 171
  146.           Height = 21
  147.           Align = alRight
  148.           BevelOuter = bvNone
  149.           Caption = 'Panel1'
  150.           TabOrder = 0
  151.           object spS1: TSpeedButton
  152.             Tag = 1
  153.             Left = 42
  154.             Top = 0
  155.             Width = 41
  156.             Height = 20
  157.             GroupIndex = 1
  158.             Caption = 'Name'
  159.             OnClick = SpS3Click
  160.           end
  161.           object Sps2: TSpeedButton
  162.             Tag = 2
  163.             Left = 82
  164.             Top = 0
  165.             Width = 41
  166.             Height = 20
  167.             GroupIndex = 1
  168.             Caption = 'City'
  169.             OnClick = SpS3Click
  170.           end
  171.           object SpS3: TSpeedButton
  172.             Tag = 5
  173.             Left = 122
  174.             Top = 0
  175.             Width = 45
  176.             Height = 20
  177.             GroupIndex = 1
  178.             Down = True
  179.             Caption = 'Dist'
  180.             OnClick = SpS3Click
  181.           end
  182.           object Label5: TLabel
  183.             Left = 0
  184.             Top = 3
  185.             Width = 37
  186.             Height = 13
  187.             Caption = 'Sort By:'
  188.           end
  189.         end
  190.       end
  191.     end
  192.     object GroupBox1: TGroupBox
  193.       Left = 316
  194.       Top = 8
  195.       Width = 77
  196.       Height = 105
  197.       Caption = ' Constraints '
  198.       TabOrder = 1
  199.       object Label4: TLabel
  200.         Left = 18
  201.         Top = 16
  202.         Width = 27
  203.         Height = 13
  204.         Caption = '&Zoom'
  205.         FocusControl = cb1
  206.       end
  207.       object Label2: TLabel
  208.         Left = 16
  209.         Top = 60
  210.         Width = 33
  211.         Height = 13
  212.         Caption = '&Radius'
  213.       end
  214.       object cb1: TComboBox
  215.         Tag = 3
  216.         Left = 12
  217.         Top = 32
  218.         Width = 49
  219.         Height = 21
  220.         Style = csDropDownList
  221.         ItemHeight = 13
  222.         Items.Strings = (
  223.           '0.1'
  224.           '0.2'
  225.           '0.5'
  226.           '1'
  227.           '2')
  228.         TabOrder = 0
  229.       end
  230.       object cb2: TComboBox
  231.         Tag = 2
  232.         Left = 12
  233.         Top = 76
  234.         Width = 49
  235.         Height = 21
  236.         Style = csDropDownList
  237.         ItemHeight = 13
  238.         Items.Strings = (
  239.           '2'
  240.           '4'
  241.           '8'
  242.           '10'
  243.           '20'
  244.           '50')
  245.         TabOrder = 1
  246.       end
  247.     end
  248.     object GroupBox2: TGroupBox
  249.       Left = 8
  250.       Top = 8
  251.       Width = 301
  252.       Height = 105
  253.       Caption = ' Search Info '
  254.       TabOrder = 0
  255.       object lb2: TLabel
  256.         Left = 12
  257.         Top = 16
  258.         Width = 31
  259.         Height = 13
  260.         Caption = '&Street:'
  261.         FocusControl = Edit1
  262.         Font.Charset = DEFAULT_CHARSET
  263.         Font.Color = clBlack
  264.         Font.Height = -11
  265.         Font.Name = 'MS Sans Serif'
  266.         Font.Style = []
  267.         ParentFont = False
  268.       end
  269.       object Label3: TLabel
  270.         Left = 188
  271.         Top = 16
  272.         Width = 25
  273.         Height = 13
  274.         Caption = 'S&tate'
  275.         FocusControl = cb3
  276.       end
  277.       object lb3: TLabel
  278.         Left = 244
  279.         Top = 16
  280.         Width = 43
  281.         Height = 13
  282.         Caption = 'Zi&p Code'
  283.         FocusControl = Edit3
  284.       end
  285.       object lb4: TLabel
  286.         Left = 12
  287.         Top = 56
  288.         Width = 96
  289.         Height = 13
  290.         Caption = 'Cr&oss Street (If Any):'
  291.         FocusControl = Edit2
  292.       end
  293.       object Label6: TLabel
  294.         Left = 215
  295.         Top = 76
  296.         Width = 3
  297.         Height = 13
  298.         Caption = '.'
  299.       end
  300.       object Edit1: TEdit
  301.         Tag = 1
  302.         Left = 12
  303.         Top = 32
  304.         Width = 169
  305.         Height = 21
  306.         Font.Charset = DEFAULT_CHARSET
  307.         Font.Color = clBlack
  308.         Font.Height = -11
  309.         Font.Name = 'MS Sans Serif'
  310.         Font.Style = []
  311.         ParentFont = False
  312.         TabOrder = 0
  313.         OnKeyDown = Edit1KeyDown
  314.       end
  315.       object cb3: TComboBox
  316.         Tag = 1
  317.         Left = 188
  318.         Top = 32
  319.         Width = 49
  320.         Height = 21
  321.         Style = csDropDownList
  322.         ItemHeight = 13
  323.         TabOrder = 1
  324.       end
  325.       object Edit3: TEdit
  326.         Tag = 4
  327.         Left = 244
  328.         Top = 32
  329.         Width = 49
  330.         Height = 21
  331.         MaxLength = 5
  332.         TabOrder = 2
  333.         OnExit = Edit3Exit
  334.         OnKeyDown = Edit1KeyDown
  335.       end
  336.       object Edit2: TEdit
  337.         Tag = 3
  338.         Left = 12
  339.         Top = 72
  340.         Width = 169
  341.         Height = 21
  342.         Font.Charset = DEFAULT_CHARSET
  343.         Font.Color = clBlack
  344.         Font.Height = -11
  345.         Font.Name = 'MS Sans Serif'
  346.         Font.Style = []
  347.         ParentFont = False
  348.         TabOrder = 3
  349.         OnKeyDown = Edit1KeyDown
  350.       end
  351.     end
  352.   end
  353. end
  354.