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