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

📄 xsf.h

📁 本程序实现页面调度
💻 H
字号:
#if !defined(AFX_XSF_H__FDDA9C84_331D_40D4_886A_891CC1C3E7B8__INCLUDED_)
#define AFX_XSF_H__FDDA9C84_331D_40D4_886A_891CC1C3E7B8__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CXsf dialog

class CXsf : public CDialog
{
// Construction
public:
	int fifoq;
	int fifoz;
	int lruq;
	int lruz;
	int optq;
	int optz;
	int jsq;
	int ncj;
	CString m_zh;
	CString m_ksb;
	int whichj;
	int number;
	int xl[50];
	int tttwz[50];
	int nnc[50][10];
	int ttt[50];
	CXsf(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CXsf)
	enum { IDD = IDD_DIALOG3 };
	CEdit	m_kk5;
	CEdit	m_kk4;
	CEdit	m_kk3;
	CEdit	m_kk2;
	CEdit	m_kk1;
	CString	m_xl;
	int		m_ADD;
	int		m_yk;
	int		m_q;
	CString	m_tao;
	CString	m_bk;
	int		m_z;
	CString	m_bz;
	int		m_k5;
	int		m_k1;
	int		m_k2;
	int		m_k3;
	int		m_k4;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CXsf)
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	afx_msg void OnButton4();
	afx_msg void OnButton6();
	afx_msg void OnButton8();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnButton5();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_XSF_H__FDDA9C84_331D_40D4_886A_891CC1C3E7B8__INCLUDED_)

⌨️ 快捷键说明

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