#if !defined(AFX_SELECTPHOTODLG_H__469683A0_A9F7_42AE_8B7D_B1C9A25C804D__INCLUDED_) #define AFX_SELECTPHOTODLG_H__469683A0_A9F7_42AE_8B7D_B1C9A25C804D__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SelectPhotoDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // SelectPhotoDlg dialog class SelectPhotoDlg : public CDialog { // Construction public: SelectPhotoDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(SelectPhotoDlg) enum { IDD = IDD_DLGSelectPhote }; int m_mode; BOOL m_check1; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(SelectPhotoDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(SelectPhotoDlg) virtual void OnOK(); virtual BOOL OnInitDialog(); virtual void OnCancel(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SELECTPHOTODLG_H__469683A0_A9F7_42AE_8B7D_B1C9A25C804D__INCLUDED_)