📄 regsqldmo.dpr
字号:
program RegSqlDmo;
{*******************************************************}
{ }
{ Borland Delphi Run-time Library }
{ Win32 API Interface Application Console }
{ }
{ Copyright (c) 2007-2010, 上海北辰软件有限公司 }
{ }
{ Translator: Borland Software Corporation }
{ }
{*******************************************************}
{$APPTYPE CONSOLE}
uses
Windows,
Messages,
SysUtils,
Variants,
Classes,
Graphics,
Controls,
Forms,
shellapi,
Dialogs,
StdCtrls,
uPubUnit in 'uPubUnit.pas';
var
aBuf: Array[0..MAX_PATH] of Char;
gWinPath:string;
begin
GetWindowsDirectory(aBuf, MAX_PATH);
gWinPath := aBuf;
Run(gWinPath);
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -