setdlg.h
来自「有届面的BP算法软件.操作简单」· C头文件 代码 · 共 81 行
H
81 行
#if !defined(AFX_SETDLG_H__8012FC30_BA6D_408F_9A31_12EA0F4126C3__INCLUDED_)
#define AFX_SETDLG_H__8012FC30_BA6D_408F_9A31_12EA0F4126C3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetDlg.h : header file
//
#include "WBButton.h"
/////////////////////////////////////////////////////////////////////////////
// CSetDlg dialog
class CSetDlg : public CDialog
{
// Construction
public:
int F2;
int F1;
CSetDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSetDlg)
enum { IDD = IDD_SET };
CComboBox m_combo2;
CComboBox m_combo1;
CSliderCtrl m_Slider;
CWBButton m_btn2;
CWBButton m_btn1;
double m_a;
double m_alp;
double m_b;
int m_hn;
int m_on;
int m_in;
double Pre_error;
int m_times;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSetDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CSetDlg)
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnChangeEditAlp();
afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
afx_msg void OnRadio1();
afx_msg void OnRadio2();
afx_msg void OnSelchangeCombo1();
afx_msg void OnSelchangeCombo2();
afx_msg void OnRadio3();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
BOOL m_bEditOK;
CFont font;
CBrush m_brush;
CBrush m_brush1;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETDLG_H__8012FC30_BA6D_408F_9A31_12EA0F4126C3__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?