1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- /***************************************************************/
- /** This file is generated, do not edit
- * @file TV_IDM_PingTest.h
- * @brief control file
- * Generator Version 6.2.57.711
- * 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_PINGTEST_H__
- #define __TV_IDM_PINGTEST_H__
- #include "gui_eng/gui_engine.h"
- typedef enum {
- TV_E_IDC_BG_Ping_Test_BG11 = 0,
- TV_E_IDC_ICON_Ping_Test_Pic_Left11,
- TV_E_IDC_BTN_Ping_Test_Bottom11,
- TV_E_IDC_ICON_Ping_Test_Pic_Right11,
- TV_E_IDC_BTN_IDS_String_Ping_Test,
- TV_E_IDC_TEXT_Ping_Test_TextBox_Times,
- TV_E_IDC_TEXT_Ping_Test_TextBox_Bytes,
- TV_E_IDC_TEXT_Ping_Test_TextBox_OKs,
- TV_E_IDC_TEXT_Ping_Test_TextBox_Bads,
- TV_E_IDC_TEXT_Ping_Test_TextBox_Times1,
- TV_E_IDC_TEXT_Ping_Test_TextBox_Bytes1,
- TV_E_IDC_TEXT_Ping_Test_TextBox_OKs1,
- TV_E_IDC_TEXT_Ping_Test_TextBox_Bads1,
- TV_E_IDM_PINGTEST_MAX,
- }TV_IDM_PingTest_t;
- extern WinControl_t TV_IDM_PingTest_control[];
- extern STRUCT_APPLET TV_IDM_PingTest_applet;
- extern WinControl_t TV_IDM_PingTest_window;
- #endif
|