123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- /***************************************************************/
- /** This file is generated, do not edit
- * @file TV_IDM_SIFMode.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_SIFMode.h"
- #include "TV_font_style_define.h"
- String_id_t TV_IDC_ComboBox_SIFMode_string[] =
- {
- TV_IDS_String_Analog_Mono,
- TV_IDS_String_Nicam_Mono,
- TV_IDS_String_STEREO,
- TV_IDS_String_Dual_I,
- TV_IDS_String_Dual_II,
- TV_IDS_String_Dual_I_II,
- TV_IDS_String_SAP,
- STRING_LAST
- };
- combo_t TV_IDC_ComboBox_SIFMode =
- {
- {0,0,301,47}, /* Positon of the combo box */
- &TV_BgColor_6, /* Bg color */
- &TV_BgIcon_79, /* Bg icon */
- 9, /* Side size */
- 0, /* Fix Char Width */
- &TV_TextColor_82, /* Fg color */
- {0,0,301,47}, /*Position of the text*/
- 7, /* Total item count */
- 0, /* Focused item index */
- NULL, /* Marrquee */
- TV_IDC_ComboBox_SIFMode_string, /* Fg string id */
- NULL /* Dynamic string */
- };
- /* window controls */
- WinControl_t TV_IDM_SIFMode_control[] = {
- {
- NULL, /* Handle to the control */
- CLASS_COMBO, /* Type of the control */
- CS_PIC_REPEAT|CS_FONT_CENTER|CS_FONT_V_CENTER, /* Common Style of the widget */
- S_COMBO_TEXT|S_COMBO_ROLLBACK, /* Particular Style of the widget */
- STATE_FOCUSED, /* 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 */
- 301, /* Width of the control */
- 47, /* Height of the control */
- 255, /* Region index */
- (PVOID)&TV_IDC_ComboBox_SIFMode, /* Pointer to its specific param */
- NULL, /* Pointer to a child control list */
- },
- };
- /* applet structure */
- STRUCT_APPLET TV_IDM_SIFMode_applet = {
- 0, /* Current Focus Item */
- sizeof(TV_IDM_SIFMode_control) / sizeof(TV_IDM_SIFMode_control[0]), /* Number of controls */
- (WinControl_t*)TV_IDM_SIFMode_control, /* Pointer to an array of a control list */
- };
- /* window structure */
- WinControl_t TV_IDM_SIFMode_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 */
- 502, /* Start X position of the control */
- 613, /* Start Y position of the control */
- 301, /* Width of the control */
- 47, /* Height of the control */
- 1, /* Region index */
- NULL, /* Pointer to its specific param */
- (PVOID)&TV_IDM_SIFMode_applet, /* Pointer to a child control list */
- };
|