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

  1. object AboutBox: TAboutBox
  2.   Left = 367
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 161
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 101
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 8
  28.       Top = 8
  29.       Width = 65
  30.       Height = 57
  31.       Picture.Data = {<image000.bmp>}
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 88
  37.       Top = 16
  38.       Width = 137
  39.       Height = 16
  40.       AutoSize = False
  41.       Caption = 'OLE Container Demo'
  42.       IsControl = True
  43.     end
  44.     object Version: TLabel
  45.       Left = 88
  46.       Top = 40
  47.       Width = 83
  48.       Height = 16
  49.       AutoSize = False
  50.       Caption = 'Version 1.0'
  51.       IsControl = True
  52.     end
  53.     object Copyright: TLabel
  54.       Left = 8
  55.       Top = 80
  56.       Width = 205
  57.       Height = 16
  58.       AutoSize = False
  59.       Caption = 'Copyright 1998 Inprise Corp'
  60.       IsControl = True
  61.     end
  62.   end
  63.   object OKButton: TButton
  64.     Left = 111
  65.     Top = 122
  66.     Width = 77
  67.     Height = 27
  68.     Caption = 'OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 1
  72.   end
  73. end
  74.