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