outsourcingDlg.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. //{{AFX_DATA(outsourcingDlg)
  26. enum { IDD = IDD_DLGoutsourcingdlg };
  27. CComboBoxListCtrl m_List1;
  28. CString m_name1;
  29. CString m_name2;
  30. CString m_phone1;
  31. CString m_phone2;
  32. CString m_id;
  33. CString m_money1;
  34. CString m_money2;
  35. CString m_money3;
  36. //}}AFX_DATA
  37. // Attributes
  38. public:
  39. // Operations
  40. public:
  41. CString GetLB(CString name);
  42. void GetData();
  43. // Overrides
  44. // ClassWizard generated virtual function overrides
  45. //{{AFX_VIRTUAL(outsourcingDlg)
  46. public:
  47. virtual BOOL PreTranslateMessage(MSG* pMsg);
  48. protected:
  49. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  50. //}}AFX_VIRTUAL
  51. // Implementation
  52. protected:
  53. // Generated message map functions
  54. //{{AFX_MSG(outsourcingDlg)
  55. afx_msg void OnBUTclose();
  56. virtual BOOL OnInitDialog();
  57. virtual void OnOK();
  58. afx_msg void OnButton1();
  59. afx_msg void OnButton2();
  60. afx_msg void OnTimer(UINT nIDEvent);
  61. afx_msg void OnButton3();
  62. afx_msg void OnButton4();
  63. afx_msg void OnButton5();
  64. afx_msg void OnDestroy();
  65. //}}AFX_MSG
  66. DECLARE_MESSAGE_MAP()
  67. };
  68. /////////////////////////////////////////////////////////////////////////////
  69. //{{AFX_INSERT_LOCATION}}
  70. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  71. #endif // !defined(AFX_outsourcingDlg_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)