1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- #if !defined(AFX_HIREDRESSRETURN_H__0C2CD314_57CB_4052_93C6_56CD2AE2BB7F__INCLUDED_)
- #define AFX_HIREDRESSRETURN_H__0C2CD314_57CB_4052_93C6_56CD2AE2BB7F__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // HireDressReturn.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // HireDressReturn dialog
- #include "ComboListCtrl3.h"
- class HireDressReturn : public CDialog
- {
- // Construction
- public:
- CString m_id;
- CArray<CStringArray, CStringArray>m_sparray;
- void GetData();
- HireDressReturn(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(HireDressReturn)
- enum { IDD = IDD_DLGHireDressReturn };
- CComboBoxListCtrl3 m_List1;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(HireDressReturn)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(HireDressReturn)
- 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_HIREDRESSRETURN_H__0C2CD314_57CB_4052_93C6_56CD2AE2BB7F__INCLUDED_)
|