/[projects]/dao/DelphiScanner/RuteLabels.dpr
ViewVC logotype

Contents of /dao/DelphiScanner/RuteLabels.dpr

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2647 - (show annotations) (download)
Thu Aug 20 20:16:16 2015 UTC (8 years, 9 months ago) by torben
File size: 307 byte(s)
move delphiscanner to seperate dir
1 program RuteLabels;
2
3 uses
4 Forms,
5 Main in 'Main.pas' {MainForm};
6
7 {$R *.res}
8
9 begin
10 Application.Initialize;
11 // mpo 20100627:
12 //Application.MainFormOnTaskbar := True;
13 Application.Title := 'Scanning af pakker';
14 Application.CreateForm(TMainForm, MainForm);
15 Application.Run;
16 end.

  ViewVC Help
Powered by ViewVC 1.1.20