Mercurial > vba-linux
view src/win32/BugReport.h @ 4:5f6f2134e8ce
apu appears to not be used
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:35:58 -0600 |
parents | f9f4f1b99eed |
children |
line wrap: on
line source
1 #if !defined(AFX_BUGREPORT_H__DE7BC381_E45D_4200_910C_E5378E6364C9__INCLUDED_)2 #define AFX_BUGREPORT_H__DE7BC381_E45D_4200_910C_E5378E6364C9__INCLUDED_4 #if _MSC_VER > 10005 #pragma once6 #endif // _MSC_VER > 10007 // BugReport.h : header file8 //10 /////////////////////////////////////////////////////////////////////////////11 // BugReport dialog13 class BugReport : public CDialog14 {15 // Construction16 public:17 BugReport(CWnd*pParent = NULL); // standard constructor19 // Dialog Data20 //{{AFX_DATA(BugReport)21 enum { IDD = IDD_BUG_REPORT };22 CEdit m_report;23 //}}AFX_DATA25 // Overrides26 // ClassWizard generated virtual function overrides27 //{{AFX_VIRTUAL(BugReport)28 protected:29 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support30 //}}AFX_VIRTUAL32 // Implementation33 protected:34 CString createReport();36 // Generated message map functions37 //{{AFX_MSG(BugReport)38 afx_msg void OnCopy();39 afx_msg void OnOk();40 virtual BOOL OnInitDialog();41 //}}AFX_MSG42 DECLARE_MESSAGE_MAP()43 };45 //{{AFX_INSERT_LOCATION}}46 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.48 #endif // !defined(AFX_BUGREPORT_H__DE7BC381_E45D_4200_910C_E5378E6364C9__INCLUDED_)