home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Objrepos / Mdiapp / ABOUT.DFM / ABOUT.txt
Text File  |  1999-08-11  |  1KB  |  77 lines

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