⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setwnddlg.h

📁 波峰焊后台控制软件-英文版
💻 H
字号:
#if !defined(AFX_SETWNDDLG_H__C1375098_BCD3_47E9_A656_53064E6F469D__INCLUDED_)
#define AFX_SETWNDDLG_H__C1375098_BCD3_47E9_A656_53064E6F469D__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// SetWndDlg.h : header file
//
#include "WeekTab.h"

/////////////////////////////////////////////////////////////////////////////
// CSetWndDlg dialog

class CSetWndDlg : public CDialog
{
// Construction
public:
	CSetWndDlg(CWnd* pParent = NULL);   // standard constructor
    void OnWeekFlash();
    void OnWarnFlash();
	void OnInitFlash();
public:
    HBRUSH hbrush;
	HBRUSH editbrush;
// Dialog Data
	//{{AFX_DATA(CSetWndDlg)
	enum { IDD = IDD_SET_FORM };
	CButton	m_auto_disable;
	CButton	m_auto_enable;
	CButton	m_up_enable;
	CButton	m_up_disable;
	CButton	m_right_sel;
	CButton	m_left_sel;
	CButton	m_fp_sel;
	CButton	m_pw_sel;
	CButton	m_hwave;
	CButton	m_dwave;
	CButton	m_3temp;
	CButton	m_2temp;
	CButton	m_english;
	CButton	m_chinese;
	CSliderCtrl	m_jjback;
	CSliderCtrl	m_jjrun;
	CWeekTab	m_warntabctl;
	CWeekTab	m_week;
	CSliderCtrl	m_sxspeed;
	CSliderCtrl	m_pwwith;
	CSliderCtrl	m_pwlen;
	CSliderCtrl	m_n2out;
	CSliderCtrl	m_bjmd;
	CSliderCtrl	m_silder_rh1;
	CSliderCtrl	m_silder_rh2;
	CSliderCtrl	m_silder_rh3;
	CSliderCtrl	m_silder_sl;
	CSliderCtrl	m_silder_ws1;
	CSliderCtrl	m_silder_ws2;
    CSliderCtrl	m_silder_trans;
	CSliderCtrl	m_pwbm;
	CSliderCtrl	m_fan_slider;
	CEdit	m_onset5;
	CEdit	m_onset4;
	CEdit	m_onset3;
	CEdit	m_onset2;
	CEdit	m_onset1;
	CStatic	m_onset;
	CEdit	m_offset5;
	CEdit	m_offset4;
	CEdit	m_offset3;
	CEdit	m_offset2;
	CEdit	m_offset1;
	CStatic	m_offset;
	CButton	m_timerchk5;
	CButton	m_timerchk4;
	CButton	m_timerchk3;
	CButton	m_timerchk2;
	CButton	m_timerchk1;
	CButton	m_warnchk;
	CEdit	m_rlt;
	CEdit	m_rlpass;
	CStatic	m_rltempers;
	CButton	m_rev;
	CButton	m_fwd;
	CButton	m_tktz_enable;
	CButton	m_tktz_disable;
	CButton	m_workmode2;
	CButton	m_workmode1;
	CButton	m_chktemp3;
	CButton	m_chktemp2;
	CButton	m_chktemp1;
	CCJButton	m_resetout;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSetWndDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSetWndDlg)
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnDestroy();
	virtual BOOL OnInitDialog();
	afx_msg void OnChangeSetrh1();
	afx_msg void OnChangeSetrh2();
	afx_msg void OnChangeSetrh3();
	afx_msg void OnChangeSetsl();
	afx_msg void OnChangeSetws1();
	afx_msg void OnChangeSetws2();
	afx_msg void OnChangeSettrans();
	afx_msg void OnChangeFanEdit();
	afx_msg void OnChangePwbmNum();
	afx_msg void OnChangePwwith();
	afx_msg void OnChangePwboardedit();
	afx_msg void OnChangeBjma();
	afx_msg void OnChangeN2out();
	afx_msg void OnChangeSxout();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnTimerchk1();
	afx_msg void OnTimerchk2();
	afx_msg void OnTimerchk3();
	afx_msg void OnTimerchk4();
	afx_msg void OnTimerchk5();
	afx_msg void OnChangeOnset1();
	afx_msg void OnChangeOnset2();
	afx_msg void OnChangeOnset3();
	afx_msg void OnChangeOnset4();
	afx_msg void OnChangeOnset5();
	afx_msg void OnChangeOffset1();
	afx_msg void OnChangeOffset2();
	afx_msg void OnChangeOffset3();
	afx_msg void OnChangeOffset4();
	afx_msg void OnChangeOffset5();
	afx_msg void OnChangeUpwarnedit();
	afx_msg void OnChangeDnwarnedit();
	afx_msg void OnWarnchk();
	afx_msg void OnChangeRltemper();
	afx_msg void OnChangeRlpass();
	afx_msg void OnFwdCheck();
	afx_msg void OnRevCheck();
	afx_msg void OnTktzEnable();
	afx_msg void OnTktzDisable();
	afx_msg void OnWorkmode1();
	afx_msg void OnWorkmode2();
	afx_msg void OnChktemp1();
	afx_msg void OnChktemp2();
	afx_msg void OnChktemp3();
	afx_msg void OnChangeTransscale();
	afx_msg void OnChangeOutsetEdit();
	afx_msg void OnChangeOutoffsetEdit();
	afx_msg void OnResetout();
	afx_msg void OnChangeBoardBase();
	afx_msg void OnBoardSet();
	afx_msg void OnChangeJjrun();
	afx_msg void OnChangeJjrunBack();
	afx_msg void OnChineseCheck();
	afx_msg void OnEnglishCheck();
	afx_msg void On2tempCheck();
	afx_msg void On3tempCheck();
	afx_msg void OnHwaveCheck();
	afx_msg void OnDwaveCheck();
	afx_msg void OnPwCheck();
	afx_msg void OnFpCheck();
	afx_msg void OnLeftCheck();
	afx_msg void OnRightCheck();
	afx_msg void OnSlUpEnable();
	afx_msg void OnSlUpDisable();
	afx_msg void OnAutoEnable();
	afx_msg void OnAutoDisable();
	afx_msg void OnChangeSlFanEdit();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SETWNDDLG_H__C1375098_BCD3_47E9_A656_53064E6F469D__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -