Special.h
上传用户:hnzycx
上传日期:2022-08-09
资源大小:12567k
文件大小:1k
- #pragma once
- #include "afxwin.h"
- #include "afxcmn.h"
- // CSpecial dialog
- class CSpecial : public CDialog
- {
- DECLARE_DYNAMIC(CSpecial)
- protected:
-
- public:
- CSpecial(CWnd* pParent = NULL); // standard constructor
- virtual ~CSpecial();
- // Dialog Data
- enum { IDD = IDD_DIALOG_SPECIAL };
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual BOOL OnInitDialog();
- static void CALLBACK OnReadSpecial(CWnd* pWnd,const char *buf,int len);
- DECLARE_MESSAGE_MAP()
- public:
- afx_msg void OnEnChangeEdit1();
- afx_msg void OnBnClickedOk();
- CListCtrl m_SpecialList;
- afx_msg void OnEnChangeEditshow();
- afx_msg void OnBnClickedCancel();
-
- afx_msg void OnBnClickedButton1();
- };