RtListView.h
资源名称:PasRTDat.rar [点击查看]
上传用户:shtiemo
上传日期:2017-12-29
资源大小:163k
文件大小:1k
源码类别:
能源行业(电力石油煤炭)
开发平台:
Visual C++
- // RtListView.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CRtListView view
- class CPasRTDatDoc;
- class CRtListView : public CListView
- {
- protected:
- CRtListView(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CRtListView)
- // Attributes
- public:
- CImageList m_ImageList;
- protected:
- // Operations
- public:
- CPasRTDatDoc *GetDoc();
- void FillListYC(int nStart,int nYCYXNum);
- void FillListYX(int nStart,int nYCYXNum);
- void FillListColumn(CListCtrl& listc,LV_COLUMN lv,char *ColumnName[],int num);
- void InitialList();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRtListView)
- public:
- virtual void OnInitialUpdate();
- protected:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CRtListView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(CRtListView)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////