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

Annotation of /dao/DelphiScanner/RuteLabels.dpr

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2684 - (hide annotations) (download)
Thu Aug 27 12:15:05 2015 UTC (8 years, 9 months ago) by torben
File size: 562 byte(s)
Project uses utils.pas
1 torben 2645 program RuteLabels;
2    
3     uses
4     Forms,
5 torben 2671 Main in 'Main.pas' {MainForm},
6     PakkeshopLabels in 'PakkeshopLabels.pas',
7     StBarC in 'Components\tpsystools_4.04\source\StBarC.pas',
8     StBase in 'Components\tpsystools_4.04\source\StBase.pas',
9 torben 2684 StConst in 'Components\tpsystools_4.04\source\StConst.pas',
10     Utils in 'Utils.pas';
11 torben 2645
12     {$R *.res}
13    
14     begin
15     Application.Initialize;
16     // mpo 20100627:
17     //Application.MainFormOnTaskbar := True;
18     Application.Title := 'Scanning af pakker';
19     Application.CreateForm(TMainForm, MainForm);
20     Application.Run;
21     end.

  ViewVC Help
Powered by ViewVC 1.1.20