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

Annotation of /dao/DelphiScanner/RuteLabels.dpr

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2645 - (hide annotations) (download)
Thu Aug 20 20:12:11 2015 UTC (8 years, 9 months ago) by torben
Original Path: RuteLabels.dpr
File size: 307 byte(s)


1 torben 2645 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