?? dlgquerym.h
字號:
#if !defined(AFX_DLGQUERYM_H__EB2C9E4A_251F_44B8_BFFC_35E09A3CB341__INCLUDED_)
#define AFX_DLGQUERYM_H__EB2C9E4A_251F_44B8_BFFC_35E09A3CB341__INCLUDED_
#include "TabSheet.h"
#include "DlgInputQuery4.h"
#include "DlgInputBackQuery4.h"
#include "DlgGoodBadQuery4.h"
#include "DlgStoreAdjust4.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgQueryM.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgQueryM dialog
class CDlgQueryM : public CDialog
{
// Construction
public:
int nSelect;
CDlgInputQuery4 m_dlg1;
CDlgInputBackQuery4 m_dlg2;
CDlgGoodBadQuery4 m_dlg3;
CToolBar m_wndToolBar;
CReBar m_wndReBar;
CDlgQueryM(CWnd* pParent = NULL); // standard constructor
CDlgQueryM(int iSelect, CWnd* pParent = NULL);
// Dialog Data
//{{AFX_DATA(CDlgQueryM)
enum { IDD = IDD_QUERY_M };
CTabSheet m_tab;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgQueryM)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgQueryM)
virtual BOOL OnInitDialog();
afx_msg void OnShut();
afx_msg void OnQuery();
afx_msg void OnCancelQuery();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGQUERYM_H__EB2C9E4A_251F_44B8_BFFC_35E09A3CB341__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -