home *** CD-ROM | disk | FTP | other *** search
- object AutoShutDownForm: TAutoShutDownForm
- Left = 504
- Top = 444
- BorderStyle = bsDialog
- Caption = 'Shutting Down'
- ClientHeight = 119
- ClientWidth = 297
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 78
- Top = 8
- Width = 141
- Height = 13
- Caption = 'The system will be shut down.'
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- end
- object lblTime: TLabel
- Left = 17
- Top = 72
- Width = 264
- Height = 13
- Alignment = taCenter
- AutoSize = False
- end
- object btnCancel: TButton
- Left = 111
- Top = 92
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 0
- end
- object pbShutdown: TProgressBar
- Left = 16
- Top = 56
- Width = 264
- Height = 9
- Min = 0
- Max = 100
- Smooth = True
- TabOrder = 1
- end
- object tmShutDown: TTimer
- Enabled = False
- Interval = 100
- OnTimer = tmShutDownTimer
- Left = 256
- Top = 8
- end
- end
-