setup_sql.dpr
来自「销售帐目管理」· DPR 代码 · 共 15 行
DPR
15 行
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 + =
减小字号Ctrl + -
显示快捷键?