Componentes.Terceros.DevExp.../official/x.36/ExpressQuantumGrid 6/Demos/Delphi/IssueList/IssueListConst.pas

16 lines
204 B
ObjectPascal
Raw Normal View History

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