📄 pointtest.h
字号:
//本
#if !defined(AFX_POINTTEST_H__37927A05_613E_11D4_BBD7_600000000ECD__INCLUDED_)
#define AFX_POINTTEST_H__37927A05_613E_11D4_BBD7_600000000ECD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CPointtestApp:
// See Pointtest.cpp for the implementation of this class
//
#define ID_SELECT 61446
#define ID_LINE 61447
#define ID_POINT 61448
#define ID_DOT 61449
#define ID_RESISTANCE 61450//电阻
#define ID_POWER 61451//电源
#define ID_CAPACITANCE 61452//电容
#define ID_DIODE 61453//二极管
#define ID_SWITCH 61454//开关
#define ID_VOLTAGE_METER 61455//电压表
#define ID_CURRENT_METER 61456//电流表
#define ID_INDUCTANCE 61457//inductance电感
#define ID_GROUND 61458//地
#define ID_LIGHT 61459//灯泡
#define ID_UNDEFINED 61460//未定义
#define ID_NONODE 61461//没有节点
#define ID_DEFAULTBASE 61462//没有接地
#define ID_TEXT 61463//文本框ID
#define ID_RHEOSTAT 61464//变阻器
class CPointtestApp : public CWinApp
{
public:
CPointtestApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPointtestApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CPointtestApp)
afx_msg void OnAppAbout();
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_POINTTEST_H__37927A05_613E_11D4_BBD7_600000000ECD__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -