SendReg.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #if !defined(AFX_SENDREG_H__D1C00EC7_387D_4445_B935_98A0C23B498B__INCLUDED_)
  2. #define AFX_SENDREG_H__D1C00EC7_387D_4445_B935_98A0C23B498B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SendReg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SendReg dialog
  10. #include ".\list\SortListCtrl2.h"
  11. class SendReg : public CDialog
  12. {
  13. int m_times;
  14. CArray<CStringArray, CStringArray>m_List1array;
  15. // Construction
  16. public:
  17. void Refresh();
  18. CString m_strLoginID;
  19. CString m_strLoginPwd;
  20. void FillGrid();
  21. SendReg(CWnd* pParent = NULL); // standard constructor
  22. // Dialog Data
  23. //{{AFX_DATA(SendReg)
  24. enum { IDD = IDD_DLGSendReg };
  25. CSortListCtrl2 m_List1;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(SendReg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(SendReg)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnButton1();
  39. afx_msg void OnTimer(UINT nIDEvent);
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_SENDREG_H__D1C00EC7_387D_4445_B935_98A0C23B498B__INCLUDED_)