📄 faxsrvview.h
字号:
// FaxSrvView.h : interface of the CFaxSrvView class
//
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INCLUDES()
#include "phonic.h"
#include "imgedit.h"
//}}AFX_INCLUDES
#if !defined(AFX_FAXSRVVIEW_H__D70B37F3_6A32_4A99_B678_902A3F887502__INCLUDED_)
#define AFX_FAXSRVVIEW_H__D70B37F3_6A32_4A99_B678_902A3F887502__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CFaxSrvView : public CFormView
{
protected: // create from serialization only
CFaxSrvView();
DECLARE_DYNCREATE(CFaxSrvView)
public:
//{{AFX_DATA(CFaxSrvView)
enum { IDD = IDD_FAXSRV_FORM };
CPhonic m_Phonic;
CImgEdit m_Image1;
CImgEdit m_Image2;
//}}AFX_DATA
// Attributes
public:
CFaxSrvDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFaxSrvView)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnInitialUpdate(); // called first time after construct
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnPrint(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CFaxSrvView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CFaxSrvView)
afx_msg void OnStatePhonicctrl1(long channelType, long channelID, long newChannelState, long oldChannelState);
afx_msg void OnDeviceTimerPhonicctrl1(long channelType, long channelID);
afx_msg void OnIdlePhonicctrl1(long channelType, long channelID);
afx_msg void OnCallInPhonicctrl1(long channelType, long channelID, LPCTSTR callerID, LPCTSTR phoneNumber);
afx_msg void OnAnswerPhonicctrl1(long channelType, long channelID);
afx_msg void OnCallOutFinishPhonicctrl1(long channelType, long channelID);
afx_msg void OnHangupPhonicctrl1(long channelType, long channelID, long cause);
afx_msg void OnDTMFPhonicctrl1(long channelType, long channelID, long dtmfCode);
afx_msg void OnPlayEndPhonicctrl1(long channelType, long channelID, long completeSize);
afx_msg void OnRecordEndPhonicctrl1(long channelType, long channelID, long completeSize);
afx_msg void OnFaxErrorPhonicctrl1(long channelType, long channelID, long cause);
afx_msg void OnOneFaxPageOverPhonicctrl1(long channelType, long channelID, long isFinishedAll);
afx_msg void OnFlashPhonicctrl1(long channelType, long channelID);
afx_msg void OnSendCallerIDEndPhonicctrl1(long channelType, long channelID);
afx_msg void OnCallFailPhonicctrl1(long channelType, long channelID, long cause);
afx_msg void OnSendV23EndPhonicctrl1(long channelType, long channelID);
afx_msg void OnV23DataReadyPhonicctrl1(long channelType, long channelID, short FAR* pData, long lSize);
afx_msg void OnRingPhonicctrl1(long channelType, long channelID);
afx_msg void OnVoicePhonicctrl1(long channelType, long channelID);
afx_msg void OnSilencePhonicctrl1(long channelType, long channelID);
afx_msg void OnHangingPhonicctrl1(long channelType, long channelID);
afx_msg void OnDtmfOnPhonicctrl1(long channelType, long channelID, long dtmfCode);
afx_msg void OnDtmfOffPhonicctrl1(long channelType, long channelID, long dtmfCode, long count);
afx_msg void OnRealTimeDataPhonicctrl1(long channelType, long channelID, long size);
afx_msg void OnPolarityPhonicctrl1(long channelType, long channelID, long Polarity);
afx_msg void OnEnergyPhonicctrl1(long channelType, long channelID, long lEnergy);
afx_msg void OnVadPhonicctrl1(long channelType, long channelID, long lVad, long lEnergyAndTime);
afx_msg void OnFlashOverPhonicctrl1(long channelType, long channelID);
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnButton1();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in FaxSrvView.cpp
inline CFaxSrvDoc* CFaxSrvView::GetDocument()
{ return (CFaxSrvDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FAXSRVVIEW_H__D70B37F3_6A32_4A99_B678_902A3F887502__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -