home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 March / PCWorld_2000-03_cd.bin / Software / Servis / Grapap / GraphPap.exe / 0 / RCDATA / TWINABOUT / TWINABOUT.txt < prev   
Text File  |  2000-01-03  |  4KB  |  180 lines

  1. object WinAbout: TWinAbout
  2.   Left = 123
  3.   Top = 48
  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.00'
  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 = 66
  101.     Top = 316
  102.     Width = 361
  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.       ''
  121.       '  ')
  122.     ReadOnly = True
  123.     TabOrder = 2
  124.   end
  125.   object CheckBoxAvertir: TCheckBox
  126.     Left = 40
  127.     Top = 409
  128.     Width = 177
  129.     Height = 17
  130.     Caption = '&Do not show this window again'
  131.     TabOrder = 3
  132.   end
  133.   object BtOK: TBitBtn
  134.     Left = 232
  135.     Top = 405
  136.     Width = 169
  137.     Height = 25
  138.     Caption = 'Press any key to close'
  139.     TabOrder = 0
  140.     Kind = bkClose
  141.   end
  142.   object Memo2: TMemo
  143.     Left = 11
  144.     Top = 112
  145.     Width = 473
  146.     Height = 195
  147.     BorderStyle = bsNone
  148.     Font.Charset = ANSI_CHARSET
  149.     Font.Color = clWindowText
  150.     Font.Height = -13
  151.     Font.Name = 'Arial'
  152.     Font.Style = [fsBold]
  153.     Lines.Strings = (
  154.       
  155.         'This software is free and unlimited. If you use it at home, at s' +
  156.         'chool or for '
  157.       
  158.         'your job, I only ask, as a reward of my work, a simple postcard,' +
  159.         ' typical of '
  160.       
  161.         'your environment. Would you write down the field in which you ar' +
  162.         'e using '
  163.       
  164.         'Graph Paper Printer, stick a pretty stamp for my son and mail th' +
  165.         'e card to '
  166.       'the postal address :'
  167.       ''
  168.       '            Dr Philippe Marquis'
  169.       '            BP 81065'
  170.       '            57038 METZ CEDEX'
  171.       '            FRANCE'
  172.       ''
  173.       'Thanks in advance.'
  174.       ' '
  175.       ' ')
  176.     ParentFont = False
  177.     TabOrder = 4
  178.   end
  179. end
  180.