home *** CD-ROM | disk | FTP | other *** search
- object ShutdownForm: TShutdownForm
- Left = 0
- Top = 0
- Caption = 'System Shutdown'
- ClientHeight = 89
- ClientWidth = 227
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- DesignSize = (
- 227
- 89)
- PixelsPerInch = 96
- TextHeight = 13
- object ProgressBar: TProgressBar
- Left = 8
- Top = 26
- Width = 211
- Height = 24
- Anchors = [akLeft, akTop, akRight]
- Max = 20
- Step = 1
- TabOrder = 0
- ExplicitWidth = 206
- end
- object StaticText: TStaticText
- Left = 8
- Top = 8
- Width = 211
- Height = 17
- Alignment = taCenter
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'System shutdown imminent!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- Transparent = False
- ExplicitWidth = 176
- end
- object Cancel: TButton
- Left = 76
- Top = 56
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-