DigitalWorkSet2.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. #if !defined(AFX_DigitalWorkSet2_H__C605D54E_A0B6_4B6A_B6A8_BF4E3DB55AE7__INCLUDED_)
  2. #define AFX_DigitalWorkSet2_H__C605D54E_A0B6_4B6A_B6A8_BF4E3DB55AE7__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DigitalWorkSet2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // DigitalWorkSet2 dialog
  10. class DigitalWorkSet2 : public CDialog
  11. {
  12. int m_nAdd;
  13. CArray<CStringArray, CStringArray>m_List1array;
  14. // Construction
  15. public:
  16. BOOL CheckOK(CString str);
  17. int m_mode;
  18. int m_checkwork;
  19. void FillGrid(int m_mode=0);
  20. DigitalWorkSet2(CWnd* pParent = NULL); // standard constructor
  21. // Dialog Data
  22. //{{AFX_DATA(DigitalWorkSet2)gf
  23. enum { IDD = IDD_DLGDigitalWorkSet2 };
  24. CSortListCtrl3 m_List1;
  25. CString m_filter;
  26. BOOL m_check1;
  27. BOOL m_check2;
  28. BOOL m_check3;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(DigitalWorkSet2)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(DigitalWorkSet2)
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnButton1();
  42. afx_msg void OnButton2();
  43. virtual void OnOK();
  44. afx_msg void OnCheck1();
  45. afx_msg void OnCheck2();
  46. afx_msg void OnCheck3();
  47. //}}AFX_MSG
  48. afx_msg void OnCustomdrawList(NMHDR*, LRESULT*);
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_DigitalWorkSet2_H__C605D54E_A0B6_4B6A_B6A8_BF4E3DB55AE7__INCLUDED_)