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

  1. object PDlg: TPDlg
  2.   Left = 76
  3.   Top = 141
  4.   BorderStyle = bsNone
  5.   ClientHeight = 190
  6.   ClientWidth = 311
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefault
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel2: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 311
  19.     Height = 190
  20.     Align = alClient
  21.     BorderWidth = 2
  22.     TabOrder = 0
  23.     object Label8: TLabel
  24.       Left = 3
  25.       Top = 3
  26.       Width = 305
  27.       Height = 16
  28.       Align = alTop
  29.       AutoSize = False
  30.       Caption = ' Select New Data Path'
  31.       Color = clNavy
  32.       Font.Charset = DEFAULT_CHARSET
  33.       Font.Color = clYellow
  34.       Font.Height = -11
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = []
  37.       ParentColor = False
  38.       ParentFont = False
  39.     end
  40.     object Panel3: TPanel
  41.       Left = 3
  42.       Top = 45
  43.       Width = 305
  44.       Height = 112
  45.       Align = alClient
  46.       BevelOuter = bvNone
  47.       BorderWidth = 4
  48.       Caption = 'Panel3'
  49.       TabOrder = 0
  50.       object dlb1: TDirectoryListBox
  51.         Left = 4
  52.         Top = 4
  53.         Width = 297
  54.         Height = 104
  55.         Align = alClient
  56.         Columns = 3
  57.         DirLabel = Label12
  58.         ItemHeight = 16
  59.         TabOrder = 0
  60.       end
  61.     end
  62.     object Panel4: TPanel
  63.       Left = 3
  64.       Top = 157
  65.       Width = 305
  66.       Height = 30
  67.       Align = alBottom
  68.       BevelOuter = bvNone
  69.       TabOrder = 1
  70.       object Label12: TLabel
  71.         Left = 8
  72.         Top = 0
  73.         Width = 75
  74.         Height = 13
  75.         Caption = 'D:\mapctrls\pro'
  76.       end
  77.       object Panel6: TPanel
  78.         Left = 188
  79.         Top = 0
  80.         Width = 117
  81.         Height = 30
  82.         Align = alRight
  83.         BevelOuter = bvNone
  84.         TabOrder = 0
  85.         object Button3: TButton
  86.           Left = 0
  87.           Top = 2
  88.           Width = 57
  89.           Height = 25
  90.           Caption = '&Set Path'
  91.           TabOrder = 0
  92.           OnClick = Button3Click
  93.         end
  94.         object Button1: TButton
  95.           Left = 64
  96.           Top = 2
  97.           Width = 49
  98.           Height = 25
  99.           Caption = '&Cancel'
  100.           TabOrder = 1
  101.           OnClick = Button1Click
  102.         end
  103.       end
  104.     end
  105.     object Panel5: TPanel
  106.       Left = 3
  107.       Top = 19
  108.       Width = 305
  109.       Height = 26
  110.       Align = alTop
  111.       BevelOuter = bvNone
  112.       Caption = 'Panel5'
  113.       TabOrder = 2
  114.       object Label10: TLabel
  115.         Left = 8
  116.         Top = 4
  117.         Width = 39
  118.         Height = 13
  119.         Caption = 'Look In:'
  120.       end
  121.       object Dvcb1: TDriveComboBox
  122.         Left = 56
  123.         Top = 4
  124.         Width = 157
  125.         Height = 19
  126.         Ctl3D = False
  127.         DirList = dlb1
  128.         ParentCtl3D = False
  129.         TabOrder = 0
  130.       end
  131.     end
  132.   end
  133. end
  134.