www.pudn.com > CListCtrlfjs.rar > ListDemoDlg.h


// ListDemoDlg.h : header file 
// 
 
#if !defined(AFX_LISTDEMODLG_H__8EEA5064_AE1E_49DE_B8A3_DCACA591F3EB__INCLUDED_) 
#define AFX_LISTDEMODLG_H__8EEA5064_AE1E_49DE_B8A3_DCACA591F3EB__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "SortListCtrl.h" 
#include "KaokaoDlg.h"  
///////////////////////////////////////////////////////////////////////////// 
// CListDemoDlg dialog 
 
class CListDemoDlg : public CDialog 
{ 
// Construction 
public: 
	CKaokaoDlg dgl; 
	CListDemoDlg(CWnd* pParent = NULL);	// standard constructor 
    COLORREF m_textcolor,m_backcolor,m_checkcolumcolor,m_checktextcolor,m_checkbackcolor;		 
// Dialog Data 
	//{{AFX_DATA(CListDemoDlg) 
	enum { IDD = IDD_LISTDEMO_DIALOG }; 
	CSortListCtrl	m_MyListCtrl; 
	BOOL	m_bColumShow; 
	BOOL	m_bExcelShow; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CListDemoDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
	CImageList m_HeadIcon; 
    
	// Generated message map functions 
	//{{AFX_MSG(CListDemoDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnButton1(); 
	afx_msg void OnButton2(); 
	afx_msg void OnButton3(); 
	afx_msg void OnButton4(); 
	afx_msg void OnButton5(); 
	afx_msg void OnButtonreset(); 
	afx_msg void OnButtondisp(); 
	afx_msg void OnCheckcolum(); 
	afx_msg void OnCheck2(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_LISTDEMODLG_H__8EEA5064_AE1E_49DE_B8A3_DCACA591F3EB__INCLUDED_)