📄 printset.h
字号:
//{{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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -