home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / DEMOS / IPCDEMOS / ABOUT.DFM / ABOUT.txt
Text File  |  1998-06-16  |  1KB  |  65 lines

  1. object AboutBox: TAboutBox
  2.   Left = 286
  3.   Top = 119
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 153
  6.   ClientWidth = 302
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKButton: TButton
  19.     Left = 113
  20.     Top = 120
  21.     Width = 75
  22.     Height = 25
  23.     Cancel = True
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 2
  27.     TabOrder = 0
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 8
  31.     Top = 12
  32.     Width = 285
  33.     Height = 97
  34.     BevelInner = bvRaised
  35.     BevelOuter = bvLowered
  36.     TabOrder = 1
  37.     object ProgramIcon: TImage
  38.       Left = 8
  39.       Top = 12
  40.       Width = 32
  41.       Height = 32
  42.       AutoSize = True
  43.       IsControl = True
  44.     end
  45.     object ProgramName: TLabel
  46.       Left = 44
  47.       Top = 22
  48.       Width = 197
  49.       Height = 13
  50.       Alignment = taCenter
  51.       AutoSize = False
  52.       Caption = 'Program Name'
  53.     end
  54.     object Copyright: TLabel
  55.       Left = 8
  56.       Top = 72
  57.       Width = 269
  58.       Height = 13
  59.       Alignment = taCenter
  60.       AutoSize = False
  61.       Caption = 'Copyright ∩┐╜ 1998 Borland International'
  62.     end
  63.   end
  64. end
  65.