home *** CD-ROM | disk | FTP | other *** search
/ Expérience virtuelle des animaux du future / unins000.exe / 0 / RCDATA / TSELECTFOLDERFORM / TSELECTFOLDERFORM.txt
Text File  |  2020-07-29  |  1KB  |  65 lines

  1. object SelectFolderForm: TSelectFolderForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'SelectFolderForm'
  7.   ClientHeight = 337
  8.   ClientWidth = 349
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object CancelButton: TButton
  17.     Left = 320
  18.     Top = 305
  19.     Width = 17
  20.     Height = 23
  21.     Cancel = True
  22.     Caption = '*'
  23.     ModalResult = 2
  24.     TabOrder = 4
  25.   end
  26.   object OKButton: TButton
  27.     Left = 304
  28.     Top = 305
  29.     Width = 16
  30.     Height = 23
  31.     Caption = '*'
  32.     Default = True
  33.     Enabled = False
  34.     ModalResult = 1
  35.     TabOrder = 3
  36.   end
  37.   object NewFolderButton: TButton
  38.     Left = 12
  39.     Top = 305
  40.     Width = 17
  41.     Height = 23
  42.     Cancel = True
  43.     Caption = '*'
  44.     Enabled = False
  45.     TabOrder = 2
  46.     OnClick = NewFolderButtonClick
  47.   end
  48.   object PathEdit: TEdit
  49.     Left = 16
  50.     Top = 36
  51.     Width = 317
  52.     Height = 21
  53.     TabOrder = 1
  54.     OnChange = PathEditChange
  55.   end
  56.   object BrowseLabel: TNewStaticText
  57.     Left = 12
  58.     Top = 12
  59.     Width = 5
  60.     Height = 14
  61.     Caption = '*'
  62.     TabOrder = 0
  63.   end
  64. end
  65.