StaticFPSysDlg.h
上传用户:hajddp
上传日期:2022-07-09
资源大小:3703k
文件大小:2k
源码类别:

图形图像处理

开发平台:

Visual C++

  1. // StaticFPSysDlg.h : header file
  2. //
  3. #if !defined(AFX_STATICFPSYSDLG_H__78D26231_8BAD_4263_935B_5DA14F8984AA__INCLUDED_)
  4. #define AFX_STATICFPSYSDLG_H__78D26231_8BAD_4263_935B_5DA14F8984AA__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CStaticFPSysDlg dialog
  10. class CStaticFPSysDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CStaticFPSysDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CStaticFPSysDlg)
  17. enum { IDD = IDD_STATICFPSYS_DIALOG };
  18. CStatic m_img1;
  19. //}}AFX_DATA
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CStaticFPSysDlg)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. HICON m_hIcon;
  28. // Generated message map functions
  29. //{{AFX_MSG(CStaticFPSysDlg)
  30. virtual BOOL OnInitDialog();
  31. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  32. afx_msg void OnPaint();
  33. afx_msg HCURSOR OnQueryDragIcon();
  34. afx_msg void OnButtonOpen1();
  35. afx_msg void OnButtonOpen2();
  36. afx_msg void OnButtonMatch();
  37. virtual void OnCancel();
  38. afx_msg void OnButtonTest();
  39. afx_msg void OnButtonAnalyze();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_STATICFPSYSDLG_H__78D26231_8BAD_4263_935B_5DA14F8984AA__INCLUDED_)