📄 printtestdlgdlg.h
字号:
// PrintTestDlgDlg.h : header file
//
#if !defined(AFX_PRINTTESTDLGDLG_H__4FFF2EAF_8C38_4990_845D_7088E40D5134__INCLUDED_)
#define AFX_PRINTTESTDLGDLG_H__4FFF2EAF_8C38_4990_845D_7088E40D5134__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CPrintTestDlgDlg dialog
class CPrintTestDlgDlg : public CDialog
{
// Construction
public:
void InitConstPrintStruct();
CPrintTestDlgDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPrintTestDlgDlg)
enum { IDD = IDD_PRINTTESTDLG_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPrintTestDlgDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CPrintTestDlgDlg)
virtual BOOL OnInitDialog();
afx_msg void OnBtnPrint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
struct _ITEMPRINTINFOR
{
CString sTile;//打印标题
CString sName;//姓名
CString sSex;//性别
CString sAge;//年龄
CString sRemark;//注释
CString sReportDate;//报告日期
CString sCheckDoc;//检验者
CString sCheckUpDoc;//核对者
//打印列表栏名称
CString sCode;//编号
CString sItemName;//项目
CString sResult;//结果
CString sUnit;//单位
CString sTarget;//参考值
};
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PRINTTESTDLGDLG_H__4FFF2EAF_8C38_4990_845D_7088E40D5134__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -