JIHEDlg.h
资源名称:JIHE.rar [点击查看]
上传用户:wl_neon
上传日期:2022-08-05
资源大小:244k
文件大小:1k
源码类别:
界面编程
开发平台:
Visual C++
- // JIHEDlg.h : header file
- //
- #if !defined(AFX_JIHEDLG_H__78A22AA9_DCD4_4376_A25F_681A7E21B5F4__INCLUDED_)
- #define AFX_JIHEDLG_H__78A22AA9_DCD4_4376_A25F_681A7E21B5F4__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CJIHEDlg dialog
- class CJIHEDlg : public CDialog
- {
- // Construction
- public:
- CJIHEDlg(CWnd* pParent = NULL); // standard constructor
- int CJIHEDlg::panduanCF();
- // Dialog Data
- //{{AFX_DATA(CJIHEDlg)
- enum { IDD = IDD_JIHE_DIALOG };
- CString m_1;
- CString m_2;
- CString m_3;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CJIHEDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CJIHEDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void Onjiao();
- afx_msg void Onbing();
- afx_msg void Onbu();
- afx_msg void Oncha();
- afx_msg void Onduichencha();
- afx_msg void Onbaohan();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_JIHEDLG_H__78A22AA9_DCD4_4376_A25F_681A7E21B5F4__INCLUDED_)