📄 hlb_dsdlg.h
字号:
// hlb_dsDlg.h : header file
//
#if !defined(AFX_HLB_DSDLG_H__CAF021CE_6B68_42C6_96DB_10427D1E7266__INCLUDED_)
#define AFX_HLB_DSDLG_H__CAF021CE_6B68_42C6_96DB_10427D1E7266__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CHlb_dsDlg dialog
class CHlb_dsDlg : public CDialog
{
// Construction
public:
CHlb_dsDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CHlb_dsDlg)
enum { IDD = IDD_HLB_DS_DIALOG };
CString m_strInput1;
CString m_strInput2;
CString m_strResult;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHlb_dsDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CHlb_dsDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBtnInput();
afx_msg void OnBtnGO();
virtual void OnOK();
virtual void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
char s2[256];
char s1[256];
int a[256];
long d;
long c;
long b;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HLB_DSDLG_H__CAF021CE_6B68_42C6_96DB_10427D1E7266__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -