root/trunk/BuildReportDlg.h

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

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_BUILDREPORTDLG_H__F9C9AAFA_AA4B_41DD_8A2B_FD68CBA072C0__INCLUDED_)
2 #define AFX_BUILDREPORTDLG_H__F9C9AAFA_AA4B_41DD_8A2B_FD68CBA072C0__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // BuildReportDlg.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CBuildReportDlg dialog
12 #include "BuildListCtrl.h"
13
14 class CBuildReportDlg : public CDialog
15 {
16 // Construction
17 public:
18     CBuildReportDlg(CWnd* pParent = NULL);   // standard constructor
19
20 // Dialog Data
21     //{{AFX_DATA(CBuildReportDlg)
22     enum { IDD = IDD_BUILDREPORT_DLG };
23     CBuildListCtrl  m_buildList;
24     //}}AFX_DATA
25
26
27 // Overrides
28     // ClassWizard generated virtual function overrides
29     //{{AFX_VIRTUAL(CBuildReportDlg)
30     public:
31     virtual BOOL PreTranslateMessage(MSG* pMsg);
32     protected:
33     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
34     //}}AFX_VIRTUAL
35
36 // Implementation
37 protected:
38
39     // Generated message map functions
40     //{{AFX_MSG(CBuildReportDlg)
41     afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
42     virtual BOOL OnInitDialog();
43     afx_msg void OnSize(UINT nType, int cx, int cy);   
44     afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
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_BUILDREPORTDLG_H__F9C9AAFA_AA4B_41DD_8A2B_FD68CBA072C0__INCLUDED_)
Note: See TracBrowser for help on using the browser.