home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 76 / XENIATGM66.iso / Goodies / VirtualPuzzle / Setup.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  1999-11-14  |  2KB  |  83 lines

  1. object Form5: TForm5
  2.   Left = 285
  3.   Top = 171
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Selezionare una cartella'
  6.   ClientHeight = 257
  7.   ClientWidth = 246
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label2: TLabel
  19.     Left = 10
  20.     Top = 8
  21.     Width = 45
  22.     Height = 13
  23.     Caption = 'Percorso:'
  24.   end
  25.   object Label3: TLabel
  26.     Left = 11
  27.     Top = 60
  28.     Width = 38
  29.     Height = 13
  30.     Caption = 'Cartelle:'
  31.   end
  32.   object Label1: TLabel
  33.     Left = 10
  34.     Top = 209
  35.     Width = 29
  36.     Height = 13
  37.     Caption = 'Dischi'
  38.   end
  39.   object DirectoryListBox1: TDirectoryListBox
  40.     Left = 10
  41.     Top = 80
  42.     Width = 145
  43.     Height = 116
  44.     IntegralHeight = True
  45.     ItemHeight = 16
  46.     TabOrder = 0
  47.     OnChange = DirectoryListBox1Change
  48.   end
  49.   object Edit1: TEdit
  50.     Left = 10
  51.     Top = 26
  52.     Width = 229
  53.     Height = 21
  54.     TabOrder = 1
  55.   end
  56.   object Button1: TButton
  57.     Left = 165
  58.     Top = 80
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'OK'
  62.     TabOrder = 2
  63.     OnClick = Button1Click
  64.   end
  65.   object Button2: TButton
  66.     Left = 165
  67.     Top = 118
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'Annulla'
  71.     TabOrder = 3
  72.     OnClick = Button2Click
  73.   end
  74.   object DriveComboBox1: TDriveComboBox
  75.     Left = 9
  76.     Top = 228
  77.     Width = 148
  78.     Height = 19
  79.     DirList = DirectoryListBox1
  80.     TabOrder = 4
  81.   end
  82. end
  83.