#if !defined(AFX_GETCAPTURE_H__16689DE2_405C_4B2A_8A8D_BE5E6E24AD56__INCLUDED_) #define AFX_GETCAPTURE_H__16689DE2_405C_4B2A_8A8D_BE5E6E24AD56__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // GetCapture.h : header file // ///////////////////////////////////////////////////////////////////////////// // CGetCapture dialog class CGetCapture : public CDialog { // Construction public: CGetCapture(CWnd* pParent = NULL); // standard constructor ~CGetCapture(); BOOL IsExisted(); // Dialog Data //{{AFX_DATA(CGetCapture) enum { IDD = IDD_DLG_GETCAPTURE }; CComboBox m_JpegSize; CComboBox m_JpegQual; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CGetCapture) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CGetCapture) virtual BOOL OnInitDialog(); afx_msg void OnCapture(); afx_msg void OnBmpradio(); afx_msg void OnJpegradio(); afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); virtual void OnCancel(); afx_msg void OnDestroy(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: BOOL m_RadioState; static int m_CaptureCount; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_GETCAPTURE_H__16689DE2_405C_4B2A_8A8D_BE5E6E24AD56__INCLUDED_)