Singleincomemoney.h 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. #if !defined(AFX_Singleincomemoney_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
  2. #define AFX_Singleincomemoney_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Singleincomemoney.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // Singleincomemoney dialog
  10. #include "TreeComboBox.h"
  11. class Singleincomemoney : public CDialog // 랗饋澗운;
  12. {
  13. CString m_taoxijiage;
  14. CArray<CStringArray, CStringArray>m_List1array;
  15. // Construction
  16. public:
  17. void FillGrid();
  18. void GetData();
  19. Singleincomemoney(CWnd* pParent = NULL); // standard constructor
  20. CString m_ren;
  21. // Dialog Data
  22. //{{AFX_DATA(Singleincomemoney)
  23. enum { IDD = IDD_DLGsingleincomemoney };
  24. CSortListCtrl2 m_List1;
  25. CDateEdit m_editdate1;
  26. CNumEdit m_editctrl1;
  27. CString m_money;
  28. CString m_time1;
  29. CString m_ren2;
  30. CString m_money1;
  31. CString m_money2;
  32. CString m_money3;
  33. CString m_phone;
  34. CString m_sitem;
  35. CString m_id;
  36. CString m_name;
  37. CString m_bz;
  38. //}}AFX_DATA
  39. // Overrides
  40. // ClassWizard generated virtual function overrides
  41. //{{AFX_VIRTUAL(Singleincomemoney)
  42. public:
  43. virtual BOOL PreTranslateMessage(MSG* pMsg);
  44. protected:
  45. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  46. //}}AFX_VIRTUAL
  47. // Implementation
  48. protected:
  49. // Generated message map functions
  50. //{{AFX_MSG(Singleincomemoney)
  51. virtual BOOL OnInitDialog();
  52. virtual void OnOK(); // 괏닸객큐 ;
  53. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  54. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  55. afx_msg void OnButton1(); // �뇜객큐;
  56. afx_msg void OnButton3(); // 뫘맣객큐;
  57. afx_msg void OnButton8(); // 댔데객큐;
  58. //}}AFX_MSG
  59. DECLARE_MESSAGE_MAP()
  60. };
  61. //{{AFX_INSERT_LOCATION}}
  62. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  63. #endif // !defined(AFX_Singleincomemoney_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)