object OKBottomDlg: TOKBottomDlg Left = 198 Top = 464 BorderIcons = [] BorderStyle = bsDialog Caption = 'Borland Database Engine Installation/Upgrade' ClientHeight = 151 ClientWidth = 393 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 377 Height = 97 Shape = bsFrame end object DlgMsg: TLabel Left = 16 Top = 16 Width = 361 Height = 41 AutoSize = False Caption = 'The Borland Database Engine will be installed/upgraded in the fo' + 'llowing directory:' WordWrap = True end object OKBtn: TButton Left = 103 Top = 116 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKBtnClick end object CancelBtn: TButton Left = 215 Top = 116 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 3 OnClick = CancelBtnClick end object DirEdit: TEdit Left = 15 Top = 64 Width = 297 Height = 25 AutoSize = False TabOrder = 0 end object BrowseBtn: TButton Left = 317 Top = 64 Width = 60 Height = 25 Caption = '&Browse...' TabOrder = 1 OnClick = BrowseBtnClick end end