program VerpakkingsDefinitie; uses Vcl.Forms, Main in 'Main.pas' {FormMain}, ApplicationContext in 'ApplicationContext.pas', LogInScherm in 'UI\LogInScherm.pas' {FormLogin}, UserAgent in 'WS\UserAgent.pas', Subscherm in 'UI\Subscherm.pas', UserServerService in 'WS\UserServerService.pas', ZoekProductenScherm in 'UI\ZoekProductenScherm.pas' {FormZoekProducten}, Util in 'UI\Util.pas', GebruikerScherm in 'UI\GebruikerScherm.pas' {FormGebruiker}, ObserverPattern in 'UI\ObserverPattern.pas', SelectService in 'WS\SelectService.pas', ProductsAgent in 'WS\ProductsAgent.pas', GevondenProductenScherm in 'UI\GevondenProductenScherm.pas' {FormGevondenProducten}, OptiServerService in 'WS\OptiServerService.pas', ProductDetailScherm in 'UI\ProductDetailScherm.pas' {FormProductDetail}, CheckCombo in 'UI\CheckCombo.pas', UI_Data in 'WS\UI_Data.pas', CustomPanelVerpakkingParameter in 'UI\CustomPanelVerpakkingParameter.pas', NavProductScherm in 'UI\NavProductScherm.pas' {FormProductNav}, Navigator in 'UI\Navigator.pas', VerpakkingDetailScherm in 'UI\VerpakkingDetailScherm.pas' {FormVerpakkingDetail}, ReadOnlyList in 'Other\ReadOnlyList.pas'; {$R *.res} begin Application.Initialize; Application.Title := 'PlanScan'; Application.MainFormOnTaskbar := True; Application.CreateForm(TFormMain, FormMain); Application.Run; end.