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

57 lines
1.5 KiB
C++

#if !defined(AFX_DLG_USER_INPORT_LT_H__EC1AE886_2689_41B9_B6F1_79BF5772383B__INCLUDED_)
#define AFX_DLG_USER_INPORT_LT_H__EC1AE886_2689_41B9_B6F1_79BF5772383B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_User_Inport_LT.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_User_Inport_LT dialog
class DLG_Send;
class DLG_User_Inport_LT : public CDialog
{
public:
DLG_Send * m_pDlgSend;
// Construction
public:
long ReadLine(CFile *file, char *pSplit, char *szBuf, long lLen);
DLG_User_Inport_LT(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_User_Inport_LT)
enum { IDD = IDD_USER_INPORT_LT };
CEdit m_E_UserName;
CEdit m_E_JGName;
CButton m_B_JD;
CEdit m_E_IniName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_User_Inport_LT)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_User_Inport_LT)
afx_msg void OnUserInportLtJgnameSel();
afx_msg void OnUserInportLtIninameSel();
afx_msg void OnUserInportLtUsernameSel();
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_USER_INPORT_LT_H__EC1AE886_2689_41B9_B6F1_79BF5772383B__INCLUDED_)