?? 地面測控dlg.h
字號:
// 地面測控Dlg.h : header file
//
//{{AFX_INCLUDES()
#include "mscomm.h"
#include "mdraw3d.h"
//}}AFX_INCLUDES
#if !defined(AFX_DLG_H__ADFB1364_D793_4CA4_B843_5DC23D5BEE4F__INCLUDED_)
#define AFX_DLG_H__ADFB1364_D793_4CA4_B843_5DC23D5BEE4F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "MyButton.h"
#include "Meter.h"
/////////////////////////////////////////////////////////////////////////////
// CMyDlg dialog
class CMyDlg : public CDialog
{
// Construction
public:
CMyDlg(CWnd* pParent = NULL); // standard constructor
int bj1;
int bj2;
int bj3;
int bj4;
int bj5;
int bj6;
// Dialog Data
//{{AFX_DATA(CMyDlg)
enum { IDD = IDD_MY_DIALOG };
CSliderCtrl m_slider1;
CMeter m_meter;
CMyButton m_butzrig;
CMyButton m_butzleft;
CMyButton m_butxstop;
CMyButton m_butxrig;
CMyButton m_butxleft;
CMyButton m_butqh;
CMyButton m_butcj;
CMyButton m_butbg;
CMyButton m_butbd;
CMyButton m_butdown;
CMyButton m_butleft;
CMyButton m_butrig;
CMyButton m_butup;
CMSComm m_comm;
CString m_SendData;
CString m_RevData;
CMDraw3d m_ocx;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMyDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnOnCommMscomm1();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnButledh();
afx_msg void OnButlede();
afx_msg void OnCustomdrawSlider1(NMHDR* pNMHDR, LRESULT* pResult);
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_H__ADFB1364_D793_4CA4_B843_5DC23D5BEE4F__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -