⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bxtdlg.h

📁 CT工作站具有打印报告、病历管理、图像处理专家词库等功能
💻 H
字号:
// bxtDlg.h : header file 
//

#if !defined(AFX_BXTDLG_H__3CA1C367_5C8F_11D4_9FD5_5254ABDD2B16__INCLUDED_)
#define AFX_BXTDLG_H__3CA1C367_5C8F_11D4_9FD5_5254ABDD2B16__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "xtabctrl.h"
#include "recimage.h"
#include "imageprocess.h"
#include "Report.h"
#include "Query.h"
#include "geninfo.h"
#include "reccing.h"
#include "recinfo.h"
#include "dispimginfo.h"
#include "dispmarking.h"
#include "dispmeasure.h"
#include "dispprocess.h"
#include "dispzoom.h"
#include "dispconbri.h"
#include "querytime.h"
#include "queryfree.h"
#include "queryname.h"
#include "queryorder.h"
#include "rpttemplate.h"
#include "printimage.h"
#include "xhelp.h"
#include "helphelp.h"
#include "helppic.h"
#include "helpref.h"
#include "xbtnst.h"


/////////////////////////////////////////////////////////////////////////////
// CBxtDlg dialog

class CBxtDlg : public CDialog
{
// Construction
public:
	CBxtDlg(CWnd* pParent = NULL);	// standard constructor

	CString				m_currentid;
	CString				m_workingpath;
	CString				m_imagepath;
	CString				m_fixedimagepath;
	CString				m_cdimagepath;
	void				PrintReport(bool iscurrentrecord, int printway);
	
	void				TabSelChange(WPARAM wParm,LPARAM lParm);
	
	XButton	temp,temp2;
// Dialog Data
	//{{AFX_DATA(CBxtDlg)
	enum { IDD = IDD_BXT_DIALOG };
	XButton				m_ok;
	CXTabCtrl			m_s;
	CXTabCtrl			m_m;
	//}}AFX_DATA

	CXTabCtrl			m_sQuery;
	CXTabCtrl			m_sReport;
	CXTabCtrl			m_sImagePcs;
	CXTabCtrl			m_sHelp;

	RecImage			*rec;
	Reccing				*reccing;
	RecInfo				*recinfo;
	HelpHelp			*helphelp;
	HelpPIc				*helppic;
	HelpRef				*helpref;
	xHelp				*xhelp; 
	GenInfo				*geninfo;
	Report				*report;
	PrintImage			*printimage;
	RptTemplate			*rpttemplate;

	ImageProcess		*imgpcs;
	Query				*query;

	DispImgInfo			*dispimginfo;
	DispMarking			*dispmarking;
	DispMeasure			*dispmeasure;
	DispProcess			*dispprocess;
	DispZoom			*dispzoom;
	DispConBri			*dispconbri;
	QueryName			*queryname;
	QueryFree			*queryfree;
	QueryTime			*querytime;
	QueryOrder			*queryorder;
	

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

// Implementation
protected:
	HICON				m_hIcon;
	PCONFIG_STRUCT		m_pCfg;

	afx_msg void		OnNcLButtonDblClk( UINT nHitTest, CPoint point );
	afx_msg void		OnNcLButtonDown( UINT nHitTest, CPoint point );

	// Generated message map functions
	//{{AFX_MSG(CBxtDlg)
	virtual BOOL		OnInitDialog();
	afx_msg void		OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void		OnPaint();
	afx_msg HCURSOR		OnQueryDragIcon();
	afx_msg void		OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
	virtual void		OnOK(){};
	virtual void		OnCancel(){};
	afx_msg void		OnOkx();
	//}}AFX_MSG
	

	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_BXTDLG_H__3CA1C367_5C8F_11D4_9FD5_5254ABDD2B16__INCLUDED_)

⌨️ 快捷键说明

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