📄 common.h
字号:
#ifndef COMMON_H
#define COMMON_H
#include <wx/wxprec.h>
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include <wx/wx.h>
#endif#include <wx/socket.h>#include <wx/textfile.h>#include <wx/config.h>#include <wx/confbase.h>#include <wx/fileconf.h>#include <wx/wfstream.h>enum GlobalIdentifiers{ ID_ConfigFrame = 0x1000, ID_LoginPanel_SubControl = 0x2000, ID_DiskPanel_SubControl = 0x3000, ID_ListPanel_SubControl = 0x4000, ID_NetworkPanel_SubControl = 0x5000, ID_PlayBackPanel_SubControl = 0x6000};#define _ServerPort 9001
#endif // COMMON_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -