chmhelp: demo renamed unit

git-svn-id: trunk@37974 -
This commit is contained in:
mattias 2012-07-19 13:22:37 +00:00
parent 0c1e195a33
commit 94611a568b
5 changed files with 10 additions and 8 deletions

4
.gitattributes vendored
View File

@ -383,10 +383,10 @@ components/anchordocking/minide/simplefrm.pas svneol=native#text/plain
components/anchordocking/minide/unit1.lfm svneol=native#text/plain components/anchordocking/minide/unit1.lfm svneol=native#text/plain
components/anchordocking/minide/unit1.pas svneol=native#text/plain components/anchordocking/minide/unit1.pas svneol=native#text/plain
components/chmhelp/README.txt svneol=native#text/plain components/chmhelp/README.txt svneol=native#text/plain
components/chmhelp/democontrol/helpconnectionuni1.lfm svneol=native#text/plain
components/chmhelp/democontrol/helpconnectionuni1.pas svneol=native#text/plain
components/chmhelp/democontrol/project1.lpi svneol=native#text/plain components/chmhelp/democontrol/project1.lpi svneol=native#text/plain
components/chmhelp/democontrol/project1.lpr svneol=native#text/plain components/chmhelp/democontrol/project1.lpr svneol=native#text/plain
components/chmhelp/democontrol/unit1.lfm svneol=native#text/plain
components/chmhelp/democontrol/unit1.pas svneol=native#text/plain
components/chmhelp/lhelp/Makefile svneol=native#text/plain components/chmhelp/lhelp/Makefile svneol=native#text/plain
components/chmhelp/lhelp/Makefile.fpc svneol=native#text/plain components/chmhelp/lhelp/Makefile.fpc svneol=native#text/plain
components/chmhelp/lhelp/back.xpm svneol=native#text/plain components/chmhelp/lhelp/back.xpm svneol=native#text/plain

View File

@ -1,4 +1,4 @@
unit Unit1; unit HelpConnectionUnit1;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}

View File

@ -42,20 +42,23 @@
<UnitName Value="project1"/> <UnitName Value="project1"/>
</Unit0> </Unit0>
<Unit1> <Unit1>
<Filename Value="unit1.pas"/> <Filename Value="helpconnectionunit1.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<ComponentName Value="Form1"/> <ComponentName Value="Form1"/>
<ResourceBaseClass Value="Form"/> <ResourceBaseClass Value="Form"/>
<UnitName Value="Unit1"/> <UnitName Value="HelpConnectionUnit1"/>
</Unit1> </Unit1>
</Units> </Units>
</ProjectOptions> </ProjectOptions>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Target>
<Filename Value="project1"/>
</Target>
<SearchPaths> <SearchPaths>
<OtherUnitFiles Value="..\lhelp"/> <OtherUnitFiles Value="..\lhelp"/>
<SrcPath Value="$(LazarusDir)\lcl;$(LazarusDir)\lcl\interfaces\$(LCLWidgetType)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Parsing> <Parsing>
<SyntaxOptions> <SyntaxOptions>

View File

@ -4,8 +4,7 @@ program project1;
uses uses
Interfaces, // this includes the LCL widgetset Interfaces, // this includes the LCL widgetset
Forms Forms, HelpConnectionUnit1, lhelpcontrolpkg;
{ add your units here }, Unit1, lhelpcontrolpkg;
begin begin
Application.Initialize; Application.Initialize;