DecodeBTDlg.h
上传用户:likl4521
上传日期:2020-06-11
资源大小:22k
文件大小:1k
源码类别:

网格计算

开发平台:

Visual C++

  1. // DecodeBTDlg.h : header file
  2. //
  3. #if !defined(AFX_DECODEBTDLG_H__84B3E520_A521_4D1E_B849_B9D1BCCFDF63__INCLUDED_)
  4. #define AFX_DECODEBTDLG_H__84B3E520_A521_4D1E_B849_B9D1BCCFDF63__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDecodeBTDlg dialog
  10. class CDecodeBTDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDecodeBTDlg(CWnd* pParent = NULL); // standard constructor
  15. BOOL Decode(int mode, int level, char *dat = NULL);
  16. // Dialog Data
  17. //{{AFX_DATA(CDecodeBTDlg)
  18. enum { IDD = IDD_DECODEBT_DIALOG };
  19. CString m_edit;
  20. //}}AFX_DATA
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CDecodeBTDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. HICON m_hIcon;
  29. // Generated message map functions
  30. //{{AFX_MSG(CDecodeBTDlg)
  31. virtual BOOL OnInitDialog();
  32. afx_msg void OnPaint();
  33. afx_msg HCURSOR OnQueryDragIcon();
  34. virtual void OnOK();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_DECODEBTDLG_H__84B3E520_A521_4D1E_B849_B9D1BCCFDF63__INCLUDED_)