📄 dlgproviderpay.h
字号:
#if !defined(AFX_DLGPROVIDERPAY_H__86E91957_CA61_475A_8455_D2CF684A2982__INCLUDED_)
#define AFX_DLGPROVIDERPAY_H__86E91957_CA61_475A_8455_D2CF684A2982__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgProviderPay.h : header file
//
#include "btnst.h"
/////////////////////////////////////////////////////////////////////////////
// CDlgProviderPay dialog
class CDlgProviderPay : public CDialog
{
// Construction
public:
CDlgProviderPay(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgProviderPay)
enum { IDD = IDD_DLG_PROVIDERPAY };
CTabCtrl m_hTabProviderPay;
CListCtrl m_hListProviderPay;
CEdit m_hEditProvider;
CEdit m_hEditPayMoney;
CEdit m_hEditPayID;
CEdit m_hEditChecker;
CButtonST m_hBtnOk;
CDateTimeCtrl m_hDtpTime;
CDateTimeCtrl m_hDtpDate;
CButtonST m_hBtnSave;
CButtonST m_hBtnMod;
CButtonST m_hBtnFind;
CButtonST m_hBtnDel;
CButtonST m_hBtnAdd;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgProviderPay)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgProviderPay)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeTabProviderpay(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnClickListProviderpay(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDblclkListProviderpay(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnBtnAdd();
afx_msg void OnBtnDel();
afx_msg void OnBtnMod();
afx_msg void OnBtnSave();
afx_msg void OnBtnFind();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void TabCtrlOfSelect(int m_nSelected);
void InitCtrlData();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGPROVIDERPAY_H__86E91957_CA61_475A_8455_D2CF684A2982__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -