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

📄 trandlg.h

📁 将JPEG图像解压为BMP图像。 内含图像处理的一些基本函数。
💻 H
字号:
#if !defined(AFX_TRANDLG_H__B3A18F2D_DBC2_4E28_B7F1_03FC72E55259__INCLUDED_)
#define AFX_TRANDLG_H__B3A18F2D_DBC2_4E28_B7F1_03FC72E55259__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CTranDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CTranDlg)
	enum { IDD = IDD_DIALOG1 };
	CString	m_strBmp1;
	CString	m_strJpg1;
	CString	m_strBmp2;
	CString	m_strJpg2;
	BOOL	m_RGB;
	BOOL	m_Gray;
	int		m_quality;
	BOOL color;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CTranDlg)
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnTranjpg();
	afx_msg void OnCheck2();
	afx_msg void OnCheck1();
	afx_msg void OnButton3();
	afx_msg void OnButton4();
	afx_msg void OnTranbmp();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_TRANDLG_H__B3A18F2D_DBC2_4E28_B7F1_03FC72E55259__INCLUDED_)

⌨️ 快捷键说明

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