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