ipdialog.h
来自「一款用C++编写的网络版中国象棋对弈程序源代码」· C头文件 代码 · 共 53 行
H
53 行
#if !defined(AFX_IPDIALOG_H__B8A22282_5F30_11D5_8E58_0050BA1AACA1__INCLUDED_)
#define AFX_IPDIALOG_H__B8A22282_5F30_11D5_8E58_0050BA1AACA1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ipdialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// ipdialog dialog
class ipdialog : public CDialog
{
// Construction
public:
ipdialog(CWnd* pParent = NULL); // standard constructor
CString strip;
CEdit ipedit;
BOOL beok;
// Dialog Data
//{{AFX_DATA(ipdialog)
enum { IDD = IDD_DIALOG1 };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(ipdialog)
public:
virtual int DoModal();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(ipdialog)
virtual BOOL OnInitDialog();
virtual void OnOK();
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_IPDIALOG_H__B8A22282_5F30_11D5_8E58_0050BA1AACA1__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?