object QuitDlg: TQuitDlg
  Left = 240
  Top = 311
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Apagar'
  ClientHeight = 157
  ClientWidth = 348
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  PixelsPerInch = 96
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  TextHeight = 13
  object Image: TImage
    Left = 12
    Top = 12
    Width = 32
    Height = 32
    OnDblClick = ImageDblClick
  end
  object Label1: TLabel
    Left = 60
    Top = 12
    Width = 120
    Height = 13
    Caption = 'Est seguro que desea:'
  end
  object rbDOS: TRadioButton
    Left = 60
    Top = 34
    Width = 201
    Height = 17
    Caption = '&Salir de Windows?'
    Checked = True
    TabOrder = 0
    TabStop = True
    OnDblClick = rbDOSDblClick
  end
  object rbQuit: TRadioButton
    Left = 60
    Top = 94
    Width = 201
    Height = 17
    Caption = '&Cerrar Calmira?'
    TabOrder = 3
    OnDblClick = rbDOSDblClick
  end
  object rbRestart: TRadioButton
    Left = 60
    Top = 54
    Width = 201
    Height = 17
    Caption = '&Reiniciar Windows?'
    TabOrder = 1
    OnDblClick = rbDOSDblClick
  end
  object rbReboot: TRadioButton
    Left = 60
    Top = 74
    Width = 201
    Height = 17
    Caption = 'R&einiciar la computadora?'
    TabOrder = 2
    OnDblClick = rbDOSDblClick
  end
  object OKBtn: TPicBtn
    Left = 176
    Top = 124
    Width = 80
    Height = 25
    TabOrder = 4
    OnClick = OKBtnClick
    Kind = bkYes
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object CancelBtn: TPicBtn
    Left = 260
    Top = 124
    Width = 80
    Height = 25
    TabOrder = 5
    Kind = bkNo
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
end
