dlgprint.h

来自「这个是一个比较全的超市管理系统」· C头文件 代码 · 共 56 行

H
56
字号
#if !defined(AFX_DLGPRINT_H__34940887_1FB3_4615_9117_6A7D208C06F4__INCLUDED_)
#define AFX_DLGPRINT_H__34940887_1FB3_4615_9117_6A7D208C06F4__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgPrint.h : header file
//
#include "GridCtrl.h"
/////////////////////////////////////////////////////////////////////////////
// CDlgPrint dialog

class CDlgPrint : public CDialog
{
// Construction
public:
	CDlgPrint(CWnd* pParent = NULL);   // standard constructor
	CString strSql;
	CString strTitle;
	CListCtrl *m_ListMain;
// Dialog Data
	//{{AFX_DATA(CDlgPrint)
	enum { IDD = IDD_PRINT_DIALOG };
		// NOTE: the ClassWizard will add data members here
	CGridCtrl m_Grid;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgPrint)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgPrint)
	virtual BOOL OnInitDialog();
	afx_msg void OnPrintSet();
	afx_msg void OnPrint();
	afx_msg void OnPrintPreview();
	//}}AFX_MSG
	LRESULT OnBeginPrinting(WPARAM wParam,LPARAM lParam);
	LRESULT OnEndPrinting(WPARAM wParam,LPARAM lParam);
	LRESULT OnMyPrint(WPARAM wParam,LPARAM lParam);
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLGPRINT_H__34940887_1FB3_4615_9117_6A7D208C06F4__INCLUDED_)

⌨️ 快捷键说明

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