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

📄 xba toolsdlg.h

📁 我做的一个玩游戏的数据分析器
💻 H
字号:
// XBA ToolsDlg.h : header file
//

#if !defined(AFX_XBATOOLSDLG_H__A27691AB_06EC_4D2C_AFC3_1B839D0685B8__INCLUDED_)
#define AFX_XBATOOLSDLG_H__A27691AB_06EC_4D2C_AFC3_1B839D0685B8__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CXBAToolsDlg dialog

class CXBAToolsDlg : public CDialog
{
// Construction
public:
	CXBAToolsDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CXBAToolsDlg)
	enum { IDD = IDD_XBATOOLS_DIALOG };
	CComboBox	m_com9;
	CComboBox	m_com8;
	CComboBox	m_com7;
	CComboBox	m_com6;
	CComboBox	m_com5;
	CComboBox	m_com4;
	CComboBox	m_com3;
	CComboBox	m_com2;
	CComboBox	m_com1;
	int		m_i01;
	int		m_i11;
	int		m_i12;
	int		m_i13;
	int		m_i14;
	int		m_i15;
	int		m_i16;
	int		m_i17;
	int		m_i18;
	int		m_i19;
	int		m_i02;
	int		m_i03;
	int		m_i04;
	int		m_i05;
	int		m_i06;
	int		m_i07;
	int		m_i08;
	int		m_i09;
	CString	m_c01;
	CString	m_c02;
	CString	m_c03;
	CString	m_c05;
	CString	m_c04;
	CString	m_c06;
	CString	m_c07;
	CString	m_c08;
	CString	m_c09;
	int		m_i21;
	int		m_i22;
	int		m_i23;
	int		m_i24;
	int		m_i25;
	int		m_i26;
	int		m_i27;
	int		m_i28;
	int		m_i29;
	int		m_iMax;
	int		m_iMin;
	int		m_iCurr;
	BOOL	m_ChkSave;
	CString	m_TeamNo;
	CString	m_PlayerNo;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CXBAToolsDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	virtual void OnOK();
	afx_msg void OnButton1();
	afx_msg void OnAbout();
	afx_msg void OnCheckSave();
	afx_msg void OnbSave();
	afx_msg void OnbLoad();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_XBATOOLSDLG_H__A27691AB_06EC_4D2C_AFC3_1B839D0685B8__INCLUDED_)

⌨️ 快捷键说明

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