source: anotherchoice/tags/jsp-1.4.4-full-UTF8/windev/devicecontrol/devicecontrol.rgs@ 363

Last change on this file since 363 was 363, checked in by ykominami, 5 years ago

add tags/jsp-1.4.4-full-UTF8

  • Property svn:executable set to *
File size: 858 bytes
Line 
1HKCR
2{
3 ToppersDevice.DeviceControl.1 = s 'DeviceControl Class'
4 {
5 CLSID = s '{D6626115-E35B-4B38-BC65-3E59D5535AD4}'
6 }
7 ToppersDevice.DeviceControl = s 'DeviceControl Class'
8 {
9 CLSID = s '{D6626115-E35B-4B38-BC65-3E59D5535AD4}'
10 CurVer = s 'ToppersDevice.DeviceControl.1'
11 }
12 NoRemove CLSID
13 {
14 ForceRemove {D6626115-E35B-4B38-BC65-3E59D5535AD4} = s 'DeviceControl Class'
15 {
16 ProgID = s 'ToppersDevice.DeviceControl.1'
17 VersionIndependentProgID = s 'ToppersDevice.DeviceControl'
18 ForceRemove 'Programmable'
19 InprocServer32 = s '%MODULE%'
20 {
21 val ThreadingModel = s 'Apartment'
22 }
23 ForceRemove 'Control'
24 ForceRemove 'Insertable'
25 ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 101'
26 'MiscStatus' = s '0'
27 {
28 '1' = s '131473'
29 }
30 'TypeLib' = s '{194B359F-594E-4EE4-A804-84723D1CF1C4}'
31 'Version' = s '1.0'
32 }
33 }
34}
Note: See TracBrowser for help on using the repository browser.