home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Internet / Javadraw / DATA.Z / ID_Acsrs.dll / RCDATA / TBROWSEDIR / TBROWSEDIR.txt < prev   
Text File  |  1997-03-04  |  965b  |  52 lines

  1. object BrowseDir: TBrowseDir
  2.   Left = 58
  3.   Top = 169
  4.   Width = 439
  5.   Height = 190
  6.   Caption = 'Choose directory:'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object DirListBox1: TDirectoryListBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 425
  21.     Height = 130
  22.     ItemHeight = 16
  23.     TabOrder = 0
  24.   end
  25.   object DriveComboBox1: TDriveComboBox
  26.     Left = 176
  27.     Top = 137
  28.     Width = 249
  29.     Height = 19
  30.     TabOrder = 1
  31.     OnChange = DriveComboBox1Change
  32.   end
  33.   object BitBtn1: TBitBtn
  34.     Left = 9
  35.     Top = 137
  36.     Width = 73
  37.     Height = 24
  38.     Caption = 'OK'
  39.     TabOrder = 2
  40.     OnClick = BitBtn1Click
  41.   end
  42.   object BitBtn2: TBitBtn
  43.     Left = 89
  44.     Top = 137
  45.     Width = 73
  46.     Height = 24
  47.     Caption = 'Cancel'
  48.     TabOrder = 3
  49.     OnClick = BitBtn2Click
  50.   end
  51. end
  52.