⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 settingdlg.h

📁 手机天气预报系统
💻 H
字号:
/*
 ============================================================================
 Name		: SettingDlg.h
 Author	  : Richie Chyi
 Copyright   : Copyright?2008
 Description : Declares Setting Dilaog.
 ============================================================================
 */

#ifndef SETTINGDLG_H_
#define SETTINGDLG_H_

#include <aknform.h>

class CSettingDlg : public CAknForm
	{
public:
	static TInt RunDlgLD();
	static CSettingDlg* NewL();
	
public:
	
protected:
	void PreLayoutDynInitL();
	TBool OkToExitL(TInt aButtonId);
	
private:
	CSettingDlg();
	void ConstructL();
	
private:
	
	};

#endif /*SETTINGDLG_H_*/

⌨️ 快捷键说明

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