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

Annotation of /dao/DelphiScanner/RuteLabels.dpr

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3076 - (hide annotations) (download)
Thu Jul 28 20:03:18 2016 UTC (7 years, 10 months ago) by torben
File size: 712 byte(s)
Code sync
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 torben 3076 Configuration in 'Configuration.pas',
14     TimingHelper in 'TimingHelper.pas';
15 torben 2645
16     {$R *.res}
17    
18     begin
19     Application.Initialize;
20     // mpo 20100627:
21     //Application.MainFormOnTaskbar := True;
22     Application.Title := 'Scanning af pakker';
23     Application.CreateForm(TMainForm, MainForm);
24     Application.Run;
25     end.

  ViewVC Help
Powered by ViewVC 1.1.20