outsourcing3.h 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. #if !defined(AFX_outsourcing3_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_outsourcing3_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // outsourcing3.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // outsourcing3 form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class outsourcing3 : public CDialog
  14. {
  15. CString m_branch;
  16. DWORD m_timestmap;
  17. BOOL m_bInit;
  18. CArray<CStringArray, CStringArray>m_List1array;
  19. CArray<CStringArray, CStringArray>m_List2array;
  20. CArray<CStringArray, CStringArray>m_List3array;
  21. // Form Data
  22. public:
  23. outsourcing3(CWnd* pParent = NULL); // standard constructor
  24. //{{AFX_DATA(outsourcing3)
  25. enum { IDD = IDD_DLGoutsourcing3 };
  26. CComboBox m_combobranch;
  27. CComboBox m_combosplb2;
  28. CComboBox m_combosp2;
  29. CComboBox m_combosp;
  30. CComboBox m_combosplb;
  31. CSpinButtonCtrl m_spinday;
  32. CSpinButtonCtrl m_spinmonth;
  33. CSpinButtonCtrl m_spinyear;
  34. CSortListCtrl2 m_List1;
  35. CStatic m_static1;
  36. UINT m_year;
  37. UINT m_month;
  38. UINT m_day;
  39. BOOL m_check1;
  40. int m_radio;
  41. //}}AFX_DATA
  42. // Attributes
  43. public:
  44. // Operations
  45. public:
  46. void FillGrid2();
  47. void DateChange();
  48. void FillGrid();
  49. // Overrides
  50. // ClassWizard generated virtual function overrides
  51. //{{AFX_VIRTUAL(outsourcing3)
  52. public:
  53. virtual BOOL OnInitDialog();
  54. protected:
  55. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  56. //}}AFX_VIRTUAL
  57. // Implementation
  58. protected:
  59. #ifdef _DEBUG
  60. virtual void AssertValid() const;
  61. virtual void Dump(CDumpContext& dc) const;
  62. #endif
  63. // Generated message map functions
  64. //{{AFX_MSG(outsourcing3)
  65. afx_msg void OnBUTclose();
  66. afx_msg void OnChangeEDITyear();
  67. afx_msg void OnChangeEDITmonth();
  68. afx_msg void OnChangeEDITday();
  69. afx_msg void OnSelchangeCOMBOsplb();
  70. afx_msg void OnCheck1();
  71. afx_msg void OnSelchangeCOMBOsplb2();
  72. afx_msg void OnSelchangeCOMBOsp2();
  73. afx_msg void OnRadio3();
  74. afx_msg void OnRadio4();
  75. afx_msg void OnBUTprint();
  76. afx_msg void OnSelchangeCOMBObranch();
  77. //}}AFX_MSG
  78. DECLARE_MESSAGE_MAP()
  79. };
  80. /////////////////////////////////////////////////////////////////////////////
  81. //{{AFX_INSERT_LOCATION}}
  82. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  83. #endif // !defined(AFX_outsourcing3_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)