+ added "testall" demo provided by <christer.t.johansson@se.abb.com>

stoppok

git-svn-id: trunk@18 -
This commit is contained in:
lazarus 2000-07-31 20:33:33 +00:00
parent 1cc50fde23
commit 35cc9bddc6
4 changed files with 2195 additions and 0 deletions

3
.gitattributes vendored
View File

@ -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
View 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

File diff suppressed because it is too large Load Diff

1146
examples/testtools.inc Normal file

File diff suppressed because it is too large Load Diff