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

📄 premotedataset.~dpk

📁 DbAnyWhere开发套件
💻 ~DPK
字号:
package PRemoteDataSet;

{$R *.res}
{$R 'remotedataset.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD OFF}

requires
  rtl,
  vcl,
  dbrtl,
  dsnap,
  dclindy,
  indy,
  designide,
  vclactnband,
  vclx,
  soaprtl,
  xmlrtl,
  inet,
  VclSmp,
  adortl,
  vcldb,
  EhLib70;

contains
  RsgImageList in 'RsgImageList.pas',
  Message_unit in 'Message_unit.pas' {Message_form},
  remotedataset in 'remotedataset.pas',
  RemoteHttpConnection in 'remotehttpconnection.pas',
  RemoteUdpConnection in 'RemoteUdpConnection.pas',
  RsgEdit in 'RsgEdit.pas',
  ImageBtn in 'ImageBtn.pas',
  send_sql in 'send_sql.pas',
  SR_unit in 'SR_unit.pas' {SR_form},
  tools in 'tools.pas',
  Utools in 'Utools.pas',
  RsgComboBox in 'RsgComboBox.pas',
  GridTitle in 'GridTitle.pas',
  TitleDesign in 'TitleDesign.pas' {titledesign_form},
  SynDataBase in 'SynDataBase.pas',
  AccessCompress in 'AccessCompress.pas',
  LocalDbTreeView in 'LocalDbTreeView.pas',
  RemoteDbTreeView in 'RemoteDbTreeView.pas',
  ClassEdit in 'ClassEdit.pas' {ClassEdit_Form},
  SelectType in 'SelectType.pas',
  SelectList in 'SelectList.pas',
  DataSelect in 'DataSelect.pas',
  DataSelectForm in 'DataSelectForm.pas' {DataSelectForm_Form},
  StaticSelectForm in 'StaticSelectForm.pas' {StaticSelectForm_Form},
  BillCode in 'BillCode.pas',
  RemoteStoredProc in 'RemoteStoredProc.pas',
  RsgDbComboBox in 'RsgDbComboBox.pas',
  CalExpression in 'CalExpression.pas',
  CalDbGrid in 'CalDbGrid.pas',
  TempRTDataSet in 'TempRTDataSet.pas',
  SaveTempDb in 'SaveTempDb.pas' {savetempdb_form},
  LoadTempDb in 'LoadTempDb.pas' {loadtempdb_form};

end.

⌨️ 快捷键说明

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