outsourcingDlg2.h 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. CString m_branch;
  19. CArray<CStringArray, CStringArray>m_sparray;
  20. outsourcingDlg2(CWnd* pParent = NULL); // standard constructor
  21. //{{AFX_DATA(outsourcingDlg2)
  22. enum { IDD = IDD_DLGoutsourcingdlg2 };
  23. CComboBoxListCtrl2 m_List1;
  24. CString m_name1;
  25. CString m_name2;
  26. CString m_id;
  27. CString m_money1;
  28. CString m_money2;
  29. CString m_money3;
  30. //}}AFX_DATA
  31. // Attributes
  32. public:
  33. // Operations
  34. public:
  35. void UpdateZ();
  36. void GetData();
  37. // Overrides
  38. // ClassWizard generated virtual function overrides
  39. //{{AFX_VIRTUAL(outsourcingDlg2)
  40. public:
  41. virtual BOOL PreTranslateMessage(MSG* pMsg);
  42. protected:
  43. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  44. //}}AFX_VIRTUAL
  45. // Implementation
  46. protected:
  47. // Generated message map functions
  48. //{{AFX_MSG(outsourcingDlg2)
  49. afx_msg void OnBUTclose();
  50. virtual BOOL OnInitDialog();
  51. virtual void OnOK(); // ±£´æ°´Å¥;
  52. afx_msg void OnButton1();
  53. afx_msg void OnButton2();
  54. afx_msg void OnBUTget();
  55. afx_msg void OnButton3();
  56. afx_msg void OnButton4();
  57. afx_msg void OnBTNdel();
  58. afx_msg void OnBTNdel2();
  59. afx_msg void OnDestroy();
  60. //}}AFX_MSG
  61. DECLARE_MESSAGE_MAP()
  62. };
  63. /////////////////////////////////////////////////////////////////////////////
  64. //{{AFX_INSERT_LOCATION}}
  65. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  66. #endif // !defined(AFX_outsourcingDlg2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)