object CloseDownForm: TCloseDownForm Left = 239 Top = 237 BorderStyle = bsDialog Caption = 'Shut Down Windows' ClientHeight = 168 ClientWidth = 344 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 64 Top = 8 Width = 242 Height = 26 Caption = 'Windows has detected there is no system software on your compute' + 'r.' WordWrap = True end object Image1: TImage Left = 20 Top = 12 Width = 32 Height = 32 AutoSize = True end object RadioButton1: TRadioButton Left = 64 Top = 48 Width = 189 Height = 17 Caption = '&Shut down the computer?' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 64 Top = 72 Width = 197 Height = 17 Caption = '&Restart the computer?' Enabled = False TabOrder = 1 end object RadioButton3: TRadioButton Left = 64 Top = 96 Width = 265 Height = 17 Caption = '&Close all programs and log on as a different user?' Enabled = False TabOrder = 2 end object Button1: TButton Left = 100 Top = 136 Width = 75 Height = 25 Caption = '&Yes' ModalResult = 1 TabOrder = 3 end object Button2: TButton Left = 180 Top = 136 Width = 75 Height = 25 Caption = '&No' Enabled = False ModalResult = 1 TabOrder = 4 end object Button3: TButton Left = 260 Top = 136 Width = 75 Height = 25 Caption = '&Help' ModalResult = 1 TabOrder = 5 end object YesTimer: TTimer Enabled = False Interval = 5000 OnTimer = YesTimerTimer Left = 24 Top = 48 end end