📄 additional libraries.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Additional libraries used</title>
<link href="Main.css" rel="stylesheet" type="text/css">
</head>
<body>
<h2>Additional libraries used</h2>
<hr>
Additional <b>optional</b> libraries/units used in <b>ATViewer</b> are:<br>
<ol>
<p>
<li> <b>GraphicEx</b>: used to support many graphics formats: PNG, TGA, TIFF, PSD etc.
After you install this library, enable its usage
in file ATViewerOptions.inc, uncomment the "GEX" define.
<p>
<li> <b>GIFImage</b>: used to support animated GIF graphics format. After you install this library,
enable its usage in file ATViewerOptions.inc, uncomment the "GIF" define.
<p>
<li> <b>Tnt Unicode Controls</b>: used to load Unicode-named files in some cases.
It is used in the following functions:
<p>
<ul>
<li> To load Unicode-named files in Image mode (TTntPicture class is used)
<li> To load Unicode-named files in RTF mode (TTntFileStream class is used)
<li> To read Unicode-named files during text search (TTntFileStream class is used)
</ul>
<p>
After you install this library, enable its
usage in 3 files: ATViewerOptions.inc / ATImageBoxOptions.inc / ATStreamSearchOptions.inc;
uncomment the "TNT" define in all these files.
<p>
<li> <b>DIRegEx</b>: used to support RegEx (regular expressions) search.
After you install this library,
enable its usage in file ATStreamSearchOptions.inc, uncomment the "REGEX" define.
<p>
<li> <b>ATPrintPreview</b>: used to show the "Print preview" form before the actual printing.
After you install this unit, enable its
usage in files ATViewerOptions.inc / ATBinHexOptions.inc, uncomment the "PREVIEW" define.
<p>
<li> <b>nmzIrfanXnView</b>: used to integrate IfranView/XnView external viewers into Image mode.
This unit is included in the ATViewer package.
Enable its usage in file ATViewerOptions.inc, uncomment the "IVIEW" define.
</ol>
Download links for mentioned libraries are listed in the <a href="Copyrights.html">Copyrights</a> topic.
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -