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

Annotation of /dao/DelphiScanner/RuteLabels.dpr

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2706 - (hide annotations) (download)
Fri Sep 4 12:40:48 2015 UTC (8 years, 8 months ago) by torben
File size: 673 byte(s)
Tilføje de nye units til projektfilerne
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 torben 2706 Utils in 'Utils.pas',
11     LabelPrint in 'LabelPrint.pas',
12     ParentForm in 'ParentForm.pas',
13     Configuration in 'Configuration.pas';
14 torben 2645
15     {$R *.res}
16    
17     begin
18     Application.Initialize;
19     // mpo 20100627:
20     //Application.MainFormOnTaskbar := True;
21     Application.Title := 'Scanning af pakker';
22     Application.CreateForm(TMainForm, MainForm);
23     Application.Run;
24     end.

  ViewVC Help
Powered by ViewVC 1.1.20