lcore.org gitweb
/
pngwrite.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ae19233ada072a727c95bcb0c3a58fcb21d3f8c6
[pngwrite.git]
/
graphdraw.dpr
1
//graph draw test/demo app
\r
2
program graphdraw;
\r
3
\r
4
uses
\r
5
Forms,
\r
6
graphdrawu in 'graphdrawu.pas' {Form1};
\r
7
\r
8
{$R *.RES}
\r
9
\r
10
begin
\r
11
Application.Initialize;
\r
12
Application.CreateForm(TForm1, Form1);
\r
13
Application.Run;
\r
14
end.
\r