iw72tmsd2005.dpk.~2~

来自「TMS IntraWEb增强控件TMSIntraWeb_v2.3.2.1_D20」· ~2~ 代码 · 共 81 行

~2~
81
字号
package IW72TMSD2005;

{$R *.res}
{$R 'IWTMSCTRLSREG.dcr'}
{$R 'IWDBTMSCTRLSREG.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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'TMS IntraWeb Components'}
{$IMPLICITBUILD OFF}
{$DEFINE TMSIW5}

requires
  rtl,
  vcl,
  vcljpg,
  dbrtl,
  inet,
  vcldb,
  vclx,
  designide,
  xmlrtl,
  vclactnband;

contains
  IWDBTMSCTRLSREG in 'IWDBTMSCTRLSREG.pas',
  IWTMSCtrls in 'IWTMSCtrls.Pas',
  IWDBTMSCtrls in 'IWDBTMSCtrls.pas',
  IWPicCntnr in 'IWPicCntnr.pas',
  IWTMSMenus in 'IWTMSMenus.pas',
  IWTMSCal in 'IWTMSCal.pas',
  IWTMSCTRLSREG in 'IWTMSCTRLSREG.pas',
  IWScrollPanel in 'IWScrollPanel.pas',
  IWTickerPanel in 'IWTickerPanel.pas',
  IWTMSButton in 'IWTMSButton.pas',
  IWTMSEdit in 'IWTMSEdit.pas',
  IWTMSImgCtrls in 'IWTMSImgCtrls.pas',
  IWDBScrollPanel in 'IWDBScrollPanel.pas',
  IWDBSmartPanel in 'IWDBSmartPanel.pas',
  IWLineLibrary in 'IWLineLibrary.pas',
  IWOutlookBar in 'IWOutlookBar.pas',
  IWTMSBase in 'IWTMSBase.pas',
  IWHotSpotImage in 'IWHotSpotImage.pas',
  IWTMSPopup in 'IWTMSPopup.pas',
  IWDBTMSEdit in 'IWDBTMSEdit.pas',
  IWTMSColorPicker in 'IWTMSColorPicker.pas',
  IWTMSLinks in 'IWTMSLinks.pas',
  IWTMSCC in 'IWTMSCC.pas',
  IWHTMLEdit in 'IWHTMLEdit.pas',
  IWDBHtmlEdit in 'IWDBHtmlEdit.pas',
  IWTMSPLAN in 'IWTMSPLAN.pas',
  IWTMSImg in 'IWTMSImg.pas',
  IWTMSCheckList in 'IWTMSCheckList.pas',
  IWColorComboBox in 'IWColorComboBox.pas',
  IWAdvToolButton in 'IWAdvToolButton.pas',
  IWTMSTextAreaLimiter in 'IWTMSTextAreaLimiter.pas',
  IWTMSCalculatingLabel in 'IWTMSCalculatingLabel.pas',
  IWMultiColumnComboBox in 'IWMultiColumnComboBox.pas',
  IWHelpTip in 'IWHelpTip.pas',
  iwtmssplash in 'iwtmssplash.pas';

end.

⌨️ 快捷键说明

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