home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Software / Vyzkuste / divfix / Source / DirRequester.dfm / DirRequester.txt
Text File  |  2002-09-10  |  1KB  |  53 lines

  1. object Form4: TForm4
  2.   Left = 297
  3.   Top = 213
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Form4'
  7.   ClientHeight = 253
  8.   ClientWidth = 275
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object DirectoryListBox1: TDirectoryListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 201
  22.     Height = 233
  23.     ItemHeight = 16
  24.     TabOrder = 0
  25.   end
  26.   object Button1: TButton
  27.     Left = 200
  28.     Top = 0
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'Select dir'
  32.     TabOrder = 1
  33.     OnClick = Button1Click
  34.   end
  35.   object Button2: TButton
  36.     Left = 200
  37.     Top = 24
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Cancel'
  41.     TabOrder = 2
  42.     OnClick = Button2Click
  43.   end
  44.   object DriveComboBox1: TDriveComboBox
  45.     Left = 0
  46.     Top = 232
  47.     Width = 201
  48.     Height = 19
  49.     DirList = DirectoryListBox1
  50.     TabOrder = 3
  51.   end
  52. end
  53.