resource.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. //stamp:1098706c6ec792d1
  2. /*<------------------------------------------------------------------------------------------------->*/
  3. /*该文件由uiresbuilder生成,请不要手动修改*/
  4. /*<------------------------------------------------------------------------------------------------->*/
  5. #pragma once
  6. #include <res.mgr/snamedvalue.h>
  7. #define ROBJ_IN_CPP \
  8. namespace SOUI \
  9. {\
  10. const _R R;\
  11. const _UIRES UIRES;\
  12. }
  13. namespace SOUI
  14. {
  15. class _UIRES{
  16. public:
  17. class _UIDEF{
  18. public:
  19. _UIDEF(){
  20. XML_INIT = _T("UIDEF:XML_INIT");
  21. }
  22. const TCHAR * XML_INIT;
  23. }UIDEF;
  24. class _LAYOUT{
  25. public:
  26. _LAYOUT(){
  27. XML_MAINWND = _T("LAYOUT:XML_MAINWND");
  28. XML_LOGIN = _T("LAYOUT:XML_LOGIN");
  29. tabtype_control = _T("LAYOUT:tabtype_control");
  30. XML_PAGEHOME = _T("LAYOUT:XML_PAGEHOME");
  31. XML_NODE = _T("LAYOUT:XML_NODE");
  32. }
  33. const TCHAR * XML_MAINWND;
  34. const TCHAR * XML_LOGIN;
  35. const TCHAR * tabtype_control;
  36. const TCHAR * XML_PAGEHOME;
  37. const TCHAR * XML_NODE;
  38. }LAYOUT;
  39. class _PNG{
  40. public:
  41. _PNG(){
  42. }
  43. }PNG;
  44. class _values{
  45. public:
  46. _values(){
  47. string = _T("values:string");
  48. color = _T("values:color");
  49. skin = _T("values:skin");
  50. }
  51. const TCHAR * string;
  52. const TCHAR * color;
  53. const TCHAR * skin;
  54. }values;
  55. class _IMG{
  56. public:
  57. _IMG(){
  58. bg_login_png = _T("IMG:bg-login_png");
  59. bg_home_png = _T("IMG:bg-home_png");
  60. bg_user_png = _T("IMG:bg-user_png");
  61. ID_DEF_VSCROLL = _T("IMG:ID_DEF_VSCROLL");
  62. btn_border = _T("IMG:btn-border");
  63. bg_user = _T("IMG:bg-user");
  64. line_2 = _T("IMG:line-2");
  65. user = _T("IMG:user");
  66. password = _T("IMG:password");
  67. tyte_selection = _T("IMG:tyte_selection");
  68. btn_switch_off = _T("IMG:btn-switch-off");
  69. btn_switch_on = _T("IMG:btn-switch-on");
  70. default_cpp = _T("IMG:default");
  71. btn_selection = _T("IMG:btn-selection");
  72. btn_back = _T("IMG:btn-back");
  73. imgress = _T("IMG:imgress");
  74. }
  75. const TCHAR * bg_login_png;
  76. const TCHAR * bg_home_png;
  77. const TCHAR * bg_user_png;
  78. const TCHAR * ID_DEF_VSCROLL;
  79. const TCHAR * btn_border;
  80. const TCHAR * bg_user;
  81. const TCHAR * line_2;
  82. const TCHAR * user;
  83. const TCHAR * password;
  84. const TCHAR * tyte_selection;
  85. const TCHAR * btn_switch_off;
  86. const TCHAR * btn_switch_on;
  87. const TCHAR * default_cpp;
  88. const TCHAR * btn_selection;
  89. const TCHAR * btn_back;
  90. const TCHAR * imgress;
  91. }IMG;
  92. class _ICON{
  93. public:
  94. _ICON(){
  95. ICON_LOGO = _T("ICON:ICON_LOGO");
  96. }
  97. const TCHAR * ICON_LOGO;
  98. }ICON;
  99. class _SMENU{
  100. public:
  101. _SMENU(){
  102. menu_tray = _T("SMENU:menu_tray");
  103. }
  104. const TCHAR * menu_tray;
  105. }SMENU;
  106. };
  107. const SNamedID::NAMEDVALUE namedXmlID[]={
  108. {L"OnRefresh",65543},
  109. {L"_name_start",65535},
  110. {L"app_version",65559},
  111. {L"btn_close",65537},
  112. {L"con",65542},
  113. {L"connect_touch",65553},
  114. {L"edit_password",65539},
  115. {L"edit_username",65538},
  116. {L"httpproxy",65550},
  117. {L"list_back",65560},
  118. {L"nodeList",65563},
  119. {L"node_delay",65556},
  120. {L"node_name",65555},
  121. {L"nodeclass",65541},
  122. {L"onRefresh",65561},
  123. {L"onlogin",65540},
  124. {L"refresh_status",65562},
  125. {L"routemode",65558},
  126. {L"selectnode",65554},
  127. {L"serverms",65565},
  128. {L"servername",65564},
  129. {L"socksproxy",65551},
  130. {L"sysmode",65557},
  131. {L"tabmain",65536},
  132. {L"text_touch",65552},
  133. {L"username",65544},
  134. {L"username_chongzhi",65548},
  135. {L"username_jiaocheng",65547},
  136. {L"username_liulaing",65546},
  137. {L"username_time",65545},
  138. {L"username_tuiguang",65549} };
  139. class _R{
  140. public:
  141. class _name{
  142. public:
  143. _name(){
  144. OnRefresh = namedXmlID[0].strName;
  145. _name_start = namedXmlID[1].strName;
  146. app_version = namedXmlID[2].strName;
  147. btn_close = namedXmlID[3].strName;
  148. con = namedXmlID[4].strName;
  149. connect_touch = namedXmlID[5].strName;
  150. edit_password = namedXmlID[6].strName;
  151. edit_username = namedXmlID[7].strName;
  152. httpproxy = namedXmlID[8].strName;
  153. list_back = namedXmlID[9].strName;
  154. nodeList = namedXmlID[10].strName;
  155. node_delay = namedXmlID[11].strName;
  156. node_name = namedXmlID[12].strName;
  157. nodeclass = namedXmlID[13].strName;
  158. onRefresh = namedXmlID[14].strName;
  159. onlogin = namedXmlID[15].strName;
  160. refresh_status = namedXmlID[16].strName;
  161. routemode = namedXmlID[17].strName;
  162. selectnode = namedXmlID[18].strName;
  163. serverms = namedXmlID[19].strName;
  164. servername = namedXmlID[20].strName;
  165. socksproxy = namedXmlID[21].strName;
  166. sysmode = namedXmlID[22].strName;
  167. tabmain = namedXmlID[23].strName;
  168. text_touch = namedXmlID[24].strName;
  169. username = namedXmlID[25].strName;
  170. username_chongzhi = namedXmlID[26].strName;
  171. username_jiaocheng = namedXmlID[27].strName;
  172. username_liulaing = namedXmlID[28].strName;
  173. username_time = namedXmlID[29].strName;
  174. username_tuiguang = namedXmlID[30].strName;
  175. }
  176. const wchar_t * OnRefresh;
  177. const wchar_t * _name_start;
  178. const wchar_t * app_version;
  179. const wchar_t * btn_close;
  180. const wchar_t * con;
  181. const wchar_t * connect_touch;
  182. const wchar_t * edit_password;
  183. const wchar_t * edit_username;
  184. const wchar_t * httpproxy;
  185. const wchar_t * list_back;
  186. const wchar_t * nodeList;
  187. const wchar_t * node_delay;
  188. const wchar_t * node_name;
  189. const wchar_t * nodeclass;
  190. const wchar_t * onRefresh;
  191. const wchar_t * onlogin;
  192. const wchar_t * refresh_status;
  193. const wchar_t * routemode;
  194. const wchar_t * selectnode;
  195. const wchar_t * serverms;
  196. const wchar_t * servername;
  197. const wchar_t * socksproxy;
  198. const wchar_t * sysmode;
  199. const wchar_t * tabmain;
  200. const wchar_t * text_touch;
  201. const wchar_t * username;
  202. const wchar_t * username_chongzhi;
  203. const wchar_t * username_jiaocheng;
  204. const wchar_t * username_liulaing;
  205. const wchar_t * username_time;
  206. const wchar_t * username_tuiguang;
  207. }name;
  208. class _id{
  209. public:
  210. const static int OnRefresh = 65543;
  211. const static int _name_start = 65535;
  212. const static int app_version = 65559;
  213. const static int btn_close = 65537;
  214. const static int con = 65542;
  215. const static int connect_touch = 65553;
  216. const static int edit_password = 65539;
  217. const static int edit_username = 65538;
  218. const static int httpproxy = 65550;
  219. const static int list_back = 65560;
  220. const static int nodeList = 65563;
  221. const static int node_delay = 65556;
  222. const static int node_name = 65555;
  223. const static int nodeclass = 65541;
  224. const static int onRefresh = 65561;
  225. const static int onlogin = 65540;
  226. const static int refresh_status = 65562;
  227. const static int routemode = 65558;
  228. const static int selectnode = 65554;
  229. const static int serverms = 65565;
  230. const static int servername = 65564;
  231. const static int socksproxy = 65551;
  232. const static int sysmode = 65557;
  233. const static int tabmain = 65536;
  234. const static int text_touch = 65552;
  235. const static int username = 65544;
  236. const static int username_chongzhi = 65548;
  237. const static int username_jiaocheng = 65547;
  238. const static int username_liulaing = 65546;
  239. const static int username_time = 65545;
  240. const static int username_tuiguang = 65549;
  241. }id;
  242. class _string{
  243. public:
  244. const static int title = 0;
  245. const static int ver = 1;
  246. }string;
  247. class _color{
  248. public:
  249. const static int blue = 0;
  250. const static int gray = 1;
  251. const static int green = 2;
  252. const static int red = 3;
  253. const static int white = 4;
  254. }color;
  255. };
  256. #ifdef R_IN_CPP
  257. extern const _R R;
  258. extern const _UIRES UIRES;
  259. #else
  260. extern const __declspec(selectany) _R & R = _R();
  261. extern const __declspec(selectany) _UIRES & UIRES = _UIRES();
  262. #endif//R_IN_CPP
  263. }