12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- /***************************************************************/
- /** This file is generated, do not edit
- * @file TV_IDM_ATVInfo.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_ATVINFO_H__
- #define __TV_IDM_ATVINFO_H__
- #include "gui_eng/gui_engine.h"
- typedef enum {
- TV_E_IDC_BG_Background_ATVInfo_Prog = 0,
- TV_E_IDC_BG_Background_ATVInfo_Prog2,
- TV_E_IDC_BG_Background_ATVInfo_Other,
- TV_E_IDC_BG_Background_ATVInfo_Other2,
- TV_E_IDC_BG_Background_ATVInfo_Other3,
- TV_E_IDC_BORD_Border_1,
- TV_E_IDC_BORD_Border_2,
- TV_E_IDC_BORD_Border_3,
- TV_E_IDC_BORD_Border_4,
- TV_E_IDC_BORD_Border_5,
- TV_E_IDC_TEXT_TextBox_ATVInfo_Input,
- TV_E_IDC_TEXT_TextBox_ATVInfo_Prog,
- TV_E_IDC_TEXT_TextBox_ATVInfo_SoundMode,
- TV_E_IDC_TEXT_TextBox_ATVInfo_ColorSys,
- TV_E_IDC_TEXT_TextBox_ATVInfo_Rating,
- TV_E_IDM_ATVINFO_MAX,
- }TV_IDM_ATVInfo_t;
- extern WinControl_t TV_IDM_ATVInfo_control[];
- extern STRUCT_APPLET TV_IDM_ATVInfo_applet;
- extern WinControl_t TV_IDM_ATVInfo_window;
- #endif
|