readmefirst.txt

来自「简单的电话录音源码」· 文本 代码 · 共 23 行

TXT
23
字号
May 30th 2002

Demo Supplied by Andrea Dal Passo ossaplad@yahoo.it

Before starting the project you have to install the 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 + =
减小字号Ctrl + -
显示快捷键?