Mercurial > vba-clojure
comparison src/win32/BugReport.h @ 1:f9f4f1b99eed
importing src directory
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:31:27 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:8ced16adf2e1 | 1:f9f4f1b99eed |
---|---|
1 #if !defined(AFX_BUGREPORT_H__DE7BC381_E45D_4200_910C_E5378E6364C9__INCLUDED_) | |
2 #define AFX_BUGREPORT_H__DE7BC381_E45D_4200_910C_E5378E6364C9__INCLUDED_ | |
3 | |
4 #if _MSC_VER > 1000 | |
5 #pragma once | |
6 #endif // _MSC_VER > 1000 | |
7 // BugReport.h : header file | |
8 // | |
9 | |
10 ///////////////////////////////////////////////////////////////////////////// | |
11 // BugReport dialog | |
12 | |
13 class BugReport : public CDialog | |
14 { | |
15 // Construction | |
16 public: | |
17 BugReport(CWnd*pParent = NULL); // standard constructor | |
18 | |
19 // Dialog Data | |
20 //{{AFX_DATA(BugReport) | |
21 enum { IDD = IDD_BUG_REPORT }; | |
22 CEdit m_report; | |
23 //}}AFX_DATA | |
24 | |
25 // Overrides | |
26 // ClassWizard generated virtual function overrides | |
27 //{{AFX_VIRTUAL(BugReport) | |
28 protected: | |
29 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support | |
30 //}}AFX_VIRTUAL | |
31 | |
32 // Implementation | |
33 protected: | |
34 CString createReport(); | |
35 | |
36 // Generated message map functions | |
37 //{{AFX_MSG(BugReport) | |
38 afx_msg void OnCopy(); | |
39 afx_msg void OnOk(); | |
40 virtual BOOL OnInitDialog(); | |
41 //}}AFX_MSG | |
42 DECLARE_MESSAGE_MAP() | |
43 }; | |
44 | |
45 //{{AFX_INSERT_LOCATION}} | |
46 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. | |
47 | |
48 #endif // !defined(AFX_BUGREPORT_H__DE7BC381_E45D_4200_910C_E5378E6364C9__INCLUDED_) |