DecodeBTDlg.h
资源名称:DecodeBT.rar [点击查看]
上传用户:likl4521
上传日期:2020-06-11
资源大小:22k
文件大小:1k
源码类别:
网格计算
开发平台:
Visual C++
- // DecodeBTDlg.h : header file
- //
- #if !defined(AFX_DECODEBTDLG_H__84B3E520_A521_4D1E_B849_B9D1BCCFDF63__INCLUDED_)
- #define AFX_DECODEBTDLG_H__84B3E520_A521_4D1E_B849_B9D1BCCFDF63__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CDecodeBTDlg dialog
- class CDecodeBTDlg : public CDialog
- {
- // Construction
- public:
- CDecodeBTDlg(CWnd* pParent = NULL); // standard constructor
- BOOL Decode(int mode, int level, char *dat = NULL);
- // Dialog Data
- //{{AFX_DATA(CDecodeBTDlg)
- enum { IDD = IDD_DECODEBT_DIALOG };
- CString m_edit;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDecodeBTDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CDecodeBTDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DECODEBTDLG_H__84B3E520_A521_4D1E_B849_B9D1BCCFDF63__INCLUDED_)