📄 dlgstoragem.h
字号:
#if !defined(AFX_DLGSTORAGEM_H__1A8A30E1_971B_403D_988A_2F58DDE43D52__INCLUDED_)
#define AFX_DLGSTORAGEM_H__1A8A30E1_971B_403D_988A_2F58DDE43D52__INCLUDED_
#include "TabSheet.h"
#include "DlgStorePD3.h"
#include "DlgStoreAdjust3.h"
#include "DlgProductorOut3.h"
#include "DlgStoreUpDown3.h"
#include "CheckPrint.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgStorageM.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgStorageM dialog
class CDlgStorageM : public CDialog
{
// Construction
public:
int nSelect;
CCheckPrint m_dlg0;
CDlgStorePD3 m_dlg1;
CDlgStoreAdjust3 m_dlg2;
CDlgProductorOut3 m_dlg3;
CDlgStoreUpDown3 m_dlg4;
CToolBar m_wndToolBar;
CReBar m_wndReBar;
CDlgStorageM(CWnd* pParent = NULL); // standard constructor
CDlgStorageM(int iSelect, CWnd* pParent = NULL);
// Dialog Data
//{{AFX_DATA(CDlgStorageM)
enum { IDD = IDD_STORAGE_M };
CTabSheet m_tab;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgStorageM)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgStorageM)
virtual BOOL OnInitDialog();
afx_msg void OnShut();
afx_msg void AddOperate();
afx_msg void CancelOperate();
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGSTORAGEM_H__1A8A30E1_971B_403D_988A_2F58DDE43D52__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -