bingtai.h
来自「wince无线点菜软件,具备常规点菜的所有功能,可直接使用」· C头文件 代码 · 共 59 行
H
59 行
#if !defined(AFX_BINGTAI_H__C08DEF63_6B73_11DB_82A5_00E04CE4AE40__INCLUDED_)
#define AFX_BINGTAI_H__C08DEF63_6B73_11DB_82A5_00E04CE4AE40__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// Bingtai.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBingtai dialog
class CBingtai : public CDialog
{
// Construction
public:
CBingtai(CWnd* pParent = NULL); // standard constructor
u_short portid;
u_long SAddr;
int taiweilen,caipulen;
char oprid[21];
// Dialog Data
//{{AFX_DATA(CBingtai)
enum { IDD = IDD_DIALOG_BINGTAI };
CButton m_ok;
CEdit m_cto;
CEdit m_cfrom;
CString m_from;
CString m_to;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBingtai)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CBingtai)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnChangeEditFrom();
afx_msg void OnSetfocusEditFrom();
afx_msg void OnChangeEditTo();
afx_msg void OnSetfocusEditTo();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BINGTAI_H__C08DEF63_6B73_11DB_82A5_00E04CE4AE40__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?