git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@8 05c56307-c608-d34a-929d-697000501d7a
16 lines
204 B
ObjectPascal
16 lines
204 B
ObjectPascal
unit IssueListConst;
|
|
|
|
interface
|
|
|
|
const
|
|
ProjectsFormID = 1;
|
|
ItemsFormID = 2;
|
|
DepartmentsFormID = 3;
|
|
UsersFormID = 4;
|
|
TeamsFormID = 5;
|
|
ScheduleFormID = 6;
|
|
|
|
implementation
|
|
|
|
end.
|