object FormShutdown: TFormShutdown Left = 258 Top = 198 BorderStyle = bsDialog Caption = 'Rechner herunterfahren' ClientHeight = 164 ClientWidth = 172 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object PanelButton: TPanel Left = 0 Top = 123 Width = 172 Height = 41 Align = alBottom TabOrder = 0 object ButtonCancel: TButton Left = 48 Top = 8 Width = 75 Height = 25 Cancel = True Caption = 'A&bbruch' Default = True ModalResult = 2 TabOrder = 0 end end object PanelLabel: TPanel Left = 0 Top = 0 Width = 172 Height = 123 Align = alClient TabOrder = 1 object LabelShutdownDescription: TLabel Left = 16 Top = 40 Width = 144 Height = 39 Caption = 'Wenn Sie jetzt nicht abbrechen,'#13#10'wird RazorBlade Windows herunte' + 'rfahren'#13#10'Windows.' end object LabelWarning: TLabel Left = 16 Top = 8 Width = 85 Height = 24 Caption = 'Warnung!' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LabelTimeOut: TLabel Left = 16 Top = 88 Width = 43 Height = 13 Caption = 'Zeit �brig:' end end object TimerShutdown: TTimer Enabled = False OnTimer = TimerShutdownTimer Left = 136 Top = 8 end end