object Form9: TForm9 Left = 214 Top = 147 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Windows shutdown options' ClientHeight = 176 ClientWidth = 305 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 305 Height = 176 Align = alClient TabOrder = 0 object Label1: TLabel Left = 8 Top = 8 Width = 136 Height = 13 Caption = 'Please choose option below:' end object RadioGroup1: TRadioGroup Left = 16 Top = 32 Width = 273 Height = 97 Caption = 'Windows Shutdown options:' Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object RadioButton1: TRadioButton Left = 24 Top = 56 Width = 177 Height = 17 Caption = 'Shutdown Windows fully' Checked = True Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 TabStop = True end object RadioButton2: TRadioButton Left = 24 Top = 80 Width = 121 Height = 17 Caption = 'Reboot Computer ' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 end object RadioButton3: TRadioButton Left = 24 Top = 104 Width = 257 Height = 17 Caption = 'Logoff Windows and logon another user' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 end object Button1: TButton Left = 24 Top = 136 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 208 Top = 136 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 5 end end end