📄 airtargetview.h
字号:
#if !defined(AFX_AIRTARGETVIEW_H__EB506927_979D_4AA4_AEDF_9D754A5BC4A1__INCLUDED_)
#define AFX_AIRTARGETVIEW_H__EB506927_979D_4AA4_AEDF_9D754A5BC4A1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AirTargetView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAirTargetView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CMulTargetDoc;
class CAirTargetView : public CFormView
{
protected:
CAirTargetView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CAirTargetView)
// Form Data
public:
//{{AFX_DATA(CAirTargetView)
enum { IDD = IDD_MULTARGET_FORM };
CListCtrl m_byxsh;
CComboBox m_shj;
CComboBox m_mbph;
double m_fwj;
double m_jl;
CString m_mblx;
CString m_mbshx;
double m_v;
int m_flag1;
int m_flag2;
int m_shiyan;
//}}AFX_DATA
public:
CMulTargetDoc* GetDocument();
// Attributes
public:
double m_cx;
double m_cy;
double m_r;
int deg1;
int deg2;
double m_hxj;
double m_x0,
m_y0;
CPen pYellow;
CBrush bBlack,bWhite;
CPen pWhite;
CPen pRed,pGreen,pBlue,pZhl;
CBrush bRed,bGreen,bBlue,bZhl;
// Operations
public:
void AirmbXsh();
double m_xspm;//每一相素所表示的距离
double m_lch;//量程
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAirTargetView)
public:
virtual void OnInitialUpdate();
protected:
afx_msg void OnOpenairld();
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CAirTargetView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CAirTargetView)
afx_msg void OnPaint();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnPouseairld();
afx_msg void OnContinueairld();
afx_msg void OnLch500();
afx_msg void OnLch200();
afx_msg void OnLch100();
afx_msg void OnLch50();
afx_msg void OnLch20();
afx_msg void OnLch10();
afx_msg void OnBtsend();
afx_msg void OnLdxx();
afx_msg void OnJtxx();
afx_msg void OnMbshc();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_AIRTARGETVIEW_H__EB506927_979D_4AA4_AEDF_9D754A5BC4A1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -