install.txt

来自「新颖按钮控件」· 文本 代码 · 共 72 行

TXT
72
字号
You can install this components as you would any other component.
Just follow these steps:

I. LIBRARY
A. Installation for Delphi 2.0
1. Copy the files from the \LIB.D2 to your Delphi Lib directory
2. Run Delphi and select the COMPONENTS pull-down menu.  Then choose the
 item INSTALL COMPONENTS...
3. Click on the ADD button.  A dialog box will pop up.  Click on the BROWSE 
button.
4. A standard file selection dialog will pop up.  Select the directory that 
contains the above mentioned files.  In the "List Files of Type" drop-down 
select *.pas files.
5. You should install *reg.pas unit(s).
Now click OK in the Install Components dialog box.  Delphi's VCL will be 
recompiled.
                   
B. Installation for Delphi 3.0
1. Copy the files from the \LIB.D3 to your Delphi Lib directory
2. Run Delphi and select the COMPONENTS pull-down menu.  
Then choose the item Install Packages...
3. Click on the ADD button.  A dialog box will pop up.  Click on the BROWSE 
button.
4. A standard file selection dialog will pop up.  Select \LIB.D3\*.dpl file(s)
The next steps you have to do if you use trial version (Runtime packages)
5. Check the check box 'Build with runtime packages'
6. Click on the ADD button in the Runtime packages group box and 
select  \LIB.D3\*.dcp file(s).

B. Installation for Delphi 4.0
1. Copy the files from the \LIB.D3 to your Delphi Lib directory
2. Run Delphi and select the COMPONENTS pull-down menu.  
Then choose the item Install Packages...
3. Click on the ADD button.  A dialog box will pop up.  Click on the BROWSE 
button.
4. A standard file selection dialog will pop up.  Select \LIB.D4\*.dpl file(s)
The next steps you have to do if you use trial version (Runtime packages)
5. Check the check box 'Build with runtime packages'
6. Click on the ADD button in the Runtime packages group box and 
select  \LIB.D4\*.dcp file(s).

C. Installation for C++ Builder 1.0
2. Copy the files from the \LIB.D2 (\LIB.CB\ for trial version)
to your C++ Builder Lib directory.
2. Run CBuilder and select the COMPONENTS pull-down menu.  Then choose the
item INSTALL COMPONENTS...
3. Click on the ADD button.  A dialog box will pop up.  Click on the BROWSE 
button.
4. A standard file selection dialog will pop up.  Select the directory 
that contains the above mentioned files.  In the "List Files of Type" drop-down 
select *reg.pas (*reg.obj for trial version) files.
5. Now click OK in the Install Components dialog box.  VCL will be 
recompiled.

D. Installation for C++ Builder 3.0
1. Copy the files from 
a) \LIB.CB3\BIN\ to your C++ Builder Bin directory;
b) \LIB.CB3\LIB\ to your C++ Builder Lib directory;
c) \LIB.CB3\LIB\OBJ to your C++ Builder Lib\Obj directory.
d) \LIB.CB3\INCLUDE\ to your C++ Builder INCLUDE\VCL\ directory;
2. Run C++ Builder and select the COMPONENTS pull-down menu.  
Then choose the item Install Packages...
3. Click on the ADD button.  A dialog box will pop up.  Click on the BROWSE 
button.
4. A standard file selection dialog will pop up.  
Select \LIB.CB3\LIB\*.bpl file(s)
The next steps you have to do if you use trial version (Runtime packages)
5. Check the check box 'Build with runtime packages'
6. Click on the ADD button in the Runtime packages group box and 
select  \LIB.CB3\*.bpi file(s).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?