blob: 4cb6b50836f1d21c02aa4185da5cf6c35bdff5d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="block by name" title="名前でオブジェクトをブロック">
<text name="message">
オブジェクトをブロックします:
</text>
<line_editor name="object_name">
オブジェクト名
</line_editor>
<text name="note">
* ブロックされるのはオブジェクトの文字だけで、音はブロックされません。
</text>
<button label="OK" name="OK" top_pad="10"/>
<button label="キャンセル" name="Cancel"/>
</floater>
|