squiggle.plg
来自「学习VC的一些例子」· PLG 代码 · 共 26 行
PLG
26 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Squiggle - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSP5282.BAT" with contents
[
@echo off
regsvr32 /s /c ".\Debug\Squiggle.ocx"
echo regsvr32 exec. time > ".\Debug\regsvr32.trg"
]
Creating command line "C:\WINDOWS\TEMP\RSP5282.BAT"
<h3>Output Window</h3>
Registering ActiveX Control...
<h3>Results</h3>
Squiggle.ocx - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?