📄 change.h
字号:
#if !defined(AFX_CHANGE_H__B76357CE_4D69_4B3D_8E13_4DA80CDBD34B__INCLUDED_)
#define AFX_CHANGE_H__B76357CE_4D69_4B3D_8E13_4DA80CDBD34B__INCLUDED_
#include "addchange.h" // Added by ClassView
#include "member.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// change.h : header file
//
//#include "MainFun.h"
/////////////////////////////////////////////////////////////////////////////
// Cchange dialog
#include "BtnST.h"
class Cchange : public CDialog
{
// Construction
public:
CBrush brush;
Cmember chacm;
//Caddchange chadiog;
Cchange(CWnd* pParent = NULL); // standard constructor
CButtonST m_change;
CButtonST m_quit;
// Dialog Data
//{{AFX_DATA(Cchange)
enum { IDD = IDD_CHANGE };
CEdit m_chacon;
CComboBox m_changecom;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Cchange)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Cchange)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CHANGE_H__B76357CE_4D69_4B3D_8E13_4DA80CDBD34B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -