home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TFILESDROPPEDFORM / TFILESDROPPEDFORM.txt
Encoding:
Text File  |  2002-12-06  |  913 b   |  50 lines

  1. object FilesDroppedForm: TFilesDroppedForm
  2.   Left = 322
  3.   Top = 324
  4.   BorderStyle = bsDialog
  5.   Caption = 'Files dropped'
  6.   ClientHeight = 249
  7.   ClientWidth = 478
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label2: TLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 61
  21.     Height = 13
  22.     Caption = 'You dropped'
  23.   end
  24.   object lblDropTypes: TLabel
  25.     Left = 32
  26.     Top = 40
  27.     Width = 62
  28.     Height = 13
  29.     Caption = 'lblDropTypes'
  30.   end
  31.   object OK: TButton
  32.     Left = 304
  33.     Top = 208
  34.     Width = 75
  35.     Height = 23
  36.     Caption = 'OK'
  37.     ModalResult = 1
  38.     TabOrder = 0
  39.   end
  40.   object Button2: TButton
  41.     Left = 392
  42.     Top = 208
  43.     Width = 75
  44.     Height = 23
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 1
  48.   end
  49. end
  50.