📄 pcout.h
字号:
#if !defined(AFX_PCOUT_H__1D47DCCB_4F6F_11D4_88C3_930647F3705A__INCLUDED_)
#define AFX_PCOUT_H__1D47DCCB_4F6F_11D4_88C3_930647F3705A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// pcout.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Cpcout dialog
class Cpcout : public CDialog
{
// Construction
public:
Cpcout(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(Cpcout)
enum { IDD = IDD_DIALOG12 };
CButton m_b16;
CButton m_b15;
CButton m_b14;
CButton m_b13;
CButton m_b12;
CButton m_b11;
CButton m_b10;
CButton m_b9;
CButton m_b8;
CButton m_b7;
CButton m_b6;
CButton m_b5;
CButton m_b4;
CButton m_b3;
CButton m_b2;
CButton m_b1;
CString m_char;
//}}AFX_DATA
afx_msg void Zonebutton(WPARAM wparam,LPARAM lParam);
afx_msg void Onebutton(WPARAM wparam,LPARAM lParam);
afx_msg void Twobutton(WPARAM wparam,LPARAM lParam);
afx_msg void Fourbutton(WPARAM wparam,LPARAM lParam);
afx_msg void Fivebutton(WPARAM wparam,LPARAM lParam);
afx_msg void Sixbutton(WPARAM wparam,LPARAM lParam);
afx_msg void Sevenbutton(WPARAM wparam,LPARAM lParam);
afx_msg void Eightbutton(WPARAM wparam,LPARAM lParam);
afx_msg void Threebutton(WPARAM wparam,LPARAM lParam);
afx_msg void Ninebutton(WPARAM wparam,LPARAM lParam);
afx_msg void Abutton(WPARAM wparam,LPARAM lParam);
afx_msg void Bbutton(WPARAM wparam,LPARAM lParam);
afx_msg void Cbutton(WPARAM wparam,LPARAM lParam);
afx_msg void Dbutton(WPARAM wparam,LPARAM lParam);
afx_msg void Ebutton(WPARAM wparam,LPARAM lParam);
afx_msg void Fbutton(WPARAM wparam,LPARAM lParam);
static LRESULT CALLBACK WindowProc9(HWND,UINT,WPARAM,LPARAM);
static LRESULT CALLBACK WindowProc0(HWND,UINT,WPARAM,LPARAM);
static LRESULT CALLBACK WindowProc1(HWND,UINT,WPARAM,LPARAM);
static LRESULT CALLBACK WindowProc2(HWND,UINT,WPARAM,LPARAM);
static LRESULT CALLBACK WindowProc3(HWND,UINT,WPARAM,LPARAM);
static LRESULT CALLBACK WindowProc4(HWND,UINT,WPARAM,LPARAM);
static LRESULT CALLBACK WindowProc5(HWND,UINT,WPARAM,LPARAM);
static LRESULT CALLBACK WindowProc6(HWND,UINT,WPARAM,LPARAM);
static LRESULT CALLBACK WindowProc7(HWND,UINT,WPARAM,LPARAM);
static LRESULT CALLBACK WindowProc8(HWND,UINT,WPARAM,LPARAM);
static LRESULT CALLBACK WindowProcA(HWND,UINT,WPARAM,LPARAM);
static LRESULT CALLBACK WindowProcB(HWND,UINT,WPARAM,LPARAM);
static LRESULT CALLBACK WindowProcC(HWND,UINT,WPARAM,LPARAM);
static LRESULT CALLBACK WindowProcD(HWND,UINT,WPARAM,LPARAM);
static LRESULT CALLBACK WindowProcE(HWND,UINT,WPARAM,LPARAM);
static LRESULT CALLBACK WindowProcF(HWND,UINT,WPARAM,LPARAM);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Cpcout)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnCancel();
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Cpcout)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PCOUT_H__1D47DCCB_4F6F_11D4_88C3_930647F3705A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -