MsgReg2.h 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. #if !defined(AFX_MsgReg2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_MsgReg2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MsgReg2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // MsgReg2 form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class MsgReg2 : public MyFormView
  14. {
  15. CArray<CStringArray, CStringArray>m_List1array;
  16. CArray<CStringArray, CStringArray>m_List2array;
  17. CArray<CStringArray, CStringArray>m_List3array;
  18. int g_nYearposTemp;
  19. protected:
  20. MsgReg2(); // protected constructor used by dynamic creation
  21. DECLARE_DYNCREATE(MsgReg2)
  22. // Form Data
  23. public:
  24. //{{AFX_DATA(MsgReg2)
  25. enum { IDD = IDD_DLGMsgReg2 };
  26. CSortListCtrl2 m_List3;
  27. CStatic m_static1;
  28. //}}AFX_DATA
  29. // Attributes
  30. public:
  31. // Operations
  32. public:
  33. void FillGrid();
  34. // Overrides
  35. // ClassWizard generated virtual function overrides
  36. //{{AFX_VIRTUAL(MsgReg2)
  37. public:
  38. virtual void OnInitialUpdate();
  39. virtual BOOL PreTranslateMessage(MSG* pMsg);
  40. protected:
  41. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  42. //}}AFX_VIRTUAL
  43. // Implementation
  44. protected:
  45. virtual ~MsgReg2();
  46. #ifdef _DEBUG
  47. virtual void AssertValid() const;
  48. virtual void Dump(CDumpContext& dc) const;
  49. #endif
  50. // Generated message map functions
  51. //{{AFX_MSG(MsgReg2)
  52. afx_msg void OnBUTclose();
  53. afx_msg void OnButton1();
  54. afx_msg void OnDelMsg();
  55. afx_msg void OnDblclkList6(NMHDR* pNMHDR, LRESULT* pResult);
  56. afx_msg void OnBUTburncd();
  57. //}}AFX_MSG
  58. DECLARE_MESSAGE_MAP()
  59. };
  60. /////////////////////////////////////////////////////////////////////////////
  61. //{{AFX_INSERT_LOCATION}}
  62. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  63. #endif // !defined(AFX_MsgReg2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)