📄 setup_sql.dpr
字号:
program Setup_Sql;
uses
Forms,
U_setup_sql in 'U_setup_sql.pas' {F_setup_sql};
{$R *.RES}
begin
Application.Initialize;
Application.Title := '配置Micorsoft SQL Server 数据库';
Application.CreateForm(TF_setup_sql, F_setup_sql);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -