brewififo.mfx
来自「Brew上IFIFO基本功能使用的例子」· MFX 代码 · 共 43 行
MFX
43 行
<?xml version="1.0" encoding="utf-8"?>
<BREWRes Name="BrewIFIFO" VERSION="1">
<Strings Encoding="Unicode">
<String Id="20" Name="IDS_STRING_20">
<Text>FIFORead</Text>
</String>
<String Id="40" Name="IDS_STRING_40">
<Text>FIFOWrite</Text>
</String>
</Strings>
<BREWMif>
<Module Encoding="Unicode">
<Privileges>
<Privilege Level="File"/>
</Privileges>
<Exported/>
<MimeTypes/>
<Imported/>
<ACLs>
<ACL Type="fs"/>
</ACLs>
</Module>
<Applets>
<Applet BaseId="20" CLSID="0x11000000">
<!--Name = IDS_STRING_20-->
<Type>0x00000000</Type>
<Flags>
<Flag Value="Popup"/>
</Flags>
<Environment/>
<Notifications/>
</Applet>
<Applet BaseId="40" CLSID="0x11000001">
<!--Name = IDS_STRING_40-->
<Type>0x00000000</Type>
<Flags/>
<Environment/>
<Notifications/>
</Applet>
</Applets>
</BREWMif>
</BREWRes>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?