5 |
|
{$R *.res} |
6 |
|
|
7 |
|
uses |
8 |
< |
SysUtils, |
8 |
> |
System.SysUtils, |
9 |
> |
FBTestApp in 'FBTestApp.pas', |
10 |
|
Test1 in 'Test1.pas', |
11 |
+ |
Test2 in 'Test2.pas', |
12 |
|
Test3 in 'Test3.pas', |
13 |
|
Test4 in 'Test4.pas', |
14 |
|
Test5 in 'Test5.pas', |
25 |
|
Test16 in 'Test16.pas', |
26 |
|
Test17 in 'Test17.pas', |
27 |
|
Test18 in 'Test18.pas', |
26 |
– |
Test2 in 'Test2.pas', |
27 |
– |
TestApplication in 'testApp\TestApplication.pas', |
28 |
– |
FBTestApp in 'FBTestApp.pas', |
28 |
|
Test19 in 'Test19.pas', |
29 |
|
Test20 in 'Test20.pas', |
30 |
< |
Test21 in 'Test21.pas'; |
30 |
> |
Test21 in 'Test21.pas', |
31 |
> |
Test22 in 'Test22.pas', |
32 |
> |
TestApplication in 'testApp\TestApplication.pas'; |
33 |
|
|
34 |
|
var |
35 |
|
Application: TTestApplication; |