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

  1. object AboutBox: TAboutBox
  2.   Left = 226
  3.   Top = 173
  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.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object OKButton: TButton
  18.     Left = 113
  19.     Top = 120
  20.     Width = 75
  21.     Height = 25
  22.     Cancel = True
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 2
  26.     TabOrder = 0
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 8
  30.     Top = 12
  31.     Width = 285
  32.     Height = 97
  33.     BevelInner = bvRaised
  34.     BevelOuter = bvLowered
  35.     TabOrder = 1
  36.     object ProgramIcon: TImage
  37.       Left = 8
  38.       Top = 12
  39.       Width = 32
  40.       Height = 32
  41.       AutoSize = True
  42.       IsControl = True
  43.     end
  44.     object ProgramName: TLabel
  45.       Left = 44
  46.       Top = 22
  47.       Width = 197
  48.       Height = 13
  49.       Alignment = taCenter
  50.       AutoSize = False
  51.       Caption = 'Program Name'
  52.     end
  53.     object Copyright: TLabel
  54.       Left = 8
  55.       Top = 72
  56.       Width = 269
  57.       Height = 13
  58.       Alignment = taCenter
  59.       AutoSize = False
  60.     end
  61.   end
  62. end
  63.