Componentes.Terceros.DevExp.../official/x.33/ExpressQuantumGrid 6/Demos/Delphi/IssueList/IssueListConst.pas
2008-03-26 12:15:03 +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.