📄 readerdlg.h
字号:
//{{AFX_INCLUDES()
#include "msflexgrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_READERDLG_H__9DE15410_B791_4CAD_B86F_DA00D9E26397__INCLUDED_)
#define AFX_READERDLG_H__9DE15410_B791_4CAD_B86F_DA00D9E26397__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ReaderDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CReaderDlg dialog
class CReaderDlg : public CDialog
{
// Construction
public:
CReaderDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CReaderDlg)
enum { IDD = IDD_READER_DLG };
CString m_Edit1;
CString m_Edit12;
CString m_Edit13;
CString m_Edit14;
CString m_Edit15;
CString m_Edit17;
CString m_Edit18;
CString m_Edit19;
CString m_Edit2;
CString m_Edit22;
CString m_Edit3;
CString m_Edit4;
CString m_Edit5;
CString m_Edit6;
CString m_Edit7;
int m_Edit10;
int m_Edit11;
CString m_Edit8;
long m_Edit20;
int m_Edit21;
CString m_Edit23;
CString m_Edit24;
CMSFlexGrid m_msf;
CString m_Edit25;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CReaderDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CReaderDlg)
afx_msg void OnChangeEdit1();
afx_msg void OnButton2();
afx_msg void OnSetfocusEdit1();
afx_msg void OnKillfocusEdit1();
afx_msg void OnButton9();
afx_msg void OnButton10();
afx_msg void OnSetfocusEdit13();
afx_msg void OnKillfocusEdit13();
virtual BOOL OnInitDialog();
afx_msg void OnLoad();
afx_msg void OnChangeEdit13();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
extern int m_Which;
extern int m_Total;
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_READERDLG_H__9DE15410_B791_4CAD_B86F_DA00D9E26397__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -