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

📄 fladsview.h

📁 波峰焊后台控制软件-中文版
💻 H
字号:
// FLADSView.h : interface of the CFLADSView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_FLADSVIEW_H__A6382730_EA48_4C47_8742_7EDD5D186ECF__INCLUDED_)
#define AFX_FLADSVIEW_H__A6382730_EA48_4C47_8742_7EDD5D186ECF__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "SetWndDlg.h"
#include "FLADSDoc.h"

class CFLADSView : public CFormView
{
protected: // create from serialization only
	CFLADSView();
	DECLARE_DYNCREATE(CFLADSView)

public:
	//{{AFX_DATA(CFLADSView)
//	enum{ IDD = IDD_FLADS_FORM };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

// Attributes
public:
	CFLADSDoc* GetDocument();
	CPoint m_ptCursorPos;
// Operations
public:
	CDialog *pDlg;
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFLADSView)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual void OnInitialUpdate();
	virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CFLADSView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CFLADSView)
	afx_msg void OnSetWindows();
	afx_msg void OnControlWindows();
	afx_msg void OnCallmainmenu();
	afx_msg void OnParaWindows();
	afx_msg void OnTestWindows();
	afx_msg void OnInfoWindows();
	afx_msg void OnWarnWindows();
	afx_msg void OnCurveWindows();
	afx_msg void OnStopAlert();
	afx_msg void OnClearflashcount();
	afx_msg void OnDestroy();
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnFileOpen();
	afx_msg void OnOpenFloppy();
	afx_msg void OnFileSaveIn();
	afx_msg void OnFileNew();
	afx_msg void OnFileSave();
	afx_msg void OnAllclear();
	afx_msg void OnDnpage();
	afx_msg void OnUppage();
	afx_msg void OnStartSample();
	afx_msg void OnStopSample();
	afx_msg void OnLevel();
	afx_msg void OnVerity();
	afx_msg void OnEsc();
	afx_msg void OnLogonSet();
	afx_msg void OnLogonPara();
	afx_msg void OnLogonExit();
	afx_msg void OnPlc();
    afx_msg void OnFlashPlc();
	//}}AFX_MSG
	afx_msg void OnUpdateIndicatorPosition(CCmdUI* pCmdUI);
	afx_msg void OnUpdateIndicatorType(CCmdUI* pCmdUI);
	afx_msg void OnUpdateIndicatorTimer(CCmdUI* pCmdUI);
	afx_msg void OnUpdateIndicatorTel(CCmdUI* pCmdUI);
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in FLADSView.cpp
inline CFLADSDoc* CFLADSView::GetDocument()
   { return (CFLADSDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_FLADSVIEW_H__A6382730_EA48_4C47_8742_7EDD5D186ECF__INCLUDED_)

⌨️ 快捷键说明

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