/***************************************************************/ /** This file is generated, do not edit * @file TV_IDM_Esticker.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_Esticker.h" #include "TV_font_style_define.h" bg_t TV_IDC_Esticker_BG = { &TV_BgColor_74, /* background color */ NULL /*background bitmap id */ }; text_box_t TV_IDC_Esticker_title = { 0, /* Language name */ &TV_BgColor_2, /* Bg color */ &TV_TextColor_27, /* Text Color */ {109,485,535,20}, /*Position of the text*/ STRING_ID_INVALID, /* Fg string id */ NULL, /* String */ NULL, /* Marrquee */ 0 /* Fix Char Width */ }; text_box_t TV_IDC_Esticker_desc_info = { 0, /* Language name */ &TV_BgColor_2, /* Bg color */ &TV_TextColor_27, /* Text Color */ {84,429,552,77}, /*Position of the text*/ STRING_ID_INVALID, /* Fg string id */ NULL, /* String */ NULL, /* Marrquee */ 0 /* Fix Char Width */ }; text_box_multi_t TV_IDC_Esticker_desc = { &TV_IDC_Esticker_desc_info, NULL, /* Ebook */ NULL, /* dyn_info */ 0 /* Line spacing */ }; icon_t TV_IDC_Esticker_small = { NULL }; icon_t TV_IDC_Estiker_big = { NULL }; /* window controls */ WinControl_t TV_IDM_Esticker_control[] = { { NULL, /* Handle to the control */ CLASS_BACKGROUND, /* Type of the control */ 0, /* Common Style of the widget */ S_BG_COLOR, /* Particular Style of the widget */ STATE_INVISIBLE, /* State of the control */ {0, 0, 0, 0}, /* Font style for each state */ 86, /* Start X position of the control */ 331, /* Start Y position of the control */ 788, /* Width of the control */ 209, /* Height of the control */ 255, /* Region index */ (PVOID)&TV_IDC_Esticker_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_LEFT|CS_FONT_V_TOP, /* Common Style of the widget */ 0, /* Particular Style of the widget */ STATE_NORMAL, /* State of the control */ {TV_Small, TV_Small, TV_Small, TV_Small}, /* Font style for each state */ 109, /* Start X position of the control */ 485, /* Start Y position of the control */ 765, /* Width of the control */ 30, /* Height of the control */ 255, /* Region index */ (PVOID)&TV_IDC_Esticker_title, /* 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_LEFT|CS_FONT_V_TOP, /* Common Style of the widget */ S_TXT_MULTI, /* Particular Style of the widget */ STATE_NORMAL, /* State of the control */ {TV_Small, TV_Small, TV_Small, TV_Small}, /* Font style for each state */ 84, /* Start X position of the control */ 429, /* Start Y position of the control */ 790, /* Width of the control */ 111, /* Height of the control */ 255, /* Region index */ (PVOID)&TV_IDC_Esticker_desc, /* Pointer to its specific param */ NULL, /* Pointer to a child control list */ }, { NULL, /* Handle to the control */ CLASS_ICON, /* Type of the control */ 0, /* Common Style of the widget */ S_ICON_H_CENTER|S_ICON_V_CENTER, /* Particular Style of the widget */ STATE_NORMAL, /* State of the control */ {0, 0, 0, 0}, /* Font style for each state */ 43, /* Start X position of the control */ 71, /* Start Y position of the control */ 87, /* Width of the control */ 87, /* Height of the control */ 255, /* Region index */ (PVOID)&TV_IDC_Esticker_small, /* Pointer to its specific param */ NULL, /* Pointer to a child control list */ }, { NULL, /* Handle to the control */ CLASS_ICON, /* Type of the control */ 0, /* Common Style of the widget */ S_ICON_H_CENTER|S_ICON_V_CENTER, /* Particular Style of the widget */ STATE_NORMAL, /* State of the control */ {0, 0, 0, 0}, /* Font style for each state */ 165, /* Start X position of the control */ 359, /* Start Y position of the control */ 181, /* Width of the control */ 181, /* Height of the control */ 255, /* Region index */ (PVOID)&TV_IDC_Estiker_big, /* Pointer to its specific param */ NULL, /* Pointer to a child control list */ }, }; /* applet structure */ STRUCT_APPLET TV_IDM_Esticker_applet = { 0, /* Current Focus Item */ sizeof(TV_IDM_Esticker_control) / sizeof(TV_IDM_Esticker_control[0]), /* Number of controls */ (WinControl_t*)TV_IDM_Esticker_control, /* Pointer to an array of a control list */ }; /* window structure */ WinControl_t TV_IDM_Esticker_window= { NULL, /* Handle to the control */ CLASS_POPUP, /* Type of the control */ CAPTURE, /* Style of the control */ 0, WIN_NORMAL, /* State of the control */ {0, 0, 0, 0}, /* State of the control */ 0, /* Start X position of the control */ 0, /* Start Y position of the control */ 960, /* Width of the control */ 540, /* Height of the control */ 0, /* Region index */ NULL, /* Pointer to its specific param */ (PVOID)&TV_IDM_Esticker_applet, /* Pointer to a child control list */ };