home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / CHIPCD_9_99.iso / software / uaktualnienia / bde501 / DATA.Z / BdeInst.cab / BdeInst.dll / RCDATA / TOKBOTTOMDLG / TOKBOTTOMDLG.txt
Text File  |  1999-01-20  |  1KB  |  74 lines

  1. object OKBottomDlg: TOKBottomDlg
  2.   Left = 198
  3.   Top = 464
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Borland Database Engine Installation/Upgrade'
  7.   ClientHeight = 151
  8.   ClientWidth = 393
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 377
  21.     Height = 97
  22.     Shape = bsFrame
  23.   end
  24.   object DlgMsg: TLabel
  25.     Left = 16
  26.     Top = 16
  27.     Width = 361
  28.     Height = 41
  29.     AutoSize = False
  30.     Caption = 
  31.       'The Borland Database Engine will be installed/upgraded in the fo' +
  32.       'llowing directory:'
  33.     WordWrap = True
  34.   end
  35.   object OKBtn: TButton
  36.     Left = 103
  37.     Top = 116
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 2
  44.     OnClick = OKBtnClick
  45.   end
  46.   object CancelBtn: TButton
  47.     Left = 215
  48.     Top = 116
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     TabOrder = 3
  54.     OnClick = CancelBtnClick
  55.   end
  56.   object DirEdit: TEdit
  57.     Left = 15
  58.     Top = 64
  59.     Width = 297
  60.     Height = 25
  61.     AutoSize = False
  62.     TabOrder = 0
  63.   end
  64.   object BrowseBtn: TButton
  65.     Left = 317
  66.     Top = 64
  67.     Width = 60
  68.     Height = 25
  69.     Caption = '&Browse...'
  70.     TabOrder = 1
  71.     OnClick = BrowseBtnClick
  72.   end
  73. end
  74.