📄 gcjtextview.h
字号:
// GCJTextView.h : interface of the CGCJTextView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_GCJTEXTVIEW_H__C460759C_5200_465D_8E07_36E5A57EBAB5__INCLUDED_)
#define AFX_GCJTEXTVIEW_H__C460759C_5200_465D_8E07_36E5A57EBAB5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CGCJTextView : public CScrollView
{
protected: // create from serialization only
CGCJTextView();
DECLARE_DYNCREATE(CGCJTextView)
// Attributes
public:
CGCJTextDoc* GetDocument();
// Operations
public:
float m_kggd1;
float m_gdzj1;
float m_ggsd1;
float m_gxl1;
float m_gjhd1;
float m_tjgd1;
float m_xzjd1;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGCJTextView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
virtual void OnInitialUpdate();
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
int m_imode;
int page;
bool m_bsize;
virtual ~CGCJTextView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
CPoint savep;
float m_flast;
float m_fjdu;
bool demo;
//{{AFX_MSG(CGCJTextView)
afx_msg void OnJcgaodusj();
afx_msg void OnModeSpeed();
afx_msg void OnDemo();
afx_msg void OnLengFen();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CString m_string1;
float m_c;
float m_Waiqier;
float m_saveold;
float fsave1[100000];
float fsave2[100000];
float fsave3[1000000];
float fsave4[1000000];
CString m_str;
float m_fFuweiSJ;
int m_i;
float m_r;
float m_fFuweiJL;//开关到切点的距离
};
#ifndef _DEBUG // debug version in GCJTextView.cpp
inline CGCJTextDoc* CGCJTextView::GetDocument()
{ return (CGCJTextDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GCJTEXTVIEW_H__C460759C_5200_465D_8E07_36E5A57EBAB5__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -