Componentes.Terceros.DevExp.../official/x.36/ExpressQuantumGrid 6/Demos/Delphi/IssueList/IssueListConst.pas
2008-06-02 17:37:37 +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.