printset.h

来自「IP电话计费管理系统本地版」· C头文件 代码 · 共 65 行

H
65
字号
//{{AFX_INCLUDES()
#include "msflexgrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_PRINTSET_H__6AF32925_7034_4E48_A72E_D6318F7AE049__INCLUDED_)
#define AFX_PRINTSET_H__6AF32925_7034_4E48_A72E_D6318F7AE049__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PrintSet.h : header file
//
#include "PrintRecordSet.h"
/////////////////////////////////////////////////////////////////////////////
// CPrintSet dialog

class CPrintSet : public CDialog
{
// Construction
public:


	void WriteToFile();
	CPrintSet(CWnd* pParent = NULL);   // standard constructor
    CString strKey;
	int nRow,nCol;

    CDatabase m_database;
// Dialog Data
	//{{AFX_DATA(CPrintSet)
	enum { IDD = IDD_DIALOG_PRINT_SET };
	CString	m_CoLtd;
	CMSFlexGrid	m_PrintGrid;
	BOOL	m_bCheckPrintOne;
	CString	m_strUpSpace;
	//}}AFX_DATA

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPrintSet)
	afx_msg void OnSavePrintInfo();
	virtual BOOL OnInitDialog();
	afx_msg void OnDblClickMsflexgridPrintSet();
	afx_msg void OnKeyPressMsflexgridPrintSet(short FAR* KeyAscii);
	afx_msg void OnClickMsflexgridPrintSet();
	afx_msg void OnCheckOne();
	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_PRINTSET_H__6AF32925_7034_4E48_A72E_D6318F7AE049__INCLUDED_)

⌨️ 快捷键说明

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