hellobrew.mfx

来自「这是一个不错的经典的BREW程序哦」· MFX 代码 · 共 40 行

MFX
40
字号
<?xml version="1.0" encoding="utf-8"?>
<BREWRes Name="hellobrew" VERSION="1">
<BREWMif>
	<Module Encoding="S-JIS">
		<Privileges/>
		<Exported/>
		<MimeTypes/>
		<Imported/>
		<ACLs>
			<ACL Type="fs"/>
		</ACLs>
	</Module>
	<Applets>
		<Applet BaseId="20" CLSID="0x1234abcd">
			<!--Name = IDS_STRING_20-->
			<!--Image = IDI_OBJECT_22-->
			<!--Thumb = IDI_OBJECT_23-->
			<Type>Game</Type>
			<Applethost>0x00000000</Applethost>
			<Flags/>
			<Environment/>
			<Notifications/>
		</Applet>
	</Applets>
</BREWMif>
<Strings Encoding="S-JIS">
	<String Id="20" Name="IDS_STRING_20">
		<Text>hellobrew</Text>
	</String>
</Strings>
<Objects MimeType="image/bmp">
	<Object Id="22" Name="IDI_OBJECT_22">
		<File>D:\Program Files\Brew\sdk\bitmaps\BrewImage-1.bmp</File>
	</Object>
	<Object Id="23" Name="IDI_OBJECT_23">
		<File>D:\Program Files\Brew\sdk\bitmaps\Brew16x16-1.bmp</File>
	</Object>
</Objects>
</BREWRes>

⌨️ 快捷键说明

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