object Form1: TForm1 Left = 534 Top = 115 BorderStyle = bsDialog Caption = 'Confirmation' ClientHeight = 93 ClientWidth = 232 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 61 Top = 24 Width = 109 Height = 13 Caption = 'Really close MBMLog?' end object Button1: TButton Left = 32 Top = 56 Width = 75 Height = 25 Caption = 'Yes' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 128 Top = 56 Width = 75 Height = 25 Caption = 'No' TabOrder = 1 OnClick = Button2Click end end