fix pc tester proj

This commit is contained in:
Basile Burg 2015-12-09 01:28:38 +01:00
parent 347094cdcf
commit 700bcef6ad
2 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,10 @@
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
</Unit0> </Unit0>
<Unit1> <Unit1>
<Filename Value="../../pagecontroltester.pas"/> <Filename Value="pagecontroltester.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<ComponentName Value="Form1"/> <ComponentName Value="Form1"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/> <ResourceBaseClass Value="Form"/>
</Unit1> </Unit1>
</Units> </Units>

View File

@ -7,8 +7,7 @@ uses
cthreads, cthreads,
{$ENDIF}{$ENDIF} {$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset Interfaces, // this includes the LCL widgetset
Forms, pagecontroltester Forms, pagecontroltester;
{ you can add units after this };
{$R *.res} {$R *.res}