dlgsysset.h

来自「m68k手持机的通讯相关源码」· C头文件 代码 · 共 95 行

H
95
字号
#if !defined(AFX_DLGSYSSET_H__10727737_4E6F_4653_A33F_D3830523EE7A__INCLUDED_)
#define AFX_DLGSYSSET_H__10727737_4E6F_4653_A33F_D3830523EE7A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgSysSet.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlgSysSet dialog

class CDlgSysSet : public CDialog
{
// Construction
public:
	HICON m_hIcon;
	void adjust();
	CDlgSysSet(CWnd* pParent = NULL);   // standard constructor
// Dialog Data
	//{{AFX_DATA(CDlgSysSet)
	enum { IDD = IDD_DLG_SYS_SET };
	BOOL	m_chkTab2;
	BOOL	m_chkTab1;
	BOOL	m_chkTab3;
	BOOL	m_chkTab4;
	BOOL	m_chkTab5;
	int		m_DirTab1;
	int		m_DirTab2;
	int		m_DirTab3;
	int		m_DirTab4;
	int		m_DirTab5;
	CString	m_PathTab1;
	CString	m_PathTab2;
	CString	m_PathTab3;
	CString	m_PathTab4;
	CString	m_PathTab5;
	BOOL	m_delUPLD1;
	BOOL	m_delUPLD2;
	BOOL	m_delUPLD3;
	BOOL	m_delUPLD4;
	BOOL	m_delUPLD5;
	BOOL	m_delDNLD1;
	BOOL	m_delDNLD2;
	BOOL	m_delDNLD3;
	BOOL	m_delDNLD4;
	BOOL	m_delDNLD5;
	CString	m_strUPLDFileName1;
	CString	m_strUPLDFileName2;
	CString	m_strUPLDFileName3;
	CString	m_strUPLDFileName4;
	CString	m_strUPLDFileName5;
	CString	m_strDNLDFileName1;
	CString	m_strDNLDFileName2;
	CString	m_strDNLDFileName3;
	CString	m_strDNLDFileName4;
	CString	m_strDNLDFileName5;
	BOOL	m_chkTab6;
	BOOL	m_delUPLD6;
	BOOL	m_delDNLD6;
	CString	m_strUPLDFileName6;
	CString	m_strDNLDFileName6;
	int		m_DirTab6;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgSysSet)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	afx_msg void OnBtnDbInit();
	afx_msg void OnBtnDbChk();
	afx_msg void OnBtnSetTime();
	afx_msg void OnBtnDebug();
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DLGSYSSET_H__10727737_4E6F_4653_A33F_D3830523EE7A__INCLUDED_)

⌨️ 快捷键说明

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