www.pudn.com > CbuttonListBoxDemo.zip > ButtonListDemoDlg.h, change:2003-04-22,size:1460b
// ButtonListDemoDlg.h : header file
//
#if !defined(AFX_BUTTONLISTDEMODLG_H__F3940361_A35C_4E3F_AE82_65BF1C61FC24__INCLUDED_)
#define AFX_BUTTONLISTDEMODLG_H__F3940361_A35C_4E3F_AE82_65BF1C61FC24__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CButtonListDemoDlg dialog
#include "ButtonListBox.h"
class CButtonListDemoDlg : public CDialog
{
// Construction
public:
CButtonListDemoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CButtonListDemoDlg)
enum { IDD = IDD_BUTTONLISTDEMO_DIALOG };
CButtonListBox m_ButtonListBox;
CString m_Display;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CButtonListDemoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CButtonListDemoDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BUTTONLISTDEMODLG_H__F3940361_A35C_4E3F_AE82_65BF1C61FC24__INCLUDED_)