⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dclrx7.dpk

📁 企业端数据申报系统:单位管理模块 单位查询. 业务申报模块 在线数据下载 在线数据上传 在线业务申核 申报业务查询 磁盘数据导出 磁盘数据导入 在线业务模块 在线业务
💻 DPK
字号:
{*******************************************************}
{                                                       }
{         Delphi VCL Extensions (RX)                    }
{                                                       }
{         Copyright (c) 1998 Master-Bank                }
{                                                       }
{*******************************************************}

package dclrx7;

{$R *.res}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'RX Library Controls and Tools'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}

requires
  RxCtl7,
  dclsmp,
  dclstd,
  designide;

contains
  RxLConst in 'RxLConst.pas',
  HintProp in 'HintProp.pas',
  CheckItm in 'CheckItm.pas',
  StrLEdit in 'StrLEdit.pas',
  RxColors in 'RxColors.pas',
  RxDsgn in 'RxDsgn.pas',
  PresrDsn in 'PresrDsn.pas',
  MinMaxEd in 'MinMaxEd.pas',
  SbEdit in 'SbEdit.pas',
  PgMngrEd in 'PgMngrEd.pas',
  TimLstEd in 'TimLstEd.pas',
  IcoLEdit in 'IcoLEdit.pas',
  RxResExp in 'RxResExp.pas',
  PictEdit in 'PictEdit.pas',
  RxDirFrm in 'RxDirFrm.pas',
  GradEdit in 'GradEdit.pas',
  RxCtlReg in 'RxCtlReg.pas',
  RxTooReg in 'RxTooReg.pas';

end.

⌨️ 快捷键说明

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