home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Travailler / RapidExe / RapidExe.exe / 0 / RCDATA / TFAPROPOS / TFAPROPOS.txt
Text File  |  2004-10-29  |  2KB  |  91 lines

  1. object FApropos: TFApropos
  2.   Left = 183
  3.   Top = 201
  4.   BorderStyle = bsDialog
  5.   Caption = 'A propos'
  6.   ClientHeight = 212
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 169
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProductName: TLabel
  28.       Left = 10
  29.       Top = 16
  30.       Width = 262
  31.       Height = 13
  32.       Cursor = crHandPoint
  33.       Caption = 'RapidExe  V3.1.1 - EMANUELLI Xavier - 2004'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clWindowText
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.       OnClick = ProductNameClick
  41.       OnMouseEnter = ProductNameMouseEnter
  42.       OnMouseLeave = ProductNameMouseLeave
  43.       IsControl = True
  44.     end
  45.     object Label1: TLabel
  46.       Left = 52
  47.       Top = 32
  48.       Width = 176
  49.       Height = 13
  50.       Cursor = crHandPoint
  51.       Caption = 'xavieremanuelli@Caramail.Com'
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clWindowText
  54.       Font.Height = -11
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.       OnClick = Label1Click
  59.       OnMouseEnter = Label1MouseEnter
  60.       OnMouseLeave = Label1MouseLeave
  61.       IsControl = True
  62.     end
  63.     object Memo1: TMemo
  64.       Left = 8
  65.       Top = 56
  66.       Width = 265
  67.       Height = 105
  68.       Lines.Strings = (
  69.         'Cette application est un "e-mailware". Si vous avez '
  70.         'aim'#233' ce programme, si vous avez des commentaires '#224' '
  71.         'faire sur son fonctionnement ou si vous d'#233'sirez faire '
  72.         'am'#233'liorer ce programme, envoyez-moi un e-mail '#224' '
  73.         'xavieremanuelli@Caramail.Com.'
  74.         'Vous pouvez diffuser RapidExe librement dans la '
  75.         'mesure o'#249' aucune modification n'#39'y a '#233't'#233' apport'#233'e.')
  76.       ReadOnly = True
  77.       TabOrder = 0
  78.     end
  79.   end
  80.   object OKButton: TButton
  81.     Left = 111
  82.     Top = 182
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'OK'
  86.     Default = True
  87.     ModalResult = 1
  88.     TabOrder = 1
  89.   end
  90. end
  91.