123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #if !defined(AFX_SENDREG_H__D1C00EC7_387D_4445_B935_98A0C23B498B__INCLUDED_)
- #define AFX_SENDREG_H__D1C00EC7_387D_4445_B935_98A0C23B498B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SendReg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SendReg dialog
- #include ".\list\SortListCtrl2.h"
- class SendReg : public CDialog
- {
- int m_times;
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- void Refresh();
- CString m_strLoginID;
- CString m_strLoginPwd;
- void FillGrid();
- SendReg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(SendReg)
- enum { IDD = IDD_DLGSendReg };
- CSortListCtrl2 m_List1;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SendReg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SendReg)
- virtual BOOL OnInitDialog();
- afx_msg void OnButton1();
- afx_msg void OnTimer(UINT nIDEvent);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SENDREG_H__D1C00EC7_387D_4445_B935_98A0C23B498B__INCLUDED_)
|