📄 generalsetdlg.h
字号:
#if !defined(AFX_GENERALSETDLG_H__309DE90C_F853_4D1A_A4BB_3504F6CCE2FA__INCLUDED_)
#define AFX_GENERALSETDLG_H__309DE90C_F853_4D1A_A4BB_3504F6CCE2FA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GeneralSetDlg.h : header file
//
//**********************************************************************************
//** 文件名称: GeneralSetDlg.h
//** CopyRight (c) 2000-2008
//** 文件描述: 系统常规设置
//** 创 建 人: Administrator
//** 创建日期: 2007-07-21
//**************修改记录************************************************************
//** 修 改 者: Administrator
//** 修改日期: 2007-07-21
//** 版 本: v1.0
//**********************************************************************************
/////////////////////////////////////////////////////////////////////////////
// CGeneralSetDlg dialog
#include "SetupRegister.h"
class CGeneralSetDlg : public CPropertyPage
{
// Construction
private:
bool m_AutoRun; //开机自动运行
bool m_AutoDown; //运行程序,自动下在未完成任务
long m_cache; //下在缓存
CString m_FaceStyle; //界面风格
private:
void SetFaceState();
void SetComBoxSel(int cache);
public:
CGeneralSetDlg(CWnd* pParent = NULL); // standard constructor
void GetData(CSetupRegister* pSetupRegister);
void SetData(CSetupRegister *pSetupRegister);
bool Apply();
// Dialog Data
//{{AFX_DATA(CGeneralSetDlg)
enum { IDD = IDD_DIADLG_GENSET };
CComboBox* m_Cache;
CComboBox* m_face;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGeneralSetDlg)
protected:
virtual BOOL OnInitDialog();
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CGeneralSetDlg)
afx_msg void OnButtonDefault();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GENERALSETDLG_H__309DE90C_F853_4D1A_A4BB_3504F6CCE2FA__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -