outsourcing.h 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. #if !defined(AFX_outsourcing_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_outsourcing_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // outsourcing.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // outsourcing form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class outsourcing : public CFormView
  14. {
  15. CArray<CStringArray, CStringArray>m_List1array;
  16. protected:
  17. outsourcing(); // protected constructor used by dynamic creation
  18. DECLARE_DYNCREATE(outsourcing)
  19. // Form Data
  20. public:
  21. //{{AFX_DATA(outsourcing)
  22. enum { IDD = IDD_DLGoutsourcing };
  23. CComboBox m_combo1;
  24. CSortListCtrl2 m_List1;
  25. CStatic m_static1;
  26. CString m_filter;
  27. //}}AFX_DATA
  28. // Attributes
  29. public:
  30. // Operations
  31. public:
  32. int FindArray(CStringArray *pArray, CString *pStr);
  33. void GetSavePath(CString &path);
  34. void GetNo(CString str, CStringArray &array);
  35. void FillGrid();
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(outsourcing)
  39. public:
  40. virtual void OnInitialUpdate();
  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. virtual ~outsourcing();
  48. #ifdef _DEBUG
  49. virtual void AssertValid() const;
  50. virtual void Dump(CDumpContext& dc) const;
  51. #endif
  52. // Generated message map functions
  53. //{{AFX_MSG(outsourcing)
  54. afx_msg void OnBUTclose();
  55. afx_msg void OnButton1();
  56. afx_msg void OnSelchangeCombo1();
  57. afx_msg void OnTimer(UINT nIDEvent);
  58. afx_msg void OnBUTmodify();
  59. afx_msg void OnDblclkList2(NMHDR* pNMHDR, LRESULT* pResult);
  60. afx_msg void OnBUTexport();
  61. afx_msg void OnBUTmodify2();
  62. afx_msg void OnRdblclkList2(NMHDR* pNMHDR, LRESULT* pResult);
  63. afx_msg void OnBUTToPhotoPrint();
  64. afx_msg void OnBUTburncd();
  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_outsourcing_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)