12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- /***************************************************************/
- /** This file is generated, do not edit
- * @file TV_IDM_SystemInfo.h
- * @brief control file
- * Generator Version 6.2.32.662
- * 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_SYSTEMINFO_H__
- #define __TV_IDM_SYSTEMINFO_H__
- #include "gui_eng/gui_engine.h"
- typedef enum {
- TV_E_IDC_BG_Background_MainPage_Line111 = 0,
- TV_E_IDC_BG_Background_MainPage_Line211,
- TV_E_IDC_BG_Background_MainPage_Line311,
- TV_E_IDC_BG_Background_MainPage_Line411,
- TV_E_IDC_BG_Background_MainPage_Line511,
- TV_E_IDC_BG_Background_MainPage_Line611,
- TV_E_IDC_BG_Background_MainPage_Line711,
- TV_E_IDC_BG_Background_MainPage_Line811,
- TV_E_IDC_BG_Background_MainPage_Line911,
- TV_E_IDC_BG_Background_MainPage_Line1011,
- TV_E_IDC_LIST_ListView_SystemInfo,
- TV_E_IDC_TEXT_TextBox_Model,
- TV_E_IDC_TEXT_TextBox_OAD,
- TV_E_IDC_TEXT_TextBox_Software,
- TV_E_IDC_TEXT_TextBox_Time,
- TV_E_IDC_TEXT_TextBox_Hotline,
- TV_E_IDC_TEXT_TextBox_Email,
- TV_E_IDC_TEXT_TextBox_Homepage,
- TV_E_IDM_SYSTEMINFO_MAX,
- }TV_IDM_SystemInfo_t;
- extern WinControl_t TV_IDM_SystemInfo_control[];
- extern STRUCT_APPLET TV_IDM_SystemInfo_applet;
- extern WinControl_t TV_IDM_SystemInfo_window;
- #endif
|