📄 idl_and_rmi_iiop_tools.cpp
字号:
// IDL_and_RMI_IIOP_Tools.cpp : implementation file
//
#include "stdafx.h"
#include "VisualJava.h"
#include "IDL_and_RMI_IIOP_Tools.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CIDL_and_RMI_IIOP_Tools
IMPLEMENT_DYNAMIC(CIDL_and_RMI_IIOP_Tools, CPropertySheet)
CIDL_and_RMI_IIOP_Tools::CIDL_and_RMI_IIOP_Tools(UINT nIDCaption, CWnd* pParentWnd, UINT iSelectPage)
:CPropertySheet(nIDCaption, pParentWnd, iSelectPage)
{
}
CIDL_and_RMI_IIOP_Tools::CIDL_and_RMI_IIOP_Tools(LPCTSTR pszCaption, CWnd* pParentWnd, UINT iSelectPage)
:CPropertySheet(pszCaption, pParentWnd, iSelectPage)
{
}
CIDL_and_RMI_IIOP_Tools::~CIDL_and_RMI_IIOP_Tools()
{
}
BEGIN_MESSAGE_MAP(CIDL_and_RMI_IIOP_Tools, CPropertySheet)
//{{AFX_MSG_MAP(CIDL_and_RMI_IIOP_Tools)
ON_WM_CLOSE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CIDL_and_RMI_IIOP_Tools message handlers
void CIDL_and_RMI_IIOP_Tools::AddPages()
{
/*
AddPage(&m_wndIDLCompilerPage);
AddPage(&m_wndOrbdPage);
AddPage(&m_wndServerToolPage);
*/
}
void CIDL_and_RMI_IIOP_Tools::OnClose()
{
ShowWindow(SW_HIDE);
// CPropertySheet::OnClose();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -