awtk/design/default/styles/uiex.xml
2022-11-14 17:34:15 +08:00

927 lines
36 KiB
XML

<button>
<style name="default" bg_color="#EBEBEB" border_color="#C2C2C2" font_size="22" round_radius="4" text_color="#000000">
<normal/>
<disable bg_color="#EBEBEB66" border_color="#C2C2C266" text_color="#00000066"/>
<focused/>
<over/>
<pressed bg_color="#709918" border_color="#00000000" text_color="#FFFFFF" x_offset="1" y_offset="1"/>
</style>
<style name="close" bg_color="#F7F7F7" icon="uiex_close_n" icon_at="center">
<normal/>
<over/>
<pressed icon="uiex_close_p"/>
</style>
<style name="color_update">
<normal icon="color_update_n"/>
<disable icon="color_update_d"/>
<over icon="color_update_o"/>
<pressed icon="color_update_p"/>
</style>
<style name="combobox_down" bg_color="#FFFFFF" border_color="#C2C2C2" icon="uiex_combobox_btn_n">
<normal/>
<disable bg_color="#FFFFFF66" icon="uiex_combobox_btn_d"/>
<over/>
<pressed icon="uiex_combobox_btn_p"/>
</style>
<style name="debug_restart" icon="debug_restart_o">
<normal icon="debug_restart_n"/>
<disable icon="debug_restart_d"/>
<over/>
<pressed/>
</style>
<style name="debug_step_into" icon="debug_step_into_o">
<normal icon="debug_step_into_n"/>
<disable icon="debug_step_into_d"/>
<over/>
<pressed/>
</style>
<style name="debug_step_over" icon="debug_step_over_o">
<normal icon="debug_step_over_n"/>
<disable icon="debug_step_over_d"/>
<over/>
<pressed/>
</style>
<style name="debug_step_return" icon="debug_step_return_o">
<normal icon="debug_step_return_n"/>
<disable icon="debug_step_return_d"/>
<over/>
<pressed/>
</style>
<style name="download">
<normal icon="download_n"/>
<disable icon="download_d"/>
<over icon="download_o"/>
<pressed icon="download_p"/>
</style>
<style name="empty" bg_color="#00000000" border_color="#00000000" icon="uiex_button_Empty">
<normal/>
<disable/>
<focused/>
<over/>
<pressed bg_color="#FFFFFF" border_color="#C2C2C2" x_offset="1" y_offset="1"/>
</style>
<style name="export" bg_color="#00000000" border_color="#00000000" icon="uiex_button_Export">
<normal/>
<disable/>
<focused/>
<over/>
<pressed bg_color="#FFFFFF" border_color="#C2C2C2" x_offset="1" y_offset="1"/>
</style>
<style name="gradient" bg_color="linear-gradient(180deg, #8ABC1D, #709918);" border_color="#00000000" font_size="22" round_radius="4" text_color="#FFFFFF">
<normal/>
<disable bg_color="linear-gradient(180deg, #8ABC1D66, #70991866);" text_color="#FFFFFF66"/>
<focused/>
<over/>
<pressed bg_color="linear-gradient(180deg, #80B01B, #678C16);" x_offset="1" y_offset="1"/>
</style>
<style name="highlight" bg_color="#709918" border_color="#00000000" font_size="22" round_radius="4" text_color="#FFFFFF">
<normal/>
<disable bg_color="#70991866" text_color="#FFFFFF66"/>
<focused/>
<over/>
<pressed bg_color="#678C16" x_offset="1" y_offset="1"/>
</style>
<style name="import" bg_color="#00000000" border_color="#00000000" icon="uiex_button_Import">
<normal/>
<disable/>
<focused/>
<over/>
<pressed bg_color="#FFFFFF" border_color="#C2C2C2" x_offset="1" y_offset="1"/>
</style>
<style name="menu_on" bg_color="#00000000" border_color="#00000000" icon="uiex_Portraitmenu_n">
<normal/>
<disable/>
<over/>
<pressed icon="uiex_Portraitmenu_p"/>
</style>
<style name="picture" bg_color="#00000000" border_color="#00000000" icon="uiex_editor_Importpictures">
<normal/>
<disable/>
<focused/>
<over/>
<pressed bg_color="#FFFFFF" border_color="#C2C2C2" x_offset="1" y_offset="1"/>
</style>
<style name="rounded" bg_color="#EBEBEB" border_color="#C2C2C2" font_size="22" round_radius="18" text_color="#000000">
<normal/>
<disable bg_color="#EBEBEB66" border_color="#C2C2C266" text_color="#00000066"/>
<focused/>
<over/>
<pressed bg_color="#709918" border_color="#00000000" text_color="#FFFFFF" x_offset="1" y_offset="1"/>
</style>
<style name="rounded_bottom" bg_color="#EBEBEB" border_color="#C2C2C2" font_size="22" round_radius="18" round_radius_top_left="0" round_radius_top_right="0" text_color="#000000">
<normal/>
<disable bg_color="#EBEBEB66" border_color="#C2C2C266" text_color="#00000066"/>
<focused/>
<over/>
<pressed bg_color="#709918" border_color="#00000000" text_color="#FFFFFF" x_offset="1" y_offset="1"/>
</style>
<style name="rounded_top" bg_color="#EBEBEB" border_color="#C2C2C2" font_size="22" round_radius="18" round_radius_bottom_left="0" round_radius_bottom_right="0" text_color="#000000">
<normal/>
<disable bg_color="#EBEBEB66" border_color="#C2C2C266" text_color="#00000066"/>
<focused/>
<over/>
<pressed bg_color="#709918" border_color="#00000000" text_color="#FFFFFF" x_offset="1" y_offset="1"/>
</style>
<style name="scroll_down" bg_color="#F2F2F2" icon="uiex_arrow_down_n">
<normal/>
<disable bg_color="#F2F2F266" icon="uiex_arrow_down_d"/>
<over/>
<pressed icon="uiex_arrow_down_p"/>
</style>
<style name="scroll_up" bg_color="#F2F2F2" icon="uiex_arrow_up_n">
<normal/>
<disable bg_color="#F2F2F266" icon="uiex_arrow_up_d"/>
<over/>
<pressed icon="uiex_arrow_up_p"/>
</style>
<style name="scroll_left" bg_color="#F2F2F2" icon="uiex_arrow_left_n">
<normal/>
<disable bg_color="#F2F2F266" icon="uiex_arrow_left_d"/>
<over/>
<pressed icon="uiex_arrow_left_p"/>
</style>
<style name="scroll_right" bg_color="#F2F2F2" icon="uiex_arrow_right_n">
<normal/>
<disable bg_color="#F2F2F266" icon="uiex_arrow_right_d"/>
<over/>
<pressed icon="uiex_arrow_right_p"/>
</style>
<style name="search" bg_color="#00000000" border_color="#00000000" icon="uiex_button_search">
<normal/>
<disable/>
<focused/>
<over/>
<pressed bg_color="#FFFFFF" border_color="#C2C2C2" x_offset="1" y_offset="1"/>
</style>
<style name="slide_button" bg_image="1" bg_image_draw_type="scale" font_size="32" text_color="#000000">
<normal/>
<over/>
<pressed y_offset="1"/>
</style>
<style name="spinbox_down" bg_color="#FAFAFA" border_color="#C2C2C2" icon="uiex_arrow_down_n">
<normal/>
<disable bg_color="#FAFAFA66" border_color="#C2C2C266" icon="uiex_arrow_down_d"/>
<over/>
<pressed icon="uiex_arrow_down_p"/>
</style>
<style name="spinbox_up" bg_color="#FAFAFA" border_color="#C2C2C2" icon="uiex_arrow_up_n">
<normal/>
<disable bg_color="#FAFAFA66" border_color="#C2C2C266" icon="uiex_arrow_up_d"/>
<over/>
<pressed icon="uiex_arrow_up_p"/>
</style>
<style name="square" bg_color="#EBEBEB" border_color="#C2C2C2" font_size="22" round_radius="0" text_color="#000000">
<normal/>
<disable bg_color="#EBEBEB66" border_color="#C2C2C266" text_color="#00000066"/>
<focused/>
<over/>
<pressed bg_color="#709918" border_color="#00000000" text_color="#FFFFFF" x_offset="1" y_offset="1"/>
</style>
<style name="square_borderless" bg_color="#EBEBEB" border_color="#C2C2C2" border_width="0" font_size="22" round_radius="0" text_color="#000000">
<normal/>
<disable bg_color="#EBEBEB66" border_color="#C2C2C266" text_color="#00000066"/>
<focused/>
<over/>
<pressed bg_color="#709918" border_color="#00000000" text_color="#FFFFFF" x_offset="1" y_offset="1"/>
</style>
<style name="text_bg_color" bg_color="#00000000" border_color="#00000000" icon="uiex_editor_bgcolor">
<normal/>
<disable/>
<focused/>
<over/>
<pressed bg_color="#FFFFFF" border_color="#C2C2C2" x_offset="1" y_offset="1"/>
</style>
<style name="text_color" bg_color="#00000000" border_color="#00000000" icon="uiex_editor_Textcolor">
<normal/>
<disable/>
<focused/>
<over/>
<pressed bg_color="#FFFFFF" border_color="#C2C2C2" x_offset="1" y_offset="1"/>
</style>
<style name="time" bg_color="#00000000" border_color="#00000000" icon="uiex_button_time">
<normal/>
<disable/>
<focused/>
<over/>
<pressed bg_color="#FFFFFF" border_color="#C2C2C2" x_offset="1" y_offset="1"/>
</style>
<style name="win_close" icon="uiex_Windowclosed_n">
<normal/>
<over/>
<pressed icon="uiex_Windowclosed_p"/>
</style>
<style name="with_icon_text" bg_color="#EBEBEB" border_color="#C2C2C2" font_size="22" icon="uiex_button_search" icon_at="left" margin="6" round_radius="4" text_align_h="right" text_color="#000000">
<normal/>
<disable bg_color="#EBEBEB66" border_color="#C2C2C266" text_color="#00000066"/>
<focused/>
<over/>
<pressed bg_color="#709918" border_color="#00000000" text_color="#FFFFFF" x_offset="1" y_offset="1"/>
</style>
<style name="exit" bg_color="#EBEBEB" border_color="#C2C2C2" font_size="22" icon="uiex_close_n" icon_at="left" margin="6" round_radius="4" text_align_h="right" text_color="#000000">
<normal/>
<disable bg_color="#EBEBEB66" border_color="#C2C2C266" text_color="#00000066"/>
<focused/>
<over/>
<pressed bg_color="#709918" border_color="#00000000" text_color="#FFFFFF" x_offset="1" y_offset="1"/>
</style>
</button>
<check_button>
<style name="default" font_size="22" icon="uiex_check_n" icon_at="left" text_color="#000000">
<normal/>
<disable icon="uiex_check_d" text_color="#00000066"/>
<disable_of_checked icon="uiex_check_checked_d" text_color="#00000066"/>
<focused/>
<focused_of_checked icon="uiex_check_checked_n"/>
<normal_of_checked icon="uiex_check_checked_n"/>
<over icon="uiex_check_p"/>
<over_of_checked icon="uiex_check_checked_p"/>
<pressed icon="uiex_check_p"/>
<pressed_of_checked icon="uiex_check_checked_p"/>
</style>
<style name="bold" bg_color="#00000000" border_color="#00000000" icon="uiex_editor_TextBold">
<normal/>
<normal_of_checked bg_color="#FFFFFF" border_color="#C2C2C2"/>
<over/>
<over_of_checked bg_color="#FFFFFF" border_color="#C2C2C2"/>
<pressed x_offset="1" y_offset="1"/>
<pressed_of_checked bg_color="#FFFFFF" border_color="#C2C2C2" x_offset="1" y_offset="1"/>
</style>
<style name="debug_pause_resume" icon="debug_pause_o">
<normal icon="debug_pause_n"/>
<disable icon="debug_pause_d"/>
<disable_of_checked icon="debug_resume_d"/>
<normal_of_checked icon="debug_resume_n"/>
<over/>
<over_of_checked icon="debug_resume_o"/>
<pressed x_offset="1" y_offset="1"/>
<pressed_of_checked icon="debug_resume_o" x_offset="1" y_offset="1"/>
</style>
<style name="debug_stop_start" icon="debug_stop_o">
<normal icon="debug_stop_n"/>
<disable icon="debug_stop_d"/>
<disable_of_checked icon="debug_start_d"/>
<normal_of_checked icon="debug_start_n"/>
<over/>
<over_of_checked icon="debug_start_o"/>
<pressed x_offset="1" y_offset="1"/>
<pressed_of_checked icon="debug_start_o" x_offset="1" y_offset="1"/>
</style>
<style name="fps" bg_color="#EBEBEB" border_color="#C2C2C2" font_size="22" icon="uiex_texteditorhide" icon_at="left" margin="6" round_radius="4" spacer="8" text_align_h="right" text_color="#000000">
<normal/>
<disable bg_color="#EBEBEB66" border_color="#C2C2C266" text_color="#00000066"/>
<disable_of_checked bg_color="#EBEBEB66" border_color="#C2C2C266" icon="uiex_texteditor_show" text_color="#00000066"/>
<focused/>
<focused_of_checked icon="uiex_texteditor_show"/>
<normal_of_checked icon="uiex_texteditor_show"/>
<over/>
<over_of_checked icon="uiex_texteditor_show"/>
<pressed bg_color="#709918" border_color="#00000000" text_color="#FFFFFF" x_offset="1" y_offset="1"/>
<pressed_of_checked bg_color="#709918" border_color="#00000000" icon="uiex_texteditor_show" text_color="#FFFFFF" x_offset="1" y_offset="1"/>
</style>
<style name="icon_right" bg_color="#EBEBEB" font_size="22" icon_at="right" margin="4" margin_left="16" margin_right="16" text_color="#000000">
<normal/>
<focused/>
<focused_of_checked icon="uiex_check"/>
<normal_of_checked icon="uiex_check"/>
<over/>
<over_of_checked icon="uiex_check"/>
<pressed/>
<pressed_of_checked icon="uiex_check"/>
</style>
<style name="italic" bg_color="#00000000" border_color="#00000000" icon="uiex_editor_TextItalic">
<normal/>
<normal_of_checked bg_color="#FFFFFF" border_color="#C2C2C2"/>
<over/>
<over_of_checked bg_color="#FFFFFF" border_color="#C2C2C2"/>
<pressed x_offset="1" y_offset="1"/>
<pressed_of_checked bg_color="#FFFFFF" border_color="#C2C2C2" x_offset="1" y_offset="1"/>
</style>
<style name="like_btn" bg_color="#709918" border_color="#00000000" font_size="22" round_radius="4" text_color="#FFFFFF">
<normal bg_color="#EBEBEB" border_color="#C2C2C2" text_color="#000000"/>
<disable bg_color="#EBEBEB66" border_color="#C2C2C266" text_color="#00000066"/>
<disable_of_checked/>
<focused bg_color="#EBEBEB" border_color="#C2C2C2" text_color="#000000"/>
<focused_of_checked/>
<normal_of_checked/>
<over bg_color="#EBEBEB" border_color="#C2C2C2" text_color="#000000"/>
<over_of_checked/>
<pressed bg_color="#EBEBEB" border_color="#C2C2C2" text_color="#000000" x_offset="1" y_offset="1"/>
<pressed_of_checked x_offset="1" y_offset="1"/>
</style>
<style name="password_visible" icon="uiex_texteditorhide">
<normal/>
<normal_of_checked icon="uiex_texteditor_show"/>
<over/>
<over_of_checked icon="uiex_texteditor_show"/>
<pressed x_offset="1" y_offset="1"/>
<pressed_of_checked icon="uiex_texteditor_show" x_offset="1" y_offset="1"/>
</style>
<style name="underscore" bg_color="#00000000" border_color="#00000000" icon="uiex_editor_TextUnderscore">
<normal/>
<normal_of_checked bg_color="#FFFFFF" border_color="#C2C2C2"/>
<over/>
<over_of_checked bg_color="#FFFFFF" border_color="#C2C2C2"/>
<pressed x_offset="1" y_offset="1"/>
<pressed_of_checked bg_color="#FFFFFF" border_color="#C2C2C2" x_offset="1" y_offset="1"/>
</style>
</check_button>
<color_component>
<style name="default">
<normal border_color="#FFFFFF"/>
</style>
</color_component>
<color_picker>
<style name="default">
<normal bg_color="#00000000"/>
</style>
</color_picker>
<color_tile>
<style name="default">
<normal border_color="#FFFFFF"/>
<disable border_color="#C2C2C266"/>
<focused border_color="#709918"/>
</style>
</color_tile>
<combo_box>
<style name="default" bg_color="#FFFFFF" border_color="#C2C2C2" font_size="22" margin_left="8" selected_bg_color="#709918" selected_text_color="#FFFFFF" text_align_h="left" text_color="#000000">
<normal/>
<over/>
<changed border_color="#709918"/>
<disable bg_color="#FFFFFF66" border_color="#C2C2C266" text_color="#00000066"/>
<empty text_color="#ABABAB"/>
<empty_over text_color="#ABABAB"/>
<empty_focus border_color="#709918" text_color="#ABABAB"/>
<error border_color="#FF0000"/>
<focused border_color="#709918"/>
<over/>
</style>
</combo_box>
<combo_box_ex>
<style name="default" bg_color="#FFFFFF" border_color="#C2C2C2" font_size="22" margin_left="8" selected_bg_color="#709918" selected_text_color="#FFFFFF" text_align_h="left" text_color="#000000">
<normal/>
<over/>
<changed border_color="#709918"/>
<disable bg_color="#FFFFFF66" border_color="#C2C2C266" text_color="#00000066"/>
<empty text_color="#ABABAB"/>
<empty_over text_color="#ABABAB"/>
<empty_focus border_color="#709918" text_color="#ABABAB"/>
<error border_color="#FF0000"/>
<focused border_color="#709918"/>
<over/>
</style>
</combo_box_ex>
<combo_box_item>
<style name="default" bg_color="#EBEBEB" font_size="22" icon_at="left" margin_left="26" text_color="#333333">
<normal/>
<disable bg_color="#EBEBEB66" text_color="#33333366"/>
<disable_of_checked bg_color="#70991866" text_color="#FFFFFF66"/>
<focused/>
<focused_of_checked bg_color="#709918" text_color="#FFFFFF"/>
<normal_of_checked bg_color="#709918" text_color="#FFFFFF"/>
<over/>
<over_of_checked bg_color="#709918" text_color="#FFFFFF"/>
<pressed/>
<pressed_of_checked bg_color="#709918" text_color="#FFFFFF"/>
</style>
</combo_box_item>
<dialog>
<style name="default">
<normal bg_color="#FFFFFF" border_color="#606060"/>
</style>
<style name="lucency">
<normal bg_color="#00000000" border_color="#00000000"/>
</style>
<style name="menu_bar">
<normal bg_color="#EBEBEB" border_color="#00000000"/>
</style>
</dialog>
<dialog_client>
<style name="default">
<normal bg_color="#F7F7F7" border="left|right|bottom" border_color="#709918"/>
</style>
</dialog_client>
<dialog_title>
<style name="default">
<normal bg_color="#FFFFFF" border="left|right|top" border_color="#709918" font_size="22" margin_left="10" text_align_h="left" text_color="#000000"/>
</style>
</dialog_title>
<digit_clock>
<style name="default">
<normal font_size="22" text_align_h="left" text_color="#000000"/>
</style>
<style name="sysbar">
<normal border="left" border_color="#CCCCCC" font_size="26" text_align_h="center" text_color="#000000"/>
</style>
</digit_clock>
<dragger>
<style name="default" bg_color="#9E9E9E">
<normal/>
<over/>
<pressed/>
</style>
<style name="scroll_bar" bg_color="#808080">
<normal bg_color="#999999"/>
<disable bg_color="#99999966"/>
<over/>
<pressed/>
</style>
</dragger>
<edit>
<style name="default" bg_color="#FFFFFF" border_color="#C2C2C2" font_size="22" margin_left="8" selected_bg_color="#709918" selected_text_color="#FFFFFF" text_align_h="left" text_color="#000000">
<normal/>
<over/>
<changed/>
<disable bg_color="#FFFFFF66" border_color="#C2C2C266" text_color="#44444466"/>
<empty text_color="#ABABAB"/>
<empty_over text_color="#ABABAB"/>
<empty_focus border_color="#709918" text_color="#ABABAB"/>
<error border_color="#FF0000"/>
<focused border_color="#709918"/>
</style>
</edit>
<spin_box>
<style name="default" bg_color="#FFFFFF" border_color="#C2C2C2" font_size="22" margin_left="8" selected_bg_color="#709918" selected_text_color="#FFFFFF" text_align_h="left" text_color="#000000">
<normal/>
<over/>
<changed/>
<disable bg_color="#FFFFFF66" border_color="#C2C2C266" text_color="#44444466"/>
<empty text_color="#ABABAB"/>
<empty_over text_color="#ABABAB"/>
<empty_focus border_color="#709918" text_color="#ABABAB"/>
<error border_color="#FF0000"/>
<focused border_color="#709918"/>
</style>
</spin_box>
<gif>
<style name="default">
<normal bg_color="#00000000"/>
</style>
</gif>
<hscroll_label>
<style name="default" font_size="22" text_color="#000000">
<normal/>
<disable text_color="#00000066"/>
<focused/>
</style>
<style name="title" font_size="22" margin_left="20" text_align_h="left" text_color="#709918">
<normal/>
<disable/>
<focused/>
</style>
</hscroll_label>
<image>
<style name="default">
<normal bg_color="#00000000"/>
</style>
</image>
<label>
<style name="default" font_size="22">
<normal text_color="#000000"/>
<disable text_color="#00000066"/>
</style>
<style name="chat_bubble" bg_image="uiex_Information_chat_bg" bg_image_draw_type="patch9" margin="10" margin_left="15">
<normal text_color="#FFFFFF"/>
<disable text_color="#FFFFFF66"/>
</style>
<style name="dialog" font_size="22">
<normal text_color="#333333"/>
<disable text_color="#33333366"/>
</style>
<style name="icon_btn" font_size="18">
<normal text_color="#808080"/>
<disable text_color="#80808066"/>
</style>
<style name="layout_fill_green0" bg_color="#709918" font_size="22" text_color="#FFFFFF">
<normal/>
<disable/>
</style>
<style name="layout_fill_green1" bg_color="#5D8014" font_size="22" text_color="#FFFFFF">
<normal/>
<disable/>
</style>
<style name="layout_fill_green2" bg_color="#4B6610" font_size="22" text_color="#FFFFFF">
<normal/>
<disable/>
</style>
<style name="layout_fill_green3" bg_color="#384D0C" font_size="22" text_color="#FFFFFF">
<normal/>
<disable/>
</style>
<style name="layout_fill_green4" bg_color="#253308" font_size="22" text_color="#FFFFFF">
<normal/>
<disable/>
</style>
<style name="menu_title">
<normal bg_color="#FFFFFF" font_size="22" margin_left="20" text_align_h="left" text_color="#000000"/>
</style>
<style name="sep" bg_color="#C2C2C2">
<normal/>
<disable/>
</style>
<style name="tab1" text_align_h="left">
<normal text_color="#444444"/>
<disable text_color="#44444466"/>
</style>
<style name="tab2" margin_left="130" text_align_h="left">
<normal text_color="#000000"/>
<disable text_color="#00000066"/>
</style>
<style name="text_selector_mask">
<normal bg_color="#FFFFFF"/>
</style>
</label>
<line_number>
<style name="default" font_size="22" text_align_h="center">
<normal bg_color="#F7F7F7" text_color="#808080"/>
<disable bg_color="#F7F7F766" text_color="#80808066"/>
</style>
</line_number>
<list_item>
<style name="default" border_color="#E9E9E9" text_color="#444444">
<normal bg_color="#FFFFFF"/>
<disable border_color="#E9E9E966" text_color="#44444466"/>
<over bg_color="#FFFFFF" border_color="#709918"/>
<pressed bg_color="#709918" text_color="#FFFFFF"/>
</style>
<style name="list_view_option" bg_color="#00000000" border_color="#00000000" font_size="22" icon="uiex_List_Nextpage_n" icon_at="right" margin_left="60" text_align_h="left" text_color="#000000">
<normal/>
<disable text_color="#00000066"/>
<over/>
<pressed bg_color="#E6E6E6" icon="uiex_List_Nextpage_p"/>
</style>
</list_item>
<list_view>
<style name="default">
<normal bg_color="#00000000" border_color="#00000000"/>
</style>
<style name="list_left">
<normal bg_color="#C2C2C2" border="left|top|bottom" border_color="#C2C2C2"/>
</style>
<style name="menu" border_color="#00000000">
<normal bg_color="#CCCCCC"/>
<disable bg_color="#CCCCCC66"/>
</style>
</list_view>
<list_view_h>
<style name="default">
<normal bg_color="#00000000" border_color="#00000000"/>
</style>
</list_view_h>
<mledit>
<style name="default" bg_color="#FFFFFF" border="top" border_color="#CCCCCC" font_size="22" margin_left="34" margin_right="18" selected_bg_color="#709918" selected_text_color="#FFFFFF" text_align_h="left" text_color="#000000">
<normal/>
<over/>
<disable bg_color="#FFFFFF66" text_color="#00000066"/>
<empty text_color="#ABABAB"/>
<empty_over text_color="#ABABAB"/>
<empty_focus text_color="#ABABAB"/>
<error text_color="#FF0000"/>
<focused/>
</style>
</mledit>
<overlay>
<style name="default">
<normal bg_color="#F7F7F7" border_color="#CCCCCC"/>
</style>
<style name="lucency">
<normal bg_color="#00000000" border_color="#00000000"/>
</style>
</overlay>
<pages>
<style name="default">
<normal border_color="#CCCCCC"/>
</style>
<style name="bottom">
<normal bg_color="#FFFFFF" border="left|right|top" border_color="#C2C2C2"/>
</style>
<style name="list_left">
<normal bg_color="#FFFFFF" border="right|top|bottom" border_color="#C2C2C2"/>
</style>
<style name="lucency">
<normal border_color="#00000000"/>
</style>
<style name="top">
<normal bg_color="#FFFFFF" border="left|right|bottom" border_color="#C2C2C2"/>
</style>
</pages>
<popup>
<style name="default">
<normal bg_color="#FFFFFF" border_color="#C2C2C2"/>
</style>
<style name="combobox_popup">
<normal bg_color="#CCCCCC" border_color="#CCCCCC"/>
</style>
<style name="dark">
<normal bg_color="#808080"/>
</style>
<style name="menu">
<normal bg_color="#EBEBEB"/>
</style>
</popup>
<progress_bar>
<style name="default" round_radius="0">
<normal bg_color="#D9D9D9" border_color="#D9D9D9" fg_color="#709918" text_color="#FFFFFF"/>
<disable bg_color="#D9D9D966" border_color="#D9D9D966" fg_color="#70991866" text_color="#FFFFFF66"/>
</style>
</progress_bar>
<progress_circle>
<style name="default" font_size="26">
<normal bg_color="#D9D9D9" fg_color="#709918" text_color="#000000"/>
<disable bg_color="#D9D9D966" fg_color="#70991866" text_color="#00000066"/>
</style>
</progress_circle>
<radio_button>
<style name="default" font_size="22" icon="uiex_radio_n" icon_at="left" text_color="#000000">
<normal/>
<disable icon="uiex_radio_d" text_color="#00000066"/>
<disable_of_checked icon="uiex_radio_checked_d" text_color="#00000066"/>
<focused/>
<focused_of_checked icon="uiex_radio_checked_n"/>
<normal_of_checked icon="uiex_radio_checked_n"/>
<over icon="uiex_radio_p"/>
<over_of_checked icon="uiex_radio_checked_p"/>
<pressed icon="uiex_radio_p"/>
<pressed_of_checked icon="uiex_radio_checked_p"/>
</style>
<style name="align_both" bg_color="#00000000" border_color="#00000000" icon="uiex_editor_TextAlignBoth">
<normal/>
<normal_of_checked bg_color="#FFFFFF" border_color="#C2C2C2"/>
<over/>
<over_of_checked bg_color="#FFFFFF" border_color="#C2C2C2"/>
<pressed x_offset="1" y_offset="1"/>
<pressed_of_checked bg_color="#FFFFFF" border_color="#C2C2C2" x_offset="1" y_offset="1"/>
</style>
<style name="align_left" bg_color="#00000000" border_color="#00000000" icon="uiex_editor_TextAlignleft">
<normal/>
<normal_of_checked bg_color="#FFFFFF" border_color="#C2C2C2"/>
<over/>
<over_of_checked bg_color="#FFFFFF" border_color="#C2C2C2"/>
<pressed x_offset="1" y_offset="1"/>
<pressed_of_checked bg_color="#FFFFFF" border_color="#C2C2C2" x_offset="1" y_offset="1"/>
</style>
<style name="align_middle" bg_color="#00000000" border_color="#00000000" icon="uiex_editor_TextCenteralignment">
<normal/>
<normal_of_checked bg_color="#FFFFFF" border_color="#C2C2C2"/>
<over/>
<over_of_checked bg_color="#FFFFFF" border_color="#C2C2C2"/>
<pressed x_offset="1" y_offset="1"/>
<pressed_of_checked bg_color="#FFFFFF" border_color="#C2C2C2" x_offset="1" y_offset="1"/>
</style>
<style name="align_right" bg_color="#00000000" border_color="#00000000" icon="uiex_editor_TextAlignright">
<normal/>
<normal_of_checked bg_color="#FFFFFF" border_color="#C2C2C2"/>
<over/>
<over_of_checked bg_color="#FFFFFF" border_color="#C2C2C2"/>
<pressed x_offset="1" y_offset="1"/>
<pressed_of_checked bg_color="#FFFFFF" border_color="#C2C2C2" x_offset="1" y_offset="1"/>
</style>
<style name="icon_right" bg_color="#EBEBEB" font_size="22" icon_at="right" margin="4" margin_left="16" margin_right="16" text_color="#000000">
<normal/>
<focused/>
<focused_of_checked icon="uiex_check"/>
<normal_of_checked icon="uiex_check"/>
<over/>
<over_of_checked icon="uiex_check"/>
<pressed/>
<pressed_of_checked icon="uiex_check"/>
</style>
<style name="switch_left" bg_color="#EBEBEB" border_color="#C2C2C2" font_size="22" round_radius_bottom_left="4" round_radius_top_left="4" text_color="#000000">
<normal/>
<disable bg_color="#EBEBEB66" border_color="#C2C2C266" text_color="#00000066"/>
<disable_of_checked bg_color="#70991866" border_color="#80808066" text_color="#FFFFFFDA"/>
<normal_of_checked bg_color="#709918" border_color="#808080" text_color="#FFFFFF"/>
<over/>
<over_of_checked bg_color="#709918" border_color="#808080" text_color="#FFFFFF"/>
<pressed x_offset="1" y_offset="1"/>
<pressed_of_checked bg_color="#709918" border_color="#808080" text_color="#FFFFFF" x_offset="1" y_offset="1"/>
</style>
<style name="switch_right" bg_color="#EBEBEB" border_color="#C2C2C2" font_size="22" round_radius_bottom_right="4" round_radius_top_right="4" text_color="#000000">
<normal/>
<disable bg_color="#EBEBEB66" border_color="#C2C2C266" text_color="#00000066"/>
<disable_of_checked bg_color="#70991866" border_color="#80808066" text_color="#FFFFFFDA"/>
<normal_of_checked bg_color="#709918" border_color="#808080" text_color="#FFFFFF"/>
<over/>
<over_of_checked bg_color="#709918" border_color="#808080" text_color="#FFFFFF"/>
<pressed x_offset="1" y_offset="1"/>
<pressed_of_checked bg_color="#709918" border_color="#808080" text_color="#FFFFFF" x_offset="1" y_offset="1"/>
</style>
</radio_button>
<rich_text>
<style name="default">
<normal font_size="22" text_color="#000000"/>
</style>
</rich_text>
<scroll_bar_d>
<style name="default" bg_color="#F2F2F2" border_color="#F2F2F2">
<normal/>
<disable bg_color="#F2F2F266" border_color="#F2F2F266"/>
<over/>
<pressed/>
</style>
</scroll_bar_d>
<scroll_bar_m>
<style name="default">
<normal bg_color="#F2F2F2" fg_color="#808080"/>
<disable bg_color="#F2F2F266" fg_color="#80808066"/>
</style>
</scroll_bar_m>
<scroll_view>
<style name="default">
<normal bg_color="#00000000"/>
</style>
</scroll_view>
<slide_indicator>
<style name="default">
<normal fg_color="#808080" selected_fg_color="#709918"/>
<disable fg_color="#80808066" selected_fg_color="#70991866"/>
</style>
</slide_indicator>
<slide_indicator_arc>
<style name="default">
<normal fg_color="#808080" selected_fg_color="#709918"/>
<disable fg_color="#80808066" selected_fg_color="#70991866"/>
</style>
</slide_indicator_arc>
<slide_menu>
<style name="default">
<normal bg_color="#00000000"/>
</style>
</slide_menu>
<slide_view>
<style name="default">
<normal bg_color="#00000000"/>
</style>
</slide_view>
<slider>
<style name="default" bg_color="#D9D9D9" fg_color="#709918" icon="uiex_Sliding_dot" round_radius="5">
<normal/>
<disable bg_color="#D9D9D966" fg_color="#70991866"/>
<focused/>
<over/>
<pressed/>
</style>
<style name="img" bg_color="#D9D9D9" fg_color="#00000000" fg_image="uiex_loading_repeat_bg" fg_image_draw_type="repeat_x" icon="uiex_Sliding_dot" round_radius="5">
<normal/>
<disable bg_color="#D9D9D966" fg_color="#70991866"/>
<focused/>
<over/>
<pressed/>
</style>
<style name="square" bg_color="#D9D9D9" fg_color="#709918" icon="uiex_Sliding_Square" round_radius="5">
<normal/>
<disable bg_color="#D9D9D966" fg_color="#70991866"/>
<focused/>
<over/>
<pressed/>
</style>
</slider>
<svg>
<style name="default">
<normal bg_color="#00000000"/>
</style>
</svg>
<switch>
<style name="default" margin="0" round_radius="15">
<normal bg_color="#737373" fg_color="#FFFFFF" selected_bg_color="#709918" selected_fg_color="#FFFFFF"/>
<disable bg_color="#73737366" fg_color="#FFFFFF66" selected_bg_color="#70991866" selected_fg_color="#FFFFFF66"/>
</style>
<style name="img">
<normal bg_image="uiex_switch" round_radius="6"/>
</style>
</switch>
<system_bar>
<style name="default">
<normal bg_color="#EBEBEB" border="bottom" border_color="#CCCCCC"/>
</style>
</system_bar>
<tab_button>
<style name="default" bg_color="#FFFFFF" border_color="#C2C2C2" text_color="#444444">
<normal bg_color="#F4F4F4"/>
<disable bg_color="#F4F4F466" border_color="#C2C2C266" text_color="#44444466"/>
<disable_of_active bg_color="#F4F4F466" border="left|right|top" border_color="#C2C2C266" text_color="#44444466"/>
<normal_of_active border="left|right|top"/>
<over text_color="#1971DD"/>
<over_of_active border="left|right|top" text_color="#1971DD"/>
<pressed bg_color="#CECDCD"/>
<pressed_of_active border="left|right|top" text_color="#1971DD"/>
</style>
<style name="bottom" bg_color="#EBEBEB" border="none" margin_bottom="5" margin_top="5" text_color="#7FAD1C">
<normal text_color="#8E8E93"/>
<disable bg_color="#EBEBEB66" text_color="#8E8E9366"/>
<disable_of_active/>
<normal_of_active/>
<over text_color="#8E8E93"/>
<over_of_active/>
<pressed text_color="#8E8E93"/>
<pressed_of_active/>
</style>
<style name="img_repeat1" bg_color="#00000000" bg_image="repeat1" border_color="#00000000" icon_at="bottom" margin_top="85">
<normal/>
<disable/>
<disable_of_active icon="uiex_arrow_down_p"/>
<normal_of_active icon="uiex_arrow_down_p"/>
<over/>
<over_of_active icon="uiex_arrow_down_p"/>
<pressed/>
<pressed_of_active icon="uiex_arrow_down_p"/>
</style>
<style name="img_repeat2" bg_color="#00000000" bg_image="repeat2" border_color="#00000000" icon_at="bottom" margin_top="85">
<normal/>
<disable/>
<disable_of_active icon="uiex_arrow_down_p"/>
<normal_of_active icon="uiex_arrow_down_p"/>
<over/>
<over_of_active icon="uiex_arrow_down_p"/>
<pressed/>
<pressed_of_active icon="uiex_arrow_down_p"/>
</style>
<style name="img_repeat3" bg_color="#00000000" bg_image="repeat3" border_color="#00000000" icon_at="bottom" margin_top="85">
<normal/>
<disable/>
<disable_of_active icon="uiex_arrow_down_p"/>
<normal_of_active icon="uiex_arrow_down_p"/>
<over/>
<over_of_active icon="uiex_arrow_down_p"/>
<pressed/>
<pressed_of_active icon="uiex_arrow_down_p"/>
</style>
<style name="img_repeat4" bg_color="#00000000" bg_image="repeat4" border_color="#00000000" icon_at="bottom" margin_top="85">
<normal/>
<disable/>
<disable_of_active icon="uiex_arrow_down_p"/>
<normal_of_active icon="uiex_arrow_down_p"/>
<over/>
<over_of_active icon="uiex_arrow_down_p"/>
<pressed/>
<pressed_of_active icon="uiex_arrow_down_p"/>
</style>
<style name="list_left" bg_color="#EBEBEB" border_color="#00000000" font_size="22" margin_left="26" text_align_h="left" text_color="#FFFFFF">
<normal text_color="#343434"/>
<disable bg_color="#EBEBEB66" text_color="#34343466"/>
<disable_of_active bg_color="#70991866" text_color="#FFFFFF66"/>
<normal_of_active bg_color="#709918"/>
<over text_color="#343434"/>
<over_of_active bg_color="#709918"/>
<pressed/>
<pressed_of_active bg_color="#709918"/>
</style>
<style name="tb_elm" bg_color="#EBEBEB" font_size="22" margin_left="20" text_align_h="left" text_color="#333333">
<normal/>
<disable bg_color="#EBEBEB66" text_color="#33333366"/>
<disable_of_active bg_color="#80B33F66" text_color="#FFFFFF66"/>
<normal_of_active bg_color="#709918" text_color="#FFFFFF"/>
<over/>
<over_of_active bg_color="#709918" text_color="#FFFFFF"/>
<pressed/>
<pressed_of_active bg_color="#709918" text_color="#FFFFFF"/>
</style>
<style name="top" bg_color="#EBEBEB" border="right|bottom" border_color="#C2C2C2" font_size="22" text_color="#343434">
<normal/>
<disable bg_color="#EBEBEB66" border_color="#C2C2C266" text_color="#34343466"/>
<disable_of_active bg_color="#FFFFFF66" border="right" text_color="#70991866"/>
<normal_of_active bg_color="#FFFFFF" border="right" text_color="#709918"/>
<over/>
<over_of_active bg_color="#FFFFFF" border="right" text_color="#709918"/>
<pressed/>
<pressed_of_active bg_color="#FFFFFF" border="right" text_color="#709918"/>
</style>
<style name="top2" bg_color="#EBEBEB" border="none" border_color="#C2C2C2" border_width="2" font_size="22" text_color="#343434">
<normal/>
<disable bg_color="#EBEBEB66" border_color="#C2C2C266" text_color="#34343466"/>
<disable_of_active bg_color="#EBEBEB66" border="bottom" border_color="#70991866" text_color="#70991866"/>
<normal_of_active border="bottom" border_color="#709918" text_color="#709918"/>
<over/>
<over_of_active border="bottom" border_color="#709918" text_color="#709918"/>
<pressed/>
<pressed_of_active border="bottom" border_color="#709918" text_color="#709918"/>
</style>
</tab_button>
<tab_button_group>
<style name="tab">
<normal bg_color="#EBEBEB" border="all" border_color="#C2C2C2"/>
</style>
<style name="top">
<normal bg_color="#EBEBEB" border="left|right|top" border_color="#C2C2C2"/>
</style>
</tab_button_group>
<text_selector>
<style name="default">
<normal bg_color="#00000000" border="left|right" border_color="#B3B3B3" fg_color="#00000000" font_size="22" highlight_font_size="26" highlight_text_color="#709918" mask_color="#F7F7F764" text_align_h="center" text_color="#000000"/>
</style>
</text_selector>
<view>
<style name="default">
<normal border_color="#00000000"/>
</style>
<style name="layout_view">
<normal bg_color="#FFFFFF" border_color="#C2C2C2" border_width="1"/>
</style>
<style name="toolbar">
<normal border="right" border_color="#CCCCCC"/>
</style>
</view>
<window>
<style name="default">
<normal bg_color="#F7F7F7"/>
</style>
</window>