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 / TISOPROGRESSFORM / TISOPROGRESSFORM.txt
Encoding:
Text File  |  2002-12-06  |  1.5 KB  |  77 lines

  1. object ISOProgressForm: TISOProgressForm
  2.   Left = 487
  3.   Top = 391
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create image'
  7.   ClientHeight = 148
  8.   ClientWidth = 443
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object InformationLabel: TLabel
  24.     Left = 15
  25.     Top = 16
  26.     Width = 420
  27.     Height = 13
  28.     AutoSize = False
  29.     Caption = 'InformationLabel'
  30.     ShowAccelChar = False
  31.   end
  32.   object ProgressLabel: TLabel
  33.     Left = 15
  34.     Top = 40
  35.     Width = 420
  36.     Height = 38
  37.     AutoSize = False
  38.     Caption = 'ProgressLabel'
  39.     ShowAccelChar = False
  40.   end
  41.   object AbortLabel: TLabel
  42.     Left = 15
  43.     Top = 131
  44.     Width = 336
  45.     Height = 13
  46.     AutoSize = False
  47.     ShowAccelChar = False
  48.   end
  49.   object PositionLabel: TLabel
  50.     Left = 15
  51.     Top = 82
  52.     Width = 420
  53.     Height = 16
  54.     AutoSize = False
  55.     ShowAccelChar = False
  56.   end
  57.   object CancelBtn: TButton
  58.     Left = 357
  59.     Top = 106
  60.     Width = 79
  61.     Height = 23
  62.     Cancel = True
  63.     Caption = 'Cancel'
  64.     TabOrder = 0
  65.     OnClick = CancelBtnClick
  66.   end
  67.   object Gauge951: TProgressBar
  68.     Left = 15
  69.     Top = 110
  70.     Width = 333
  71.     Height = 15
  72.     Min = 0
  73.     Max = 100
  74.     TabOrder = 1
  75.   end
  76. end
  77.