<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_resize="false" min_width="450"
     title="Gesture" name="gesture" can_minimize="true" min_height="350"
     height="350" width="450">
	<text name="desc_label" bottom="-35" font="SansSerif" left="16" follows="top|left">
		설명:
	</text>
	<line_editor name="desc" left="100" follows="left|top" max_length="254" bottom_delta="-6"
	     height="20" width="330" />
	<text name="trigger_label" font="SansSerif" left="16" follows="top|left"
	     bottom_delta="-23">
		Trigger:
	</text>
	<line_editor name="trigger_editor" left="100" follows="left|top" max_length="31"
	     bottom_delta="-6" height="20" width="105" />
	<text name="replace_text" font="SansSerif" left="220" follows="top|left"
	     bottom_delta="6">
		Replace with:
	</text>
	<line_editor name="replace_editor" left="300" follows="left|top" max_length="31"
	     bottom_delta="-6" height="20" width="130" />
	<text name="key_label" font="SansSerif" left="16" follows="top|left"
	     bottom_delta="-23">
		Shortcut Key:
	</text>
	<combo_box name="modifier_combo" label="없음" left="100" follows="left|top"
	     bottom_delta="-6" height="20" width="50" />
	<combo_box name="key_combo" label="없음" left_delta="60" follows="left|top"
	     bottom_delta="0" height="20" width="45" />
	<text font="SansSerif" left="16" follows="top|left" bottom_delta="-23">
		Library:
	</text>
	<text font="SansSerif" left="220" follows="top|left" bottom_delta="0">
		Steps:
	</text>
	<scroll_list name="library_list" draw_border="true" left="16" multi_select="false"
	     follows="top|left" bottom_delta="-120" height="110" width="100">
		Animation
Sound
Chat
Wait
	</scroll_list>
	<button name="add_btn" label="Add &gt;&gt;" left="130" follows="top|left"
	     bottom_delta="90" height="20" width="80" />
	<button name="up_btn" label="Move Up" left_delta="0" follows="top|left"
	     bottom_delta="-30" height="20" width="80" />
	<button name="down_btn" label="Move Down" left_delta="0" follows="top|left"
	     bottom_delta="-30" height="20" width="80" />
	<button name="delete_btn" label="제거" left_delta="0" follows="top|left"
	     bottom_delta="-30" height="20" width="80" />
	<scroll_list name="step_list" draw_border="true" left="220" multi_select="false"
	     follows="top|left" bottom_delta="0" height="110" width="210" />
	<text name="help_label" font="SansSerif" left="16" follows="top|left"
	     bottom_delta="-70" height="60">
		All steps happen simultaneously, 
unless you add wait steps.
	</text>
	<text name="options_text" left="222" follows="top|left" bottom_delta="0" height="60"
	     width="205" />
	<combo_box name="animation_list" left_delta="10" follows="top|left" bottom_delta="20"
	     height="20" width="100" />
	<combo_box name="sound_list" left_delta="0" follows="top|left" bottom_delta="0"
	     height="20" width="100" />
	<line_editor name="chat_editor" left_delta="0" follows="top|left" max_length="127"
	     bottom_delta="0" height="20" width="100" />
	<radio_group name="animation_trigger_type" draw_border="false" left="335" follows="top|left"
	     bottom_delta="-20" height="40" width="80">
		<radio_item left="3" follows="left|top" mouse_opaque="true" bottom_delta="10" height="16"
		     width="80">
			Start
		</radio_item>
		<radio_item left="3" follows="left|top" mouse_opaque="true" bottom_delta="-10" height="16"
		     width="80">
			Stop
		</radio_item>
	</radio_group>
	<check_box name="wait_anim_check" label="until animations are done" left="232"
	     follows="top|left" bottom_delta="25" height="20" width="100" />
	<check_box name="wait_time_check" label="time in seconds" left_delta="0"
	     follows="top|left" bottom_delta="-20" height="20" width="100" />
	<line_editor name="wait_time_editor" left_delta="105" follows="top|left" max_length="15"
	     bottom_delta="0" height="20" width="50" />
	<check_box name="active_check" label="Active" bottom="7" left="140" follows="top|left"
	     height="20" width="100" />
	<button name="preview_btn" label="Preview" bottom="5" left="215" follows="top|left"
	     height="20" width="80" />
	<button name="save_btn" label="저장" left_delta="90" bottom="5" follows="top|left"
	     height="20" width="80" />
</floater>
