resource.h 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. //stamp:109e2d0ae52be3e3
  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. png_switchbk = _T("IMG:png_switchbk");
  75. png_switchon = _T("IMG:png_switchon");
  76. png_switchoff = _T("IMG:png_switchoff");
  77. png_button = _T("IMG:png_button");
  78. png_crad = _T("IMG:png_crad");
  79. }
  80. const TCHAR * bg_login_png;
  81. const TCHAR * bg_home_png;
  82. const TCHAR * bg_user_png;
  83. const TCHAR * ID_DEF_VSCROLL;
  84. const TCHAR * btn_border;
  85. const TCHAR * bg_user;
  86. const TCHAR * line_2;
  87. const TCHAR * user;
  88. const TCHAR * password;
  89. const TCHAR * tyte_selection;
  90. const TCHAR * btn_switch_off;
  91. const TCHAR * btn_switch_on;
  92. const TCHAR * default_cpp;
  93. const TCHAR * btn_selection;
  94. const TCHAR * btn_back;
  95. const TCHAR * imgress;
  96. const TCHAR * png_switchbk;
  97. const TCHAR * png_switchon;
  98. const TCHAR * png_switchoff;
  99. const TCHAR * png_button;
  100. const TCHAR * png_crad;
  101. }IMG;
  102. class _ICON{
  103. public:
  104. _ICON(){
  105. ICON_LOGO = _T("ICON:ICON_LOGO");
  106. }
  107. const TCHAR * ICON_LOGO;
  108. }ICON;
  109. class _SMENU{
  110. public:
  111. _SMENU(){
  112. menu_tray = _T("SMENU:menu_tray");
  113. }
  114. const TCHAR * menu_tray;
  115. }SMENU;
  116. };
  117. const SNamedID::NAMEDVALUE namedXmlID[]={
  118. {L"OnRefresh",65545},
  119. {L"_name_start",65535},
  120. {L"app_version",65565},
  121. {L"btn_close",65537},
  122. {L"con",65544},
  123. {L"edit_password",65539},
  124. {L"edit_username",65538},
  125. {L"httpproxy",65569},
  126. {L"list_back",65566},
  127. {L"nodeList",65552},
  128. {L"node_rate",65555},
  129. {L"node_tag",65556},
  130. {L"onRefresh",65567},
  131. {L"onReg",65541},
  132. {L"onlogin",65540},
  133. {L"refresh_status",65549},
  134. {L"regstatus",65543},
  135. {L"resetlink",65542},
  136. {L"routemode",65564},
  137. {L"selectnode",65571},
  138. {L"serverms",65557},
  139. {L"servername",65553},
  140. {L"socksproxy",65570},
  141. {L"switchSys",65550},
  142. {L"switchTun",65551},
  143. {L"sysmode",65568},
  144. {L"tabmain",65536},
  145. {L"text_touch",65558},
  146. {L"type_node",65554},
  147. {L"username",65559},
  148. {L"username_chongzhi",65561},
  149. {L"username_home",65548},
  150. {L"username_jiaocheng",65546},
  151. {L"username_liulaing",65563},
  152. {L"username_online_kf",65547},
  153. {L"username_time",65562},
  154. {L"username_tuiguang",65572},
  155. {L"usernametc",65560} };
  156. class _R{
  157. public:
  158. class _name{
  159. public:
  160. _name(){
  161. OnRefresh = namedXmlID[0].strName;
  162. _name_start = namedXmlID[1].strName;
  163. app_version = namedXmlID[2].strName;
  164. btn_close = namedXmlID[3].strName;
  165. con = namedXmlID[4].strName;
  166. edit_password = namedXmlID[5].strName;
  167. edit_username = namedXmlID[6].strName;
  168. httpproxy = namedXmlID[7].strName;
  169. list_back = namedXmlID[8].strName;
  170. nodeList = namedXmlID[9].strName;
  171. node_rate = namedXmlID[10].strName;
  172. node_tag = namedXmlID[11].strName;
  173. onRefresh = namedXmlID[12].strName;
  174. onReg = namedXmlID[13].strName;
  175. onlogin = namedXmlID[14].strName;
  176. refresh_status = namedXmlID[15].strName;
  177. regstatus = namedXmlID[16].strName;
  178. resetlink = namedXmlID[17].strName;
  179. routemode = namedXmlID[18].strName;
  180. selectnode = namedXmlID[19].strName;
  181. serverms = namedXmlID[20].strName;
  182. servername = namedXmlID[21].strName;
  183. socksproxy = namedXmlID[22].strName;
  184. switchSys = namedXmlID[23].strName;
  185. switchTun = namedXmlID[24].strName;
  186. sysmode = namedXmlID[25].strName;
  187. tabmain = namedXmlID[26].strName;
  188. text_touch = namedXmlID[27].strName;
  189. type_node = namedXmlID[28].strName;
  190. username = namedXmlID[29].strName;
  191. username_chongzhi = namedXmlID[30].strName;
  192. username_home = namedXmlID[31].strName;
  193. username_jiaocheng = namedXmlID[32].strName;
  194. username_liulaing = namedXmlID[33].strName;
  195. username_online_kf = namedXmlID[34].strName;
  196. username_time = namedXmlID[35].strName;
  197. username_tuiguang = namedXmlID[36].strName;
  198. usernametc = namedXmlID[37].strName;
  199. }
  200. const wchar_t * OnRefresh;
  201. const wchar_t * _name_start;
  202. const wchar_t * app_version;
  203. const wchar_t * btn_close;
  204. const wchar_t * con;
  205. const wchar_t * edit_password;
  206. const wchar_t * edit_username;
  207. const wchar_t * httpproxy;
  208. const wchar_t * list_back;
  209. const wchar_t * nodeList;
  210. const wchar_t * node_rate;
  211. const wchar_t * node_tag;
  212. const wchar_t * onRefresh;
  213. const wchar_t * onReg;
  214. const wchar_t * onlogin;
  215. const wchar_t * refresh_status;
  216. const wchar_t * regstatus;
  217. const wchar_t * resetlink;
  218. const wchar_t * routemode;
  219. const wchar_t * selectnode;
  220. const wchar_t * serverms;
  221. const wchar_t * servername;
  222. const wchar_t * socksproxy;
  223. const wchar_t * switchSys;
  224. const wchar_t * switchTun;
  225. const wchar_t * sysmode;
  226. const wchar_t * tabmain;
  227. const wchar_t * text_touch;
  228. const wchar_t * type_node;
  229. const wchar_t * username;
  230. const wchar_t * username_chongzhi;
  231. const wchar_t * username_home;
  232. const wchar_t * username_jiaocheng;
  233. const wchar_t * username_liulaing;
  234. const wchar_t * username_online_kf;
  235. const wchar_t * username_time;
  236. const wchar_t * username_tuiguang;
  237. const wchar_t * usernametc;
  238. }name;
  239. class _id{
  240. public:
  241. const static int OnRefresh = 65545;
  242. const static int _name_start = 65535;
  243. const static int app_version = 65565;
  244. const static int btn_close = 65537;
  245. const static int con = 65544;
  246. const static int edit_password = 65539;
  247. const static int edit_username = 65538;
  248. const static int httpproxy = 65569;
  249. const static int list_back = 65566;
  250. const static int nodeList = 65552;
  251. const static int node_rate = 65555;
  252. const static int node_tag = 65556;
  253. const static int onRefresh = 65567;
  254. const static int onReg = 65541;
  255. const static int onlogin = 65540;
  256. const static int refresh_status = 65549;
  257. const static int regstatus = 65543;
  258. const static int resetlink = 65542;
  259. const static int routemode = 65564;
  260. const static int selectnode = 65571;
  261. const static int serverms = 65557;
  262. const static int servername = 65553;
  263. const static int socksproxy = 65570;
  264. const static int switchSys = 65550;
  265. const static int switchTun = 65551;
  266. const static int sysmode = 65568;
  267. const static int tabmain = 65536;
  268. const static int text_touch = 65558;
  269. const static int type_node = 65554;
  270. const static int username = 65559;
  271. const static int username_chongzhi = 65561;
  272. const static int username_home = 65548;
  273. const static int username_jiaocheng = 65546;
  274. const static int username_liulaing = 65563;
  275. const static int username_online_kf = 65547;
  276. const static int username_time = 65562;
  277. const static int username_tuiguang = 65572;
  278. const static int usernametc = 65560;
  279. }id;
  280. class _string{
  281. public:
  282. const static int title = 0;
  283. const static int ver = 1;
  284. }string;
  285. class _color{
  286. public:
  287. const static int blue = 0;
  288. const static int gray = 1;
  289. const static int green = 2;
  290. const static int red = 3;
  291. const static int white = 4;
  292. }color;
  293. };
  294. #ifdef R_IN_CPP
  295. extern const _R R;
  296. extern const _UIRES UIRES;
  297. #else
  298. extern const __declspec(selectany) _R & R = _R();
  299. extern const __declspec(selectany) _UIRES & UIRES = _UIRES();
  300. #endif//R_IN_CPP
  301. }