Manual
Manuals
Brands
Kontron Manuals
Hardware
MOPSlcdLX
21
22
23
24
25
26
27
28
29
30
KTD-S0006-B
Page 20
JIDA32 Interface
MOPSlcdLX
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
...
...
21
22
23
24
25
...
...
31