home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Bin / sqlb.dll / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1999-08-11  |  1KB  |  54 lines

  1. object AboutBox: TAboutBox
  2.   Left = 377
  3.   Top = 299
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 9
  18.     Top = 10
  19.     Width = 281
  20.     Height = 161
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProductName: TLabel
  26.       Left = 92
  27.       Top = 103
  28.       Width = 95
  29.       Height = 13
  30.       Caption = 'Borland SQL Builder'
  31.       IsControl = True
  32.     end
  33.     object Copyright: TLabel
  34.       Left = 70
  35.       Top = 120
  36.       Width = 139
  37.       Height = 13
  38.       Caption = '(c) Borland International 1998'
  39.       IsControl = True
  40.     end
  41.   end
  42.   object OKButton: TButton
  43.     Left = 111
  44.     Top = 179
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'OK'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 1
  51.     OnClick = OKButtonClick
  52.   end
  53. end
  54.