trandlg.h

来自「将JPEG图像解压为BMP图像。 内含图像处理的一些基本函数。」· C头文件 代码 · 共 61 行

H
61
字号
#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 + =
减小字号Ctrl + -
显示快捷键?