home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 030A / PWRDREAM.ZIP / PwrDREAM.exe / 0 / RCDATA / TGETDIRINFO / TGETDIRINFO.txt
Text File  |  1996-12-22  |  1KB  |  55 lines

  1. object GetDirInfo: TGetDirInfo
  2.   Left = 401
  3.   Top = 284
  4.   ActiveControl = Ok
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Configuration'
  8.   ClientHeight = 129
  9.   ClientWidth = 234
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object DirectoryListBox1: TDirectoryListBox
  21.     Left = 4
  22.     Top = 32
  23.     Width = 145
  24.     Height = 93
  25.     ItemHeight = 16
  26.     TabOrder = 0
  27.   end
  28.   object DriveComboBox1: TDriveComboBox
  29.     Left = 4
  30.     Top = 4
  31.     Width = 145
  32.     Height = 21
  33.     DirList = DirectoryListBox1
  34.     TabOrder = 1
  35.   end
  36.   object Ok: TButton
  37.     Left = 160
  38.     Top = 104
  39.     Width = 68
  40.     Height = 23
  41.     Caption = 'Ok'
  42.     TabOrder = 2
  43.     OnClick = OkClick
  44.   end
  45.   object Cancel: TButton
  46.     Left = 160
  47.     Top = 72
  48.     Width = 68
  49.     Height = 23
  50.     Caption = 'Cancel'
  51.     TabOrder = 3
  52.     OnClick = CancelClick
  53.   end
  54. end
  55.