home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / Bas / Internet / StripMail / Project1.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2000-03-04  |  2KB  |  98 lines

  1. object AboutBox: TAboutBox
  2.   Left = 615
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'A propos de...'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 161
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     Color = clGray
  25.     TabOrder = 0
  26.     object ProductName: TLabel
  27.       Left = 88
  28.       Top = 16
  29.       Width = 69
  30.       Height = 13
  31.       Caption = 'YeW Strip-mail'
  32.       IsControl = True
  33.     end
  34.     object Version: TLabel
  35.       Left = 208
  36.       Top = 16
  37.       Width = 62
  38.       Height = 13
  39.       Caption = 'Version 1.1.2'
  40.       IsControl = True
  41.     end
  42.     object Copyright: TLabel
  43.       Left = 88
  44.       Top = 48
  45.       Width = 150
  46.       Height = 13
  47.       Caption = 'Ce programme est libre de droits'
  48.       IsControl = True
  49.     end
  50.     object Comments: TLabel
  51.       Left = 8
  52.       Top = 72
  53.       Width = 265
  54.       Height = 52
  55.       Caption = 
  56.         'Il permet de r∩┐╜cup∩┐╜rer tous les e-mails contenus dans un fichier' +
  57.         ' texte (source) quelconque et de les r∩┐╜∩┐╜crire dans un nouveau fi' +
  58.         'chier (sortie) en enlevant tous les caract∩┐╜res inutiles'
  59.       WordWrap = True
  60.       IsControl = True
  61.     end
  62.     object Image1: TImage
  63.       Left = 48
  64.       Top = 16
  65.       Width = 33
  66.       Height = 33
  67.       Picture.Data = {<image000.ico>}
  68.     end
  69.     object Label1: TLabel
  70.       Left = 88
  71.       Top = 32
  72.       Width = 50
  73.       Height = 13
  74.       Caption = 'Mars 2000'
  75.     end
  76.     object Edit1: TEdit
  77.       Left = 8
  78.       Top = 128
  79.       Width = 265
  80.       Height = 21
  81.       Color = clSilver
  82.       TabOrder = 0
  83.       Text = 'Viens voir mon site web au: http://xkernel.free.fr/'
  84.     end
  85.   end
  86.   object OKButton: TButton
  87.     Left = 111
  88.     Top = 180
  89.     Width = 75
  90.     Height = 25
  91.     Caption = 'OK'
  92.     Default = True
  93.     ModalResult = 1
  94.     TabOrder = 1
  95.     OnClick = OKButtonClick
  96.   end
  97. end
  98.