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 / TSTATUSFORM / TSTATUSFORM.txt
Encoding:
Text File  |  2002-12-06  |  583 b   |  31 lines

  1. object StatusForm: TStatusForm
  2.   Left = 286
  3.   Top = 260
  4.   BorderStyle = bsDialog
  5.   Caption = 'StatusForm'
  6.   ClientHeight = 56
  7.   ClientWidth = 307
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object StatusTextLabel: TLabel
  17.     Left = 136
  18.     Top = 8
  19.     Width = 77
  20.     Height = 13
  21.     Caption = 'StatusTextLabel'
  22.   end
  23.   object StatusImage: TImage
  24.     Left = 9
  25.     Top = 11
  26.     Width = 32
  27.     Height = 32
  28.     AutoSize = True
  29.   end
  30. end
  31.