📄 cjlr.h
字号:
#if !defined(AFX_CJLR_H__D9F273D6_8586_45C3_BA2B_9813EB7BC217__INCLUDED_)
#define AFX_CJLR_H__D9F273D6_8586_45C3_BA2B_9813EB7BC217__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Cjlr.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCjlr dialog
class CCjlr : public CDialog
{
// Construction
public:
CCjlr(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCjlr)
enum { IDD = IDD_SJFX_CJLR };
CButton m_prev;
CButton m_next;
CButton m_last;
CButton m_first;
CButton m_modify;
CButton m_delete;
CEdit m_ct9;
CEdit m_ct8;
CEdit m_ct7;
CEdit m_ct6;
CEdit m_ct5;
CEdit m_ct4;
CEdit m_ct3;
CEdit m_ct2;
CEdit m_ct10;
CEdit m_ct1;
CStatic m_s9;
CStatic m_s8;
CStatic m_s7;
CStatic m_s6;
CStatic m_s5;
CStatic m_s4;
CStatic m_s3;
CStatic m_s2;
CStatic m_s10;
CStatic m_s1;
CString m_nt9;
CString m_nt8;
CString m_nt7;
CString m_nt6;
CString m_nt5;
CString m_nt4;
CString m_nt3;
CString m_nt2;
CString m_nt10;
CString m_nt1;
CString m_xh;
CString m_xm;
CString m_zf;
CString m_zrs;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCjlr)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void Disprecord();
// Generated message map functions
//{{AFX_MSG(CCjlr)
virtual void OnOK();
virtual void OnCancel();
virtual BOOL OnInitDialog();
afx_msg void OnAdd();
afx_msg void OnDelete();
afx_msg void OnModify();
afx_msg void OnFirst();
afx_msg void OnLast();
afx_msg void OnPrev();
afx_msg void OnNext();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CJLR_H__D9F273D6_8586_45C3_BA2B_9813EB7BC217__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -