lookup.h
来自「VC++编写的论文管理系统」· C头文件 代码 · 共 66 行
H
66 行
#if !defined(AFX_LOOKUP_H__37AB4A90_6569_4489_8015_3EFEE81104DF__INCLUDED_)
#define AFX_LOOKUP_H__37AB4A90_6569_4489_8015_3EFEE81104DF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Lookup.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CLookup dialog
class CLookup : public CDialog
{
// Construction
public:
CLookup(CWnd* pParent = NULL); // standard constructor
CString strText;
// Dialog Data
//{{AFX_DATA(CLookup)
enum { IDD = IDD_LOOKUP_DIALOG };
CEdit m_thesis;
CEdit m_tch;
CEdit m_stuid;
CEdit m_stu;
CEdit m_key;
int m_stuidradio;
int m_sturadio;
int m_tchradio;
int m_keyradio;
int m_thesisradio;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLookup)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CLookup)
virtual void OnOK();
afx_msg void OnRadio2();
afx_msg void OnRadio3();
afx_msg void OnRadio4();
afx_msg void OnRadio5();
afx_msg void OnRadio6();
afx_msg void OnRadio7();
afx_msg void OnRadio8();
afx_msg void OnRadio9();
afx_msg void OnRadio10();
afx_msg void OnRadio11();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LOOKUP_H__37AB4A90_6569_4489_8015_3EFEE81104DF__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?