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 / TAUTOSHUTDOWNFORM / TAUTOSHUTDOWNFORM.txt
Encoding:
Text File  |  2002-12-06  |  1.2 KB  |  66 lines

  1. object AutoShutDownForm: TAutoShutDownForm
  2.   Left = 504
  3.   Top = 444
  4.   BorderStyle = bsDialog
  5.   Caption = 'Shutting Down'
  6.   ClientHeight = 119
  7.   ClientWidth = 297
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 78
  19.     Top = 8
  20.     Width = 141
  21.     Height = 13
  22.     Caption = 'The system will be shut down.'
  23.   end
  24.   object Image1: TImage
  25.     Left = 8
  26.     Top = 8
  27.     Width = 32
  28.     Height = 32
  29.   end
  30.   object lblTime: TLabel
  31.     Left = 17
  32.     Top = 72
  33.     Width = 264
  34.     Height = 13
  35.     Alignment = taCenter
  36.     AutoSize = False
  37.   end
  38.   object btnCancel: TButton
  39.     Left = 111
  40.     Top = 92
  41.     Width = 75
  42.     Height = 23
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 0
  47.   end
  48.   object pbShutdown: TProgressBar
  49.     Left = 16
  50.     Top = 56
  51.     Width = 264
  52.     Height = 9
  53.     Min = 0
  54.     Max = 100
  55.     Smooth = True
  56.     TabOrder = 1
  57.   end
  58.   object tmShutDown: TTimer
  59.     Enabled = False
  60.     Interval = 100
  61.     OnTimer = tmShutDownTimer
  62.     Left = 256
  63.     Top = 8
  64.   end
  65. end
  66.