simplemath.rgs
来自「这是ATL电子书的随书代码」· RGS 代码 · 共 24 行
RGS
24 行
HKCR
{
Chapter5.SimpleMath.1 = s 'SimpleMath Class'
{
CLSID = s '{380F79EB-4098-11D1-883A-444553540000}'
}
Chapter5.SimpleMath = s 'SimpleMath Class'
{
CurVer = s 'Chapter5.SimpleMath.1'
}
NoRemove CLSID
{
ForceRemove {380F79EB-4098-11D1-883A-444553540000} = s 'SimpleMath Class'
{
ProgID = s 'Chapter5.SimpleMath.1'
VersionIndependentProgID = s 'Chapter5.SimpleMath'
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?