📄 readmefirst.txt
字号:
May 30th 2002
Demo Supplied by Andrea Dal Passo ossaplad@yahoo.it
Before starting the project you have to install the Allen-Martin ActiveX control amTapi Pro into the Delphi IDE:
- Click Component->Import ActiveX Control... in the menu
- Choose from the list the right component (e.g: Allen-Martin amTapi Pro Control)
- Choose the Palette page where you want the component to be installed (usually ActiveX)
- Click the Install button
- Choose the Package and click OK
- Answer Yes when asked to rebuild the Package
- Click Ok in the Confirmation MessageBox
- Close the Package Window and save changes
During the translation from VB to Delphi I had to change two constants names to avoid conflicts with Delphi-declared constants:
I have redefined OWNER and MONITOR as
const
OWNERCONST = 4;
MONITORCONST = 2;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -