1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- #if !defined(AFX_Singleincomemoney_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
- #define AFX_Singleincomemoney_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Singleincomemoney.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // Singleincomemoney dialog
- #include "TreeComboBox.h"
- class Singleincomemoney : public CDialog // 랗饋澗운;
- {
- CString m_taoxijiage;
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- void FillGrid();
- void GetData();
- Singleincomemoney(CWnd* pParent = NULL); // standard constructor
- CString m_ren;
- // Dialog Data
- //{{AFX_DATA(Singleincomemoney)
- enum { IDD = IDD_DLGsingleincomemoney };
- CSortListCtrl2 m_List1;
- CDateEdit m_editdate1;
- CNumEdit m_editctrl1;
- CString m_money;
- CString m_time1;
- CString m_ren2;
- CString m_money1;
- CString m_money2;
- CString m_money3;
- CString m_phone;
- CString m_sitem;
- CString m_id;
- CString m_name;
- CString m_bz;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(Singleincomemoney)
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(Singleincomemoney)
- virtual BOOL OnInitDialog();
- virtual void OnOK(); // 괏닸객큐 ;
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
- afx_msg void OnButton1(); // �뇜객큐;
- afx_msg void OnButton3(); // 뫘맣객큐;
- afx_msg void OnButton8(); // 댔데객큐;
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_Singleincomemoney_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
|