📄 bxt.h
字号:
// bxt.h : main header file for the BXT application
//
#if !defined(AFX_BXT_H__3CA1C365_5C8F_11D4_9FD5_5254ABDD2B16__INCLUDED_)
#define AFX_BXT_H__3CA1C365_5C8F_11D4_9FD5_5254ABDD2B16__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CBxtApp:
// See bxt.cpp for the implementation of this class
//
#define WX_TABSELCHANG WM_USER+200 //The CTabCtrl Select Changed
#define WX_QUERY WM_USER+201 //Send The Query statment to queryrun
#define WX_DSPIMG WM_USER+202 //Send the image display style
#define WX_DSPPRC WM_USER+203 //Send the image display style
#define WX_DSPMETA WM_USER+204 //Send the image display style
#define WX_DSPZOOM WM_USER+205 //Send the image display style
#define WX_DSPSTRETCH WM_USER+207
#define WX_DSPCHGCURPIC WM_USER+208
#define WX_REPORT WM_USER+209 // Show Report With Specify ID
#define WX_SAVEREPORT WM_USER+210 // Save Report Into The Current Record
#define WX_SETRECORDID WM_USER+211 // Set Current Record's ID
#define WX_SETHELP WM_USER+212 // Send the help index
#define WX_DSPCONBRI WM_USER+213 // 亮度对比度调整
#define WX_BSPWINPOS WM_USER+214 // 窗宽窗位调整
#define WX_RECONE WM_USER+215 //Capture one pic
#define WX_SETDSPMODE WM_USER+216 //set the pcih disp mode field
#define WX_RECSETBRI WM_USER+217 //Set Bright
#define WX_RECSETCON WM_USER+218 //Set Contrast
#define WX_RECSETFRQ WM_USER+219 //Set freq
#define WX_RECSETCLP WM_USER+220 //Set ClampLevel
#define WX_RECSETSRC WM_USER+221 //set video source chanel
#define WX_RECSETSYN WM_USER+222 //set Video source sync signal
#define WX_RECSETSTN WM_USER+223 //set Video Standart N or PAL
#define WX_PLAYBACK WM_USER+224 //Play back the seq files
#define WX_SETSEQ WM_USER+225 //If the seq file exist send the message to dispinfo
#define WX_CHGPALT WM_USER+226 //chage the pallte of gray pic
class CBxtApp : public CWinApp
{
public:
CBxtApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBxtApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CBxtApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BXT_H__3CA1C365_5C8F_11D4_9FD5_5254ABDD2B16__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -