📄 newdocdlg.h
字号:
#if !defined(AFX_NEWDOCDLG_H__31149842_C772_47C5_83DF_C1D8C181D49E__INCLUDED_)
#define AFX_NEWDOCDLG_H__31149842_C772_47C5_83DF_C1D8C181D49E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NewDocDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CNewDocDlg dialog
enum Dimesion {Small = 0,Big,Biger,Bigest};
class CNewDocDlg : public CDialog
{
// Construction
public:
void ShowDlg(Dimesion i);
// CRect rectBigArea,rectSmallArea,rectDlg;
CRect conDlg;//,conSmall,conBig,conBiger;
BOOL m_bBt1,m_bBt2,m_bBt3;//
CString str1,str2;
// void ShowAera();
CNewDocDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CNewDocDlg)
enum { IDD = IDD_NEWDOC };
CButton m_button3;
CListBox m_list2;
CListBox m_list1;
CButton m_objselect;
CButton m_styleselect;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNewDocDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CNewDocDlg)
virtual BOOL OnInitDialog();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnStylelistChange();
afx_msg void OnDblclkStylelist();
afx_msg void OnButton3();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NEWDOCDLG_H__31149842_C772_47C5_83DF_C1D8C181D49E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -