Componentes.Terceros.DevExp.../official/x.26/ExpressQuantumGrid 6/Demos/Delphi/IssueList/IssueListConst.pas
2007-09-09 11:27:27 +00:00

16 lines
204 B
ObjectPascal

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