📄 forms1.cpp
字号:
/**************************}
{ FastScript v1.0 }
{ Forms demo 1 }
{**************************/
// Form1 is predefined object
// - the main form of this application
{
Form1.Caption = "It works!";
Form1.Font.Style = fsBold + fsItalic;
ShowMessage("Font changed");
Form1.Font.Style = 0;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -