📄 addeditf.h
字号:
#if !defined(AFX_ADDEDITFILE_H__9C013339_025E_4E0B_978E_8F221DB36672__INCLUDED_)
#define AFX_ADDEDITFILE_H__9C013339_025E_4E0B_978E_8F221DB36672__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AddEditFile.h : header file
//
#include "vchelper.h"
#include "HoverEdit.h"
/////////////////////////////////////////////////////////////////////////////
// CAddEditFile dialog
class CAddEditFile : public CDialog
{
// Construction
public:
CAddEditFile(CWnd* pParent = NULL); // standard constructor
public:
int m_typeID1;
int m_typeID2;
BOOL m_frag;
int m_num;
int type1[50];
int type2[50];
INFRCD infrcd[100];
// Dialog Data
//{{AFX_DATA(CAddEditFile)
enum { IDD = IDD_ADDEDIT_FILE };
CButton m_confull;
CHoverEdit m_conTopic;
CEdit m_conData;
CComboBox m_conType2;
CComboBox m_conType1;
CString m_strTopic;
CString m_strData;
BOOL m_pride;
BOOL m_exa;
BOOL m_autofull;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAddEditFile)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAddEditFile)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnSelchangeType1();
afx_msg void OnChangeData();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADDEDITFILE_H__9C013339_025E_4E0B_978E_8F221DB36672__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -