📄 munpacreatedialog.h
字号:
// MunpaCreateDialog.h: interface for the CMunpaCreateDialog class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MUNPACREATEDIALOG_H__C9DE0274_4F5B_4449_A3A6_FF0023D17495__INCLUDED_)
#define AFX_MUNPACREATEDIALOG_H__C9DE0274_4F5B_4449_A3A6_FF0023D17495__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "./Interface/cDialog.h"
class cTextArea;
class cEditBox;
class cButton;
class cStatic;
class cComboBox;
class CMunpaCreateDialog : public cDialog
{
cEditBox* m_pMunpaNameEditBox;
cButton* m_pOKBtn;
cButton* m_pCancelBtn;
cTextArea* m_pIntroMsg;
cStatic* m_pLocation;
cStatic* m_pMasterName;
cComboBox* m_pMunpaKind;
public:
CMunpaCreateDialog();
virtual ~CMunpaCreateDialog();
void Init(LONG x, LONG y, WORD wid, WORD hei, cImage * basicImage, LONG ID=0);
virtual void SetActive( BOOL val );
void Linking();
void UpdateData();
void RefreshDlg();
};
#endif // !defined(AFX_MUNPACREATEDIALOG_H__C9DE0274_4F5B_4449_A3A6_FF0023D17495__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -