home *** CD-ROM | disk | FTP | other *** search
/ Freelog 10 / Freelog010.iso / BAS / Graphism / GraphPap / gpaperfr.exe / GraphPap.exe / 0 / RCDATA / TWINABOUT / TWINABOUT.txt < prev   
Text File  |  2000-03-07  |  4KB  |  177 lines

  1. object WinAbout: TWinAbout
  2.   Left = 387
  3.   Top = 51
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Graph Paper Printer'
  7.   ClientHeight = 441
  8.   ClientWidth = 492
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 70
  24.     Top = 0
  25.     Width = 353
  26.     Height = 106
  27.     BevelOuter = bvNone
  28.     Color = clWhite
  29.     TabOrder = 1
  30.     object ProductName: TLabel
  31.       Left = 80
  32.       Top = 16
  33.       Width = 203
  34.       Height = 13
  35.       Caption = 'Name of the software : Graph Paper Printer'
  36.       IsControl = True
  37.     end
  38.     object Version: TLabel
  39.       Left = 292
  40.       Top = 16
  41.       Width = 59
  42.       Height = 13
  43.       Caption = 'Version 4.20'
  44.       IsControl = True
  45.     end
  46.     object Copyright: TLabel
  47.       Left = 79
  48.       Top = 33
  49.       Width = 53
  50.       Height = 13
  51.       Caption = 'Copyright : '
  52.       IsControl = True
  53.     end
  54.     object ProgramIcon: TImage
  55.       Left = 19
  56.       Top = 8
  57.       Width = 35
  58.       Height = 35
  59.       Picture.Data = {<image000.ico>}
  60.       Stretch = True
  61.       IsControl = True
  62.     end
  63.     object Label1: TLabel
  64.       Left = 135
  65.       Top = 50
  66.       Width = 108
  67.       Height = 13
  68.       Caption = 'Biologiste des h∩┐╜pitaux'
  69.     end
  70.     object Label3: TLabel
  71.       Left = 135
  72.       Top = 69
  73.       Width = 82
  74.       Height = 13
  75.       Caption = 'METZ - FRANCE'
  76.     end
  77.     object Label5: TLabel
  78.       Left = 135
  79.       Top = 87
  80.       Width = 129
  81.       Height = 13
  82.       Caption = 'E mail : philimar@easynet.fr'
  83.     end
  84.     object Label7: TLabel
  85.       Left = 135
  86.       Top = 33
  87.       Width = 32
  88.       Height = 13
  89.       Caption = 'Label7'
  90.     end
  91.     object Label8: TLabel
  92.       Left = 239
  93.       Top = 32
  94.       Width = 90
  95.       Height = 13
  96.       Caption = '1998 - 1999 - 2000'
  97.     end
  98.   end
  99.   object Memo1: TMemo
  100.     Left = 58
  101.     Top = 316
  102.     Width = 377
  103.     Height = 83
  104.     TabStop = False
  105.     BorderStyle = bsNone
  106.     Color = clWhite
  107.     Lines.Strings = (
  108.       
  109.         'The author makes no warranty or representation either expressed ' +
  110.         'or implied '
  111.       
  112.         'with respect  to this GRAPH PAPER PRINTER software, its quality,' +
  113.         ' '
  114.       'performance, or fitness for any purpose.'
  115.       ''
  116.       
  117.         'Critics or suggestions will be wellcome for next versions.  You ' +
  118.         'can download '
  119.       'the latest version at : http://perso.easynet.fr/~philimar/')
  120.     ReadOnly = True
  121.     TabOrder = 2
  122.   end
  123.   object CheckBoxAvertir: TCheckBox
  124.     Left = 40
  125.     Top = 409
  126.     Width = 177
  127.     Height = 17
  128.     Caption = '&Do not show this window again'
  129.     TabOrder = 3
  130.   end
  131.   object BtOK: TBitBtn
  132.     Left = 232
  133.     Top = 405
  134.     Width = 169
  135.     Height = 25
  136.     Caption = 'Press any key to close'
  137.     TabOrder = 0
  138.     Kind = bkClose
  139.   end
  140.   object Memo2: TMemo
  141.     Left = 9
  142.     Top = 112
  143.     Width = 473
  144.     Height = 195
  145.     BorderStyle = bsNone
  146.     Font.Charset = ANSI_CHARSET
  147.     Font.Color = clWindowText
  148.     Font.Height = -13
  149.     Font.Name = 'Arial'
  150.     Font.Style = [fsBold]
  151.     Lines.Strings = (
  152.       
  153.         'This software is free and unlimited. If you use it at home, at s' +
  154.         'chool or for '
  155.       
  156.         'your job, I only ask, as a reward of my work, a simple postcard ' +
  157.         'typical of '
  158.       
  159.         'your geographical region. Would you write down the field in whic' +
  160.         'h you '
  161.       
  162.         'are using Graph Paper Printer, stick a pretty stamp for my son a' +
  163.         'nd mail '
  164.       'the card to the postal address :'
  165.       ''
  166.       '            Dr Philippe Marquis'
  167.       '            BP 81065'
  168.       '            57038 METZ CEDEX'
  169.       '            FRANCE'
  170.       ''
  171.       'Thanks in advance.')
  172.     ParentFont = False
  173.     ReadOnly = True
  174.     TabOrder = 4
  175.   end
  176. end
  177.