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

  1. object AboutBox: TAboutBox
  2.   Left = 243
  3.   Top = 108
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 218
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 161
  21.     BevelOuter = bvLowered
  22.     TabOrder = 0
  23.     object ProgramIcon: TImage
  24.       Left = 8
  25.       Top = 8
  26.       Width = 65
  27.       Height = 57
  28.       IsControl = True
  29.     end
  30.     object ProductName: TLabel
  31.       Left = 88
  32.       Top = 16
  33.       Width = 91
  34.       Height = 16
  35.       Caption = 'Product Name'
  36.       Font.Color = clBlack
  37.       Font.Height = -16
  38.       Font.Name = 'System'
  39.       Font.Style = [fsBold]
  40.       ParentFont = False
  41.       IsControl = True
  42.     end
  43.     object Version: TLabel
  44.       Left = 88
  45.       Top = 40
  46.       Width = 49
  47.       Height = 16
  48.       Caption = 'Version'
  49.       IsControl = True
  50.     end
  51.     object Copyright: TLabel
  52.       Left = 8
  53.       Top = 80
  54.       Width = 62
  55.       Height = 16
  56.       Caption = 'Copyright'
  57.       IsControl = True
  58.     end
  59.     object Comments: TLabel
  60.       Left = 8
  61.       Top = 104
  62.       Width = 69
  63.       Height = 16
  64.       Caption = 'Comments'
  65.       WordWrap = True
  66.       IsControl = True
  67.     end
  68.   end
  69.   object OKButton: TBitBtn
  70.     Left = 120
  71.     Top = 178
  72.     Width = 65
  73.     Height = 33
  74.     TabOrder = 1
  75.     Kind = bkOK
  76.     IsControl = True
  77.   end
  78. end
  79.