📄 dlggh.h
字号:
#if !defined(AFX_DLGGH_H__B8220AD3_CBA2_4A19_A8F2_B97B756CCC43__INCLUDED_)
#define AFX_DLGGH_H__B8220AD3_CBA2_4A19_A8F2_B97B756CCC43__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgGH.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgGH dialog
class CDlgGH : public CDialog
{
// Construction
public:
CDlgGH(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgGH)
enum { IDD = IDD_GH };
CListCtrl m_list_sourceqx;
CListCtrl m_list_haveqx;
CEdit m_ed_ghygxm;
CEdit m_ed_ghygmmck;
CEdit m_ed_ghygmm;
CEdit m_ed_ghygbh;
CEdit m_ed_ghdlxm;
CEdit m_ed_ghbzxx;
//}}AFX_DATA
public:
OPERATOR_MODE m_nOperType;
CString strghyghm;
CString strghygbh;
CString strghygxm;
CString strghdlxm;
CString strghygmm;
CString strghssbm;
CString strghyglb;
CString strghygdj;
CString strghjlzt;
CString strghbzxx;
CString strghygmmck;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgGH)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgGH)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnBtChangepwd();
afx_msg void OnBtDelete();
afx_msg void OnBtNext();
afx_msg void OnBtAddone();
afx_msg void OnBtAddall();
afx_msg void OnBtRmone();
afx_msg void OnBtRmall();
afx_msg void OnDblclkListSourceqx(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDblclkListHaveqx(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
BOOL CheckValue( long lhave ,BOOL bsource );
void SaveQX( );
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGGH_H__B8220AD3_CBA2_4A19_A8F2_B97B756CCC43__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -