📄 base64projdlg.h
字号:
// Base64ProjDlg.h : header file
//
#if !defined(AFX_BASE64PROJDLG_H__983D54A4_26ED_4866_A58E_B1CD83731C97__INCLUDED_)
#define AFX_BASE64PROJDLG_H__983D54A4_26ED_4866_A58E_B1CD83731C97__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CBase64ProjDlg dialog
#include "Base64StringDlg.h"
#include "Base64FileDlg.h"
#include "AboutDlg.h"
#include "Class\\Base64.h"
class CBase64ProjDlg : public CDialog
{
// Construction
public:
CBase64ProjDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CBase64ProjDlg)
enum { IDD = IDD_BASE64PROJ_DIALOG };
CTabCtrl m_TabCtrl;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBase64ProjDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CBase64ProjDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnSelchangeTabInfo(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnRadioEncode();
afx_msg void OnRadioDecode();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CBase64StringDlg m_Base64StringDlg;
CBase64FileDlg m_Base64FileDlg;
CAboutDlg m_AboutDlg;
bool m_bIsEncode;
public:
bool IsEncode();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BASE64PROJDLG_H__983D54A4_26ED_4866_A58E_B1CD83731C97__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -