controls.plg

来自「这是一个VC++的程序员实用大全精华版」· PLG 代码 · 共 74 行

PLG
74
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Controls - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\TEMP\RSP3D.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Controls.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"N:\CFILES\VC++Tips\Samples\0918-0941\CommonControls\ListCtrlDlg.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP3D.tmp" 
Creating temporary file "C:\TEMP\RSP3E.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Controls.pdb" /debug /machine:I386 /out:"Debug/Controls.exe" /pdbtype:sept 
".\Debug\AnimationDlg.obj"
".\Debug\ButtonPage.obj"
".\Debug\CalendarDlg.obj"
".\Debug\CheckDragDlg.obj"
".\Debug\ChooseDirectory.obj"
".\Debug\ComboBoxDlg.obj"
".\Debug\Controls.obj"
".\Debug\ControlsProp.obj"
".\Debug\DateTimePickerDlg.obj"
".\Debug\EditEx.obj"
".\Debug\EditPage.obj"
".\Debug\HeaderDlg.obj"
".\Debug\HeaderListBox.obj"
".\Debug\HeaderWnd.obj"
".\Debug\HotKeyDlg.obj"
".\Debug\ImageComboBox.obj"
".\Debug\ImageListBox.obj"
".\Debug\ImageListDlg.obj"
".\Debug\ListBoxBasicDlg.obj"
".\Debug\ListBoxDlg.obj"
".\Debug\ListCtrlDlg.obj"
".\Debug\ListCtrlEx.obj"
".\Debug\OtherDlg.obj"
".\Debug\PathBox.obj"
".\Debug\ProgressBar.obj"
".\Debug\ProgressBarDlg.obj"
".\Debug\PropStatusBar.obj"
".\Debug\RichEditDlg.obj"
".\Debug\ScrollBarDlg.obj"
".\Debug\SliderDlg.obj"
".\Debug\SpinnerDlg.obj"
".\Debug\StaticEx.obj"
".\Debug\StaticPage.obj"
".\Debug\StatusBarDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\TabCtrlDlg.obj"
".\Debug\TabSamplesDlg.obj"
".\Debug\ToolBarDlg.obj"
".\Debug\ToolTipDlg.obj"
".\Debug\ToolTips.obj"
".\Debug\TreeCtrlDlg.obj"
".\Debug\Controls.res"
]
Creating command line "link.exe @C:\TEMP\RSP3E.tmp"
<h3>Output Window</h3>
Compiling...
ListCtrlDlg.cpp
Linking...



<h3>Results</h3>
Controls.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?