CorpSms/DLG_Commend.h
2025-02-27 16:58:16 +08:00

74 lines
1.9 KiB
C++

#if !defined(AFX_DLG_COMMEND_H__6AD42AF6_4582_491D_88A6_34B1BA3994BB__INCLUDED_)
#define AFX_DLG_COMMEND_H__6AD42AF6_4582_491D_88A6_34B1BA3994BB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Commend.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Commend dialog
class CMainFrame;
class DLG_Commend : public CDialog
{
public:
CMainFrame * m_pMainFrame;
ANS_Commend_GetMy m_GetMy;
long m_lChickCount;
CRect m_pClieck[10];
HCURSOR m_hHarrow;
// Construction
public:
long isMouseSel();
void SetParam(ANS_Commend_GetMy getMy);
BOOL ProcessSocket(Socket_Head_Add *pHead, BYTE *pFrame);
DLG_Commend(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Commend)
enum { IDD = IDD_COMMEND };
CString m_strEmail;
CString m_strMobile;
CString m_strName;
CString m_strTel;
CString m_strTJ_BZ;
CString m_strTJ_CorpName;
CString m_strTJ_Email;
CString m_strTJ_Mobile;
CString m_strTJ_Name;
CString m_strTJ_Tel;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Commend)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Commend)
virtual void OnOK();
afx_msg void OnCommendMycommend();
afx_msg void OnCommendUrl();
afx_msg void OnCommendDh();
virtual BOOL OnInitDialog();
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_COMMEND_H__6AD42AF6_4582_491D_88A6_34B1BA3994BB__INCLUDED_)