keynumber.h

来自「机械手IPC控制器伺服运动程序」· C头文件 代码 · 共 95 行

H
95
字号
#if !defined(AFX_KEYNUMBER_H__5D7C5121_B9D6_4131_AFDF_512C931D1D97__INCLUDED_)
#define AFX_KEYNUMBER_H__5D7C5121_B9D6_4131_AFDF_512C931D1D97__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// KeyNumber.h : header file
//
//#include "Mode.h"
/////////////////////////////////////////////////////////////////////////////
// CKeyNumber dialog

class CKeyNumber : public CDialog
{
// Construction
public:
	CKeyNumber(CWnd* pParent = NULL);   // standard constructor
    CString num;
	CEdit * edt;
// Dialog Data
	//{{AFX_DATA(CKeyNumber)
	enum { IDD = IDD_DIALOGKEYNUMBER };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA
    int Caps_Flag;

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CKeyNumber)
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	afx_msg void OnButton4();
	afx_msg void OnButton5();
	afx_msg void OnButton6();
	afx_msg void OnButton7();
	afx_msg void OnButton8();
	afx_msg void OnButton9();
	afx_msg void OnButton10();
	afx_msg void OnButton12();
	afx_msg void OnButton11();
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnButton13();
	afx_msg void OnButton14();
	afx_msg void OnButtonQ();
	afx_msg void OnButtonW();
	afx_msg void OnButtonE();
	afx_msg void OnButtonR();
	afx_msg void OnButtonT();
	afx_msg void OnButtonY();
	afx_msg void OnButtonU();
	afx_msg void OnButtonI();
	afx_msg void OnButtonO();
	afx_msg void OnButtonP();
	afx_msg void OnButtonA();
	afx_msg void OnButtonS();
	afx_msg void OnButtonD();
	afx_msg void OnButtonF();
	afx_msg void OnButtonG();
	afx_msg void OnButtonH();
	afx_msg void OnButtonJ();
	afx_msg void OnButtonK();
	afx_msg void OnButtonL();
	afx_msg void OnButtonZ();
	afx_msg void OnButtonX();
	afx_msg void OnButtonC();
	afx_msg void OnButtonV();
	afx_msg void OnButtonB();
	afx_msg void OnButtonN();
	afx_msg void OnButtonM();
	afx_msg void OnButtonCLR();
	afx_msg void OnButtonCAP();
	afx_msg void OnButtonSLASH();

	virtual BOOL OnInitDialog();
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);

	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_KEYNUMBER_H__5D7C5121_B9D6_4131_AFDF_512C931D1D97__INCLUDED_)

⌨️ 快捷键说明

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