home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / graphpp / gpaper.exe / GraphPap.exe / 0 / RCDATA / TWINABOUT / TWINABOUT.txt < prev   
Encoding:
Text File  |  1999-05-31  |  3.2 KB  |  153 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 = 342
  8.   ClientWidth = 386
  9.   Color = clBtnFace
  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.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 9
  23.     Top = 8
  24.     Width = 369
  25.     Height = 129
  26.     BevelOuter = bvNone
  27.     BorderStyle = bsSingle
  28.     Color = clInfoBk
  29.     TabOrder = 1
  30.     object ProductName: TLabel
  31.       Left = 80
  32.       Top = 16
  33.       Width = 188
  34.       Height = 13
  35.       Caption = 'Name of  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 3.31'
  44.       IsControl = True
  45.     end
  46.     object Copyright: TLabel
  47.       Left = 56
  48.       Top = 51
  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 = 112
  65.       Top = 68
  66.       Width = 108
  67.       Height = 13
  68.       Caption = 'Biologiste des h∩┐╜pitaux'
  69.     end
  70.     object Label3: TLabel
  71.       Left = 112
  72.       Top = 87
  73.       Width = 82
  74.       Height = 13
  75.       Caption = 'METZ - FRANCE'
  76.     end
  77.     object Label5: TLabel
  78.       Left = 112
  79.       Top = 105
  80.       Width = 129
  81.       Height = 13
  82.       Caption = 'E mail : philimar@easynet.fr'
  83.     end
  84.     object Label7: TLabel
  85.       Left = 112
  86.       Top = 51
  87.       Width = 32
  88.       Height = 13
  89.       Caption = 'Label7'
  90.     end
  91.     object Label8: TLabel
  92.       Left = 216
  93.       Top = 50
  94.       Width = 57
  95.       Height = 13
  96.       Caption = '1998 - 1999'
  97.     end
  98.   end
  99.   object Memo1: TMemo
  100.     Left = 8
  101.     Top = 152
  102.     Width = 369
  103.     Height = 145
  104.     TabStop = False
  105.     Color = clInfoBk
  106.     Lines.Strings = (
  107.       
  108.         '  This software is an unlimited  freeware. Its use or copy  is f' +
  109.         'ree of charge.'
  110.       
  111.         'However, the intellectual property belongs to the author. It is ' +
  112.         'forbidden to'
  113.       
  114.         'modify it or insert it in another software without the author'#39's ' +
  115.         'agreement.'
  116.       ' '
  117.       
  118.         '  The author makes no warranty or representation either expresse' +
  119.         'd or '
  120.       
  121.         'implied with respect  to this GRAPH PAPER PRINTER software, its ' +
  122.         'quality,'
  123.       'performance, or fitness for any purpose.'
  124.       ''
  125.       
  126.         '  Critics or suggestions will be wellcome for next versions.  Yo' +
  127.         'u can '
  128.       
  129.         'download the latest version at : http://perso.easynet.fr/~philim' +
  130.         'ar/'
  131.       ''
  132.       '  ')
  133.     ReadOnly = True
  134.     TabOrder = 2
  135.   end
  136.   object CheckBoxAvertir: TCheckBox
  137.     Left = 40
  138.     Top = 310
  139.     Width = 201
  140.     Height = 17
  141.     Caption = '&Do not show this window again'
  142.     TabOrder = 3
  143.   end
  144.   object BtOK: TBitBtn
  145.     Left = 248
  146.     Top = 306
  147.     Width = 75
  148.     Height = 25
  149.     TabOrder = 0
  150.     Kind = bkOK
  151.   end
  152. end
  153.