⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 caculator03dlg.h

📁 十进制、八进制和十六进制之间的转换以及不同的选择类型
💻 H
字号:
// caculator03Dlg.h : header file
//

#if !defined(AFX_CACULATOR03DLG_H__F266F640_60FC_4F96_8E4B_83F4016F73D6__INCLUDED_)
#define AFX_CACULATOR03DLG_H__F266F640_60FC_4F96_8E4B_83F4016F73D6__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CCaculator03Dlg dialog


class CCaculator03Dlg : public CDialog
{
// Construction
public:
	CCaculator03Dlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CCaculator03Dlg)
	enum { IDD = IDD_CACULATOR03_DIALOG };
	CButton	m_OutputCheck;
	CButton	m_InputCheck;
	CButton	m_Fbutton;
	CButton	m_Ebutton;
	CButton	m_Dbutton;
	CButton	m_Cbutton;
	CButton	m_Bbutton;
	CButton	m_Abutton;
	CButton	m_9button;
	CButton	m_8button;
	CString	m_InputEdit;
	CString	m_OutputEdit;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCaculator03Dlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CCaculator03Dlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnDRadio();
	afx_msg void OnHRadio();
	afx_msg void OnORadio();
	afx_msg void On0Button();
	afx_msg void On1Button();
	afx_msg void On2Button();
	afx_msg void On3Button();
	afx_msg void On4Button();
	afx_msg void On5Button();
	afx_msg void On6Button();
	afx_msg void On7Button();
	afx_msg void On8Button();
	afx_msg void On9Button();
	afx_msg void OnAButton();
	afx_msg void OnBButton();
	afx_msg void OnCButton();
	afx_msg void OnDButton();
	afx_msg void OnEButton();
	afx_msg void OnFButton();
	afx_msg void OnToDButton();
	afx_msg void OnToHButton();
	afx_msg void OnToOButton();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CACULATOR03DLG_H__F266F640_60FC_4F96_8E4B_83F4016F73D6__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -