namelistdlg.h

来自「视频播放控制器程序」· C头文件 代码 · 共 60 行

H
60
字号
#if !defined(AFX_NAMELISTDLG_H__9E02D2E9_E054_4515_8F54_FA3E3D5EAFCF__INCLUDED_)
#define AFX_NAMELISTDLG_H__9E02D2E9_E054_4515_8F54_FA3E3D5EAFCF__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NameListDlg.h : header file
//
#include "NameManage.h"

/////////////////////////////////////////////////////////////////////////////
// CNameListDlg dialog

class CNameListDlg : public CDialog
{
// Construction
public:
	CNameListDlg(CWnd* pParent = NULL);   // standard constructor
	void ShowNameList(CNameManage *ph);
	int nSelect;

// Dialog Data
	//{{AFX_DATA(CNameListDlg)
	enum { IDD = IDD_NameList_DLG };
	CComboBox	m_ctrSelectWB;
	CListCtrl	m_ctrNameList;
	CString	m_addnewName;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CNameListDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnBNNameListIMPORT();
	afx_msg void OnClickLISTNameList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnBNNameADD();
	afx_msg void OnBNNameDEL();
	afx_msg void OnBNCreateList();
	afx_msg void OnBNSaveNameList();
	virtual void OnCancel();
	afx_msg void OnBNAddIn();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_NAMELISTDLG_H__9E02D2E9_E054_4515_8F54_FA3E3D5EAFCF__INCLUDED_)

⌨️ 快捷键说明

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