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

📄 bxtdlg.h

📁 超声影像工作站系统可与各种型号的B超、彩超连接
💻 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 "recinforgb.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:
	CString m_currentid;
	CString m_workingpath;
	CString m_imagepath;
	void PrintReport(bool iscurrentrecord,int printway);
	CBxtDlg(CWnd* pParent = NULL);	// standard constructor
	
	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;
	ImageProcess *imgpcs;
	Query *query;
	Report *report;
	GenInfo *geninfo;
	Reccing *reccing;
	RecInfo *recinfo;
	RecInfoRGB *recinforgb;
	DispImgInfo *dispimginfo;
	DispMarking *dispmarking;
	DispMeasure *dispmeasure;
	DispProcess *dispprocess;
	DispZoom *dispzoom;
	DispConBri *dispconbri;
	QueryName *queryname;
	QueryFree *queryfree;
	QueryTime *querytime;
	QueryOrder *queryorder;
	
	HelpHelp *helphelp;
	HelpPIc *helppic;
	HelpRef *helpref;
	xHelp *xhelp; 

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

// Implementation
protected:
	afx_msg void OnNcLButtonDblClk( UINT nHitTest, CPoint point );
	afx_msg void OnNcLButtonDown( UINT nHitTest, CPoint point );
	HICON m_hIcon;

	// 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 OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
	virtual void OnOK(){};
	virtual void OnCancel(){};
	afx_msg void OnOkx();
	afx_msg void OnTimer(UINT nIDEvent);
	//}}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 + -