📄 xieyuyingdbdlg.h
字号:
// XieyuyingDBDlg.h : header file
//
#if !defined(AFX_XieyuyingDBDLG_H__3A9DF074_4615_4A4F_832C_72A00A9FA98C__INCLUDED_)
#define AFX_XieyuyingDBDLG_H__3A9DF074_4615_4A4F_832C_72A00A9FA98C__INCLUDED_
#include "StatDlg.h"
#include "AttDlg.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "LinkButton.h"
/////////////////////////////////////////////////////////////////////////////
// CXieyuyingDBDlg dialog
class CXieyuyingDBDlg : public CDialog
{
// Construction
public:
CXieyuyingDBDlg(CWnd* pParent = NULL); // standard constructor
CBrush m_brush;
CStatDlg* m_pStatDlg;
CAttDlg* m_pAttDlg;
CFont m_font;
CLinkButton m_a;
CLinkButton m_b;
CLinkButton m_c;
CLinkButton m_d;
CLinkButton m_e;
int m_nWidth,m_nHeight;
int m_nDx,m_nDy;
int m_nDx1,m_nDy1;
// Dialog Data
//{{AFX_DATA(CXieyuyingDBDlg)
enum { IDD = IDD_XieyuyingDB_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CXieyuyingDBDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CXieyuyingDBDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBtnConfig();
afx_msg void OnBtnRecord();
afx_msg void OnBtnStatistics();
afx_msg void OnBtnRelogin();
afx_msg void OnBtnExit();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_XieyuyingDBDLG_H__3A9DF074_4615_4A4F_832C_72A00A9FA98C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -