Subversion Repositories filter_foundry

Rev

Rev 525 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 525 Rev 526
Line 52... Line 52...
52
	14L,        /* Property Count */
52
	14L,        /* Property Count */
53
 
53
 
54
	VENDORID, LC(c,a,t,g), NULLID, 16L, "\014Telegraphics\0\0\0",    /* PString */
54
	VENDORID, LC(c,a,t,g), NULLID, 16L, "\014Telegraphics\0\0\0",    /* PString */
55
	VENDORID, LC(n,a,m,e), NULLID, 20L, "\021Filter Foundry...\0\0", /* PString */
55
	VENDORID, LC(n,a,m,e), NULLID, 20L, "\021Filter Foundry...\0\0", /* PString */
56
 
56
 
57
	/* "Component". Values taken from Clouds.8BF */
57
	/* Component { MainComponentVersion, "Filter Foundry" }, */
58
	/* Note: Length 20 must be divisible by 4 */
58
	/* Note: Length 20 must be divisible by 4 */
59
	VENDORID, LC(c,m,p,t), NULLID, 20L, MainComponentVersion, "Filter Foundry\0\0",
59
	VENDORID, LC(c,m,p,t), NULLID, 20L, MainComponentVersion, "Filter Foundry\0\0", /* CString */
60
 
60
 
61
	/* HasTerminology { plugInClassID, plugInEventID, AETE_ID, vendorName " " plugInName }, */
61
	/* HasTerminology { plugInClassID, plugInEventID, AETE_ID, ""  }, */
62
	VENDORID, LC(h,s,t,m), NULLID, 16L, /* = 3*4 + 2 + sizeof(c string) + padding */
62
	VENDORID, LC(h,s,t,m), NULLID, 16L, /* = 3*4 + 2 + sizeof(c string) + padding */
63
	0L,                /* version */
63
	0L,                /* version */
64
	LC(F,l,t,r),       /* Class ID, always required.  Must be eventFilter='Fltr' to show up in "Actions" tab. */
64
	LC(F,l,t,r),       /* Class ID, always required.  Must be eventFilter='Fltr' to show up in "Actions" tab. (PITerminology.h:eventFilter) */
65
	LC(f,i,F,o),       /* Event ID, or typeNULL if not Filter/Color Picker/Selection. */
65
	LC(f,i,F,o),       /* Event ID, or typeNULL if not Filter/Color Picker/Selection. */
66
	AETE_ID,           /* Dictionary ('AETE') resource ID. (only 2 bytes long!) */
66
	AETE_ID,           /* Dictionary ('AETE') resource ID. (only 2 bytes long!) */
67
	/*"Telegraphics FilterFoundry\0\0\0\0"*/
67
	/*"Telegraphics FilterFoundry\0\0\0\0"*/
68
	/* Unique scope string, C format, long padded. If set, the plugin will only communicate with the host (Photoshop), not with AppleScript. */
68
	/* Unique scope string, C format, long padded. If set, the plugin will only communicate with the host (Photoshop), not with AppleScript. */
69
	/* Beginning with 1.7.0.2, we accept AppleScript, since the AETE keys are now randomly chosen for each standalone plugin. */
69
	/* Beginning with 1.7.0.2, we accept AppleScript, since the AETE keys are now randomly chosen for each standalone plugin. */
Line 77... Line 77...
77
 
77
 
78
	// Here come 8 properties: kind, vers, prty, mode, ms32, flly, enbl, fici
78
	// Here come 8 properties: kind, vers, prty, mode, ms32, flly, enbl, fici
79
	#include "PiPL_body.rc"
79
	#include "PiPL_body.rc"
80
 
80
 
81
	/* Object Identifier attribute */
81
	/* Object Identifier attribute */
82
	/* Note that 'ViaT' is not a official creator code for ViaThinkSoft and it is unclear where a creator code can be aquired from... */
82
	/* Note that 'ViaT' is not an official creator code for ViaThinkSoft and it is unclear where a creator code can be aquired from... */
83
	/* Note: Length 24 must be divisible by 4 */
83
	/* Note: Length 24 must be divisible by 4 */
84
	LC(V,i,a,T), LC(O,b,I,d), NULLID, 24L, "1.3.6.1.4.1.37476.2.72\0\0",
84
	LC(V,i,a,T), LC(O,b,I,d), NULLID, 24L, "1.3.6.1.4.1.37476.2.72\0\0",
85
END
85
END
86
 
86
 
87
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
87
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL