?? mainfrm.h
字號:
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__94D02FFC_3061_4E92_BBB7_EC889DDD2E4F__INCLUDED_)
#define AFX_MAINFRM_H__94D02FFC_3061_4E92_BBB7_EC889DDD2E4F__INCLUDED_
#include "MyCoolMenu.h"
#include "DlgBaseInfoM.h"
#include "DlgInputStorageM.h"
#include "DlgStorageM.h"
#include "DlgQueryM.h"
#include "DlgOperator.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CAaaView;
class CMainFrame : public CFrameWnd
{
public:
BOOL bFlag; //登錄狀態
CDlgBaseInfoM *m_pdlgBaseInfoM; //基本信息管理主框架
CDlgInputStorageM *m_pdlgInputM; //入庫管理主框架
CDlgStorageM *m_pdlgStoreageM; //庫存管理主框架
CDlgQueryM *m_pdlgQueryM; //查詢管理主框架
CMyCoolMenu m_mnu; //擴展菜單
protected: // create from serialization only
CMainFrame();
DECLARE_DYNCREATE(CMainFrame)
// Attributes
protected:
CSplitterWnd m_wndSplitter;
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMainFrame)
public:
virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
// Implementation
public:
void AdoInit(); //ADO初始化
BOOL CreateExToolBar(); //工具欄擴展
CImageList img;
virtual ~CMainFrame();
CAaaView* GetRightPane();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected: // control bar embedded members
CStatusBar m_wndStatusBar;
CToolBar m_wndToolBar;
CReBar m_wndReBar; //Rebar條
// Generated message map functions
protected:
//{{AFX_MSG(CMainFrame)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
afx_msg void OnMeasureItem(int nIDCtl, LPMEASUREITEMSTRUCT lpMeasureItemStruct);
afx_msg void OnPaint();
afx_msg void OnProductInQuery();
afx_msg void OnProductInput();
afx_msg void OnProductM();
afx_msg void OnProductOut();
afx_msg void OnProductOutPrint();
afx_msg void OnReportGoodBadQuery();
afx_msg void OnStoreAdjust();
afx_msg void OnStoreM();
afx_msg void OnStorePd();
afx_msg void OnStorePrint();
afx_msg void OnStoreTopBottom();
afx_msg void OnInputBackQuery();
afx_msg void OnInputBack();
afx_msg void OnOperatorM();
afx_msg void OnPrividerM();
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
afx_msg void OnUpdateViewStyles(CCmdUI* pCmdUI);
afx_msg void OnViewStyle(UINT nCommandID);
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAINFRM_H__94D02FFC_3061_4E92_BBB7_EC889DDD2E4F__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -