TV_IDM_VersionMenu.h 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /***************************************************************/
  2. /** This file is generated, do not edit
  3. * @file TV_IDM_VersionMenu.h
  4. * @brief control file
  5. * Generator Version 6.3.1.2
  6. * Source File Name And Date
  7. *
  8. *
  9. * @note Copyright (c) 2016-2018, T1 Technologies Inc., Taiwan Branch.
  10. * All rights reserved.
  11. *
  12. * This software is copyrighted by and is the property of T1 Technologies
  13. * Inc., Taiwan Branch. All rights are reserved by T1 Technologies Inc.,
  14. * Taiwan Branch. 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 T1 Technologies Inc., Taiwan Branch.
  20. *
  21. * T1 Technologies Inc., Taiwan Branch. reserves the right to modify this
  22. * software without notice.
  23. *
  24. * T1 Technologies Inc., Taiwan Branch.
  25. * Rm.8, 6F., No.1, Taiyuan 2nd St., Zhubei City, Hsinchu County 302,
  26. * Taiwan, R.O.C.
  27. *
  28. ***************************************************************/
  29. #ifndef __TV_IDM_VERSIONMENU_H__
  30. #define __TV_IDM_VERSIONMENU_H__
  31. #include "gui_eng/gui_engine.h"
  32. typedef enum {
  33. TV_E_IDC_LIST_ListView_Version_SW = 0,
  34. TV_E_IDC_BTN_Button_Version_Line,
  35. TV_E_IDC_TEXT_TextBox_BoardName,
  36. TV_E_IDC_TEXT_TextBox_PanelName,
  37. TV_E_IDC_TEXT_TextBox_BuildDate,
  38. TV_E_IDC_TEXT_TextBox_BuildTime,
  39. TV_E_IDC_TEXT_TextBox_SWVersion,
  40. TV_E_IDM_VERSIONMENU_MAX,
  41. }TV_IDM_VersionMenu_t;
  42. extern WinControl_t TV_IDM_VersionMenu_control[];
  43. extern STRUCT_APPLET TV_IDM_VersionMenu_applet;
  44. extern WinControl_t TV_IDM_VersionMenu_window;
  45. #endif