home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / applicaz / cap / _setup.3 / Group3 / BDEADMIN.EXE / 0 / RCDATA / TABOUTDBEXPLORER / TABOUTDBEXPLORER.txt < prev   
Text File  |  1997-03-11  |  2KB  |  101 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.       IncrementalDisplay = False
  40.       Picture.Data = {<image001.ico>}
  41.       Stretch = True
  42.       IsControl = True
  43.     end
  44.     object Copyright: TLabel
  45.       Left = 27
  46.       Top = 81
  47.       Width = 234
  48.       Height = 16
  49.       Caption = 'Copyright (c) 1997  Borland International'
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = clBlack
  52.       Font.Height = -13
  53.       Font.Name = 'MS Sans Serif'
  54.       Font.Style = []
  55.       ParentFont = False
  56.       IsControl = True
  57.     end
  58.     object ProductName: TLabel
  59.       Left = 54
  60.       Top = 16
  61.       Width = 178
  62.       Height = 16
  63.       Alignment = taCenter
  64.       AutoSize = False
  65.       Caption = 'BDE Administrator'
  66.       Font.Charset = DEFAULT_CHARSET
  67.       Font.Color = clBlack
  68.       Font.Height = -13
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = []
  71.       ParentFont = False
  72.       IsControl = True
  73.     end
  74.     object Version: TLabel
  75.       Left = 106
  76.       Top = 34
  77.       Width = 73
  78.       Height = 16
  79.       Caption = 'Version 4.00'
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clBlack
  82.       Font.Height = -13
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = []
  85.       ParentFont = False
  86.       IsControl = True
  87.     end
  88.   end
  89.   object OKBtn: TButton
  90.     Left = 113
  91.     Top = 124
  92.     Width = 76
  93.     Height = 25
  94.     Cancel = True
  95.     Caption = 'OK'
  96.     Default = True
  97.     ModalResult = 1
  98.     TabOrder = 1
  99.   end
  100. end
  101.