123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- /***************************************************************/
- /** This file is generated, do not edit
- * @file TV_IDM_SleepInfo.c
- * @brief menu resource
- * Generator Version 6.3.1.2
- * Source File Name and Date
- *
- *
- * @note Copyright (c) 2016-2018, T1 Technologies Inc., Taiwan Branch.
- * All rights reserved.
- *
- * This software is copyrighted by and is the property of T1 Technologies
- * Inc., Taiwan Branch. All rights are reserved by T1 Technologies Inc.,
- * Taiwan Branch. This software may only be used in accordance with the
- * corresponding license agreement. Any unauthorized use, duplication,
- * distribution, or disclosure of this software is expressly forbidden.
- *
- * This Copyright notice MUST not be removed or modified without prior
- * written consent of T1 Technologies Inc., Taiwan Branch.
- *
- * T1 Technologies Inc., Taiwan Branch. reserves the right to modify this
- * software without notice.
- *
- * T1 Technologies Inc., Taiwan Branch.
- * Rm.8, 6F., No.1, Taiyuan 2nd St., Zhubei City, Hsinchu County 302,
- * Taiwan, R.O.C.
- *
- ***************************************************************/
- #include "gui_eng/gui_engine.h"
- #include "TV_icon_info.h"
- #include "TV_color_info.h"
- #include "TV_bitmap_config.h"
- #include "TV_strid.h"
- #include "TV_IDM_SleepInfo.h"
- #include "TV_font_style_define.h"
- btn_text_t TV_IDC_Background_SleepInfo_bg = {
- {0,0,250,150}, /* Positon of the button */
- &TV_BgColor_17, /* Bg color */
- &TV_BgIcon_12, /* Bg icon */
- 3, /* Side size */
- 0, /* Fix Char Width */
- &TV_TextColor_0, /* Text Color */
- {0,0,250,150}, /*Position of the text*/
- STRING_ID_INVALID, /* Fg string id */
- NULL /* Marrquee */
- };
- text_box_t TV_IDC_TextBox_SleepInfo_message =
- {
- 0, /* Language name */
- &TV_BgColor_2, /* Bg color */
- &TV_TextColor_3, /* Text Color */
- {19,38,207,25}, /*Position of the text*/
- TV_IDS_String_Time_Left, /* Fg string id */
- NULL, /* String */
- NULL, /* Marrquee */
- 0 /* Fix Char Width */
- };
- btn_text_t TV_IDC_Button = {
- {16,73,226,34}, /* Positon of the button */
- &TV_BgColor_2, /* Bg color */
- NULL, /* Bg icon */
- 0, /* Side size */
- 0, /* Fix Char Width */
- &TV_TextColor_3, /* Text Color */
- {16,73,212,23}, /*Position of the text*/
- TV_IDS_String_Cancel_Sleep_Standby, /* Fg string id */
- NULL /* Marrquee */
- };
- /* window controls */
- WinControl_t TV_IDM_SleepInfo_control[] = {
- {
- NULL, /* Handle to the control */
- CLASS_BUTTON, /* Type of the control */
- CS_PIC_REPEAT|CS_FONT_CENTER|CS_FONT_V_TOP|CS_SIDE_H, /* Common Style of the widget */
- S_BTN_TEXT, /* Particular Style of the widget */
- STATE_NORMAL, /* State of the control */
- {TV_Standard, TV_Standard, TV_Standard, TV_Standard}, /* Font style for each state */
- 0, /* Start X position of the control */
- 0, /* Start Y position of the control */
- 250, /* Width of the control */
- 150, /* Height of the control */
- 255, /* Region index */
- (PVOID)&TV_IDC_Background_SleepInfo_bg, /* Pointer to its specific param */
- NULL, /* Pointer to a child control list */
- },
- {
- NULL, /* Handle to the control */
- CLASS_TEXT, /* Type of the control */
- CS_FONT_CENTER|CS_FONT_V_CENTER, /* Common Style of the widget */
- 0, /* Particular Style of the widget */
- STATE_NORMAL, /* State of the control */
- {TV_Standard, TV_Standard, TV_Standard, TV_Standard}, /* Font style for each state */
- 19, /* Start X position of the control */
- 38, /* Start Y position of the control */
- 207, /* Width of the control */
- 25, /* Height of the control */
- 255, /* Region index */
- (PVOID)&TV_IDC_TextBox_SleepInfo_message, /* Pointer to its specific param */
- NULL, /* Pointer to a child control list */
- },
- {
- NULL, /* Handle to the control */
- CLASS_BUTTON, /* Type of the control */
- CS_FONT_CENTER|CS_FONT_V_TOP, /* Common Style of the widget */
- S_BTN_TEXT, /* Particular Style of the widget */
- STATE_NORMAL, /* State of the control */
- {TV_Standard, TV_Standard, TV_Standard, TV_Standard}, /* Font style for each state */
- 16, /* Start X position of the control */
- 73, /* Start Y position of the control */
- 226, /* Width of the control */
- 34, /* Height of the control */
- 255, /* Region index */
- (PVOID)&TV_IDC_Button, /* Pointer to its specific param */
- NULL, /* Pointer to a child control list */
- },
- };
- /* applet structure */
- STRUCT_APPLET TV_IDM_SleepInfo_applet = {
- 0, /* Current Focus Item */
- sizeof(TV_IDM_SleepInfo_control) / sizeof(TV_IDM_SleepInfo_control[0]), /* Number of controls */
- (WinControl_t*)TV_IDM_SleepInfo_control, /* Pointer to an array of a control list */
- };
- /* window structure */
- WinControl_t TV_IDM_SleepInfo_window= {
- NULL, /* Handle to the control */
- CLASS_WINDOW, /* Type of the control */
- 0, /* Style of the control */
- 0,
- WIN_NORMAL, /* State of the control */
- {0, 0, 0, 0}, /* State of the control */
- 673, /* Start X position of the control */
- 54, /* Start Y position of the control */
- 250, /* Width of the control */
- 150, /* Height of the control */
- 0, /* Region index */
- NULL, /* Pointer to its specific param */
- (PVOID)&TV_IDM_SleepInfo_applet, /* Pointer to a child control list */
- };
|