two.h

来自「这是一个tab control的立志子 希望可以帮到大家 也希望大家多多指教」· C头文件 代码 · 共 32 行

H
32
字号
#pragma once


// two dialog

class two : public CDialog
{
	DECLARE_DYNAMIC(two)

public:
	two(CWnd* pParent = NULL);   // standard constructor
	virtual ~two();

// Dialog Data
	enum { IDD = IDD_TWO };

protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support

	DECLARE_MESSAGE_MAP()
public:
	int m_two;
	afx_msg void OnBnClickedButton3();
	afx_msg void OnBnClickedButton4();
	afx_msg void OnBnClickedButton5();
	afx_msg void OnBnClickedButton1();
	afx_msg void OnBnClickedButton2();
	afx_msg void OnEnChangeEdit10();
	afx_msg void OnEnChangeEdit3();
	afx_msg void OnEnChangeEdit9();
};

⌨️ 快捷键说明

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