SmsManager/DLG_C_COmmend_Status.h
2025-01-14 10:46:18 +08:00

71 lines
1.9 KiB
C++

#if !defined(AFX_DLG_C_COMMEND_STATUS_H__BD4AD7BD_19AC_4B38_910F_547524F98438__INCLUDED_)
#define AFX_DLG_C_COMMEND_STATUS_H__BD4AD7BD_19AC_4B38_910F_547524F98438__INCLUDED_
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_C_COmmend_Status.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_C_COmmend_Status dialog
class CC_Commend;
typedef CTypedPtrList<CPtrList, ANS_YWY_NameData*> CYWYName;
class DLG_C_COmmend_Status : public CDialog
{
public:
ANS_GetCommendData m_Data;
CYWYName * m_pYWYName;
CC_Commend * m_pCommend;
ANS_Commend_GetVipInt m_Commend_GetVipInt;
BOOL m_bGetVipInt;
// Construction
public:
void SetCommend_VipInt(ANS_Commend_GetVipInt Commend_GetVipInt);
ANS_GetCommendData GetParam();
void SetParam(ANS_GetCommendData data , CYWYName * pYSYName);
DLG_C_COmmend_Status(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_C_COmmend_Status)
enum { IDD = IDD_C_COMMEND_STATUS };
CEdit m_E_CorpID;
CComboBox m_L_YWY;
CString m_strBZ;
CString m_strName;
int m_lStatus;
CString m_strTJCorpName;
long m_lVipInt;
int m_lYWY;
UINT m_lCorpID;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_C_COmmend_Status)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_C_COmmend_Status)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeCommendStatusStatus();
virtual void OnOK();
afx_msg void OnCommendStatusCorpidRead();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_C_COMMEND_STATUS_H__BD4AD7BD_19AC_4B38_910F_547524F98438__INCLUDED_)