TV_IDM_PauseMenu.c 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /***************************************************************/
  2. /** This file is generated, do not edit
  3. * @file TV_IDM_PauseMenu.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_PauseMenu.h"
  35. #include "TV_font_style_define.h"
  36. btn_text_t TV_IDC_Button_Pause = {
  37. {65,45,192,40}, /* Positon of the button */
  38. &TV_BgColor_16, /* Bg color */
  39. NULL, /* Bg icon */
  40. 0, /* Side size */
  41. 0, /* Fix Char Width */
  42. &TV_TextColor_3, /* Text Color */
  43. {111,52,93,26}, /*Position of the text*/
  44. TV_IDS_String_Still, /* Fg string id */
  45. NULL /* Marrquee */
  46. };
  47. /* window controls */
  48. WinControl_t TV_IDM_PauseMenu_control[] = {
  49. {
  50. NULL, /* Handle to the control */
  51. CLASS_BUTTON, /* Type of the control */
  52. CS_FONT_CENTER|CS_FONT_V_CENTER, /* Common Style of the widget */
  53. S_BTN_TEXT, /* Particular Style of the widget */
  54. STATE_NORMAL, /* State of the control */
  55. {TV_Standard, TV_Standard, TV_Standard, TV_Standard}, /* Font style for each state */
  56. 65, /* Start X position of the control */
  57. 45, /* Start Y position of the control */
  58. 192, /* Width of the control */
  59. 40, /* Height of the control */
  60. 255, /* Region index */
  61. (PVOID)&TV_IDC_Button_Pause, /* Pointer to its specific param */
  62. NULL, /* Pointer to a child control list */
  63. },
  64. };
  65. /* applet structure */
  66. STRUCT_APPLET TV_IDM_PauseMenu_applet = {
  67. 0, /* Current Focus Item */
  68. sizeof(TV_IDM_PauseMenu_control) / sizeof(TV_IDM_PauseMenu_control[0]), /* Number of controls */
  69. (WinControl_t*)TV_IDM_PauseMenu_control, /* Pointer to an array of a control list */
  70. };
  71. /* window structure */
  72. WinControl_t TV_IDM_PauseMenu_window= {
  73. NULL, /* Handle to the control */
  74. CLASS_WINDOW, /* Type of the control */
  75. 0, /* Style of the control */
  76. 0,
  77. WIN_NORMAL, /* State of the control */
  78. {0, 0, 0, 0}, /* State of the control */
  79. 0, /* Start X position of the control */
  80. 0, /* Start Y position of the control */
  81. 851, /* Width of the control */
  82. 498, /* Height of the control */
  83. 0, /* Region index */
  84. NULL, /* Pointer to its specific param */
  85. (PVOID)&TV_IDM_PauseMenu_applet, /* Pointer to a child control list */
  86. };