⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dialog.ctl

📁 vc6.0完整版
💻 CTL
字号:
[!set(ComponentType, "11110000")]
[!Dialog("Names98")]

[!strcpy(UpperShortName, ShortName)]
[!toupper(UpperShortName)]

[!AddStringToSymbol(HeaderTemplate, GalleryPath, "dialog.h")]
[!AddStringToSymbol(CPPTemplate, GalleryPath, "dialog.cpp")]

[!target(HeaderName)]
[!include(HeaderTemplate)]
[!target()]

[!target(CPPName)]
[!include(CPPTemplate)]
[!target()]

[!if!(stdafx.h)]
[!set(stdafx.h, "stdafx.h")]
[!endif]
[!if!(stdafx.cpp)]
[!set(stdafx.cpp, "stdafx.cpp")]
[!endif]
[!set(atlwin.h, "<atlwin.h>")]
[!AddIncludeFile(stdafx.h, atlwin.h)]

[!AddFileToProject(CPPName)]
[!AddFileToProject(HeaderName)]

[!AddSymbolToString(IDD_DIALOGID, "IDD_", UpperShortName)]

[!AddStringToSymbol(RCFile, GalleryPath, "dialog.rc")]
[!AddResourceFromFile(RCFile, IDD_DIALOGID, "DIALOG")]
[!if(VC)]
[!Commit()]
[!OpenDialog(IDD_DIALOGID)]
[!endif]

⌨️ 快捷键说明

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