12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- #if !defined(AFX_DIGITALWORKSET_H__C605D54E_A0B6_4B6A_B6A8_BF4E3DB55AE7__INCLUDED_)
- #define AFX_DIGITALWORKSET_H__C605D54E_A0B6_4B6A_B6A8_BF4E3DB55AE7__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DigitalWorkSet.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // DigitalWorkSet dialog
- #include "ComboListCtrl5.h"
- #include "TreeComboBox2.h"
- class DigitalWorkSet : public CDialog
- {
- CArray<CStringArray, CStringArray>m_sparray;
- // Construction
- public:
- DigitalWorkSet(CWnd* pParent = NULL); // standard constructor
- CStringArray *m_pArray;
- CStringArray *m_pArrayBranch;
- CStringArray *m_pArrayName1;
- CStringArray *m_pArrayName2;
- CArray<CStringArray, CStringArray>*m_pExistWorkArray;
- // Dialog Data
- //{{AFX_DATA(DigitalWorkSet)gf
- enum { IDD = IDD_DLGDigitalWorkSet };
- CTreeComboBox2 m_combo1;
- CSortListCtrl2 m_List2;
- CComboBoxListCtrl5 m_List1;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(DigitalWorkSet)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(DigitalWorkSet)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DIGITALWORKSET_H__C605D54E_A0B6_4B6A_B6A8_BF4E3DB55AE7__INCLUDED_)
|