Owner's manual
Manuals
Brands
Kontron Manuals
Hardware
pITX-SP
41
42
43
44
45
46
47
48
49
50
KTD-S0003-C
Page 45
JIDA32 Interface
p
ITX-SP
Software Guide
The associated DPR file:
program Jidatest;
uses
Forms,
mainU in 'mainU.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm (TForm1, Form1);
Application.Run;
end.
1
...
...
47
48
49
50
51
...
...
59