TV_IDM_Esticker.c 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. /***************************************************************/
  2. /** This file is generated, do not edit
  3. * @file TV_IDM_Esticker.c
  4. * @brief menu resource
  5. * Generator Version 6.3.1.2
  6. * Source File Name and Date
  7. *
  8. *
  9. * @note Copyright (c) 2016-2018, T1 Technologies Inc., Taiwan Branch.
  10. * All rights reserved.
  11. *
  12. * This software is copyrighted by and is the property of T1 Technologies
  13. * Inc., Taiwan Branch. All rights are reserved by T1 Technologies Inc.,
  14. * Taiwan Branch. This software may only be used in accordance with the
  15. * corresponding license agreement. Any unauthorized use, duplication,
  16. * distribution, or disclosure of this software is expressly forbidden.
  17. *
  18. * This Copyright notice MUST not be removed or modified without prior
  19. * written consent of T1 Technologies Inc., Taiwan Branch.
  20. *
  21. * T1 Technologies Inc., Taiwan Branch. reserves the right to modify this
  22. * software without notice.
  23. *
  24. * T1 Technologies Inc., Taiwan Branch.
  25. * Rm.8, 6F., No.1, Taiyuan 2nd St., Zhubei City, Hsinchu County 302,
  26. * Taiwan, R.O.C.
  27. *
  28. ***************************************************************/
  29. #include "gui_eng/gui_engine.h"
  30. #include "TV_icon_info.h"
  31. #include "TV_color_info.h"
  32. #include "TV_bitmap_config.h"
  33. #include "TV_strid.h"
  34. #include "TV_IDM_Esticker.h"
  35. #include "TV_font_style_define.h"
  36. bg_t TV_IDC_Esticker_BG = {
  37. &TV_BgColor_74, /* background color */
  38. NULL /*background bitmap id */
  39. };
  40. text_box_t TV_IDC_Esticker_title =
  41. {
  42. 0, /* Language name */
  43. &TV_BgColor_2, /* Bg color */
  44. &TV_TextColor_27, /* Text Color */
  45. {109,485,535,20}, /*Position of the text*/
  46. STRING_ID_INVALID, /* Fg string id */
  47. NULL, /* String */
  48. NULL, /* Marrquee */
  49. 0 /* Fix Char Width */
  50. };
  51. text_box_t TV_IDC_Esticker_desc_info =
  52. {
  53. 0, /* Language name */
  54. &TV_BgColor_2, /* Bg color */
  55. &TV_TextColor_27, /* Text Color */
  56. {84,429,552,77}, /*Position of the text*/
  57. STRING_ID_INVALID, /* Fg string id */
  58. NULL, /* String */
  59. NULL, /* Marrquee */
  60. 0 /* Fix Char Width */
  61. };
  62. text_box_multi_t TV_IDC_Esticker_desc =
  63. {
  64. &TV_IDC_Esticker_desc_info,
  65. NULL, /* Ebook */
  66. NULL, /* dyn_info */
  67. 0 /* Line spacing */
  68. };
  69. icon_t TV_IDC_Esticker_small =
  70. {
  71. NULL
  72. };
  73. icon_t TV_IDC_Estiker_big =
  74. {
  75. NULL
  76. };
  77. /* window controls */
  78. WinControl_t TV_IDM_Esticker_control[] = {
  79. {
  80. NULL, /* Handle to the control */
  81. CLASS_BACKGROUND, /* Type of the control */
  82. 0, /* Common Style of the widget */
  83. S_BG_COLOR, /* Particular Style of the widget */
  84. STATE_INVISIBLE, /* State of the control */
  85. {0, 0, 0, 0}, /* Font style for each state */
  86. 86, /* Start X position of the control */
  87. 331, /* Start Y position of the control */
  88. 788, /* Width of the control */
  89. 209, /* Height of the control */
  90. 255, /* Region index */
  91. (PVOID)&TV_IDC_Esticker_BG, /* Pointer to its specific param */
  92. NULL, /* Pointer to a child control list */
  93. },
  94. {
  95. NULL, /* Handle to the control */
  96. CLASS_TEXT, /* Type of the control */
  97. CS_FONT_LEFT|CS_FONT_V_TOP, /* Common Style of the widget */
  98. 0, /* Particular Style of the widget */
  99. STATE_NORMAL, /* State of the control */
  100. {TV_Small, TV_Small, TV_Small, TV_Small}, /* Font style for each state */
  101. 109, /* Start X position of the control */
  102. 485, /* Start Y position of the control */
  103. 765, /* Width of the control */
  104. 30, /* Height of the control */
  105. 255, /* Region index */
  106. (PVOID)&TV_IDC_Esticker_title, /* Pointer to its specific param */
  107. NULL, /* Pointer to a child control list */
  108. },
  109. {
  110. NULL, /* Handle to the control */
  111. CLASS_TEXT, /* Type of the control */
  112. CS_FONT_LEFT|CS_FONT_V_TOP, /* Common Style of the widget */
  113. S_TXT_MULTI, /* Particular Style of the widget */
  114. STATE_NORMAL, /* State of the control */
  115. {TV_Small, TV_Small, TV_Small, TV_Small}, /* Font style for each state */
  116. 84, /* Start X position of the control */
  117. 429, /* Start Y position of the control */
  118. 790, /* Width of the control */
  119. 111, /* Height of the control */
  120. 255, /* Region index */
  121. (PVOID)&TV_IDC_Esticker_desc, /* Pointer to its specific param */
  122. NULL, /* Pointer to a child control list */
  123. },
  124. {
  125. NULL, /* Handle to the control */
  126. CLASS_ICON, /* Type of the control */
  127. 0, /* Common Style of the widget */
  128. S_ICON_H_CENTER|S_ICON_V_CENTER, /* Particular Style of the widget */
  129. STATE_NORMAL, /* State of the control */
  130. {0, 0, 0, 0}, /* Font style for each state */
  131. 43, /* Start X position of the control */
  132. 71, /* Start Y position of the control */
  133. 87, /* Width of the control */
  134. 87, /* Height of the control */
  135. 255, /* Region index */
  136. (PVOID)&TV_IDC_Esticker_small, /* Pointer to its specific param */
  137. NULL, /* Pointer to a child control list */
  138. },
  139. {
  140. NULL, /* Handle to the control */
  141. CLASS_ICON, /* Type of the control */
  142. 0, /* Common Style of the widget */
  143. S_ICON_H_CENTER|S_ICON_V_CENTER, /* Particular Style of the widget */
  144. STATE_NORMAL, /* State of the control */
  145. {0, 0, 0, 0}, /* Font style for each state */
  146. 165, /* Start X position of the control */
  147. 359, /* Start Y position of the control */
  148. 181, /* Width of the control */
  149. 181, /* Height of the control */
  150. 255, /* Region index */
  151. (PVOID)&TV_IDC_Estiker_big, /* Pointer to its specific param */
  152. NULL, /* Pointer to a child control list */
  153. },
  154. };
  155. /* applet structure */
  156. STRUCT_APPLET TV_IDM_Esticker_applet = {
  157. 0, /* Current Focus Item */
  158. sizeof(TV_IDM_Esticker_control) / sizeof(TV_IDM_Esticker_control[0]), /* Number of controls */
  159. (WinControl_t*)TV_IDM_Esticker_control, /* Pointer to an array of a control list */
  160. };
  161. /* window structure */
  162. WinControl_t TV_IDM_Esticker_window= {
  163. NULL, /* Handle to the control */
  164. CLASS_POPUP, /* Type of the control */
  165. CAPTURE, /* Style of the control */
  166. 0,
  167. WIN_NORMAL, /* State of the control */
  168. {0, 0, 0, 0}, /* State of the control */
  169. 0, /* Start X position of the control */
  170. 0, /* Start Y position of the control */
  171. 960, /* Width of the control */
  172. 540, /* Height of the control */
  173. 0, /* Region index */
  174. NULL, /* Pointer to its specific param */
  175. (PVOID)&TV_IDM_Esticker_applet, /* Pointer to a child control list */
  176. };