home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / jbuilder / TRIAL / JBUILDER / JRUNTIME.Z / JSQLBLD.DLL / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1998-05-08  |  1.4 KB  |  71 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 ProgramIcon: TImage
  26.       Left = 66
  27.       Top = 12
  28.       Width = 150
  29.       Height = 70
  30.       AutoSize = True
  31.       Picture.Data = {<image000.bmp>}
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 94
  36.       Top = 103
  37.       Width = 90
  38.       Height = 13
  39.       Caption = 'Borland SQL Editor'
  40.       IsControl = True
  41.     end
  42.     object Version: TLabel
  43.       Left = 65
  44.       Top = 138
  45.       Width = 150
  46.       Height = 13
  47.       Caption = 'Version 1.0 Build #4   (3/28/97)'
  48.       IsControl = True
  49.     end
  50.     object Copyright: TLabel
  51.       Left = 70
  52.       Top = 120
  53.       Width = 139
  54.       Height = 13
  55.       Caption = '(c) Borland International 1997'
  56.       IsControl = True
  57.     end
  58.   end
  59.   object OKButton: TButton
  60.     Left = 111
  61.     Top = 179
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'OK'
  65.     Default = True
  66.     ModalResult = 1
  67.     TabOrder = 1
  68.     OnClick = OKButtonClick
  69.   end
  70. end
  71.