?? 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 + -