unit IssueListConst; interface const ProjectsFormID = 1; ItemsFormID = 2; DepartmentsFormID = 3; UsersFormID = 4; TeamsFormID = 5; ScheduleFormID = 6; implementation end.