CorpSms/DLG_FindSR_Send.h

50 lines
1.2 KiB
C
Raw Normal View History

2025-02-27 16:58:16 +08:00
#if !defined(AFX_DLG_FINDSR_SEND_H__A5DEDE54_56C4_4303_B4E8_B8BFBD938980__INCLUDED_)
#define AFX_DLG_FINDSR_SEND_H__A5DEDE54_56C4_4303_B4E8_B8BFBD938980__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_FindSR_Send.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_FindSR_Send dialog
class DLG_FindSR_Send : public CDialog
{
public:
long m_lType;
// Construction
public:
DLG_FindSR_Send(CWnd* pParent = NULL,long lType=0); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_FindSR_Send)
enum { IDD = IDD_FINDSR_SEND };
CButton m_S_S1;
CString m_strMemo;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_FindSR_Send)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_FindSR_Send)
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_FINDSR_SEND_H__A5DEDE54_56C4_4303_B4E8_B8BFBD938980__INCLUDED_)