?? dbanywhere.dpk
字號:
package DbAnyWhere;
{$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,
vclx,
soaprtl,
xmlrtl,
inet,
VclSmp,
adortl,
vcldb;
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',
SynDataBase in 'SynDataBase.pas',
AccessCompress in 'AccessCompress.pas',
LocalDbTreeView in 'LocalDbTreeView.pas',
RemoteDbTreeView in 'RemoteDbTreeView.pas',
ClassEdit in 'ClassEdit.pas' {ClassEdit_Form},
RemoteStoredProc in 'RemoteStoredProc.pas',
RsgDbComboBox in 'RsgDbComboBox.pas',
CalExpression in 'CalExpression.pas',
sndkey32 in 'sndkey32.pas',
RemoteUpdateSql in 'RemoteUpdateSql.pas',
HttpFile in 'HttpFile.pas';
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -