📄 bitmaptransferdlg.h
字号:
// BitmapTransferDlg.h : header file
//
#pragma once
#include "afxwin.h"
// CBitmapTransferDlg dialog
class CBitmapTransferDlg : public CDialog
{
// Construction
public:
CBitmapTransferDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
enum { IDD = IDD_BITMAPTRANSFER_DIALOG };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
protected:
void DrawImage(CDC * pDC, CString pText);
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedBtnpastebitmap();
CStatic m_grpBitmapFromClipboard;
int m_x;
int m_y;
CEdit m_edtX;
CEdit m_edtY;
afx_msg void OnBnClickedBtncopybitmap();
CEdit m_edtBitmapText;
afx_msg void OnBnClickedBtnpastebitmap2();
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -