suntoryDlg.h
上传用户:ayxnkj
上传日期:2022-06-19
资源大小:11910k
文件大小:1k
- // suntoryDlg.h : header file
- //
- #pragma once
- // CsuntoryDlg dialog
- class CsuntoryDlg : public CDialog
- {
- // Construction
- public:
- CsuntoryDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- enum { IDD = IDD_SUNTORY_DIALOG };
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- CListCtrl m_MyList;
- CListCtrl m_MyList2;
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- DECLARE_MESSAGE_MAP()
- public:
- afx_msg void OnBnClickedOk4();
- afx_msg void OnBnClickedOk3();
- afx_msg void OnBnClickedOk2();
- afx_msg void OnBnClickedOk();
- };