mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 02:59:15 +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.pas 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.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.fpc svneol=native#text/plain
|
||||
components/chmhelp/lhelp/back.xpm svneol=native#text/plain
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit Unit1;
|
||||
unit HelpConnectionUnit1;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -42,20 +42,23 @@
|
||||
<UnitName Value="project1"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="unit1.pas"/>
|
||||
<Filename Value="helpconnectionunit1.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ComponentName Value="Form1"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="Unit1"/>
|
||||
<UnitName Value="HelpConnectionUnit1"/>
|
||||
</Unit1>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<Target>
|
||||
<Filename Value="project1"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="..\lhelp"/>
|
||||
<SrcPath Value="$(LazarusDir)\lcl;$(LazarusDir)\lcl\interfaces\$(LCLWidgetType)"/>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
|
@ -4,8 +4,7 @@ program project1;
|
||||
|
||||
uses
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms
|
||||
{ add your units here }, Unit1, lhelpcontrolpkg;
|
||||
Forms, HelpConnectionUnit1, lhelpcontrolpkg;
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
|
Loading…
Reference in New Issue
Block a user