Skip to content

Commit 0da36cb

Browse files
committed
Added custom shape for forms.
1 parent a3c035f commit 0da36cb

File tree

9 files changed

+27167
-0
lines changed

9 files changed

+27167
-0
lines changed
1.88 MB
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
program customshape;
2+
{$ifdef FPC}{$mode objfpc}{$h+}{$endif}
3+
{$ifdef FPC}
4+
{$ifdef mswindows}{$apptype gui}{$endif}
5+
{$endif}
6+
uses
7+
{$ifdef FPC}{$ifdef unix}cthreads,{$endif}{$endif}
8+
msegui,msegraphics,msegraphutils,main;
9+
begin
10+
application.createform(tmainfo,mainfo);
11+
application.run;
12+
end.

0 commit comments

Comments
 (0)