📄 idl_rmi_iiop_servertool.h
字号:
#if !defined(AFX_IDL_RMI_IIOP_SERVERTOOL_H__08353B78_124B_4BD2_82FC_D70F7849EC50__INCLUDED_)
#define AFX_IDL_RMI_IIOP_SERVERTOOL_H__08353B78_124B_4BD2_82FC_D70F7849EC50__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// IDL_RMI_IIOP_Servertool.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CIDL_RMI_IIOP_Servertool dialog
#include "ExCheckList.h"
#include "SAPrefsSubDlg.h"
class CIDL_RMI_IIOP_Servertool : public CSAPrefsSubDlg
{
DECLARE_DYNCREATE(CIDL_RMI_IIOP_Servertool)
// Construction
public:
CIDL_RMI_IIOP_Servertool();
~CIDL_RMI_IIOP_Servertool();
// Dialog Data
//{{AFX_DATA(CIDL_RMI_IIOP_Servertool)
enum { IDD = IDD_IDL_AND_RMI_IIOP_TOOL_SERVERTOOL };
CComboBox m_wndServerToolCommands;
//}}AFX_DATA
CExCheckList m_wndOptions;
CExCheckList m_wndCommandOptions;
static LPCTSTR m_Options[];
static LPCTSTR m_Commands[];
static LPCTSTR m_registeroptions[];
static LPCTSTR m_unregisteroptions[];
static LPCTSTR m_getserveridoptions[];
static LPCTSTR m_listoptions[];
static LPCTSTR m_listappnamesoptions[];
static LPCTSTR m_listactiveoptions[];
static LPCTSTR m_locateoptions[];
static LPCTSTR m_locateperorboptions[];
static LPCTSTR m_orblistoptions[];
static LPCTSTR m_shutdownoptions[];
static LPCTSTR m_startupoptions[];
static LPCTSTR m_helpoptions[];
static LPCTSTR m_quitoptions[];
static LPCTSTR* m_pOptions[];
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CIDL_RMI_IIOP_Servertool)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CIDL_RMI_IIOP_Servertool)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeServertoolCommands();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IDL_RMI_IIOP_SERVERTOOL_H__08353B78_124B_4BD2_82FC_D70F7849EC50__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -