mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 04:39:22 +02:00
chmhelp: demo renamed unit
git-svn-id: trunk@37974 -
This commit is contained in:
parent
0c1e195a33
commit
94611a568b
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
unit Unit1;
|
unit HelpConnectionUnit1;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
@ -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>
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user