DlgGongYingShangBase.h
上传用户:jzscgs158
上传日期:2022-05-25
资源大小:8709k
文件大小:2k
源码类别:
百货/超市行业
开发平台:
Visual C++
- #if !defined(AFX_DLGGONGYINGSHANGBASE_H__73449E3B_C30E_4135_8BD7_BEE9DAC45CBD__INCLUDED_)
- #define AFX_DLGGONGYINGSHANGBASE_H__73449E3B_C30E_4135_8BD7_BEE9DAC45CBD__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgGongYingShangBase.h : header file
- //
- #include "MyButton.h"
- /////////////////////////////////////////////////////////////////////////////
- // CDlgGongYingShangBase dialog
- class CDlgGongYingShangBase : public CDialog
- {
- // Construction
- public:
- CDlgGongYingShangBase(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDlgGongYingShangBase)
- enum { IDD = IDD_GONGYINGSHANG_B_DIALOG };
- CListCtrl m_listMain;
- CMyButton m_Btn2;
- CMyButton m_Btn3;
- CMyButton m_Btn4;
- CMyButton m_Btn1;
- CString m_str1;
- CString m_str2;
- CString m_str3;
- CString m_str4;
- CString m_str5;
- CString m_str6;
- CString m_str7;
- int m_intSelect;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgGongYingShangBase)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlgGongYingShangBase)
- virtual BOOL OnInitDialog();
- afx_msg void OnAdd3();
- afx_msg void OnModify();
- afx_msg void OnDel3();
- afx_msg void OnBtnfind();
- afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGGONGYINGSHANGBASE_H__73449E3B_C30E_4135_8BD7_BEE9DAC45CBD__INCLUDED_)