📄 cfaceeditdemodlg.h
字号:
// CFaceEditDemoDlg.h : header file
//
#if !defined(AFX_CFACEEDITDEMODLG_H__474FF149_007B_46B9_A282_4975DA1AA2C1__INCLUDED_)
#define AFX_CFACEEDITDEMODLG_H__474FF149_007B_46B9_A282_4975DA1AA2C1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "FaceEdit.h"
#include "StatLink.h"
#include "ExtRichEdit.h"
#include "net/net_cmd.h"
#include "afxcmn.h"
#include "afxwin.h"
#include "Label.h"
/////////////////////////////////////////////////////////////////////////////
// CCFaceEditDemoDlg dialog
class CCFaceEditDemoDlg : public CDialog
{
// Construction
public:
CCFaceEditDemoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCFaceEditDemoDlg)
enum { IDD = IDD_CFACEEDITDEMO_DIALOG };
CExtRichEdit m_FaceEdit;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCFaceEditDemoDlg)
protected:
LRESULT show_data(WPARAM w,LPARAM l);
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
CStaticLink m_wndLink;
// Generated message map functions
//{{AFX_MSG(CCFaceEditDemoDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBtnOK();
afx_msg void OnDropFiles(HDROP hDropInfo);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedButton1();
private:
net_cmd netcmd;
public:
void show(CString str);
CExtRichEdit m_InEdit;
CRichEditCtrl m_info;
CStatic m_static;
CLabel m_label;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CFACEEDITDEMODLG_H__474FF149_007B_46B9_A282_4975DA1AA2C1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -