home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / chip12_99.iso / software / shareware / datachart / DChart20.EXE / BDECheck.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1999-07-28  |  2.3 KB  |  73 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 112
  4.   Width = 421
  5.   Height = 400
  6.   Caption = 'BDE Check Routine'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object BitBtn1: TBitBtn
  16.     Left = 216
  17.     Top = 320
  18.     Width = 193
  19.     Height = 49
  20.     Caption = 'EXIT'
  21.     ModalResult = 2
  22.     TabOrder = 0
  23.     OnClick = BitBtn1Click
  24.     Glyph.Data = {
  25.       DE010000424DDE01000000000000760000002800000024000000120000000100
  26.       0400000000006801000000000000000000001000000000000000000000000000
  27.       80000080000000808000800000008000800080800000C0C0C000808080000000
  28.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  29.       333333333333333333333333000033338833333333333333333F333333333333
  30.       0000333911833333983333333388F333333F3333000033391118333911833333
  31.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  32.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  33.       3333F8330000333333911111183333333338F333333F83330000333333311111
  34.       8333333333338F3333383333000033333339111183333333333338F333833333
  35.       00003333339111118333333333333833338F3333000033333911181118333333
  36.       33338333338F333300003333911183911183333333383338F338F33300003333
  37.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  38.       38F338F300003333333333333919333333388333338FFF830000333333333333
  39.       3333333333333333333888330000333333333333333333333333333333333333
  40.       0000}
  41.     NumGlyphs = 2
  42.   end
  43.   object BitBtn2: TBitBtn
  44.     Left = 0
  45.     Top = 320
  46.     Width = 209
  47.     Height = 49
  48.     TabOrder = 1
  49.     OnClick = BitBtn2Click
  50.     Kind = bkOK
  51.   end
  52.   object Memo1: TMemo
  53.     Left = 0
  54.     Top = 0
  55.     Width = 409
  56.     Height = 313
  57.     Lines.Strings = (
  58.       'The DataChart Installation will attempt to identify whether you '
  59.       'have an existing version of the Borland Database Engine (BDE)'
  60.       'active on your system.'
  61.       ''
  62.       'It is recommended you respond to the OK button, after which'
  63.       'your system registry will be examined for BDE information.'
  64.       ''
  65.       'This information may be helpful to you when making choices'
  66.       'for installation options.'
  67.       '___________________________________________________'
  68.       '   ')
  69.     ScrollBars = ssBoth
  70.     TabOrder = 2
  71.   end
  72. end
  73.