📄 param.inc
字号:
{$DEFINE apGDI} //for use with windows GDI (windows executable)
{ $DEFINE wdosx} //for WDosX Dos app (dos 32-bit executable)
{ $DEFINE apFPC} //for Free Pascal Compiler
{ $DEFINE win9x} //for DirectX app (windows executable)
{ $DEFINE debug} //enable this for report.txt saving
//If you don't know what's enabled/disabled:
{$DEFINE 12345} //-this is enabled
{ $DEFINE 12345} //-this is disabled :-)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -