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

71 lines
2.0 KiB
C++

#if !defined(AFX_DLG_SETUP_SZGJ_GETMSG_H__6AF8EB95_2BE5_4B34_829C_0EA55AC80432__INCLUDED_)
#define AFX_DLG_SETUP_SZGJ_GETMSG_H__6AF8EB95_2BE5_4B34_829C_0EA55AC80432__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Setup_SZGJ_GetMsg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Setup_SZGJ_GetMsg dialog
class DLG_Send;
class DLG_Setup_SZGJ_GetMsg : public CDialog
{
public:
SM_Setup m_Setup;
DLG_Send * m_pDlg;
BOOL m_bRefresh2;
CString m_strNameCD;
CString m_strNameLine;
CString m_strNameJE;
CString m_strNameJE2;
// Construction
public:
CString GetCDJEMsg( long lItem );
void SetParam( SM_Setup setup);
void RefreshMsg();
DLG_Setup_SZGJ_GetMsg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Setup_SZGJ_GetMsg)
enum { IDD = IDD_SETUP_SZGJ_GETMSG };
CEdit m_E_CarNo;
CEdit m_E_Msg;
CComboBox m_C_CD;
COleDateTime m_D_Date;
CString m_strMsg;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Setup_SZGJ_GetMsg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Setup_SZGJ_GetMsg)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeSetupSzgjGetmsgCd();
afx_msg void OnDatetimechangeSetupSzgjGetmsgDate(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDestroy();
virtual void OnOK();
afx_msg void OnCloseupSetupSzgjGetmsgDate(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnKillfocusSetupSzgjGetmsgDate(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnOk2();
afx_msg void OnSetupSzgjGetmsgCarnoGet();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_SETUP_SZGJ_GETMSG_H__6AF8EB95_2BE5_4B34_829C_0EA55AC80432__INCLUDED_)