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

📄 selectlist.h

📁 魅族M8 LED源码 wince的。。。需要的下
💻 H
字号:
#pragma once
#include <mzfc_inc.h>
#include "ItemList.h"
#include "UserIni.h"

class CSelectList :
	public CMzWndEx
{
public:
	CSelectList(void);
	~CSelectList(void);
	void SetIniFileName(wchar_t *);
protected:
	UiToolbar_Text m_Toolbar;//工具栏
	CItemList m_SelectList;
	wchar_t *IniName;
	BOOL OnInitDialog();
	void OnMzCommand(WPARAM wParam, LPARAM lParam);
	LRESULT MzDefWndProc(UINT message, WPARAM wParam, LPARAM lParam);
	void LoadListFromIni();

	int LastSelect;
	UiCaption m_Caption;
};

⌨️ 快捷键说明

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