📄 mainfrm.h
字号:
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__132689DB_18B2_409C_9A96_A26379C3C0A0__INCLUDED_)
#define AFX_MAINFRM_H__132689DB_18B2_409C_9A96_A26379C3C0A0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "palette.h"
class CMainFrame : public CFrameWnd
{
protected: // create from serialization only
CMainFrame();
DECLARE_DYNCREATE(CMainFrame)
// Attributes
public:
UINT m_uID;
// Operations
public:
CSplitterWnd m_wndSplitter;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMainFrame)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
// Implementation
public:
void MsgOutBar(CString sMsg, int nPane);
virtual ~CMainFrame();
#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;
CDialogBar m_wndDlgBar;
CPaletteBar m_wndViewBar;
CPaletteBar m_wndQueryBar;
// Generated message map functions
protected:
BOOL CreateFloatBar();
virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
//{{AFX_MSG(CMainFrame)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnMapAddShp();
afx_msg void OnMapAddCad();
afx_msg void OnMapAddImage();
afx_msg void OnMapAddArc();
afx_msg void OnMapClearLayer();
afx_msg void OnMapExport();
afx_msg void OnDrawFull();
afx_msg void OnDrawPan();
afx_msg void OnDrawRefresh();
afx_msg void OnDrawZoomin();
afx_msg void OnDrawZoomout();
afx_msg void OnUpdateDrawPan(CCmdUI* pCmdUI);
afx_msg void OnUpdateDrawZoomin(CCmdUI* pCmdUI);
afx_msg void OnUpdateDrawZoomout(CCmdUI* pCmdUI);
afx_msg void OnQueryPoint();
afx_msg void OnQueryLine();
afx_msg void OnQueryRect();
afx_msg void OnQueryPoly();
afx_msg void OnUpdateQueryPoint(CCmdUI* pCmdUI);
afx_msg void OnUpdateQueryLine(CCmdUI* pCmdUI);
afx_msg void OnUpdateQueryRect(CCmdUI* pCmdUI);
afx_msg void OnUpdateQueryPoly(CCmdUI* pCmdUI);
afx_msg void OnQueryExport();
afx_msg void OnQueryStatistic();
afx_msg void OnMapSetup();
afx_msg void OnMapLayerInfo();
afx_msg void OnQueryRecord();
afx_msg void OnMapQuery();
afx_msg void OnQueryExpression();
afx_msg void OnQueryClear();
afx_msg void OnQueryDistance();
afx_msg void OnUpdateQueryDistance(CCmdUI* pCmdUI);
afx_msg void OnQueryArea();
afx_msg void OnUpdateQueryArea(CCmdUI* pCmdUI);
afx_msg void OnRenderDefault();
afx_msg void OnRenderLabel();
afx_msg void OnRenderPlacer();
afx_msg void OnRenderDot();
afx_msg void OnRenderValue();
afx_msg void OnRenderBar();
afx_msg void OnRenderPie();
afx_msg void OnRenderBreak();
afx_msg void OnShapeCircle();
afx_msg void OnUpdateShapeCircle(CCmdUI* pCmdUI);
afx_msg void OnShapeEllipse();
afx_msg void OnUpdateShapeEllipse(CCmdUI* pCmdUI);
afx_msg void OnShapeLine();
afx_msg void OnUpdateShapeLine(CCmdUI* pCmdUI);
afx_msg void OnShapePoint();
afx_msg void OnUpdateShapePoint(CCmdUI* pCmdUI);
afx_msg void OnShapePoly();
afx_msg void OnUpdateShapePoly(CCmdUI* pCmdUI);
afx_msg void OnShapeRect();
afx_msg void OnUpdateShapeRect(CCmdUI* pCmdUI);
afx_msg void OnShapeSetup();
afx_msg void OnShapeExportShp();
afx_msg void OnShapeText();
afx_msg void OnUpdateShapeText(CCmdUI* pCmdUI);
afx_msg void OnShapeDelete();
afx_msg void OnShapeClear();
afx_msg void OnShapeSelect();
afx_msg void OnUpdateShapeSelect(CCmdUI* pCmdUI);
afx_msg void OnShapeData();
afx_msg void OnShapeImport();
afx_msg void OnShapeClearAll();
afx_msg void OnShapeSave();
afx_msg void OnShapeOpen();
afx_msg void OnSeisLiedu();
afx_msg void OnShapeQuery();
afx_msg void OnSeisEq3Shp();
afx_msg void OnMapLayerDuplicate();
afx_msg void OnQueryInput();
afx_msg void OnSeisEq3();
afx_msg void OnMapHideAll();
afx_msg void OnMapShowAll();
afx_msg void OnMapShowInvert();
afx_msg void OnSeisEq3Clear();
afx_msg void OnSeisGridClear();
afx_msg void OnSeisLieduClear();
afx_msg void OnSeisSunshi();
afx_msg void OnSeisSunshiClear();
afx_msg void OnSeisLieduQuery();
afx_msg void OnSeisGrid();
afx_msg void OnShapeShapeQuery();
afx_msg void OnSeisEq3ShpLevel();
afx_msg void OnSeisShp();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAINFRM_H__132689DB_18B2_409C_9A96_A26379C3C0A0__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -