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

📄 mtoudlg.h

📁 参照别人的程序我做了这个动态改变界面的演示
💻 H
字号:
// MtoUDlg.h : header file
//

#if !defined(AFX_MtoUDLG_H__5962BF29_5D10_4E7B_BEC1_F633B01FEF04__INCLUDED_)
#define AFX_MtoUDLG_H__5962BF29_5D10_4E7B_BEC1_F633B01FEF04__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


#include "BitmapBtn.h"
#include "SkinDialog.h"
class CMtoUDlg : public CSkinDialog
{
// Construction
public:
	CString GetFileName();
	CString GetFindingDir();
	UINT m_filecount;
	CMtoUDlg(CWnd* pParent = NULL);	// standard constructor

	CDWordArray BtnID;
	CDWordArray CtrlPos;

// Dialog Data
	//{{AFX_DATA(CMtoUDlg)
	enum { IDD = IDD_MtoU_DIALOG };
	CBitmapBtn	m_btnquit;
	CBitmapBtn	m_btnconvert;
	CBitmapBtn	m_btnfindfile;
	CBitmapBtn	m_btnselectdir;
	CProgressCtrl	m_progressfile;
	CListBox	m_listfindfile;
	CString	m_chartset;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMtoUDlg)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;
    //void FindAllFile(CString strName);
	// Generated message map functions
	//{{AFX_MSG(CMtoUDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnBtnfindfile();
	afx_msg void OnBtnSelectdir();
	afx_msg void OnBtnEnddialog();
	afx_msg void OnBtnConversion();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	//}}AFX_MSG
	afx_msg LONG OnEndFind(WPARAM wParam, LPARAM lParam);
	DECLARE_MESSAGE_MAP()
private:
	CStringList m_sList;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MtoUDLG_H__5962BF29_5D10_4E7B_BEC1_F633B01FEF04__INCLUDED_)

⌨️ 快捷键说明

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