outsourcingDlg.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. CString oldstatus;
  17. CString oldstatus2;
  18. BOOL m_bGrowthTX;
  19. CArray<CStringArray, CStringArray>m_List2array;
  20. // Form Data
  21. public:
  22. CString m_branch;
  23. CArray<CStringArray, CStringArray>m_sparray;
  24. outsourcingDlg(CWnd* pParent = NULL); // standard constructor
  25. enum { IDD = IDD_DLGoutsourcingdlg };
  26. CComboBoxListCtrl m_List1;
  27. CString m_name1;
  28. CString m_name2;
  29. CString m_phone1;
  30. CString m_phone2;
  31. CString m_id;
  32. CString m_money1;
  33. CString m_money2;
  34. CString m_money3;
  35. public:
  36. CString GetLB(CString name);
  37. void GetData();
  38. virtual BOOL PreTranslateMessage(MSG* pMsg);
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  41. protected:
  42. afx_msg void OnBUTclose();
  43. virtual BOOL OnInitDialog();
  44. virtual void OnOK();
  45. afx_msg void OnButton1();
  46. afx_msg void OnButton2();
  47. afx_msg void OnTimer(UINT nIDEvent);
  48. afx_msg void OnButton3();
  49. afx_msg void OnButton4();
  50. afx_msg void OnButton5();
  51. afx_msg void OnDestroy();
  52. //}}AFX_MSG
  53. DECLARE_MESSAGE_MAP()
  54. public:
  55. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  56. };
  57. #endif