123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- //stamp:10986bc2998bec76
- /*<------------------------------------------------------------------------------------------------->*/
- /*该文件由uiresbuilder生成,请不要手动修改*/
- /*<------------------------------------------------------------------------------------------------->*/
- #pragma once
- #include <res.mgr/snamedvalue.h>
- #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");
- XML_PAGEHOME = _T("LAYOUT:XML_PAGEHOME");
- XML_NODE = _T("LAYOUT:XML_NODE");
- }
- const TCHAR * XML_MAINWND;
- const TCHAR * XML_LOGIN;
- const TCHAR * tabtype_control;
- const TCHAR * XML_PAGEHOME;
- const TCHAR * XML_NODE;
- }LAYOUT;
- class _PNG{
- public:
- _PNG(){
- }
- }PNG;
- 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");
- btn_switch_off = _T("IMG:btn-switch-off");
- btn_switch_on = _T("IMG:btn-switch-on");
- default_cpp = _T("IMG:default");
- btn_selection = _T("IMG:btn-selection");
- btn_back = _T("IMG:btn-back");
- imgress = _T("IMG:imgress");
- }
- 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;
- const TCHAR * btn_switch_off;
- const TCHAR * btn_switch_on;
- const TCHAR * default_cpp;
- const TCHAR * btn_selection;
- const TCHAR * btn_back;
- const TCHAR * imgress;
- }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"app_version",65558},
- {L"btn_close",65537},
- {L"con",65542},
- {L"connect_touch",65552},
- {L"edit_password",65539},
- {L"edit_username",65538},
- {L"httpproxy",65549},
- {L"list_back",65559},
- {L"nodeList",65562},
- {L"node_delay",65555},
- {L"node_name",65554},
- {L"nodeclass",65541},
- {L"onRefresh",65560},
- {L"onlogin",65540},
- {L"refresh_status",65561},
- {L"routemode",65557},
- {L"selectnode",65553},
- {L"serverms",65564},
- {L"servername",65563},
- {L"socksproxy",65550},
- {L"sysmode",65556},
- {L"tabmain",65536},
- {L"text_touch",65551},
- {L"username",65543},
- {L"username_chongzhi",65547},
- {L"username_jiaocheng",65546},
- {L"username_liulaing",65545},
- {L"username_time",65544},
- {L"username_tuiguang",65548} };
- class _R{
- public:
- class _name{
- public:
- _name(){
- _name_start = namedXmlID[0].strName;
- app_version = namedXmlID[1].strName;
- btn_close = namedXmlID[2].strName;
- con = namedXmlID[3].strName;
- connect_touch = namedXmlID[4].strName;
- edit_password = namedXmlID[5].strName;
- edit_username = namedXmlID[6].strName;
- httpproxy = namedXmlID[7].strName;
- list_back = namedXmlID[8].strName;
- nodeList = namedXmlID[9].strName;
- node_delay = namedXmlID[10].strName;
- node_name = namedXmlID[11].strName;
- nodeclass = namedXmlID[12].strName;
- onRefresh = namedXmlID[13].strName;
- onlogin = namedXmlID[14].strName;
- refresh_status = namedXmlID[15].strName;
- routemode = namedXmlID[16].strName;
- selectnode = namedXmlID[17].strName;
- serverms = namedXmlID[18].strName;
- servername = namedXmlID[19].strName;
- socksproxy = namedXmlID[20].strName;
- sysmode = namedXmlID[21].strName;
- tabmain = namedXmlID[22].strName;
- text_touch = namedXmlID[23].strName;
- username = namedXmlID[24].strName;
- username_chongzhi = namedXmlID[25].strName;
- username_jiaocheng = namedXmlID[26].strName;
- username_liulaing = namedXmlID[27].strName;
- username_time = namedXmlID[28].strName;
- username_tuiguang = namedXmlID[29].strName;
- }
- const wchar_t * _name_start;
- const wchar_t * app_version;
- const wchar_t * btn_close;
- const wchar_t * con;
- const wchar_t * connect_touch;
- const wchar_t * edit_password;
- const wchar_t * edit_username;
- const wchar_t * httpproxy;
- const wchar_t * list_back;
- const wchar_t * nodeList;
- const wchar_t * node_delay;
- const wchar_t * node_name;
- const wchar_t * nodeclass;
- const wchar_t * onRefresh;
- const wchar_t * onlogin;
- const wchar_t * refresh_status;
- const wchar_t * routemode;
- const wchar_t * selectnode;
- const wchar_t * serverms;
- const wchar_t * servername;
- const wchar_t * socksproxy;
- const wchar_t * sysmode;
- const wchar_t * tabmain;
- const wchar_t * text_touch;
- const wchar_t * username;
- const wchar_t * username_chongzhi;
- const wchar_t * username_jiaocheng;
- const wchar_t * username_liulaing;
- const wchar_t * username_time;
- const wchar_t * username_tuiguang;
- }name;
- class _id{
- public:
- const static int _name_start = 65535;
- const static int app_version = 65558;
- const static int btn_close = 65537;
- const static int con = 65542;
- const static int connect_touch = 65552;
- const static int edit_password = 65539;
- const static int edit_username = 65538;
- const static int httpproxy = 65549;
- const static int list_back = 65559;
- const static int nodeList = 65562;
- const static int node_delay = 65555;
- const static int node_name = 65554;
- const static int nodeclass = 65541;
- const static int onRefresh = 65560;
- const static int onlogin = 65540;
- const static int refresh_status = 65561;
- const static int routemode = 65557;
- const static int selectnode = 65553;
- const static int serverms = 65564;
- const static int servername = 65563;
- const static int socksproxy = 65550;
- const static int sysmode = 65556;
- const static int tabmain = 65536;
- const static int text_touch = 65551;
- const static int username = 65543;
- const static int username_chongzhi = 65547;
- const static int username_jiaocheng = 65546;
- const static int username_liulaing = 65545;
- const static int username_time = 65544;
- const static int username_tuiguang = 65548;
- }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
- }
|