-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added Packages in External Sources - Changed MessageDialogs with small animations - Fixed Version number into Installer
- Loading branch information
1 parent
21df36a
commit c61e6e3
Showing
279 changed files
with
37,403 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
package FrameViewer10_1; | ||
|
||
{$R *.res} | ||
{$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 ON} | ||
{$LONGSTRINGS ON} | ||
{$OPENSTRINGS ON} | ||
{$OPTIMIZATION OFF} | ||
{$OVERFLOWCHECKS OFF} | ||
{$RANGECHECKS OFF} | ||
{$REFERENCEINFO ON} | ||
{$SAFEDIVIDE OFF} | ||
{$STACKFRAMES ON} | ||
{$TYPEDADDRESS OFF} | ||
{$VARSTRINGCHECKS ON} | ||
{$WRITEABLECONST OFF} | ||
{$MINENUMSIZE 1} | ||
{$IMAGEBASE $400000} | ||
{$DEFINE DEBUG} | ||
{$ENDIF IMPLICITBUILDING} | ||
{$DESCRIPTION 'THtmlViewer, TFrameViewer, and TFrameBrowser for D10.1'} | ||
{$RUNONLY} | ||
{$IMPLICITBUILD OFF} | ||
|
||
requires | ||
rtl, | ||
vcl, | ||
vclimg, | ||
VclSmp; | ||
|
||
contains | ||
BegaHtmlPrintPreviewForm in '..\source\BegaHtmlPrintPreviewForm.pas', | ||
BegaMetaFilePrinter in '..\source\BegaMetaFilePrinter.pas', | ||
BegaPreview in '..\source\BegaPreview.pas', | ||
BegaPreviewForm in '..\source\BegaPreviewForm.pas' {BegaCustomPrintPreviewForm}, | ||
BegaPreviewPanel in '..\source\BegaPreviewPanel.pas', | ||
BegaScrollBox in '..\source\BegaScrollBox.pas', | ||
BegaZoom in '..\source\BegaZoom.pas', | ||
BuffConv in '..\source\BuffConv.pas', | ||
BuffConvArrays in '..\source\BuffConvArrays.pas', | ||
DitherUnit in '..\source\DitherUnit.pas', | ||
FramBrwz in '..\source\FramBrwz.pas', | ||
framview in '..\source\framview.pas', | ||
GDIPL2A in '..\source\GDIPL2A.pas', | ||
HSLUtils in '..\source\HSLUtils.pas', | ||
HtmlBuffer in '..\source\HtmlBuffer.pas', | ||
HtmlCaches in '..\source\HtmlCaches.pas', | ||
HtmlFonts in '..\source\HtmlFonts.pas', | ||
htmlgif1 in '..\source\htmlgif1.pas', | ||
HTMLGif2 in '..\source\HTMLGif2.pas', | ||
HtmlGlobals in '..\source\HtmlGlobals.pas', | ||
HtmlImages in '..\source\HtmlImages.pas', | ||
Htmlsbs1 in '..\source\Htmlsbs1.pas', | ||
HTMLSubs in '..\source\HTMLSubs.pas', | ||
HtmlSymb in '..\source\HtmlSymb.pas', | ||
htmlun2 in '..\source\htmlun2.pas', | ||
htmlview in '..\source\htmlview.pas', | ||
MetaFilePrinter in '..\source\MetaFilePrinter.pas', | ||
ReadHTML in '..\source\ReadHTML.pas', | ||
StylePars in '..\source\StylePars.pas', | ||
StyleTypes in '..\source\StyleTypes.pas', | ||
StyleUn in '..\source\StyleUn.pas', | ||
URLSubs in '..\source\URLSubs.pas', | ||
UrlConn in '..\Source\UrlConn.pas', | ||
vwPrint in '..\source\vwPrint.pas'; | ||
|
||
end. |
Oops, something went wrong.