home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 25 / CD_ASCQ_25_1095.iso / win / fr / evain / vagavag / sources / apropos.dfm / apropos.txt next >
Text File  |  1995-08-28  |  2KB  |  108 lines

  1. object AboutBox: TAboutBox
  2.   Left = 180
  3.   Top = 176
  4.   BorderStyle = bsDialog
  5.   Caption = 'A propos'
  6.   ClientHeight = 265
  7.   ClientWidth = 373
  8.   Font.Color = clWindowText
  9.   Font.Height = -16
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   TextHeight = 20
  15.   object Panel1: TPanel
  16.     Left = 10
  17.     Top = 10
  18.     Width = 351
  19.     Height = 183
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     TabOrder = 0
  23.     object ProgramIcon: TImage
  24.       Left = 30
  25.       Top = 30
  26.       Width = 32
  27.       Height = 32
  28.       AutoSize = True
  29.       Picture.Data = {<image000.ico>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 109
  35.       Top = 10
  36.       Width = 137
  37.       Height = 16
  38.       Caption = 'Vague apr∩┐╜s vague'
  39.       Font.Color = clBlack
  40.       Font.Height = -15
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 110
  48.       Top = 30
  49.       Width = 78
  50.       Height = 16
  51.       Caption = 'Version 1.0'
  52.       Font.Color = clBlack
  53.       Font.Height = -15
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 110
  61.       Top = 50
  62.       Width = 103
  63.       Height = 16
  64.       Caption = 'Copyright 1995'
  65.       Font.Color = clBlack
  66.       Font.Height = -15
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.       IsControl = True
  71.     end
  72.     object Comments: TLabel
  73.       Left = 10
  74.       Top = 90
  75.       Width = 331
  76.       Height = 48
  77.       Caption = 
  78.         'C'#39'est mon premier programme cr∩┐╜e avec Borland Delphi et il est e' +
  79.         'nti∩┐╜rement inspir∩┐╜ d'#39'un programme qui ∩┐╜tait partiellement bogu∩┐╜ ' +
  80.         '!'
  81.       Font.Color = clBlack
  82.       Font.Height = -15
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = [fsBold]
  85.       ParentFont = False
  86.       WordWrap = True
  87.       IsControl = True
  88.     end
  89.     object Label1: TLabel
  90.       Left = 10
  91.       Top = 150
  92.       Width = 304
  93.       Height = 20
  94.       Caption = 'Greetings go to Taf, Nanouk, Pat, WRB'
  95.     end
  96.   end
  97.   object OKBouton: TButton
  98.     Left = 130
  99.     Top = 208
  100.     Width = 121
  101.     Height = 41
  102.     Caption = 'OK'
  103.     Default = True
  104.     TabOrder = 1
  105.     OnClick = OKBoutonClick
  106.   end
  107. end
  108.