home *** CD-ROM | disk | FTP | other *** search
- object WinAbout: TWinAbout
- Left = 123
- Top = 48
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'About Graph Paper Printer'
- ClientHeight = 342
- ClientWidth = 386
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = True
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 9
- Top = 8
- Width = 369
- Height = 129
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Color = clInfoBk
- TabOrder = 1
- object ProductName: TLabel
- Left = 80
- Top = 16
- Width = 188
- Height = 13
- Caption = 'Name of software : Graph Paper Printer'
- IsControl = True
- end
- object Version: TLabel
- Left = 292
- Top = 16
- Width = 59
- Height = 13
- Caption = 'Version 3.31'
- IsControl = True
- end
- object Copyright: TLabel
- Left = 56
- Top = 51
- Width = 53
- Height = 13
- Caption = 'Copyright : '
- IsControl = True
- end
- object ProgramIcon: TImage
- Left = 19
- Top = 8
- Width = 35
- Height = 35
- Picture.Data = {<image000.ico>}
- Stretch = True
- IsControl = True
- end
- object Label1: TLabel
- Left = 112
- Top = 68
- Width = 108
- Height = 13
- Caption = 'Biologiste des h�pitaux'
- end
- object Label3: TLabel
- Left = 112
- Top = 87
- Width = 82
- Height = 13
- Caption = 'METZ - FRANCE'
- end
- object Label5: TLabel
- Left = 112
- Top = 105
- Width = 129
- Height = 13
- Caption = 'E mail : philimar@easynet.fr'
- end
- object Label7: TLabel
- Left = 112
- Top = 51
- Width = 32
- Height = 13
- Caption = 'Label7'
- end
- object Label8: TLabel
- Left = 216
- Top = 50
- Width = 57
- Height = 13
- Caption = '1998 - 1999'
- end
- end
- object Memo1: TMemo
- Left = 8
- Top = 152
- Width = 369
- Height = 145
- TabStop = False
- Color = clInfoBk
- Lines.Strings = (
-
- ' This software is an unlimited freeware. Its use or copy is f' +
- 'ree of charge.'
-
- 'However, the intellectual property belongs to the author. It is ' +
- 'forbidden to'
-
- 'modify it or insert it in another software without the author'#39's ' +
- 'agreement.'
- ' '
-
- ' The author makes no warranty or representation either expresse' +
- 'd or '
-
- 'implied with respect to this GRAPH PAPER PRINTER software, its ' +
- 'quality,'
- 'performance, or fitness for any purpose.'
- ''
-
- ' Critics or suggestions will be wellcome for next versions. Yo' +
- 'u can '
-
- 'download the latest version at : http://perso.easynet.fr/~philim' +
- 'ar/'
- ''
- ' ')
- ReadOnly = True
- TabOrder = 2
- end
- object CheckBoxAvertir: TCheckBox
- Left = 40
- Top = 310
- Width = 201
- Height = 17
- Caption = '&Do not show this window again'
- TabOrder = 3
- end
- object BtOK: TBitBtn
- Left = 248
- Top = 306
- Width = 75
- Height = 25
- TabOrder = 0
- Kind = bkOK
- end
- end
-