root/trunk/FileHistoryDlg.h

Revision 5, 1.5 kB (checked in by qbert, 6 years ago)

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_FILEHISTORYDLG_H__60DE04B9_1362_44FF_9EDE_C6AF2D9A4316__INCLUDED_)
2 #define AFX_FILEHISTORYDLG_H__60DE04B9_1362_44FF_9EDE_C6AF2D9A4316__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // FileHistoryDlg.h : header file
8 //
9 #include "FileComboBox.h"
10 /////////////////////////////////////////////////////////////////////////////
11 // CFileHistoryDlg dialog
12
13 class CFileHistoryDlg : public CDialog
14 {
15 // Construction
16 public:
17     CFileHistoryDlg(CWnd* pParent = NULL);   // standard constructor
18
19 // Dialog Data
20     //{{AFX_DATA(CFileHistoryDlg)
21     enum { IDD = IDD_FILEHISTORY_DLG };
22     CFileComboBox   m_fileCombo;
23     CListCtrl   m_fileHistoryList;
24     //}}AFX_DATA
25     CImageList m_imageList;
26     CBitmap m_bitmap;
27
28 // Overrides
29     // ClassWizard generated virtual function overrides
30     //{{AFX_VIRTUAL(CFileHistoryDlg)
31     public:
32     virtual BOOL PreTranslateMessage(MSG* pMsg);
33     protected:
34     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
35     //}}AFX_VIRTUAL
36
37 // Implementation
38 protected:
39
40     // Generated message map functions
41     //{{AFX_MSG(CFileHistoryDlg)
42     virtual BOOL OnInitDialog();
43     afx_msg void OnSize(UINT nType, int cx, int cy);
44     afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
45     //}}AFX_MSG
46     DECLARE_MESSAGE_MAP()
47 };
48
49 //{{AFX_INSERT_LOCATION}}
50 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
51
52 #endif // !defined(AFX_FILEHISTORYDLG_H__60DE04B9_1362_44FF_9EDE_C6AF2D9A4316__INCLUDED_)
Note: See TracBrowser for help on using the browser.