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

Annotation of /dao/DelphiScanner/RuteLabels.dpr

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3098 - (hide annotations) (download)
Mon Aug 22 18:23:15 2016 UTC (7 years, 9 months ago) by torben
File size: 733 byte(s)
Disable muligheden for ikke at bruge printer
1 torben 2645 program RuteLabels;
2    
3     uses
4     Forms,
5 torben 2671 Main in 'Main.pas' {MainForm},
6 torben 3094 LabelData in 'LabelData.pas',
7 torben 2671 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 torben 3098 TimingHelper in 'TimingHelper.pas',
15     KodeArkiv in 'KodeArkiv.pas';
16 torben 2645
17     {$R *.res}
18    
19     begin
20     Application.Initialize;
21     // mpo 20100627:
22     //Application.MainFormOnTaskbar := True;
23     Application.Title := 'Scanning af pakker';
24     Application.CreateForm(TMainForm, MainForm);
25     Application.Run;
26     end.

  ViewVC Help
Powered by ViewVC 1.1.20