TV_IDM_Bluetooth.h 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /***************************************************************/
  2. /** This file is generated, do not edit
  3. * @file TV_IDM_Bluetooth.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_BLUETOOTH_H__
  30. #define __TV_IDM_BLUETOOTH_H__
  31. #ifdef CONFIG_BLUETOOTH_SUPPORT
  32. #include "gui_eng/gui_engine.h"
  33. typedef enum {
  34. TV_E_IDC_BG_BG_Bluetooth_BG = 0,
  35. TV_E_IDC_BG_BG_Bluetooth_ControlBar_BG,
  36. TV_E_IDC_BTN_Button_Blutooth_HLine1,
  37. TV_E_IDC_BTN_Button_Blutooth_HLine2,
  38. TV_E_IDC_BTN_Button_Blutooth_VLine1,
  39. TV_E_IDC_BTN_Button_Blutooth_VLine2,
  40. TV_E_IDC_BTN_Button_Blutooth_ConnectStatus_IconL,
  41. TV_E_IDC_BTN_Button_Blutooth_ConnectStatus_IconR,
  42. TV_E_IDC_BTN_Button_Blutooth_InfoIcon,
  43. TV_E_IDC_BTN_Button_Blutooth_PlayIcon,
  44. TV_E_IDC_BTN_Button_Blutooth_PauseIcon,
  45. TV_E_IDC_BTN_Button_Blutooth_StopIcon,
  46. TV_E_IDC_BTN_Button_Blutooth_NextIcon,
  47. TV_E_IDC_BTN_Button_Blutooth_PrevIcon,
  48. TV_E_IDC_TEXT_TextBox_Bluetooth_PlayText,
  49. TV_E_IDC_TEXT_TextBox_Bluetooth_NextText,
  50. TV_E_IDC_TEXT_TextBox_Bluetooth_PrevText,
  51. TV_E_IDC_TEXT_TextBox_Bluetooth,
  52. TV_E_IDC_TEXT_TextBox_Bluetooth_Status,
  53. TV_E_IDC_PROG_Bluetooth_ProgressBar1,
  54. TV_E_IDC_PROG_Bluetooth_ProgressBar2,
  55. TV_E_IDC_PROG_Bluetooth_ProgressBar3,
  56. TV_E_IDC_PROG_Bluetooth_ProgressBar4,
  57. TV_E_IDC_PROG_Bluetooth_ProgressBar5,
  58. TV_E_IDC_PROG_Bluetooth_ProgressBar6,
  59. TV_E_IDC_PROG_Bluetooth_ProgressBar7,
  60. TV_E_IDC_PROG_Bluetooth_ProgressBar8,
  61. TV_E_IDC_PROG_Bluetooth_ProgressBar9,
  62. TV_E_IDC_PROG_Bluetooth_ProgressBar10,
  63. TV_E_IDC_BTN_Button_Blutooth_PhoneCalled,
  64. TV_E_IDC_BTN_Button_Blutooth_Left,
  65. TV_E_IDC_BTN_Button_Blutooth_Right,
  66. TV_E_IDM_BLUETOOTH_MAX,
  67. }TV_IDM_Bluetooth_t;
  68. extern WinControl_t TV_IDM_Bluetooth_control[];
  69. extern STRUCT_APPLET TV_IDM_Bluetooth_applet;
  70. extern WinControl_t TV_IDM_Bluetooth_window;
  71. #endif /* CONFIG_BLUETOOTH_SUPPORT */
  72. #endif