|
@@ -0,0 +1,32 @@
|
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
+<Window>
|
|
|
|
|
+ <Setting name="setting_page" bkcolor="#FFEFF6EE">
|
|
|
|
|
+ <HorizontalLayout>
|
|
|
|
|
+ <HorizontalLayout width="250" padding="20,20,20,0">
|
|
|
|
|
+ <VerticalLayout height="400" bkcolor="#FFFFFFFF" childpadding="15" inset="20,20,20,0">
|
|
|
|
|
+ <Option name="waimai_order_switch" selected="true" text="外卖接单设置" group="setting_switch" align="center" height="38" normalimage="file='Btn_White.png' corner='5,5,5,5'" selectedimage="file='Btn_Red_Click.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" hottextcolor="#CC1010" selectedtextcolor="#FFFFFFFF" />
|
|
|
|
|
+ <Option name="printer_switch" text="小票打印设置" group="setting_switch" align="center" height="38" normalimage="file='Btn_White.png' corner='5,5,5,5'" selectedimage="file='Btn_Red_Click.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" hottextcolor="#CC1010" selectedtextcolor="#FFFFFFFF" />
|
|
|
|
|
+ <Option name="chufang_printer_switch" text="厨房打印设置" group="setting_switch" align="center" height="38" normalimage="file='Btn_White.png' corner='5,5,5,5'" selectedimage="file='Btn_Red_Click.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" hottextcolor="#CC1010" selectedtextcolor="#FFFFFFFF" />
|
|
|
|
|
+ <Option name="system_switch" text="系统设置" group="setting_switch" align="center" height="38" normalimage="file='Btn_White.png' corner='5,5,5,5'" selectedimage="file='Btn_Red_Click.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" hottextcolor="#CC1010" selectedtextcolor="#FFFFFFFF" />
|
|
|
|
|
+ </VerticalLayout>
|
|
|
|
|
+ </HorizontalLayout>
|
|
|
|
|
+
|
|
|
|
|
+ <TabLayout name="setting_switch">
|
|
|
|
|
+ <VerticalLayout bkcolor="#FFFFFFFF" padding="0,20,20,20" inset="15,15,15,15">
|
|
|
|
|
+ <HorizontalLayout height="44">
|
|
|
|
|
+ <Label text="是否开启新订单语音通知" width="260" />
|
|
|
|
|
+ <CheckBox name="setting_is_new_waimai_voice" width="72" height="45" normalimage="file='switchbutton.png' source='0,0,143,91'" selectedimage="file='switchbutton.png' source='0,182,143,273'"/>
|
|
|
|
|
+ </HorizontalLayout>
|
|
|
|
|
+ <HorizontalLayout height="44">
|
|
|
|
|
+ <Label text="新订单是否自动接单" width="260"/>
|
|
|
|
|
+ <CheckBox name="setting_is_new_waimai_autoconfirm" width="72" height="45" normalimage="file='switchbutton.png' source='0,0,143,91'" selectedimage="file='switchbutton.png' source='0,182,143,273'"/>
|
|
|
|
|
+ </HorizontalLayout>
|
|
|
|
|
+ <HorizontalLayout height="44">
|
|
|
|
|
+ <Label text="新订单是否右下角弹框提醒" width="260"/>
|
|
|
|
|
+ <CheckBox name="setting_is_new_waimai_dialog" width="72" height="45" normalimage="file='switchbutton.png' source='0,0,143,91'" selectedimage="file='switchbutton.png' source='0,182,143,273'"/>
|
|
|
|
|
+ </HorizontalLayout>
|
|
|
|
|
+ </VerticalLayout>
|
|
|
|
|
+ </TabLayout>
|
|
|
|
|
+ </HorizontalLayout>
|
|
|
|
|
+ </Setting>
|
|
|
|
|
+</Window>
|