Mercurial > vba-linux
view src/win32/ExportGSASnapshot.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_EXPORTGSASNAPSHOT_H__ADF8566A_C64D_43CF_9CD2_A290370BA4F1__INCLUDED_)2 #define AFX_EXPORTGSASNAPSHOT_H__ADF8566A_C64D_43CF_9CD2_A290370BA4F1__INCLUDED_4 #if _MSC_VER > 10005 #pragma once6 #endif // _MSC_VER > 10007 // ExportGSASnapshot.h : header file8 //10 /////////////////////////////////////////////////////////////////////////////11 // ExportGSASnapshot dialog13 class ExportGSASnapshot : public CDialog14 {15 // Construction16 public:17 ExportGSASnapshot(CString filename, CString title, CWnd*pParent = NULL); // standard constructor19 // Dialog Data20 //{{AFX_DATA(ExportGSASnapshot)21 enum { IDD = IDD_EXPORT_SPS };22 CString m_desc;23 CString m_notes;24 CString m_title;25 //}}AFX_DATA26 CString m_filename;28 // Overrides29 // ClassWizard generated virtual function overrides30 //{{AFX_VIRTUAL(ExportGSASnapshot)31 protected:32 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support33 //}}AFX_VIRTUAL35 // Implementation36 protected:37 // Generated message map functions38 //{{AFX_MSG(ExportGSASnapshot)39 virtual BOOL OnInitDialog();40 afx_msg void OnCancel();41 afx_msg void OnOk();42 //}}AFX_MSG43 DECLARE_MESSAGE_MAP()44 };46 //{{AFX_INSERT_LOCATION}}47 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.49 #endif // !defined(AFX_EXPORTGSASNAPSHOT_H__ADF8566A_C64D_43CF_9CD2_A290370BA4F1__INCLUDED_)