GME
13
|
00001 #if !defined(AFX_SYNCASPLISTCTRL_H__99342177_D454_4980_8043_49F45C60B25B__INCLUDED_) 00002 #define AFX_SYNCASPLISTCTRL_H__99342177_D454_4980_8043_49F45C60B25B__INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 // SyncAspListCtrl.h : header file 00008 // 00009 00011 // CSyncAspListCtrl window 00012 00013 class CSyncAspListCtrl : public CListCtrl 00014 { 00015 // Construction 00016 public: 00017 CSyncAspListCtrl(); 00018 00019 // Attributes 00020 public: 00021 00022 // Operations 00023 public: 00024 00025 // Overrides 00026 // ClassWizard generated virtual function overrides 00027 //{{AFX_VIRTUAL(CSyncAspListCtrl) 00028 //}}AFX_VIRTUAL 00029 00030 // Implementation 00031 public: 00032 static int CALLBACK AspectCompare(LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort); 00033 virtual ~CSyncAspListCtrl(); 00034 00035 // Generated message map functions 00036 protected: 00037 //{{AFX_MSG(CSyncAspListCtrl) 00038 afx_msg void OnColumnclick(NMHDR* pNMHDR, LRESULT* pResult); 00039 //}}AFX_MSG 00040 static bool isAscending[1]; 00041 00042 DECLARE_MESSAGE_MAP() 00043 }; 00044 00046 00047 //{{AFX_INSERT_LOCATION}} 00048 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00049 00050 #endif // !defined(AFX_SYNCASPLISTCTRL_H__99342177_D454_4980_8043_49F45C60B25B__INCLUDED_)