confirm.inf

来自「大量windows shell编程例子」· INF 代码 · 共 26 行

INF
26
字号
$$IF(TYPE_DLL)
The Wizard is about to generate source code for a project called $$ROOT$$.dll.
The author is $$AUTHOR$$.
$$ELSE
The Wizard is about to generate source code for a project called $$ROOT$$.exe.
The author is $$AUTHOR$$ and the program is named "$$APPNAME$$".
$$ENDIF

The module generated is:

$$IF(TYPE_DIALOG)
+ a dialog-based Win32 application
$$IF(USECC)
  with built-in support for the common controls
$$IF(USECC98)
  (Windows 98)
$$ELIF(USECC95)
  (Windows 95)
$$ENDIF
$$ENDIF
$$ENDIF

$$IF(TYPE_DLL)
+ a Win32 DLL
$$ENDIF

⌨️ 快捷键说明

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