additional libraries.html
来自「ATViewer is a component for Delphi/C++Bu」· HTML 代码 · 共 40 行
HTML
40 行
<!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 <span style="font-weight: bold;">optional</span> libraries used in <b>ATBinHex</b> are:
<ol>
<li>
<p><b>DIRegEx</b>: used for RegEx (regular expressions) search. asoRegEx search option is
available only when this library is compiled in. After you install this
library, enable its usage in file ATStreamSearchOptions.inc, uncomment the "REGEX" define.
</p>
<li>
<p><b>Tnt Unicode Controls</b>: used for search in Unicode-named files (TTntFileStream class is used).
After you install this library, enable its
usage in file ATStreamSearchOptions.inc, uncomment the "TNT" define.
</p>
<li>
<p><b>ATPrintPreview</b>: used to show the "Print preview" form before the actual printing in
Print and PrintPreview methods.
After you install this library, enable its
usage in file ATBinHexOptions.inc, uncomment the "PREVIEW" define.
</p>
</ol>
Download links for mentioned libraries are listed in <a href="Copyrights.html">Copyrights</a> topic.
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?