📄 logodig.h
字号:
#if !defined(AFX_LOGODIG_H__DA5838D1_AA04_48D3_B494_ACEA41FBA5BA__INCLUDED_)
#define AFX_LOGODIG_H__DA5838D1_AA04_48D3_B494_ACEA41FBA5BA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LogoDig.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CLogoDig dialog
class CLogoDig : public CDialog
{
// Construction
public:
CLogoDig(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CLogoDig)
enum { IDD = IDD_LOGO };
CButton m_buttonExplorer;
int m_nSrcType;
CString m_strDbName;
CString m_strPassWord;
CString m_strUserName;
CString m_strSrcName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLogoDig)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
BOOL m_bAdvaced;
// Generated message map functions
//{{AFX_MSG(CLogoDig)
virtual void OnOK();
afx_msg void OnFilename();
virtual BOOL OnInitDialog();
afx_msg void OnSelendokSrcCombo();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LOGODIG_H__DA5838D1_AA04_48D3_B494_ACEA41FBA5BA__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -