<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater min_height="350" width="450" title="ジェスチャー" can_resize="false"
     name="gesture" can_close="true" can_minimize="true"
     can_drag_on_left="false" height="350" min_width="450">
	<text name="desc_label" follows="top|left" left="16" font="SansSerif" bottom="-35">
		説明:
	</text>
	<line_editor width="330" name="desc" height="20" follows="left|top" max_length="254"
	     left="100" bottom_delta="-6" />
	<text name="trigger_label" follows="top|left" left="16" font="SansSerif"
	     bottom_delta="-23">
		トリガー：
	</text>
	<line_editor width="105" name="trigger_editor" height="20" follows="left|top"
	     max_length="31" left="100" bottom_delta="-6" />
	<text name="replace_text" follows="top|left" left="220" font="SansSerif"
	     bottom_delta="6">
		以下のものと交換：
	</text>
	<line_editor width="130" name="replace_editor" height="20" follows="left|top"
	     max_length="31" left="300" bottom_delta="-6" />
	<text name="key_label" follows="top|left" left="16" font="SansSerif"
	     bottom_delta="-23">
		ショートカットキー
	</text>
	<combo_box width="50" name="modifier_combo" height="20" follows="left|top" left="100"
	     bottom_delta="-6" label="なし" />
	<combo_box width="45" name="key_combo" left_delta="60" height="20" follows="left|top"
	     bottom_delta="0" label="なし" />
	<text follows="top|left" left="16" font="SansSerif" bottom_delta="-23">
		図書館：
	</text>
	<text follows="top|left" left="220" font="SansSerif" bottom_delta="0">
		ステップ：
	</text>
	<scroll_list width="100" name="library_list" height="110" follows="top|left" left="16"
	     multi_select="false" bottom_delta="-120" draw_border="true">
		アニメーション
音声
会話
待つ
	</scroll_list>
	<button width="80" name="add_btn" height="20" follows="top|left" left="130"
	     bottom_delta="90" label="追加&gt;&gt;" />
	<button width="80" name="up_btn" left_delta="0" height="20" follows="top|left"
	     bottom_delta="-30" label="上に移動" />
	<button width="80" name="down_btn" left_delta="0" height="20" follows="top|left"
	     bottom_delta="-30" label="下に移動" />
	<button width="80" name="delete_btn" left_delta="0" height="20" follows="top|left"
	     bottom_delta="-30" label="取り除く" />
	<scroll_list width="210" name="step_list" height="110" follows="top|left" left="220"
	     multi_select="false" bottom_delta="0" draw_border="true" />
	<text name="help_label" height="60" follows="top|left" left="16" font="SansSerif"
	     bottom_delta="-70">
		待ちステップを追加しない限り、
全ステップが同時に行われます。
	</text>
	<text width="205" name="options_text" height="60" follows="top|left" left="222"
	     bottom_delta="0" />
	<combo_box width="100" name="animation_list" left_delta="10" height="20"
	     follows="top|left" bottom_delta="20" />
	<combo_box width="100" name="sound_list" left_delta="0" height="20" follows="top|left"
	     bottom_delta="0" />
	<line_editor width="100" name="chat_editor" left_delta="0" height="20" follows="top|left"
	     max_length="127" bottom_delta="0" />
	<radio_group width="80" name="animation_trigger_type" height="40" follows="top|left"
	     left="335" bottom_delta="-20" draw_border="false">
		<radio_item width="80" height="16" follows="left|top" left="3" mouse_opaque="true"
		     bottom_delta="10">
			Start
		</radio_item>
		<radio_item width="80" height="16" follows="left|top" left="3" mouse_opaque="true"
		     bottom_delta="-10">
			Stop
		</radio_item>
	</radio_group>
	<check_box width="100" name="wait_anim_check" height="20" follows="top|left" left="232"
	     bottom_delta="25" label="アニメーションが終わるまで" />
	<check_box width="100" name="wait_time_check" left_delta="0" height="20"
	     follows="top|left" bottom_delta="-20" label="秒単位の時間" />
	<line_editor width="50" name="wait_time_editor" left_delta="105" height="20"
	     follows="top|left" max_length="15" bottom_delta="0" />
	<check_box width="100" name="active_check" height="20" follows="top|left" left="140"
	     bottom="7" label="アクティブ" />
	<button width="80" name="preview_btn" height="20" follows="top|left" left="215"
	     bottom="5" label="プレビュー" />
	<button width="80" name="save_btn" left_delta="90" height="20" follows="top|left"
	     bottom="5" label="保存" />
</floater>
