home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
WinFiles.com
/
InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso
/
text-editors-q
/
QuickPAD101.exe
/
QuickPAD.exe
/
0
/
RCDATA
/
THELPFORM
/
THELPFORM.txt
Wrap
Text File
|
1998-06-04
|
2KB
|
70 lines
object HelpForm: THelpForm
Left = 243
Top = 153
BorderStyle = bsToolWindow
Caption = 'Help'
ClientHeight = 175
ClientWidth = 300
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Position = poScreenCenter
PrintScale = poNone
Scaled = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object HelpMemo: TMemo
Left = 0
Top = 0
Width = 300
Height = 175
Align = alClient
Color = clMaroon
Font.Charset = DEFAULT_CHARSET
Font.Color = clFuchsia
Font.Height = -11
Font.Name = 'Fixedsys'
Font.Pitch = fpFixed
Font.Style = []
Lines.Strings = (
'HELP................ F1'
''
'QUICK SAVE.......... F2'
'QUICK RELOAD........ F4'
''
'PRINT............... F9'
''
'MAXIMIZE/NORMAL..... F11'
'MINIMIZE............ F12'
''
'EXIT................ F10'
''
'JUMP TO TOP......... CTRL-HOME'
'JUMP TO BOTTOM...... CTRL-END'
''
'ERASE............... DEL'
'ERASE LINE.......... CTRL-Y'
'COPY................ CTRL-C'
'CUT................. CTRL-X'
'PASTE............... CTRL-V'
'UNDO................ CTRL-Z'
''
'INSERT 5 SPACES..... TAB'
''
'--------------------------------'
'To contact the author;'
''
'Mail: philur_bias@hotmail.com'
'--------------------------------')
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
OnKeyUp = HelpMemoKeyUp
end
end