home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / BLACKBK.ZIP / _SETUP.1 / BDEADMIN.EXE / RCDATA / TABOUTDBEXPLORER / TABOUTDBEXPLORER.txt < prev   
Text File  |  1997-11-14  |  2KB  |  100 lines

  1. object AboutDbExplorer: TAboutDbExplorer
  2.   Left = 43
  3.   Top = 316
  4.   BorderStyle = bsDialog
  5.   Caption = 'About BDE Administrator'
  6.   ClientHeight = 154
  7.   ClientWidth = 302
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDblClick = FormDblClick
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 285
  24.     Height = 106
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     TabOrder = 0
  34.     object ProgramIcon: TImage
  35.       Left = 16
  36.       Top = 16
  37.       Width = 34
  38.       Height = 34
  39.       Picture.Data = {<image001.ico>}
  40.       Stretch = True
  41.       IsControl = True
  42.     end
  43.     object Copyright: TLabel
  44.       Left = 27
  45.       Top = 81
  46.       Width = 234
  47.       Height = 16
  48.       Caption = 'Copyright (c) 1997  Borland International'
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clBlack
  51.       Font.Height = -13
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = []
  54.       ParentFont = False
  55.       IsControl = True
  56.     end
  57.     object ProductName: TLabel
  58.       Left = 54
  59.       Top = 16
  60.       Width = 178
  61.       Height = 16
  62.       Alignment = taCenter
  63.       AutoSize = False
  64.       Caption = 'BDE Administrator'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clBlack
  67.       Font.Height = -13
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentFont = False
  71.       IsControl = True
  72.     end
  73.     object Version: TLabel
  74.       Left = 106
  75.       Top = 34
  76.       Width = 73
  77.       Height = 16
  78.       Caption = 'Version 4.50'
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clBlack
  81.       Font.Height = -13
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = []
  84.       ParentFont = False
  85.       IsControl = True
  86.     end
  87.   end
  88.   object OKBtn: TButton
  89.     Left = 113
  90.     Top = 124
  91.     Width = 76
  92.     Height = 25
  93.     Cancel = True
  94.     Caption = 'OK'
  95.     Default = True
  96.     ModalResult = 1
  97.     TabOrder = 1
  98.   end
  99. end
  100.