Rxbuild.dpr
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. {*******************************************************}
  2. {                                                       }
  3. {         Delphi VCL Extensions (RX)                    }
  4. {         RX build project                              }
  5. {                                                       }
  6. {         Copyright (c) 1997, 1998 Master-Bank          }
  7. {                                                       }
  8. {*******************************************************}
  9. {$D-,L-,Y-,B-,S-,I-}
  10. {$I RX.INC}
  11. {$IFDEF RX_D3}
  12.   ERROR! RX Build program is intended for Delphi 1.0 and 2.0 only
  13. {$ENDIF}
  14. Library RxBuild;
  15. Uses RxCtlReg, RxDBReg, RxTooReg, RxBDEReg, DbExcpt, DateUtil, RxIni, ObjStr,
  16.   Parsing, RxVerInf, SplshWnd, Ole2Auto, QBndDlg, RxHints, Str16;
  17. begin
  18. end.