home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / dbtools.pak / ABOUT.DFM / ABOUT.txt next >
Encoding:
Text File  |  1995-08-24  |  1.9 KB  |  90 lines

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Db Browser'
  7.   ClientHeight = 156
  8.   ClientWidth = 298
  9.   Font.Color = clBlack
  10.   Font.Height = -19
  11.   Font.Name = 'Times New Roman'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 22
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 105
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 24
  26.       Top = 16
  27.       Width = 33
  28.       Height = 33
  29.       Picture.Data = {<image000.ico>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 88
  35.       Top = 16
  36.       Width = 152
  37.       Height = 22
  38.       Caption = 'Database Browser'
  39.       Font.Color = clBlack
  40.       Font.Height = -19
  41.       Font.Name = 'Times New Roman'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 88
  48.       Top = 40
  49.       Width = 132
  50.       Height = 19
  51.       Caption = 'Version 0.99999999'
  52.       Font.Color = clBlack
  53.       Font.Height = -16
  54.       Font.Name = 'Times New Roman'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 29
  61.       Top = 80
  62.       Width = 223
  63.       Height = 15
  64.       Caption = 'Copyright ∩┐╜ 1995  Borland International'
  65.       Font.Color = clBlack
  66.       Font.Height = -13
  67.       Font.Name = 'Times New Roman'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.       IsControl = True
  71.     end
  72.   end
  73.   object OKButton: TBitBtn
  74.     Left = 111
  75.     Top = 122
  76.     Width = 77
  77.     Height = 27
  78.     Font.Color = clBlack
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.     TabOrder = 1
  84.     Kind = bkOK
  85.     Margin = 2
  86.     Spacing = -1
  87.     IsControl = True
  88.   end
  89. end
  90.