outsourcingDlg2.h 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. #if !defined(AFX_outsourcingDlg2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_outsourcingDlg2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // outsourcingDlg2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // outsourcingDlg2 form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include "ComboListCtrl2.h"
  14. class outsourcingDlg2 : public CDialog
  15. {
  16. // Form Data
  17. public:
  18. CArray<CStringArray, CStringArray>m_sparray;
  19. outsourcingDlg2(CWnd* pParent = NULL); // standard constructor
  20. //{{AFX_DATA(outsourcingDlg2)
  21. enum { IDD = IDD_DLGoutsourcingdlg2 };
  22. CComboBoxListCtrl2 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 UpdateZ();
  35. void GetData();
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(outsourcingDlg2)
  39. public:
  40. virtual BOOL PreTranslateMessage(MSG* pMsg);
  41. protected:
  42. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  43. //}}AFX_VIRTUAL
  44. // Implementation
  45. protected:
  46. // Generated message map functions
  47. //{{AFX_MSG(outsourcingDlg2)
  48. afx_msg void OnBUTclose();
  49. virtual BOOL OnInitDialog();
  50. virtual void OnOK();
  51. afx_msg void OnButton1();
  52. afx_msg void OnButton2();
  53. afx_msg void OnBUTget();
  54. afx_msg void OnButton3();
  55. afx_msg void OnButton4();
  56. afx_msg void OnBTNdel();
  57. //}}AFX_MSG
  58. DECLARE_MESSAGE_MAP()
  59. };
  60. /////////////////////////////////////////////////////////////////////////////
  61. //{{AFX_INSERT_LOCATION}}
  62. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  63. #endif // !defined(AFX_outsourcingDlg2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)