📄 readme.html
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Author" content="Kambiz R. Khojasteh" />
<style type="text/css">
<!--
body, td, th {
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
}
a {
text-decoration: none;
color: #800000;
}
a:hover {
border-bottom: 1px solid #ff0000;
}
.header {
color: #ffffff;
background-color: #660000;
font-size: 24pt;
font-weight: bold;
padding: 0.5em 0;
text-align: center;
}
.tags {
margin: 0;
padding: 0;
height: 2em;
}
.tags li {
color: #ffffff;
background-color: #330000;
margin: 2px 4px 2px 0;
float: left;
font-weight: bold;
display: block;
padding: 0.25em 1em;
white-space: nowrap;
text-align: center;
}
.note {
color: #ff0000;
}
h3 {
clear: both;
margin: 1.5em 0 0;
padding-bottom: 0.25em;
border-bottom: 1px solid #eeeeee;
}
li {
margin-bottom: 1em;
}
sup {
font-size: 0.8em;
}
-->
</style>
<title>ReadMe</title>
</head>
<body>
<div class="header">TCursorView v1.02</div>
<p>Copyright© <a href="mailto:kambiz@delphiarea.com">Kambiz R. Khojasteh</a>. All rights reserved.<br />
Get future component updates from <a href="http://www.delphiarea.com">http://www.delphiarea.com</a>.</p>
<ul class="tags">
<li>Delphi 3</li>
<li>Delphi 4</li>
<li>Delphi 5</li>
<li>Delphi 6</li>
<li>Delphi 7</li>
<li>Delphi 2005</li>
<li>Delphi 2006</li>
<li>Delphi 2007</li>
<li>Delphi 2009</li>
</ul>
<h3 id="description">DESCRIPTION</h3>
<p>TCursorView is a windowed control for displaying static or animated cursors on a form. The control uses standard STATIC class of Windows API to show and animate the cursor, and because of that is very small in size.</p>
<h3 id="properties">KEY PROPERTIES</h3>
<ul>
<li><strong>AutoSize: Boolean</strong><br />Determines whether the component is automatically resized to the size of the loaded cursor.</li>
<li><strong>BorderStyle: TStaticBorderStyle<br />TStaticBorderStyle = (sbsNone, sbsSingle, sbsSunken)</strong><br />Determines the appearance of the control’s border.</li>
<li><strong>CursorHandle: HCURSOR</strong><br />Specifies the handle of the cursor that appears on the control. After assigning a cursor handle to this property clears <em>FileName</em> property.</li>
<li><strong>CursorHeight: Integer</strong><br />Specifies the vertical size (in pixels) of the cursor.</li>
<li><strong>CursorWidth: Integer</strong><br />Specifies the horizontal size (in pixels) of the cursor.</li>
<li><strong>FileName: String</strong><br />Determines the file name of the cursor appears on the control. After assigning a cursor file to this property, <em>CursorHandle</em> property changes to handle of the cursor.</li>
<li><strong>ReleaseHandle: Boolean</strong><br />If this property is set to True, the component destroys cursor handle when it is no more needed. When this property is False, the application should destroy the handle itself.</li>
</ul>
<h3 id="known_bugs">KNOWN ISSUES</h3>
<p>On Delphi 6 and later, the animated cursors do not animate at <strong>design time</strong>.</p>
<h3 id="history">HISTORY</h3>
<ul>
<li><strong>1.02 (November 18, 2008)</strong><br />- The <em>FileName</em> property supplied with a property editor.</li>
<li><strong>1.01 (April 4, 2003)</strong><br />- The bug in calculating size of black and white cursors fixed.</li>
<li><strong>1.00 (April 3, 2003)</strong><br />- Initial release.</li>
</ul>
<h3 id="license">LICENSE</h3>
<p>TCursorView component is freeware. You may copy component's files AS LONG AS YOU COPY ALL OF THEM. If you want to change the source code in order to improve the component's features, performance, etc. please send me the new source code so that I can have a look at it. The changed source code should contain descriptions what you have changed, and of course your name. The only thing you MAY NOT CHANGE is the ORIGINAL COPYRIGHT INFORMATION.</p>
<h3 id="disclaimer">DISCLAIMER</h3>
<p>TCursorView is provided "AS IS" without any warranty of any kind, either express or implied. The entire risk as to the quality and performance of the software is with you. The author is NOT liable for any DAMAGES resulting from the use and misuse of the component, especially he is NOT liable for DAMAGES that were caused BY ANY VERSION WHICH HAS NOT BEEN PROGRAMMED BY THE AUTHOR HIMSELF.</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><hr noshade="noshade" /></td>
<td nowrap="nowrap"> <sup style="font-size: 6pt;">END OF DOCUMENT</sup></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -