object FormExit: TFormExit Left = 262 Top = 162 Width = 232 Height = 121 Caption = 'Message Box' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] OldCreateOrder = False Position = poDefaultPosOnly PixelsPerInch = 96 TextHeight = 13 object ButtonYes: TButton Left = 24 Top = 56 Width = 73 Height = 25 Caption = 'Yes' TabOrder = 0 OnClick = ButtonYesClick end object ButtonNo: TButton Left = 128 Top = 56 Width = 73 Height = 25 Caption = 'No' TabOrder = 1 OnClick = ButtonNoClick end object TextSure: TStaticText Left = 8 Top = 24 Width = 177 Height = 17 Alignment = taCenter Caption = 'Are you sure you want to exit?' TabOrder = 2 end end