scoolwritedlg.h

来自「只须作点改动就可支持打印各种证件打印」· C头文件 代码 · 共 70 行

H
70
字号
#if !defined(AFX_SCOOLWRITEDLG_H__9B340DD6_9227_11D9_90DA_00A0247DFCE6__INCLUDED_)
#define AFX_SCOOLWRITEDLG_H__9B340DD6_9227_11D9_90DA_00A0247DFCE6__INCLUDED_

#include "SJWFSet.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ScoolWriteDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CScoolWriteDlg dialog

class CScoolWriteDlg : public CDialog
{
// Construction
public:
	HFONT ShowFont(HDC pDC, LPCTSTR fontstyle, int fontheight,int fontweight);
	void SetPrinterSettings(CDC *pDC, HDC hdcPrn);
	CSJWFSet *m_pSet;
	CScoolWriteDlg(CWnd* pParent = NULL);   // standard constructor
	HICON 	m_hIcon;
// Dialog Data
	//{{AFX_DATA(CScoolWriteDlg)
	enum { IDD = IDD_DIALOG1 };
	CString	m_strJszh;
	CString	m_strMc;
	CString	m_strFzr;
	CString	m_strbxlx;
	CString	m_strPzwh;
	CString	m_stryxq;
	int		m_nHlhb;
	CString	m_strDz;
	int		m_strDay;
	int		m_nYear;
	int		m_nMonth;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CScoolWriteDlg)
	afx_msg void OnRecordsave();
	afx_msg void OnRadio1();
	afx_msg void OnRadio2();
	afx_msg void OnButton2();
	afx_msg void OnPaint();
	virtual BOOL OnInitDialog();
	afx_msg void OnDelete();
	afx_msg void OnQuery();
	afx_msg void OnReturn1();
	afx_msg void OnPrintFu();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SCOOLWRITEDLG_H__9B340DD6_9227_11D9_90DA_00A0247DFCE6__INCLUDED_)

⌨️ 快捷键说明

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