SmsManager/DLG_Corp_TS_Modify.h

59 lines
1.5 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
#if !defined(AFX_DLG_CORP_TS_MODIFY_H__27B3BE91_B3C6_49D4_8004_1573E992B6E9__INCLUDED_)
#define AFX_DLG_CORP_TS_MODIFY_H__27B3BE91_B3C6_49D4_8004_1573E992B6E9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Corp_TS_Modify.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Corp_TS_Modify dialog
class DLG_Corp_TS;
class DLG_Corp_TS_Modify : public CDialog
{
protected:
DLG_Corp_TS * m_pTSDlg;
ANS_Corp_TSData m_TS;
POSITION m_Pos;
// Construction
public:
ANS_Corp_TSData GetParam();
void SetParam(ANS_Corp_TSData TS, POSITION pos);
DLG_Corp_TS_Modify(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Corp_TS_Modify)
enum { IDD = IDD_CORP_TS_MODIFY };
CString m_strOperName;
CString m_strProcess;
CString m_strTSMsg;
COleDateTime m_tTSTime;
CString m_strTSType;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Corp_TS_Modify)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Corp_TS_Modify)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_CORP_TS_MODIFY_H__27B3BE91_B3C6_49D4_8004_1573E992B6E9__INCLUDED_)