property.rgs

来自「Thinkinc++English 电子书籍,英文版」· RGS 代码 · 共 28 行

RGS
28
字号
HKCR
{
	Simple18.Property.1 = s 'Property Class'
	{
		CLSID = s '{AF3B9257-E99F-4DBB-B519-F05565177E1F}'
	}
	Simple18.Property = s 'Property Class'
	{
		CLSID = s '{AF3B9257-E99F-4DBB-B519-F05565177E1F}'
		CurVer = s 'Simple18.Property.1'
	}
	NoRemove CLSID
	{
		ForceRemove {AF3B9257-E99F-4DBB-B519-F05565177E1F} = s 'Property Class'
		{
			ProgID = s 'Simple18.Property.1'
			VersionIndependentProgID = s 'Simple18.Property'
			ForceRemove 'Programmable'
			InprocServer32 = s '%MODULE%'
			{
				val ThreadingModel = s 'Apartment'
			}
			val AppID = s '%APPID%'
			'TypeLib' = s '{40070664-EDD2-4037-8A95-9462FEC9BFF8}'
		}
	}
}

⌨️ 快捷键说明

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