📄 dadjust.h
字号:
#if !defined(AFX_DADJUST_H__1831D541_6B7E_11D8_8753_5254AB32C8FB__INCLUDED_)
#define AFX_DADJUST_H__1831D541_6B7E_11D8_8753_5254AB32C8FB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DAdjust.h : header file
//
#include "BaseComboBox.h"
#include "RxGrid.h"
/////////////////////////////////////////////////////////////////////////////
// CDAdjust dialog
class CDAdjust : public CDialog
{
// Construction
public:
void SetOP(CString sOP);
CDAdjust(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDAdjust)
enum { IDD = IDD_DIAAdjust };
CRxGrid m_Grid;
CBaseComboBox m_ComFStore;
CBaseComboBox m_ComAStore;
CButton m_ButExit;
CButton m_ButSure;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDAdjust)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CString OP;
// Generated message map functions
//{{AFX_MSG(CDAdjust)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnKillfocusCOMAStore();
afx_msg void OnItemchangingList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnBUTSure();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
_RecordsetPtr rst;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DADJUST_H__1831D541_6B7E_11D8_8753_5254AB32C8FB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -