1*1a9aeb48Sshatty/* 2*1a9aeb48Sshatty** StyledEdit.rdef 3*1a9aeb48Sshatty** 4*1a9aeb48Sshatty*/ 5*1a9aeb48Sshatty 6*1a9aeb48Sshatty/* BEOS:APP_SIG : 7*1a9aeb48Sshatty application:/x-vnd.obos.app-name 8*1a9aeb48Sshatty */ 9*1a9aeb48Sshatty 10*1a9aeb48Sshattyresource(1, "BEOS:APP_SIG") (#'MIMS') "application/x-vnd.obos.styled-edit"; 11*1a9aeb48Sshatty 12*1a9aeb48Sshatty/* BEOS:APP_FLAGS : 13*1a9aeb48Sshatty 00000000 = SINGLE LAUNCH 14*1a9aeb48Sshatty 01000000 = MULTIPLE LAUNCH 15*1a9aeb48Sshatty 02000000 = EXCLUSIVE LAUNCH 16*1a9aeb48Sshatty 04000000 = BACKGROUND APP + SINGLE LAUNCH 17*1a9aeb48Sshatty 05000000 = BACKGROUND APP + MULTIPLE LAUNCH 18*1a9aeb48Sshatty 06000000 = BACKGROUND APP + EXCLUSIVE LAUNCH 19*1a9aeb48Sshatty 08000000 = ARGV_ONLY + SINGLE LAUNCH 20*1a9aeb48Sshatty 09000000 = ARGV_ONLY + MULTIPLE LAUNCH 21*1a9aeb48Sshatty 0A000000 = ARGV_ONLY + EXCLUSIVE LAUNCH 22*1a9aeb48Sshatty 0C000000 = ARGV_ONLY + BACKGROUND APP + SINGLE LAUNCH 23*1a9aeb48Sshatty 0D000000 = ARGV_ONLY + BACKGROUND APP + MULTIPLE LAUNCH 24*1a9aeb48Sshatty 0E000000 = ARGV_ONLY + BACKGROUND APP + EXCLUSIVE LAUNCH 25*1a9aeb48Sshatty */ 26*1a9aeb48Sshatty 27*1a9aeb48Sshattyresource(1, "BEOS:APP_FLAGS") (#'APPF') $"00000000"; 28*1a9aeb48Sshatty 29*1a9aeb48Sshatty/* BEOS:FILE_TYPES : 30*1a9aeb48Sshatty "types" = "text/plain", 31*1a9aeb48Sshatty "types" = .... 32*1a9aeb48Sshatty */ 33*1a9aeb48Sshatty 34*1a9aeb48Sshattyresource(1, "BEOS:FILE_TYPES") message { 35*1a9aeb48Sshatty "types" = "text/plain", 36*1a9aeb48Sshatty "types" = "text" 37*1a9aeb48Sshatty}; 38