Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions ListLabelDesigntime.dpk
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
package ListLabelDesigntime;

{$R *.res}
{$R 'ListLabel28ComponentsResource.dcr'}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$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 OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE RELEASE}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'combit List & Label 28 Components Designtime'}
{$LIBSUFFIX AUTO}
{$LIBVERSION '28'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}

requires
rtl,
DesignIde,
ListLabelRuntime;

contains
LL28Report_Reg in 'Sources\LL28Report_Reg.pas',
LLObjectEditor in 'Sources\LLObjectEditor.pas' {DetailSourcesEditor};

end.
901 changes: 901 additions & 0 deletions ListLabelDesigntime.dproj

Large diffs are not rendered by default.

Binary file added ListLabelDesigntime.res
Binary file not shown.
Loading