📄 resultdlg.h
字号:
#include "PicDlg.h"
#include "picdlg2.h"
#if !defined(AFX_RESULTDLG_H__2594A343_7131_11D2_B19D_0000E84F40CE__INCLUDED_)
#define AFX_RESULTDLG_H__2594A343_7131_11D2_B19D_0000E84F40CE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ResultDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CResultDlg dialog
class CResultDlg : public CDialog
{
// Construction
public:
CResultDlg(CWnd* pParent=NULL,CString results="",BOOL show=FALSE,
BYTE type=1,BYTE typenum=0,
long * array=NULL, UINT slipnum=0,BOOL show2=FALSE,UINT xzoom=1,BOOL stand=FALSE); // standard constructor
// Dialog Data
//{{AFX_DATA(CResultDlg)
enum { IDD = IDD_INDEXRESULT };
CEdit m_ctrEdit;
CButton m_BottonImage2;
CButton m_BottonImage;
CString m_Results;
//}}AFX_DATA
public:
CString m_OldResults;
BOOL m_bReadOnly;
BOOL m_bStand;
BOOL m_bShow;
BOOL m_bShow2;
long * m_pArray;
BYTE m_nTypeNum;
UINT m_nSlipNum;
BYTE m_nType;
UINT m_nXZoom;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CResultDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CResultDlg)
afx_msg void OnButtonSave();
afx_msg void OnBottonImage();
virtual BOOL OnInitDialog();
afx_msg void OnBottonImage2();
afx_msg void OnButtonEdit();
afx_msg void OnButtonSaveedit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RESULTDLG_H__2594A343_7131_11D2_B19D_0000E84F40CE__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -