zhoucheng1.h
来自「基于UG平台」· C头文件 代码 · 共 60 行
H
60 行
#if !defined(AFX_ZHOUCHENG1_H__DC9D50C2_3E1B_44F9_BE95_60C91E38412D__INCLUDED_)
#define AFX_ZHOUCHENG1_H__DC9D50C2_3E1B_44F9_BE95_60C91E38412D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ZhouCheng1.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// ZhouCheng1 dialog
class ZhouCheng1 : public CDialog
{
// Construction
public:
ZhouCheng1(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(ZhouCheng1)
enum { IDD = IDD_DIALOG3 };
CListBox m_list;
CButton m_tiaoxinqiu;
CButton m_shengouqiu;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(ZhouCheng1)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(ZhouCheng1)
virtual BOOL OnInitDialog();
afx_msg void Onshengouqiu();
afx_msg void Ontiaoxinqiu();
afx_msg void Onjiaojiechu();
afx_msg void OnSelchangeList1();
afx_msg void OnNextBtn();
afx_msg void Onyuanzhu();
afx_msg void Ontiaoxingunzi();
afx_msg void Onyuanzhui();
afx_msg void Ondantuili();
afx_msg void Onshuangtuili();
afx_msg void Onhelp();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ZHOUCHENG1_H__DC9D50C2_3E1B_44F9_BE95_60C91E38412D__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?