program TempTelstra; uses Forms, TelstraTemp in 'TelstraTemp.pas' {TelsForm}, Tels in 'Tels.pas', Progress in 'Progress.pas' {ProgressForm}, FileFunctions in 'FileFunctions.pas', DateFunctions in 'DateFunctions.pas', GenFns in 'GenFns.pas', InitFns in 'InitFns.pas', AccessRights in 'AccessRights.pas', LoginFrm in 'LoginFrm.pas' {LoginForm}, DataMod in 'DataMod.pas' {DM: TDataModule}; {$R *.RES} begin Application.Initialize; Application.Title := 'Telstra Import Program - Temp'; Application.CreateForm(TDM, DM); Application.CreateForm(TTelsForm, TelsForm); Application.Run; end.