flatstyle_d5.dpk

来自「配件仓库管理系统 DELPHI6开发」· DPK 代码 · 共 57 行

DPK
57
字号
package FlatStyle_D5;

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

requires
  vcl50;

{%ToDo 'FlatStyle_D5.todo'}

contains
  TFlatTabControlUnit in 'TFlatTabControlUnit.pas',
  FlatUtilitys in 'FlatUtilitys.pas',
  TFlatAnimationUnit in 'TFlatAnimationUnit.pas',
  TFlatAnimWndUnit in 'TFlatAnimWndUnit.pas',
  TFlatButtonUnit in 'TFlatButtonUnit.pas',
  TFlatCheckBoxUnit in 'TFlatCheckBoxUnit.pas',
  TFlatComboBoxUnit in 'TFlatComboBoxUnit.pas',
  TFlatEditUnit in 'TFlatEditUnit.pas',
  TFlatGaugeUnit in 'TFlatGaugeUnit.pas',
  TFlatHintUnit in 'TFlatHintUnit.pas',
  TFlatListBoxUnit in 'TFlatListBoxUnit.pas',
  TFlatMemoUnit in 'TFlatMemoUnit.pas',
  TFlatProgressBarUnit in 'TFlatProgressBarUnit.pas',
  TFlatRadioButtonUnit in 'TFlatRadioButtonUnit.pas',
  TFlatRegister in 'TFlatRegister.pas',
  TFlatSoundUnit in 'TFlatSoundUnit.pas',
  TFlatSpeedButtonUnit in 'TFlatSpeedButtonUnit.pas',
  TFlatSplitterUnit in 'TFlatSplitterUnit.pas',
  FlatGraphics in 'FlatGraphics.pas',
  HSLUtils in 'HSLUtils.pas';

end.

⌨️ 快捷键说明

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