uiresource.h

来自「基于3G arena平台的控件测试用例。用于3G手机」· C头文件 代码 · 共 45 行

H
45
字号
/*******************************************************************************
*  COPYRIGHT DaTang Mobile Communications Equipment CO.,LTD                    *
********************************************************************************
* Filename	 : 							
*
* Description: 
* Notes		 : NA                                       
*
*--------------------------------------------------------------------------------
* Change History: 
*--------------------------------------------------------------------------------
*          
*
*******************************************************************************/

#ifndef APP_UI_RESOURCE_H
#define APP_UI_RESOURCE_H

#include <msgmap.h>
#include <listex.h>
#include <iconlet.h>
#include <captionbar.h>
#include <softkeybar.h>
#include <title_ctrl.h>
#include <fw_i18n.h>
#include <theme_res_manager.h>
#include <datectrl.h>


#define DIALOG_1000_PATH                	"/flash/app_res.cfg"
#define IDD_DIALOG_1000                 	1000
#define IDC_SLEDIT_1002                 	1002
#define IDC_BUTTON_1003                 	1003
#define IDC_MLEDIT_1004                 	1004
#define IDC_LISTCTRLEX_1005             	1005
#define IDC_COMBOBOX_1009               	1009
#define DIALOG_1006_PATH                	"/flash/app_res.cfg"
#define IDD_DIALOG_1006                 	1006
#define IDC_MLEDIT_1007                 	1007
#define IDC_BUTTON_1008                 	1008


#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?