📄 chengjitongjidlg.h
字号:
// chengjitongjiDlg.h : header file
//
#if !defined(AFX_CHENGJITONGJIDLG_H__F02137B9_17F9_493F_8534_2ED38E7EE430__INCLUDED_)
#define AFX_CHENGJITONGJIDLG_H__F02137B9_17F9_493F_8534_2ED38E7EE430__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CChengjitongjiDlg dialog
class CChengjitongjiDlg : public CDialog
{
// Construction
public:
CChengjitongjiDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CChengjitongjiDlg)
enum { IDD = IDD_CHENGJITONGJI_DIALOG };
CEdit m_charuxuehao;
CComboBox m_tongjiqujian;
CComboBox m_xianshileibie;
CEdit m_xiugai;
CComboBox m_xiugaileibie;
CComboBox m_shanchuleibie;
CEdit m_shanchu;
CComboBox m_chaxunleibie;
CEdit m_chaxun;
CListBox m_show;
CEdit m_result;
CEdit m_final;
CEdit m_middle;
CEdit m_average;
CEdit m_number;
CEdit m_name;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CChengjitongjiDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CChengjitongjiDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void Ontianjia();
afx_msg void Onqueding();
afx_msg void Onxianshiyiyoujilu();
afx_msg void Onchaxun();
afx_msg void Onxianshifuwei();
afx_msg void Onshanchu();
afx_msg void Onxiugaijilu();
afx_msg void Ontongji();
afx_msg void Oncharuxinjilu();
afx_msg void OnButtondaoruwenjian();
afx_msg void Onwenjiandaochu();
afx_msg void Onquxiao();
afx_msg void Onshuchutongjijieguo();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CHENGJITONGJIDLG_H__F02137B9_17F9_493F_8534_2ED38E7EE430__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -