📄 calcultateimgdlg.h
字号:
#if !defined(AFX_CALCULTATEIMGDLG_H__19741062_EEE3_11D3_A469_0000E83F643B__INCLUDED_)
#define AFX_CALCULTATEIMGDLG_H__19741062_EEE3_11D3_A469_0000E83F643B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CalcultateImgDlg.h : header file
//
#include "RSIPStruct.h"
/////////////////////////////////////////////////////////////////////////////
// CCalcultateImgDlg dialog
class CCalcultateImgDlg : public CDialog
{
// Construction
public:
CCalcultateImgDlg(CWnd* pParent = NULL); // standard constructor
CCalcultateImgDlg::~CCalcultateImgDlg();
// Dialog Data
//{{AFX_DATA(CCalcultateImgDlg)
enum { IDD = IDD_IMGCALCULATE };
CListBox m_imgList;
CString m_calculateExpression;
int m_imgHeight;
int m_imgWidth;
//}}AFX_DATA
public:
int m_nImageType;
int m_nImageCount;
public:
CPtrArray m_aFileNameArray;
int m_nTokenCount;
int m_nOptrCount;
int m_nOpndCount;
struct Token m_TheToken[64];
private:
int m_nMaxLenInPixels;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCalcultateImgDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCalcultateImgDlg)
virtual void OnOK();
afx_msg void OnAddImage();
afx_msg void OnDeleteImage();
afx_msg void OnHelpButton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CALCULTATEIMGDLG_H__19741062_EEE3_11D3_A469_0000E83F643B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -