git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@26 05c56307-c608-d34a-929d-697000501d7a
14 lines
384 B
C
14 lines
384 B
C
//---------------------------------------------------------------------------
|
|
|
|
#ifndef IssueListConstH
|
|
#define IssueListConstH
|
|
//---------------------------------------------------------------------------
|
|
#endif
|
|
|
|
const ProjectsFrameID = 1;
|
|
const ItemsFrameID = 2;
|
|
const DepartmentsFrameID = 3;
|
|
const UsersFrameID = 4;
|
|
const TeamsFrameID = 5;
|
|
const ScheduleFrameID = 6;
|