mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 05:57:15 +01:00
Renames the main custom drawn unit
git-svn-id: trunk@27816 -
This commit is contained in:
parent
35b8ee719e
commit
a6eb5edf0b
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
||||
|
||||
@ -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"/>
|
||||
|
||||
@ -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+}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user