?? littleadderdlg.h
字號:
// LittleAdderDlg.h : header file
//
#if !defined(AFX_LITTLEADDERDLG_H__CF854326_FEC0_4D9E_8717_EC9836EB0B0B__INCLUDED_)
#define AFX_LITTLEADDERDLG_H__CF854326_FEC0_4D9E_8717_EC9836EB0B0B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CLittleAdderDlg dialog
class CLittleAdderDlg : public CDialog
{
// Construction
public:
CLittleAdderDlg(CWnd* pParent = NULL); // standard constructor
CStatusBar m_bar;
// Dialog Data
//{{AFX_DATA(CLittleAdderDlg)
enum { IDD = IDD_LITTLEADDER_DIALOG };
CSliderCtrl m_slide;
CStatic m_cBmp;
BOOL m_bAtOnce;
double m_fAdd1;
double m_fAdd2;
double m_fResult;
int m_dOpr;
CString m_strOpr;
CString m_edit;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLittleAdderDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
int i;
CBitmap cBmp;
// Generated message map functions
//{{AFX_MSG(CLittleAdderDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnChangeEditAdd1();
afx_msg void OnChangeEditAdd2();
afx_msg void OnRadioAdd();
afx_msg void OnRadioDiv();
afx_msg void OnRadioMulti();
afx_msg void OnRadioSub();
afx_msg void OnButtonResult();
afx_msg void OnCheckAtonce();
afx_msg void OnViewOpencolordialog();
afx_msg void OnViewOpenfontdialog();
afx_msg void OnOnchange();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnReleasedcaptureSlider1(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LITTLEADDERDLG_H__CF854326_FEC0_4D9E_8717_EC9836EB0B0B__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -