SmsManager/DLG_C_Commend_Modify.h

50 lines
1.3 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
#if !defined(AFX_DLG_C_COMMEND_MODIFY_H__1BCD3295_A187_4E2B_8564_2A4EBE73FE8A__INCLUDED_)
#define AFX_DLG_C_COMMEND_MODIFY_H__1BCD3295_A187_4E2B_8564_2A4EBE73FE8A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_C_Commend_Modify.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_C_Commend_Modify dialog
class DLG_C_Commend_Modify : public CDialog
{
public:
ANS_GetCommendData m_Data;
// Construction
public:
void SetParam( ANS_GetCommendData data);
DLG_C_Commend_Modify(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_C_Commend_Modify)
enum { IDD = IDD_C_COMMEND_MODIFY };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_C_Commend_Modify)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_C_Commend_Modify)
virtual BOOL OnInitDialog();
//}}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_MODIFY_H__1BCD3295_A187_4E2B_8564_2A4EBE73FE8A__INCLUDED_)