control.rgs
来自「c语言编程软件vc6.0中文绿色版_vc6.0官方下载」· RGS 代码 · 共 50 行
RGS
50 行
HKCR
{
[!ProgID] = s '[!TypeName]'
{
CLSID = s '{[!ObjectGUID]}'
[!if=(InsertableEnabled, "TRUE")]
'Insertable'
[!endif]
}
[!VersionIndependentProgID] = s '[!TypeName]'
{
CLSID = s '{[!ObjectGUID]}'
CurVer = s '[!ProgID]'
}
NoRemove CLSID
{
ForceRemove {[!ObjectGUID]} = s '[!TypeName]'
{
ProgID = s '[!ProgID]'
VersionIndependentProgID = s '[!VersionIndependentProgID]'
[!if=(Dual, "TRUE")]
ForceRemove 'Programmable'
[!endif]
[!if=(ProjectType, "DLL")]
InprocServer32 = s '%MODULE%'
{
[!if=(ThreadingModel, "Single")]
[!else]
val ThreadingModel = s '[!ThreadingModel]'
[!endif]
}
[!else]
LocalServer32 = s '%MODULE%'
val AppID = s '{[!ProjectAppID]}'
[!endif]
ForceRemove 'Control'
[!if!(IEControl)]
ForceRemove 'Insertable'
[!endif]
ForceRemove 'ToolboxBitmap32' = s '%MODULE%, [!IDR_BMPID_VALUE]'
'MiscStatus' = s '0'
{
'1' = s '[!MiscStatus]'
}
'TypeLib' = s '{[!LibGUID]}'
'Version' = s '1.0'
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?