resourceeditorcomponents.dpk

来自「學習資料網上下載」· DPK 代码 · 共 53 行

DPK
53
字号
package ResourceEditorComponents;

{$R *.res}
{$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}
{$DESCRIPTION 'Colin Wilson - Resource Editor Components'}
{$IMPLICITBUILD OFF}

requires
  rtl,
  vcl,
  LowLevel;

contains
  cmpDialogEditor in 'cmpDialogEditor.pas',
  cmpDialogBox in 'cmpDialogBox.pas',
  cmpMenuDesigner in 'cmpMenuDesigner.pas',
  DialogConsts in 'DialogConsts.pas',
  ResourceEditorComponentsReg in 'ResourceEditorComponentsReg.pas',
  cmpBitmapEditor in 'cmpBitmapEditor.pas',
  DialogButtonControls in 'DialogButtonControls.pas',
  DialogEditControls in 'DialogEditControls.pas',
  DialogStaticControls in 'DialogStaticControls.pas',
  DialogScrollbarControls in 'DialogScrollbarControls.pas',
  DialogProgressbarControls in 'DialogProgressbarControls.pas',
  DialogUpDownControls in 'DialogUpDownControls.pas',
  DialogComboBoxControls in 'DialogComboboxControls.pas',
  DialogListboxControls in 'DialogListboxControls.pas',
  cmpSizingPageControl in 'cmpSizingPageControl.pas',
  cmpColorSelector in 'cmpColorSelector.pas',
  cmpHexDump in 'cmpHexDump.pas';

end.

⌨️ 快捷键说明

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