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 / TWRITEPROGRESSFORM / TWRITEPROGRESSFORM.txt
Encoding:
Text File  |  2002-12-06  |  2.8 KB  |  144 lines

  1. object WriteProgressForm: TWriteProgressForm
  2.   Left = 494
  3.   Top = 443
  4.   BorderStyle = bsDialog
  5.   Caption = 'Preparing Writing'
  6.   ClientHeight = 138
  7.   ClientWidth = 424
  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 = True
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblTimeRemaining: TLabel
  23.     Left = 8
  24.     Top = 120
  25.     Width = 313
  26.     Height = 13
  27.     AutoSize = False
  28.   end
  29.   object pnlProgress: TPanel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 421
  33.     Height = 109
  34.     HelpContext = 60
  35.     BevelOuter = bvNone
  36.     FullRepaint = False
  37.     TabOrder = 0
  38.     object Label3: TLabel
  39.       Left = 7
  40.       Top = 8
  41.       Width = 60
  42.       Height = 13
  43.       AutoSize = False
  44.       Caption = 'Track:'
  45.     end
  46.     object Label4: TLabel
  47.       Left = 7
  48.       Top = 33
  49.       Width = 60
  50.       Height = 13
  51.       AutoSize = False
  52.       Caption = 'Total:'
  53.     end
  54.     object lblTrackProgress: TLabel
  55.       Left = 383
  56.       Top = 8
  57.       Width = 31
  58.       Height = 13
  59.       Alignment = taRightJustify
  60.       AutoSize = False
  61.       Caption = '0%'
  62.     end
  63.     object lblTotalProgress: TLabel
  64.       Left = 383
  65.       Top = 32
  66.       Width = 31
  67.       Height = 13
  68.       Alignment = taRightJustify
  69.       AutoSize = False
  70.       Caption = '0%'
  71.     end
  72.     object lblProgress: TLabel
  73.       Left = 71
  74.       Top = 54
  75.       Width = 305
  76.       Height = 13
  77.       AutoSize = False
  78.       Caption = 'Track 1 of 14 (100,4 MB of 300, 5 MB)'
  79.     end
  80.     object Label8: TLabel
  81.       Left = 7
  82.       Top = 54
  83.       Width = 60
  84.       Height = 13
  85.       AutoSize = False
  86.       Caption = 'Progress:'
  87.     end
  88.     object lblStatus: TLabel
  89.       Left = 71
  90.       Top = 73
  91.       Width = 346
  92.       Height = 13
  93.       AutoSize = False
  94.       Caption = 'Writing...'
  95.       WordWrap = True
  96.     end
  97.     object lblStatCaption: TLabel
  98.       Left = 7
  99.       Top = 73
  100.       Width = 60
  101.       Height = 13
  102.       AutoSize = False
  103.       Caption = 'Status:'
  104.     end
  105.     object lblStatus2: TLabel
  106.       Left = 72
  107.       Top = 91
  108.       Width = 305
  109.       Height = 16
  110.       AutoSize = False
  111.       WordWrap = True
  112.     end
  113.     object pbTrack: TProgressBar
  114.       Left = 71
  115.       Top = 8
  116.       Width = 305
  117.       Height = 16
  118.       HelpContext = 21
  119.       Min = 0
  120.       Max = 100
  121.       TabOrder = 0
  122.     end
  123.     object pbTotal: TProgressBar
  124.       Left = 71
  125.       Top = 32
  126.       Width = 305
  127.       Height = 16
  128.       HelpContext = 30
  129.       Min = 0
  130.       Max = 100
  131.       TabOrder = 1
  132.     end
  133.   end
  134.   object btnCancel: TButton
  135.     Left = 344
  136.     Top = 112
  137.     Width = 75
  138.     Height = 23
  139.     Caption = 'Cancel'
  140.     TabOrder = 1
  141.     OnClick = btnCancelClick
  142.   end
  143. end
  144.