//stamp:0ce9c6ead97f30d6 /*<------------------------------------------------------------------------------------------------->*/ /*该文件由uiresbuilder生成,请不要手动修改*/ /*<------------------------------------------------------------------------------------------------->*/ #pragma once #include #define ROBJ_IN_CPP \ namespace SOUI \ {\ const _R R;\ const _UIRES UIRES;\ } namespace SOUI { class _UIRES{ public: class _UIDEF{ public: _UIDEF(){ XML_INIT = _T("UIDEF:XML_INIT"); } const TCHAR * XML_INIT; }UIDEF; class _LAYOUT{ public: _LAYOUT(){ XML_MAINWND = _T("LAYOUT:XML_MAINWND"); XML_LOGIN = _T("LAYOUT:XML_LOGIN"); tabtype_control = _T("LAYOUT:tabtype_control"); } const TCHAR * XML_MAINWND; const TCHAR * XML_LOGIN; const TCHAR * tabtype_control; }LAYOUT; class _values{ public: _values(){ string = _T("values:string"); color = _T("values:color"); skin = _T("values:skin"); } const TCHAR * string; const TCHAR * color; const TCHAR * skin; }values; class _IMG{ public: _IMG(){ bg_login_png = _T("IMG:bg-login_png"); bg_home_png = _T("IMG:bg-home_png"); bg_user_png = _T("IMG:bg-user_png"); ID_DEF_VSCROLL = _T("IMG:ID_DEF_VSCROLL"); btn_border = _T("IMG:btn-border"); bg_user = _T("IMG:bg-user"); line_2 = _T("IMG:line-2"); user = _T("IMG:user"); password = _T("IMG:password"); tyte_selection = _T("IMG:tyte_selection"); } const TCHAR * bg_login_png; const TCHAR * bg_home_png; const TCHAR * bg_user_png; const TCHAR * ID_DEF_VSCROLL; const TCHAR * btn_border; const TCHAR * bg_user; const TCHAR * line_2; const TCHAR * user; const TCHAR * password; const TCHAR * tyte_selection; }IMG; class _ICON{ public: _ICON(){ ICON_LOGO = _T("ICON:ICON_LOGO"); } const TCHAR * ICON_LOGO; }ICON; class _SMENU{ public: _SMENU(){ menu_tray = _T("SMENU:menu_tray"); } const TCHAR * menu_tray; }SMENU; }; const SNamedID::NAMEDVALUE namedXmlID[]={ {L"_name_start",65535}, {L"btn_close",65536}, {L"con",65541}, {L"edit_password",65538}, {L"edit_username",65537}, {L"nodeclass",65540}, {L"onlogin",65539} }; class _R{ public: class _name{ public: _name(){ _name_start = namedXmlID[0].strName; btn_close = namedXmlID[1].strName; con = namedXmlID[2].strName; edit_password = namedXmlID[3].strName; edit_username = namedXmlID[4].strName; nodeclass = namedXmlID[5].strName; onlogin = namedXmlID[6].strName; } const wchar_t * _name_start; const wchar_t * btn_close; const wchar_t * con; const wchar_t * edit_password; const wchar_t * edit_username; const wchar_t * nodeclass; const wchar_t * onlogin; }name; class _id{ public: const static int _name_start = 65535; const static int btn_close = 65536; const static int con = 65541; const static int edit_password = 65538; const static int edit_username = 65537; const static int nodeclass = 65540; const static int onlogin = 65539; }id; class _string{ public: const static int title = 0; const static int ver = 1; }string; class _color{ public: const static int blue = 0; const static int gray = 1; const static int green = 2; const static int red = 3; const static int white = 4; }color; }; #ifdef R_IN_CPP extern const _R R; extern const _UIRES UIRES; #else extern const __declspec(selectany) _R & R = _R(); extern const __declspec(selectany) _UIRES & UIRES = _UIRES(); #endif//R_IN_CPP }