⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 forms1.cpp

📁 脚本处理控件源码,支持的脚本格式有:Pascal,C++,JScript,Basic
💻 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 + -