object DialogAskUser: TDialogAskUser Left = 241 Top = 363 BorderStyle = bsNone Caption = 'DialogAskUser' ClientHeight = 273 ClientWidth = 425 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnCreate = FormCreate OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object Bevel2: TBevel Left = 8 Top = 8 Width = 409 Height = 193 end object Bevel1: TBevel Left = 0 Top = 0 Width = 425 Height = 273 Align = alClient Style = bsRaised end object Bevel3: TBevel Left = 8 Top = 208 Width = 409 Height = 57 end object BCancel: TButton Left = 328 Top = 216 Width = 81 Height = 41 Caption = 'Cancel' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 0 end object BOK: TButton Left = 240 Top = 216 Width = 81 Height = 41 Caption = 'OK' Default = True Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 end object Memo: TMemo Left = 16 Top = 16 Width = 393 Height = 177 BorderStyle = bsNone Color = clBtnFace Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end end