PayOutSet.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #if !defined(AFX_PayOutSet_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_)
  2. #define AFX_PayOutSet_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PayOutSet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // PayOutSet dialog
  10. class PayOutSet : public CDialog
  11. {
  12. CArray<CStringArray, CStringArray>m_List1array;
  13. // Construction
  14. public:
  15. int m_mode;
  16. CWnd *m_pParent;
  17. void MoveWindow2(CRect rc);
  18. void FillGrid();
  19. PayOutSet(CWnd* pParent = NULL); // standard constructor
  20. // Dialog Data
  21. //{{AFX_DATA(PayOutSet)
  22. enum { IDD = IDD_DLGPayOutSet };
  23. CSortListCtrl2 m_List1;
  24. CString m_edit1;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(PayOutSet)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(PayOutSet)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnBUTadd();
  38. afx_msg void OnBUTdel();
  39. afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
  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_PayOutSet_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_)