📄 tcpudp.hrh
字号:
//
// tcpudp.hrh
//
// Copyright (C) 2001, Forum Nokia - The Developer Community
//
//
////////////////////////////////////////////////////////////////
//
// This file defines commands for use in the resource file and
// in the C++ source file.
//
#ifndef __TCPUDP_HRH
#define __TCPUDP_HRH
enum
{
ETcpUdpCmdFileName=0x10,
ESocketAbout,
ESocketSetButton,
ESocketSendButton,
ESocketClearButton,
ESocketStart,
ESocketStop,
ESocketOptions,
ESocketClearScreen,
EProtocol,
ELocalPort,
ERemotePort,
ECount,
EPacketSize,
ERemoteAddr,
ETrace
};
enum {
UDP=0,
TCP=1
};
enum {
NO_TRACE=0,
YES_TRACE=1
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -