mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:19:47 +02:00
+ added "testall" demo provided by <christer.t.johansson@se.abb.com>
stoppok git-svn-id: trunk@18 -
This commit is contained in:
parent
1cc50fde23
commit
35cc9bddc6
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -20,6 +20,9 @@ examples/notebku.pp svneol=native#text/pascal
|
||||
examples/notebooktest.pp svneol=native#text/pascal
|
||||
examples/progressbar.pp svneol=native#text/pascal
|
||||
examples/speedtest.pp svneol=native#text/pascal
|
||||
examples/testall.pp svneol=native#text/pascal
|
||||
examples/testallform.pp svneol=native#text/pascal
|
||||
examples/testtools.inc svneol=native#text/pascal
|
||||
examples/toolbar.pp svneol=native#text/pascal
|
||||
examples/trackbar.pp svneol=native#text/pascal
|
||||
ide/compiler.pp svneol=native#text/pascal
|
||||
|
19
examples/testall.pp
Normal file
19
examples/testall.pp
Normal file
@ -0,0 +1,19 @@
|
||||
program testall;
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
uses forms,
|
||||
testallform;
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
Application.Run;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2000/07/31 20:33:33 lazarus
|
||||
+ added "testall" demo provided by <christer.t.johansson@se.abb.com>
|
||||
stoppok
|
||||
|
||||
}
|
1027
examples/testallform.pp
Normal file
1027
examples/testallform.pp
Normal file
File diff suppressed because it is too large
Load Diff
1146
examples/testtools.inc
Normal file
1146
examples/testtools.inc
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user