object QuitDlg: TQuitDlg Left = 280 Top = 159 BorderIcons = [] BorderStyle = bsDialog Caption = 'Shut down' ClientHeight = 144 ClientWidth = 235 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow TextHeight = 13 object Bevel1: TBevel Left = 4 Top = 6 Width = 227 Height = 103 Shape = bsFrame end object Image1: TImage Left = 16 Top = 24 Width = 64 Height = 64 Picture.Data = {} end object OKBtn: TBitBtn Left = 72 Top = 114 Width = 77 Height = 27 TabOrder = 4 OnClick = OKBtnClick Kind = bkOK Margin = 4 Style = bsNew Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 154 Top = 114 Width = 77 Height = 27 TabOrder = 5 Kind = bkCancel Margin = 4 Style = bsNew Spacing = -1 IsControl = True end object rbDOS: TRadioButton Left = 98 Top = 14 Width = 113 Height = 17 Caption = 'Exit to &DOS' Checked = True TabOrder = 0 TabStop = True OnDblClick = rbDOSDblClick end object rbQuit: TRadioButton Left = 98 Top = 38 Width = 113 Height = 17 Caption = '&Quit Calmira' TabOrder = 1 OnDblClick = rbDOSDblClick end object rbRestart: TRadioButton Left = 98 Top = 62 Width = 113 Height = 17 Caption = 'Restart &Windows' TabOrder = 2 OnDblClick = rbDOSDblClick end object rbReboot: TRadioButton Left = 98 Top = 84 Width = 121 Height = 17 Caption = 'Re&boot the computer' TabOrder = 3 OnDblClick = rbDOSDblClick end end