123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- /***************************************************************/
- /** This file is generated, do not edit
- * @file TV_IDM_NativeGame.h
- * @brief control file
- * Generator Version 6.2.49.696
- * Source File Name And Date
- *
- *
- * @note Copyright (c) 2006-2008, Sunplus Technology Co., Ltd.
- * All rights reserved.
- *
- * This software is copyrighted by and is the property of Sunplus
- * Technology Co., Ltd. All rights are reserved by Sunplus Technology
- * Co., Ltd. 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 Sunplus Technology Co., Ltd.
- *
- * Sunplus Technology Co., Ltd. reserves the right to modify this
- * software without notice.
- *
- * Sunplus Technology Co., Ltd.
- * 19, Innovation First Road, Science-Based Industrial Park,
- * Hsin-Chu, Taiwan, R.O.C.
- *
- ***************************************************************/
- #ifndef __TV_IDM_NATIVEGAME_H__
- #define __TV_IDM_NATIVEGAME_H__
- #include "gui_eng/gui_engine.h"
- typedef enum {
- TV_E_IDC_BTN_NativeGame_Title = 0,
- TV_E_IDC_LIST_NativeGame_List,
- TV_E_IDC_BG_NativeGame_BG,
- TV_E_IDC_SCROL_NativeGame_ScrollBar,
- TV_E_IDC_ICON_NativeGame_BottomLeft,
- TV_E_IDC_ICON_NativeGame_BottomMid,
- TV_E_IDC_ICON_NativeGame_BottomRight,
- TV_E_IDC_ICON_NativeGame_PicMove,
- TV_E_IDC_TEXT_NativeGame_TextMove,
- TV_E_IDC_ICON_NativeGame_PicEnter,
- TV_E_IDC_TEXT_NativeGame_TextEnter,
- TV_E_IDM_NATIVEGAME_MAX,
- }TV_IDM_NativeGame_t;
- extern WinControl_t TV_IDM_NativeGame_control[];
- extern STRUCT_APPLET TV_IDM_NativeGame_applet;
- extern WinControl_t TV_IDM_NativeGame_window;
- #endif
|