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

📄 javatocppfacedlg.h

📁 C调用Java的一个例子程序
💻 H
字号:
// JavaToCppFaceDlg.h : header file
//

#if !defined(AFX_JAVATOCPPFACEDLG_H__85D2FC38_16CA_4CBF_A0CC_2D3F529144C9__INCLUDED_)
#define AFX_JAVATOCPPFACEDLG_H__85D2FC38_16CA_4CBF_A0CC_2D3F529144C9__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CJavaToCppFaceDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CJavaToCppFaceDlg)
	enum { IDD = IDD_JAVATOCPPFACE_DIALOG };
	CComboBox	m_Com_Class;
	CListBox	m_list_Jar;
	CListBox	m_list_Class;
	CString	m_Class;
	CString	m_jar;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CJavaToCppFaceDlg)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	void addToolTipInfo(UINT _id,const TCHAR * _info);
	HICON m_hIcon;
	
	CToolTipCtrl  m_ToolTipCtrl;
	// Generated message map functions
	//{{AFX_MSG(CJavaToCppFaceDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnClose();
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnButtonBrow();
	afx_msg void OnButtonBrow2();
	afx_msg void OnButton();
	afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
	afx_msg void OnButtonClass();
	afx_msg void OnButtonJar();
	afx_msg void OnJust();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CString getCurPath();
	CString getListString(CListBox & _list);
};


struct tagToolInfo {
	UINT	m_ID;
	TCHAR*	m_Info;
};

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

#endif // !defined(AFX_JAVATOCPPFACEDLG_H__85D2FC38_16CA_4CBF_A0CC_2D3F529144C9__INCLUDED_)

⌨️ 快捷键说明

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