--- dao/DelphiScanner/RuteLabels.dpr 2015/08/25 18:15:15 2671 +++ dao/DelphiScanner/RuteLabels.dpr 2016/08/22 18:23:15 3098 @@ -3,10 +3,16 @@ uses Forms, Main in 'Main.pas' {MainForm}, - PakkeshopLabels in 'PakkeshopLabels.pas', + LabelData in 'LabelData.pas', StBarC in 'Components\tpsystools_4.04\source\StBarC.pas', StBase in 'Components\tpsystools_4.04\source\StBase.pas', - StConst in 'Components\tpsystools_4.04\source\StConst.pas'; + StConst in 'Components\tpsystools_4.04\source\StConst.pas', + Utils in 'Utils.pas', + LabelPrint in 'LabelPrint.pas', + ParentForm in 'ParentForm.pas', + Configuration in 'Configuration.pas', + TimingHelper in 'TimingHelper.pas', + KodeArkiv in 'KodeArkiv.pas'; {$R *.res}