mirror of https://gitlab.com/basile.b/dexed.git
fix pc tester proj
This commit is contained in:
parent
347094cdcf
commit
700bcef6ad
|
@ -37,9 +37,10 @@
|
|||
<IsPartOfProject Value="True"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="../../pagecontroltester.pas"/>
|
||||
<Filename Value="pagecontroltester.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ComponentName Value="Form1"/>
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
</Unit1>
|
||||
</Units>
|
||||
|
|
|
@ -7,8 +7,7 @@ uses
|
|||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms, pagecontroltester
|
||||
{ you can add units after this };
|
||||
Forms, pagecontroltester;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
|
|
Loading…
Reference in New Issue