📄 symbols.h
字号:
/////////////////////////////////////////////////////////////////////////////
// Name: symbols.h
// Purpose: Application symbols file
// Author: Julian Smart
// Modified by:
// Created: 2003-06-12
// RCS-ID: $Id: symbols.h,v 1.5 2004/07/27 19:14:36 ABX Exp $
// Copyright: (c) Julian Smart
// Licence:
/////////////////////////////////////////////////////////////////////////////
#ifndef _CT_SYMBOLS_H_
#define _CT_SYMBOLS_H_
//// Build settings
// Version
#define ctVERSION_NUMBER 1.02
// Whether to have a splash screen
#define ctUSE_SPLASH_SCREEN 0
// Cell background colour in property editor
// Light blue
#define ctCELL_BACKGROUND_COLOUR wxColour(227, 228, 255)
// Custom property cell background colour in property editor
// Light blue
#define ctCUSTOM_CELL_BACKGROUND_COLOUR wxColour(255, 227, 227)
// Description window colour in property editor
// Light yellow
#define ctDESCRIPTION_BACKGROUND_COLOUR wxColour(255, 255, 192)
// Misc symbols
#define ctSYMBOL_WEBSITE wxT("http://www.wxwidgets.org")
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -