📄 resourceeditorcomponents.dpk
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -