Renames the main custom drawn unit

git-svn-id: trunk@27816 -
This commit is contained in:
sekelsenmat 2010-10-23 06:52:14 +00:00
parent 35b8ee719e
commit a6eb5edf0b
3 changed files with 6 additions and 11 deletions

2
.gitattributes vendored
View File

@ -579,7 +579,7 @@ components/compilers/javascript/examples/ReadJSClassesXML.lpr svneol=native#text
components/compilers/javascript/examples/jsclassxmlread.pas svneol=native#text/plain
components/custom/README.txt svneol=native#text/plain
components/customdrawn/customdrawn.lpk svneol=native#text/plain
components/customdrawn/customdrawncontrols.pas svneol=native#text/plain
components/customdrawn/customdrawnextras.pas svneol=native#text/plain
components/customform/custforms.pp svneol=native#text/plain
components/customform/demo/appform.pas svneol=native#text/plain
components/customform/demo/appforms.lpk svneol=native#text/plain

View File

@ -4,25 +4,20 @@
<PathDelim Value="\"/>
<Name Value="customdrawn"/>
<CompilerOptions>
<Version Value="8"/>
<Version Value="9"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="True"/>
</SyntaxOptions>
</Parsing>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Files Count="1">
<Item1>
<Filename Value="customdrawncontrols.pas"/>
<Filename Value="customdrawnextras.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="customdrawncontrols"/>
<UnitName Value="customdrawnextras"/>
</Item1>
</Files>
<Type Value="RunAndDesignTime"/>

View File

@ -7,7 +7,7 @@
such as a custom drawn version of TButton, of TEdit, of TPageControl, etc,
eventually forming a full set of custom drawn components.
}
unit customdrawncontrols;
unit customdrawnextras;
{$mode objfpc}{$H+}