TV_IDM_PingTest.h 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /***************************************************************/
  2. /** This file is generated, do not edit
  3. * @file TV_IDM_PingTest.h
  4. * @brief control file
  5. * Generator Version 6.2.57.711
  6. * Source File Name And Date
  7. *
  8. *
  9. * @note Copyright (c) 2006-2008, Sunplus Technology Co., Ltd.
  10. * All rights reserved.
  11. *
  12. * This software is copyrighted by and is the property of Sunplus
  13. * Technology Co., Ltd. All rights are reserved by Sunplus Technology
  14. * Co., Ltd. This software may only be used in accordance with the
  15. * corresponding license agreement. Any unauthorized use, duplication,
  16. * distribution, or disclosure of this software is expressly forbidden.
  17. *
  18. * This Copyright notice MUST not be removed or modified without prior
  19. * written consent of Sunplus Technology Co., Ltd.
  20. *
  21. * Sunplus Technology Co., Ltd. reserves the right to modify this
  22. * software without notice.
  23. *
  24. * Sunplus Technology Co., Ltd.
  25. * 19, Innovation First Road, Science-Based Industrial Park,
  26. * Hsin-Chu, Taiwan, R.O.C.
  27. *
  28. ***************************************************************/
  29. #ifndef __TV_IDM_PINGTEST_H__
  30. #define __TV_IDM_PINGTEST_H__
  31. #include "gui_eng/gui_engine.h"
  32. typedef enum {
  33. TV_E_IDC_BG_Ping_Test_BG11 = 0,
  34. TV_E_IDC_ICON_Ping_Test_Pic_Left11,
  35. TV_E_IDC_BTN_Ping_Test_Bottom11,
  36. TV_E_IDC_ICON_Ping_Test_Pic_Right11,
  37. TV_E_IDC_BTN_IDS_String_Ping_Test,
  38. TV_E_IDC_TEXT_Ping_Test_TextBox_Times,
  39. TV_E_IDC_TEXT_Ping_Test_TextBox_Bytes,
  40. TV_E_IDC_TEXT_Ping_Test_TextBox_OKs,
  41. TV_E_IDC_TEXT_Ping_Test_TextBox_Bads,
  42. TV_E_IDC_TEXT_Ping_Test_TextBox_Times1,
  43. TV_E_IDC_TEXT_Ping_Test_TextBox_Bytes1,
  44. TV_E_IDC_TEXT_Ping_Test_TextBox_OKs1,
  45. TV_E_IDC_TEXT_Ping_Test_TextBox_Bads1,
  46. TV_E_IDM_PINGTEST_MAX,
  47. }TV_IDM_PingTest_t;
  48. extern WinControl_t TV_IDM_PingTest_control[];
  49. extern STRUCT_APPLET TV_IDM_PingTest_applet;
  50. extern WinControl_t TV_IDM_PingTest_window;
  51. #endif