ctrl.h
来自「测井软件刻度的框价程序,对测井软件的开发有价值.」· C头文件 代码 · 共 63 行
H
63 行
#if !defined(AFX_CTRL_H__10A9925E_7F39_4DED_BBD4_6FAD4BDD34CA__INCLUDED_)
#define AFX_CTRL_H__10A9925E_7F39_4DED_BBD4_6FAD4BDD34CA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Ctrl.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCtrl form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CCtrl : public CFormView
{
protected:
CCtrl(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CCtrl)
// Form Data
public:
//{{AFX_DATA(CCtrl)
enum { IDD = IDD_DIALOG1 };
//}}AFX_DATA
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCtrl)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CCtrl();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CCtrl)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CTRL_H__10A9925E_7F39_4DED_BBD4_6FAD4BDD34CA__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?