📄 brrrecord.h
字号:
#if !defined(AFX_BRRRECORD_H__0306D8B3_DEBD_4B8A_9153_49EC540D4D3F__INCLUDED_)
#define AFX_BRRRECORD_H__0306D8B3_DEBD_4B8A_9153_49EC540D4D3F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BRRRecord.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBRRRecord dialog
class CBRRRecord : public CDialog
{
// Construction
public:
CBRRRecord(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CBRRRecord)
enum { IDD = IDD_BRRRECORD_DIALOG };
CListCtrl m_list;
CString m_recordType;
COleDateTime m_recordDate;
CString m_borrower;
CString m_goods;
int m_num;
CString m_remark;
CWnd* cwnd_recordType;
CWnd* cwnd_recordDate;
CWnd* cwnd_borrower;
CWnd* cwnd_goods;
CWnd* cwnd_num;
CWnd* cwnd_remark;
CWnd* cwnd_add;
CWnd* cwnd_cancel;
CWnd* cwnd_delete;
CWnd* cwnd_modify;
CWnd* cwnd_save;
CWnd* cwnd_exit;
int flag;
//}}AFX_DATA
public:
void Refresh();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBRRRecord)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CBRRRecord)
virtual BOOL OnInitDialog();
afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnAdd();
afx_msg void OnDelete();
afx_msg void OnModify();
afx_msg void OnSave();
afx_msg void OnCancellation();
afx_msg void OnExit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BRRRECORD_H__0306D8B3_DEBD_4B8A_9153_49EC540D4D3F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -