Files
SingularityViewer/indra/newview/skins/default/xui/ja/floater_mem_leaking.xml
2010-04-02 02:48:44 -03:00

20 lines
741 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="MemLeak" title="メモリ・リーク・シミュレーション">
<spinner label="リークスピード(1フレームごとのバイト数)"
name="leak_speed" label_width="244" />
<spinner label="リークした最大メモリ数(MB)" name="max_leak" label_width="244" />
<text name="total_leaked_label">
現在のリークメモリサイズ: [SIZE] KB
</text>
<text name="note_label_1">
[NOTE1]
</text>
<text name="note_label_2">
[NOTE2]
</text>
<button label="開始" name="start_btn" />
<button label="停止" name="stop_btn" />
<button label="解放" name="release_btn" />
<button label="閉じる" name="close_btn" />
</floater>