outsourcing4.h 2.5 KB

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