12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- #if !defined(AFX_DigitalWorkSet2_H__C605D54E_A0B6_4B6A_B6A8_BF4E3DB55AE7__INCLUDED_)
- #define AFX_DigitalWorkSet2_H__C605D54E_A0B6_4B6A_B6A8_BF4E3DB55AE7__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DigitalWorkSet2.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // DigitalWorkSet2 dialog
- class DigitalWorkSet2 : public CDialog
- {
- int m_nAdd;
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- BOOL CheckOK(CString str);
- int m_mode;
- int m_checkwork;
- void FillGrid(int m_mode=0);
- DigitalWorkSet2(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(DigitalWorkSet2)gf
- enum { IDD = IDD_DLGDigitalWorkSet2 };
- CSortListCtrl3 m_List1;
- CString m_filter;
- BOOL m_check1;
- BOOL m_check2;
- BOOL m_check3;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(DigitalWorkSet2)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(DigitalWorkSet2)
- virtual BOOL OnInitDialog();
- afx_msg void OnButton1();
- afx_msg void OnButton2();
- virtual void OnOK();
- afx_msg void OnCheck1();
- afx_msg void OnCheck2();
- afx_msg void OnCheck3();
- //}}AFX_MSG
- afx_msg void OnCustomdrawList(NMHDR*, LRESULT*);
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DigitalWorkSet2_H__C605D54E_A0B6_4B6A_B6A8_BF4E3DB55AE7__INCLUDED_)
|