home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / INFO / DI9806FN.ZIP / source / PIAbout.dfm / PIAbout.txt < prev   
Text File  |  1998-01-21  |  2KB  |  79 lines

  1. object AboutBox: TAboutBox
  2.   Left = 387
  3.   Top = 173
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 161
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 65
  29.       Height = 57
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProjectIdentifiersPlugIn: TLabel
  35.       Left = 88
  36.       Top = 16
  37.       Width = 184
  38.       Height = 13
  39.       Caption = 'Project Identifiers Plug-in for CodeRush'
  40.       IsControl = True
  41.     end
  42.     object Version: TLabel
  43.       Left = 88
  44.       Top = 40
  45.       Width = 53
  46.       Height = 13
  47.       Caption = 'Version 0.1'
  48.       IsControl = True
  49.     end
  50.     object Copyright: TLabel
  51.       Left = 8
  52.       Top = 80
  53.       Width = 147
  54.       Height = 13
  55.       Caption = 'Copyright 1998,  Alan C. Moore'
  56.       IsControl = True
  57.     end
  58.     object Comments: TLabel
  59.       Left = 8
  60.       Top = 104
  61.       Width = 101
  62.       Height = 39
  63.       Caption = 'Send Comments and suggestions to acmdoc@aol.com'
  64.       WordWrap = True
  65.       IsControl = True
  66.     end
  67.   end
  68.   object OKButton: TButton
  69.     Left = 111
  70.     Top = 180
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'OK'
  74.     Default = True
  75.     ModalResult = 1
  76.     TabOrder = 1
  77.   end
  78. end
  79.