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 / TADDFILESPROGFORM / TADDFILESPROGFORM.txt
Encoding:
Text File  |  2002-12-06  |  1.1 KB  |  59 lines

  1. object AddFilesProgForm: TAddFilesProgForm
  2.   Left = 317
  3.   Top = 185
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Adding'
  7.   ClientHeight = 128
  8.   ClientWidth = 389
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 80
  21.     Width = 265
  22.     Height = 33
  23.     AutoSize = False
  24.     WordWrap = True
  25.   end
  26.   object ListImage1: TListImage
  27.     Left = 15
  28.     Top = 15
  29.     Width = 32
  30.     Height = 32
  31.     ImageList = PopupMenuModule.LargeCustomImageList
  32.   end
  33.   object ListImage2: TListImage
  34.     Left = 225
  35.     Top = 15
  36.     Width = 32
  37.     Height = 32
  38.     ImageList = PopupMenuModule.LargeCustomImageList
  39.   end
  40.   object CancelBtn: TButton
  41.     Left = 292
  42.     Top = 102
  43.     Width = 93
  44.     Height = 23
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 0
  49.     OnClick = CancelBtnClick
  50.   end
  51.   object Animate1: TAnimate
  52.     Left = 48
  53.     Top = 11
  54.     Width = 176
  55.     Height = 40
  56.     Active = False
  57.   end
  58. end
  59.