📄 kwhdatadialog.h
字号:
//{{AFX_INCLUDES()
#include "msflexgrid1.h"
//}}AFX_INCLUDES
#if !defined(AFX_KWHDATADIALOG_H__E8A08E23_92AF_11D3_A4A6_0000B4916054__INCLUDED_)
#define AFX_KWHDATADIALOG_H__E8A08E23_92AF_11D3_A4A6_0000B4916054__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// KwhDataDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CKwhDataDialog dialog
class CKwhDataDialog : public CDialog
{
// Construction
public:
void ShowKwhPara();
CKwhDataDialog(CWnd* pParent = NULL); // standard constructor
int RtuNo;
// Dialog Data
//{{AFX_DATA(CKwhDataDialog)
enum { IDD = IDD_KWH_DATA };
CComboBox m_RtuNoCom;
CMSFlexGrid m_KwhDataTable;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CKwhDataDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CKwhDataDialog)
afx_msg void OnCloseupKwhdataRtuno();
virtual BOOL OnInitDialog();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_KWHDATADIALOG_H__E8A08E23_92AF_11D3_A4A6_0000B4916054__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -