home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9GRAF / AFA31SUS.ZIP / AFA.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-05-06  |  2KB  |  80 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'A propos'
  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.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 7
  19.     Top = 8
  20.     Width = 281
  21.     Height = 161
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     ParentColor = True
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 18
  28.       Top = 19
  29.       Width = 32
  30.       Height = 32
  31.       Picture.Data = {<image000.ico>}
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 102
  37.       Top = 18
  38.       Width = 76
  39.       Height = 13
  40.       Caption = 'Automata for Art'
  41.       IsControl = True
  42.     end
  43.     object Version: TLabel
  44.       Left = 113
  45.       Top = 41
  46.       Width = 53
  47.       Height = 13
  48.       Caption = 'Version 3.1'
  49.       IsControl = True
  50.     end
  51.     object Copyright: TLabel
  52.       Left = 83
  53.       Top = 80
  54.       Width = 114
  55.       Height = 13
  56.       Caption = 'Copyright 1992-1998 (C)'
  57.       IsControl = True
  58.     end
  59.     object Comments: TLabel
  60.       Left = 94
  61.       Top = 104
  62.       Width = 76
  63.       Height = 13
  64.       Caption = 'Paul Franceschi'
  65.       WordWrap = True
  66.       IsControl = True
  67.     end
  68.   end
  69.   object OKButton: TButton
  70.     Left = 111
  71.     Top = 180
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'OK'
  75.     Default = True
  76.     ModalResult = 1
  77.     TabOrder = 1
  78.   end
  79. end
  80.