nstab1.h

来自「自己写的VC」· C头文件 代码 · 共 50 行

H
50
字号
#if !defined(AFX_NSTAB1_H__F96E165F_E3A5_4243_9E84_C3C5FF0E4713__INCLUDED_)
#define AFX_NSTAB1_H__F96E165F_E3A5_4243_9E84_C3C5FF0E4713__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// nstab1.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// Cnstab1 dialog

class Cnstab1 : public CDialog
{
// Construction
public:
	Cnstab1(CWnd* pParent = NULL);   // standard constructor
    void EnumKnowFirtySoft();
	void SelectAll();
// Dialog Data
	//{{AFX_DATA(Cnstab1)
	enum { IDD = IDD_DIALOG1 };
	CCheckListBox	m_ListCtrl;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(Cnstab1)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Cnstab1)
	afx_msg void OnSize(UINT nType, int cx, int cy);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	int m_Width;
};

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

#endif // !defined(AFX_NSTAB1_H__F96E165F_E3A5_4243_9E84_C3C5FF0E4713__INCLUDED_)

⌨️ 快捷键说明

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