53 lines
1.4 KiB
C++
53 lines
1.4 KiB
C++
#if !defined(AFX_DLG_CORP_USER_QUERY_H__EFDE667C_90A3_40BD_B69C_24034C0E0B9B__INCLUDED_)
|
|
#define AFX_DLG_CORP_USER_QUERY_H__EFDE667C_90A3_40BD_B69C_24034C0E0B9B__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_Corp_User_Query.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_Corp_User_Query dialog
|
|
|
|
class DLG_Corp_User_Query : public CDialog
|
|
{
|
|
public:
|
|
ANS_Corp_SeeData m_Data;
|
|
// Construction
|
|
public:
|
|
void SetParam( ANS_Corp_SeeData User );
|
|
DLG_Corp_User_Query(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_Corp_User_Query)
|
|
enum { IDD = IDD_CORP_USER_QUERY };
|
|
CString m_strCorpID;
|
|
CString m_strCorpName;
|
|
CString m_strLoginName;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_Corp_User_Query)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_Corp_User_Query)
|
|
virtual void OnOK();
|
|
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_CORP_USER_QUERY_H__EFDE667C_90A3_40BD_B69C_24034C0E0B9B__INCLUDED_)
|