Skip to content

Commit 4927904

Browse files
committed
Advanced: Add ico, disable console windows
1 parent e53f5b4 commit 4927904

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

Demos/Advanced/Advanced.ico

766 Bytes
Binary file not shown.

Demos/Advanced/Advanced.lpi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<XPManifest>
1515
<DpiAware Value="True"/>
1616
</XPManifest>
17+
<Icon Value="0"/>
1718
<Resources Count="5">
1819
<Resource_0 FileName="Res\Lorem ipsum.uni" Type="RCDATA" ResourceName="LOREM IPSUM"/>
1920
<Resource_1 FileName="Res\Transcriptions.bmp" Type="BITMAP" ResourceName="TRANSCRIPTIONS"/>
@@ -163,5 +164,12 @@
163164
<UseAnsiStrings Value="False"/>
164165
</SyntaxOptions>
165166
</Parsing>
167+
<Linking>
168+
<Options>
169+
<Win32>
170+
<GraphicApplication Value="True"/>
171+
</Win32>
172+
</Options>
173+
</Linking>
166174
</CompilerOptions>
167175
</CONFIG>

Demos/Advanced/Advanced.res

844 Bytes
Binary file not shown.

Demos/Advanced/GeneralAbilitiesDemo.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ procedure TGeneralForm.SaveButtonClick(Sender: TObject);
491491
if Execute then
492492
begin
493493
TargetName := FileName;
494-
writeln('Filter Index: ', FilterIndex);
495494
case FilterIndex of
496495
1: // HTML
497496
begin

0 commit comments

Comments
 (0)