object Form3: TForm3 Left = 234 Top = 110 BorderIcons = [] BorderStyle = bsDialog Caption = 'Exit Confirmation:' ClientHeight = 160 ClientWidth = 273 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel2: TBevel Left = 8 Top = 24 Width = 49 Height = 49 end object Bevel1: TBevel Left = 0 Top = 0 Width = 273 Height = 160 Align = alClient Shape = bsFrame end object Image1: TImage Left = 16 Top = 32 Width = 33 Height = 33 Picture.Data = {} end object Image2: TImage Left = 240 Top = 32 Width = 25 Height = 33 Picture.Data = {} end object Label1: TLabel Left = 64 Top = 48 Width = 181 Height = 16 Caption = 'Do You Really Wish To Exit' Font.Color = clBlack Font.Height = -11 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 32 Top = 120 Width = 81 Height = 25 Hint = ' Yes , BUT I'#39'll Be Back !' Caption = '&Y e s' Font.Color = clBlack Font.Height = -11 Font.Name = 'System' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 0 end object Button2: TButton Left = 160 Top = 120 Width = 81 Height = 25 Hint = ' No , Of Course I Don'#39't' Caption = '&C a n c e l' Font.Color = clBlack Font.Height = -11 Font.Name = 'System' Font.Style = [fsBold] ModalResult = 2 ParentFont = False TabOrder = 1 end end