custominputdialog.h
来自「随着计算机信息技术的飞速发展」· C头文件 代码 · 共 28 行
H
28 行
// CustomInputDialog.h: interface for the CCustomInputDialog class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CUSTOMINPUTDIALOG_H__65C2C380_85E4_4C88_9753_4A32A01342AF__INCLUDED_)
#define AFX_CUSTOMINPUTDIALOG_H__65C2C380_85E4_4C88_9753_4A32A01342AF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "memorydialog.h"
class CCustomInputDialog : public CMemoryDialog
{
public:
CButton m_Button;
CStatic m_StaticCtrl;
CEdit m_Edit;
CCustomInputDialog();
virtual ~CCustomInputDialog();
virtual BOOL OnInitDialog();
};
#endif // !defined(AFX_CUSTOMINPUTDIALOG_H__65C2C380_85E4_4C88_9753_4A32A01342AF__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?