home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / tipwin / mbm / _setup.1 / mBackupMaster.exe / 0 / RCDATA / TDIRECTORYFORM / TDIRECTORYFORM.txt
Text File  |  1997-05-04  |  2KB  |  100 lines

  1. object DirectoryForm: TDirectoryForm
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Copy ... To...'
  6.   ClientHeight = 193
  7.   ClientWidth = 416
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object OKBtn: TButton
  16.     Left = 255
  17.     Top = 12
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object CancelBtn: TButton
  26.     Left = 335
  27.     Top = 12
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = 'Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 1
  34.   end
  35.   object elDrive: TDriveComboBox
  36.     Left = 8
  37.     Top = 16
  38.     Width = 241
  39.     Height = 19
  40.     DirList = elDirectory
  41.     TabOrder = 2
  42.     TextCase = tcUpperCase
  43.   end
  44.   object elDirectory: TDirectoryListBox
  45.     Left = 8
  46.     Top = 48
  47.     Width = 401
  48.     Height = 137
  49.     ItemHeight = 16
  50.     TabOrder = 3
  51.   end
  52.   object elGroup: TGroupBox
  53.     Left = 80
  54.     Top = 192
  55.     Width = 265
  56.     Height = 41
  57.     TabOrder = 4
  58.     Visible = False
  59.     object elAll: TRadioButton
  60.       Left = 8
  61.       Top = 12
  62.       Width = 81
  63.       Height = 17
  64.       Caption = 'All Files *.*'
  65.       Checked = True
  66.       Font.Color = clBlack
  67.       Font.Height = -13
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentFont = False
  71.       TabOrder = 0
  72.       TabStop = True
  73.       OnClick = elAllClick
  74.     end
  75.     object elCertainExt: TRadioButton
  76.       Left = 104
  77.       Top = 12
  78.       Width = 97
  79.       Height = 17
  80.       Caption = 'Certain Ext *.'
  81.       Font.Color = clBlack
  82.       Font.Height = -13
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = []
  85.       ParentFont = False
  86.       TabOrder = 1
  87.       OnClick = elCertainExtClick
  88.     end
  89.     object elEditExt: TEdit
  90.       Left = 200
  91.       Top = 12
  92.       Width = 57
  93.       Height = 21
  94.       Enabled = False
  95.       MaxLength = 3
  96.       TabOrder = 2
  97.     end
  98.   end
  99. end
  100.