📄 visdraw.h
字号:
// VisDraw.h : VisDraw 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error 在包含用于 PCH 的此文件之前包含“stdafx.h”
#endif
#include "resource.h" // 主符号
#include <afxtempl.h>
// CVisDrawApp:
// 有关此类的实现,请参阅 VisDraw.cpp
//
#include "VisDrawDoc.h"
#include "RightView.h"
#include "DialogBarView.h"
//#include "TechFrame.h"
class CVisDrawApp : public CWinApp
{
public:
_ConnectionPtr m_pConnection;
CVisDrawApp();
// 重写
public:
virtual BOOL InitInstance();
// 实现
afx_msg void OnAppAbout();
DECLARE_MESSAGE_MAP()
private:
//CView* m_wndFormVrew;
//CView* m_pFirstView;
//
//CView* m_pAnotherView;
public:
//afx_msg void OnTechcourse();
public:
virtual void AssertValid() const;
//CMultiDocTemplate* m_TechTemplate;
//CMultiDocTemplate* m_DefTemplate;
// CMultiDocTemplate* m_pQueryDocAndPart;//查询图档
CMultiDocTemplate* pDocTemplate;
//CMultiDocTemplate* pFrmDocTemplate;
//CMultiDocTemplate* pzhiDocTemplate;
public:
//afx_msg void OnGongyiguochengka();
public:
//afx_msg void OnGongyika();
public:
//afx_msg void OnGongxuka();
public:
//afx_msg void OnZhishiku();
public:
//afx_msg void OnZhishiku();
public:
//afx_msg void OnGoyiguihua();
public:
virtual int ExitInstance();
};
extern CVisDrawApp theApp;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -