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 / MultiCopy.de / 0 / RCDATA / TOPERATIONSTATUSFORM / TOPERATIONSTATUSFORM.txt
Text File  |  2003-02-05  |  2KB  |  82 lines

  1. object OperationStatusForm: TOperationStatusForm
  2.   Left = 661
  3.   Top = 477
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'OperationStatusForm'
  7.   ClientHeight = 89
  8.   ClientWidth = 345
  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.   Visible = True
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object imgIcon: TImage
  24.     Left = 8
  25.     Top = 8
  26.     Width = 32
  27.     Height = 32
  28.   end
  29.   object StatusLabel: TLabel
  30.     Left = 48
  31.     Top = 8
  32.     Width = 209
  33.     Height = 33
  34.     AutoSize = False
  35.     Caption = 'StatusLabel'
  36.     WordWrap = True
  37.   end
  38.   object lblPercent: TLabel
  39.     Left = 272
  40.     Top = 60
  41.     Width = 41
  42.     Height = 17
  43.     AutoSize = False
  44.     Caption = '0%'
  45.     Visible = False
  46.   end
  47.   object lblProgress: TLabel
  48.     Left = 8
  49.     Top = 44
  50.     Width = 257
  51.     Height = 13
  52.     AutoSize = False
  53.   end
  54.   object btnCancel: TButton
  55.     Left = 264
  56.     Top = 8
  57.     Width = 75
  58.     Height = 23
  59.     Caption = 'Abbrechen'
  60.     TabOrder = 0
  61.     OnClick = btnCancelClick
  62.   end
  63.   object pbProgress: TProgressBar
  64.     Left = 8
  65.     Top = 60
  66.     Width = 257
  67.     Height = 16
  68.     Min = 0
  69.     Max = 100
  70.     Step = 5
  71.     TabOrder = 1
  72.     Visible = False
  73.   end
  74.   object tmFakeProgress: TTimer
  75.     Enabled = False
  76.     Interval = 100
  77.     OnTimer = tmFakeProgressTimer
  78.     Left = 320
  79.     Top = 48
  80.   end
  81. end
  82.