14 lines
454 B
C++
14 lines
454 B
C++
// Constant strings defintion for Controls and Data customization
|
|
//
|
|
// YB
|
|
///////////////////////////////////////////////////////////////////
|
|
#ifndef _TME_CONSTANT_STRINGS_FOR_CONTROLS_
|
|
#define _TME_CONSTANT_STRINGS_FOR_CONTROLS_
|
|
|
|
//For Controls
|
|
const CString TME_g_c_cs_ControlOwnerData_ParentCardType = "Parent_Card_Type";
|
|
|
|
//For Data
|
|
const CString TME_g_c_cs_DataOwnerData_ParentCard = "Parent_Card";
|
|
|
|
#endif //_TME_CONSTANT_STRINGS_FOR_CONTROLS_
|