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

Annotation of /dao/DelphiScanner/RuteLabels.dpr

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2671 - (hide annotations) (download)
Tue Aug 25 18:15:15 2015 UTC (8 years, 9 months ago) by torben
File size: 537 byte(s)
Added tpsystools component
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     StConst in 'Components\tpsystools_4.04\source\StConst.pas';
10 torben 2645
11     {$R *.res}
12    
13     begin
14     Application.Initialize;
15     // mpo 20100627:
16     //Application.MainFormOnTaskbar := True;
17     Application.Title := 'Scanning af pakker';
18     Application.CreateForm(TMainForm, MainForm);
19     Application.Run;
20     end.

  ViewVC Help
Powered by ViewVC 1.1.20