DigitalWorkSet.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #if !defined(AFX_DIGITALWORKSET_H__C605D54E_A0B6_4B6A_B6A8_BF4E3DB55AE7__INCLUDED_)
  2. #define AFX_DIGITALWORKSET_H__C605D54E_A0B6_4B6A_B6A8_BF4E3DB55AE7__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DigitalWorkSet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // DigitalWorkSet dialog
  10. #include "ComboListCtrl5.h"
  11. #include "TreeComboBox2.h"
  12. class DigitalWorkSet : public CDialog
  13. {
  14. CArray<CStringArray, CStringArray>m_sparray;
  15. // Construction
  16. public:
  17. DigitalWorkSet(CWnd* pParent = NULL); // standard constructor
  18. CStringArray *m_pArray;
  19. CStringArray *m_pArrayBranch;
  20. CStringArray *m_pArrayName1;
  21. CStringArray *m_pArrayName2;
  22. CArray<CStringArray, CStringArray>*m_pExistWorkArray;
  23. // Dialog Data
  24. //{{AFX_DATA(DigitalWorkSet)gf
  25. enum { IDD = IDD_DLGDigitalWorkSet };
  26. CTreeComboBox2 m_combo1;
  27. CSortListCtrl2 m_List2;
  28. CComboBoxListCtrl5 m_List1;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(DigitalWorkSet)
  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(DigitalWorkSet)
  40. virtual BOOL OnInitDialog();
  41. virtual void OnOK();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_DIGITALWORKSET_H__C605D54E_A0B6_4B6A_B6A8_BF4E3DB55AE7__INCLUDED_)