resultdlg.h

来自「这是本人两年前兼职为某个公司做的石油钻进设计软件」· C头文件 代码 · 共 69 行

H
69
字号
#if !defined(AFX_RESULTDLG_H__D28BBC7B_5AFE_4154_B093_71E9FA4A8ADE__INCLUDED_)
#define AFX_RESULTDLG_H__D28BBC7B_5AFE_4154_B093_71E9FA4A8ADE__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);   // standard constructor

public:
	BOOL		Create();

public:
	void DisplayCalcRst();
	void PrintPreviewCalcRst();
	void PrintCalcRst();

	CString          m_cCalcFileName;
	CWnd*       m_pParent;


// Dialog Data
	//{{AFX_DATA(CResultDlg)
	enum { IDD = IDD_DLG_RESULT };
	CF1Book	m_grid9;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CResultDlg)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	afx_msg void OnContextMenu(CWnd*, CPoint point);
	HICON m_hIcon;
	HACCEL  m_hAccel;

	// Generated message map functions
	//{{AFX_MSG(CResultDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg UINT OnNcHitTest(CPoint point);
	afx_msg void OnDestroy();
	afx_msg void OnKeyDownTtf19(short FAR* KeyCode, short Shift);
	DECLARE_EVENTSINK_MAP()
	//}}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__D28BBC7B_5AFE_4154_B093_71E9FA4A8ADE__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?