home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / index / source / directo.dfm / directo.txt
Text File  |  1995-08-08  |  1KB  |  60 lines

  1. object RepForm: TRepForm
  2.   Left = 226
  3.   Top = 155
  4.   Width = 380
  5.   Height = 359
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Choisissez un r∩┐╜pertoire'
  8.   Font.Color = clWindowText
  9.   Font.Height = -16
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   TextHeight = 20
  14.   object DirectoryBox: TDirectoryListBox
  15.     Left = 10
  16.     Top = 10
  17.     Width = 135
  18.     Height = 301
  19.     ItemHeight = 20
  20.     TabOrder = 0
  21.     OnChange = DirectoryBoxChange
  22.   end
  23.   object Drive: TDriveComboBox
  24.     Left = 168
  25.     Top = 10
  26.     Width = 191
  27.     Height = 26
  28.     TabOrder = 1
  29.     OnChange = DriveChange
  30.   end
  31.   object Button1: TButton
  32.     Left = 168
  33.     Top = 218
  34.     Width = 191
  35.     Height = 41
  36.     Caption = '&Ok'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 2
  40.   end
  41.   object Button2: TButton
  42.     Left = 168
  43.     Top = 268
  44.     Width = 191
  45.     Height = 41
  46.     Caption = '&Annule'
  47.     ModalResult = 2
  48.     TabOrder = 3
  49.   end
  50.   object FileList: TFileListBox
  51.     Left = 168
  52.     Top = 50
  53.     Width = 191
  54.     Height = 151
  55.     ItemHeight = 20
  56.     Mask = '*.asc;*.bbs'
  57.     TabOrder = 4
  58.   end
  59. end
  60.