HireDressReturn.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #if !defined(AFX_HIREDRESSRETURN_H__0C2CD314_57CB_4052_93C6_56CD2AE2BB7F__INCLUDED_)
  2. #define AFX_HIREDRESSRETURN_H__0C2CD314_57CB_4052_93C6_56CD2AE2BB7F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // HireDressReturn.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // HireDressReturn dialog
  10. #include "ComboListCtrl3.h"
  11. class HireDressReturn : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CString m_id;
  16. CArray<CStringArray, CStringArray>m_sparray;
  17. void GetData();
  18. HireDressReturn(CWnd* pParent = NULL); // standard constructor
  19. // Dialog Data
  20. //{{AFX_DATA(HireDressReturn)
  21. enum { IDD = IDD_DLGHireDressReturn };
  22. CComboBoxListCtrl3 m_List1;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(HireDressReturn)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(HireDressReturn)
  34. virtual BOOL OnInitDialog();
  35. virtual void OnOK();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_HIREDRESSRETURN_H__0C2CD314_57CB_4052_93C6_56CD2AE2BB7F__INCLUDED_)