123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- /***************************************************************/
- /** This file is generated, do not edit
- * @file TV_IDM_Bluetooth.h
- * @brief control file
- * Generator Version 6.3.1.2
- * Source File Name And Date
- *
- *
- * @note Copyright (c) 2016-2018, T1 Technologies Inc., Taiwan Branch.
- * All rights reserved.
- *
- * This software is copyrighted by and is the property of T1 Technologies
- * Inc., Taiwan Branch. All rights are reserved by T1 Technologies Inc.,
- * Taiwan Branch. 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 T1 Technologies Inc., Taiwan Branch.
- *
- * T1 Technologies Inc., Taiwan Branch. reserves the right to modify this
- * software without notice.
- *
- * T1 Technologies Inc., Taiwan Branch.
- * Rm.8, 6F., No.1, Taiyuan 2nd St., Zhubei City, Hsinchu County 302,
- * Taiwan, R.O.C.
- *
- ***************************************************************/
- #ifndef __TV_IDM_BLUETOOTH_H__
- #define __TV_IDM_BLUETOOTH_H__
- #ifdef CONFIG_BLUETOOTH_SUPPORT
- #include "gui_eng/gui_engine.h"
- typedef enum {
- TV_E_IDC_BG_BG_Bluetooth_BG = 0,
- TV_E_IDC_BG_BG_Bluetooth_ControlBar_BG,
- TV_E_IDC_BTN_Button_Blutooth_HLine1,
- TV_E_IDC_BTN_Button_Blutooth_HLine2,
- TV_E_IDC_BTN_Button_Blutooth_VLine1,
- TV_E_IDC_BTN_Button_Blutooth_VLine2,
- TV_E_IDC_BTN_Button_Blutooth_ConnectStatus_IconL,
- TV_E_IDC_BTN_Button_Blutooth_ConnectStatus_IconR,
- TV_E_IDC_BTN_Button_Blutooth_InfoIcon,
- TV_E_IDC_BTN_Button_Blutooth_PlayIcon,
- TV_E_IDC_BTN_Button_Blutooth_PauseIcon,
- TV_E_IDC_BTN_Button_Blutooth_StopIcon,
- TV_E_IDC_BTN_Button_Blutooth_NextIcon,
- TV_E_IDC_BTN_Button_Blutooth_PrevIcon,
- TV_E_IDC_TEXT_TextBox_Bluetooth_PlayText,
- TV_E_IDC_TEXT_TextBox_Bluetooth_NextText,
- TV_E_IDC_TEXT_TextBox_Bluetooth_PrevText,
- TV_E_IDC_TEXT_TextBox_Bluetooth,
- TV_E_IDC_TEXT_TextBox_Bluetooth_Status,
- TV_E_IDC_PROG_Bluetooth_ProgressBar1,
- TV_E_IDC_PROG_Bluetooth_ProgressBar2,
- TV_E_IDC_PROG_Bluetooth_ProgressBar3,
- TV_E_IDC_PROG_Bluetooth_ProgressBar4,
- TV_E_IDC_PROG_Bluetooth_ProgressBar5,
- TV_E_IDC_PROG_Bluetooth_ProgressBar6,
- TV_E_IDC_PROG_Bluetooth_ProgressBar7,
- TV_E_IDC_PROG_Bluetooth_ProgressBar8,
- TV_E_IDC_PROG_Bluetooth_ProgressBar9,
- TV_E_IDC_PROG_Bluetooth_ProgressBar10,
- TV_E_IDC_BTN_Button_Blutooth_PhoneCalled,
- TV_E_IDC_BTN_Button_Blutooth_Left,
- TV_E_IDC_BTN_Button_Blutooth_Right,
- TV_E_IDM_BLUETOOTH_MAX,
- }TV_IDM_Bluetooth_t;
- extern WinControl_t TV_IDM_Bluetooth_control[];
- extern STRUCT_APPLET TV_IDM_Bluetooth_applet;
- extern WinControl_t TV_IDM_Bluetooth_window;
- #endif /* CONFIG_BLUETOOTH_SUPPORT */
- #endif
|