?? dlgcustomerpay.h
字號:
#if !defined(AFX_DLGCUSTOMERPAY_H__B89A642A_5D8E_42DE_979B_45DA6C38F888__INCLUDED_)
#define AFX_DLGCUSTOMERPAY_H__B89A642A_5D8E_42DE_979B_45DA6C38F888__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgCustomerPay.h : header file
//
#include "BtnSt.h"
/////////////////////////////////////////////////////////////////////////////
// CDlgCustomerPay dialog
class CDlgCustomerPay : public CDialog
{
// Construction
public:
CDlgCustomerPay(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgCustomerPay)
enum { IDD = IDD_DLG_CUSTOMERPAY };
CTabCtrl m_hTabCustomerPay;
CListCtrl m_hListCustomerPay;
CEdit m_hEditPayMoney;
CEdit m_hEditPayID;
CEdit m_hEditCustomer;
CEdit m_hEditChecker;
CDateTimeCtrl m_hDtpTime;
CDateTimeCtrl m_hDtpDate;
CButtonST m_hBtnOk;
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(CDlgCustomerPay)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgCustomerPay)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeTabCustomerPay(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnClickListCustomerPay(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDblclkListCustomerPay(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_DLGCUSTOMERPAY_H__B89A642A_5D8E_42DE_979B_45DA6C38F888__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -