outsourcingDlg.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #if !defined(AFX_outsourcingDlg_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_outsourcingDlg_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // outsourcingDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // outsourcingDlg form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include "ComboListCtrl.h"
  14. class outsourcingDlg : public CDialog
  15. {
  16. // Form Data
  17. public:
  18. CArray<CStringArray, CStringArray>m_sparray;
  19. outsourcingDlg(CWnd* pParent = NULL); // standard constructor
  20. //{{AFX_DATA(outsourcingDlg)
  21. enum { IDD = IDD_DLGoutsourcingdlg };
  22. CComboBoxListCtrl m_List1;
  23. CString m_name1;
  24. CString m_name2;
  25. CString m_id;
  26. CString m_money1;
  27. CString m_money2;
  28. CString m_money3;
  29. //}}AFX_DATA
  30. // Attributes
  31. public:
  32. // Operations
  33. public:
  34. void GetData();
  35. // Overrides
  36. // ClassWizard generated virtual function overrides
  37. //{{AFX_VIRTUAL(outsourcingDlg)
  38. public:
  39. virtual BOOL PreTranslateMessage(MSG* pMsg);
  40. protected:
  41. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  42. //}}AFX_VIRTUAL
  43. // Implementation
  44. protected:
  45. // Generated message map functions
  46. //{{AFX_MSG(outsourcingDlg)
  47. afx_msg void OnBUTclose();
  48. virtual BOOL OnInitDialog();
  49. virtual void OnOK();
  50. afx_msg void OnButton1();
  51. afx_msg void OnButton2();
  52. //}}AFX_MSG
  53. DECLARE_MESSAGE_MAP()
  54. };
  55. /////////////////////////////////////////////////////////////////////////////
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_outsourcingDlg_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)