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

📄 dlgnewtxg.h

📁 混乱竞技场的全套代码,客户端资源可以网上搜
💻 H
字号:
#if !defined(AFX_DLGNEWTXG_H__7C088599_E178_4CAD_B3DE_EF5AD4274C14__INCLUDED_)
#define AFX_DLGNEWTXG_H__7C088599_E178_4CAD_B3DE_EF5AD4274C14__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDlgNewTXG dialog

class CDlgNewTXG : public CDialog
{
	struct	_FRAME_ITEM
	{
		KEY			name;
		PIXMAP*		pPixmap;
		DXSF		dxsf;
		DWORD		mipmap;
		FLOAT		scale;
	};
	typedef	std::map<KEY, _FRAME_ITEM>	PIXMAP_MAP;
	PIXMAP_MAP		m_map;

	CPixMapGroup	m_pixmap_group;
// Construction
public:
	void Cleanup();
	CDlgNewTXG(CString strKey, CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDlgNewTXG)
	enum { IDD = IDD_MANAGER_NEW_TXG };
	CEdit	m_editDirCount;
	CSpinButtonCtrl	m_spinDirCount;
	CButton	m_btnOK;
	CButton	m_btnFmt;
	CListCtrl	m_lstFile;
	int		m_nDirCount;
	int		m_nOutputFmt;
	DWORD	m_cache_count;
	int		m_base_angle;
	BOOL	m_has_shadow;
	//}}AFX_DATA

	CString	m_str_key;

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgNewTXG)
	virtual BOOL OnInitDialog();
	afx_msg void OnInsertTga();
	afx_msg void OnInsertPsd();
	afx_msg void OnSetFormat();
	afx_msg void OnDeleteFile();
	afx_msg void OnCleanupFile();
	virtual void OnOK();
	afx_msg void OnInsertPsdGroup();
	afx_msg void OnAddFrame();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DLGNEWTXG_H__7C088599_E178_4CAD_B3DE_EF5AD4274C14__INCLUDED_)

⌨️ 快捷键说明

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