|
|
@@ -8,6 +8,7 @@
|
|
|
<Option name="setting_printer_switch" text="小票打印设置" group="setting_switch" align="center" height="38" normalimage="file='Btn_White.png' corner='5,5,5,5'" selectedimage="file='Btn_Green_Click.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" hottextcolor="#CC1010" selectedtextcolor="#FFFFFFFF" />
|
|
|
<Option name="setting_biaoqian_printer_switch" text="标签打印设置" group="setting_switch" align="center" height="38" normalimage="file='Btn_White.png' corner='5,5,5,5'" selectedimage="file='Btn_Green_Click.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" hottextcolor="#CC1010" selectedtextcolor="#FFFFFFFF" />
|
|
|
<Option name="setting_chufang_printer_switch" text="厨房打印设置" group="setting_switch" align="center" height="38" normalimage="file='Btn_White.png' corner='5,5,5,5'" selectedimage="file='Btn_Green_Click.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" hottextcolor="#CC1010" selectedtextcolor="#FFFFFFFF" />
|
|
|
+ <Option name="setting_xianshi_switch" text="显示设置" group="setting_switch" align="center" height="38" normalimage="file='Btn_White.png' corner='5,5,5,5'" selectedimage="file='Btn_Green_Click.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" hottextcolor="#CC1010" selectedtextcolor="#FFFFFFFF" />
|
|
|
<Option name="setting_system_switch" text="系统设置" group="setting_switch" align="center" height="38" normalimage="file='Btn_White.png' corner='5,5,5,5'" selectedimage="file='Btn_Green_Click.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" hottextcolor="#CC1010" selectedtextcolor="#FFFFFFFF" />
|
|
|
<Option name="setting_system_about" text="关于" group="setting_switch" align="center" height="38" normalimage="file='Btn_White.png' corner='5,5,5,5'" selectedimage="file='Btn_Green_Click.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" hottextcolor="#CC1010" selectedtextcolor="#FFFFFFFF" />
|
|
|
|
|
|
@@ -17,176 +18,27 @@
|
|
|
|
|
|
<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" visible="false">
|
|
|
- <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>
|
|
|
+ <Include source="setting_waimai_tixing.xml" />
|
|
|
</VerticalLayout>
|
|
|
|
|
|
<VerticalLayout bkcolor="#FFFFFFFF" padding="0,20,20,20" inset="15,15,15,15" vscrollbar="true">
|
|
|
- <HorizontalLayout height="44">
|
|
|
- <Label text="新订单自动打印" width="260" />
|
|
|
- <CheckBox name="setting_is_new_waimai_printer" 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"/>
|
|
|
- <Combo name="setting_printer_guige" padding="0,9,0,0" width="140" height="26" tooltip="请点击这里选择您的打印机纸张宽度规格" normalimage="file='Setting_Combox_Normal.png' corner='2,2,24,2'" hotimage="file='Setting_Combox_Hover.png' corner='2,2,24,2'" pushedimage="Setting_Combox_Click.png' corner='2,2,24,2'" textpadding="10,1,1,1" >
|
|
|
- <ListLabelElement text="58mm" selected="true" />
|
|
|
- <ListLabelElement text="80mm" />
|
|
|
- </Combo>
|
|
|
- </HorizontalLayout>
|
|
|
- <HorizontalLayout height="44">
|
|
|
- <Label text="打印联数" width="260"/>
|
|
|
- <Combo name="setting_printer_lianshu" padding="0,9,0,0" width="140" height="26" tooltip="请点击这里选择您的打印机打印小票联数" normalimage="file='Setting_Combox_Normal.png' corner='2,2,24,2'" hotimage="file='Setting_Combox_Hover.png' corner='2,2,24,2'" pushedimage="Setting_Combox_Click.png' corner='2,2,24,2'" textpadding="10,1,1,1" >
|
|
|
- <ListLabelElement text="1联" selected="true" />
|
|
|
- <ListLabelElement text="2联" />
|
|
|
- <ListLabelElement text="3联" />
|
|
|
- <ListLabelElement text="4联" />
|
|
|
- </Combo>
|
|
|
- </HorizontalLayout>
|
|
|
- <HorizontalLayout height="44">
|
|
|
- <Label text="打印机接口类型" width="260"/>
|
|
|
- <Combo name="setting_printer_leixing" padding="0,9,0,0" width="140" height="26" tooltip="请点击这里选择您的打印机接口类型" normalimage="file='Setting_Combox_Normal.png' corner='2,2,24,2'" hotimage="file='Setting_Combox_Hover.png' corner='2,2,24,2'" pushedimage="Setting_Combox_Click.png' corner='2,2,24,2'" textpadding="10,1,1,1" >
|
|
|
- <ListLabelElement text="智能识别模式" selected="true" />
|
|
|
- <ListLabelElement text="usb" />
|
|
|
- <ListLabelElement text="并口" />
|
|
|
- <ListLabelElement text="串口" />
|
|
|
- <ListLabelElement text="网口" />
|
|
|
- </Combo>
|
|
|
- </HorizontalLayout>
|
|
|
- <HorizontalLayout height="44" name="setting_printer_usb_layout">
|
|
|
- <Label text="usb打印机端口选择" width="260"/>
|
|
|
- <Combo name="setting_printer_usb" padding="0,9,0,0" width="800" height="26" tooltip="请点击这里选择您的打印机端口" normalimage="file='Setting_Combox_Normal.png' corner='2,2,24,2'" hotimage="file='Setting_Combox_Hover.png' corner='2,2,24,2'" pushedimage="Setting_Combox_Click.png' corner='2,2,24,2'" textpadding="10,1,1,1" >
|
|
|
- </Combo>
|
|
|
- </HorizontalLayout>
|
|
|
- <HorizontalLayout height="56" name="setting_printer_wangkou_layout">
|
|
|
- <Label text="网口IP地址" width="260"/>
|
|
|
- <Edit name="setting_printer_wangkou_ip" width="200" height="32" padding="0,12,0,12" normalimage="file='Chat_InputBox_BG.png' corner='4,4,4,4'" hotimage="file='Chat_InputBox_BG_Hover.png' corner='4,4,4,4'" />
|
|
|
-
|
|
|
- <Button name="setting_printer_wangkouk_save_btn" align="center" width="100" height="38" padding="20,8,0,3" text="保存" normalimage="file='Btn_White.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" pushedimage="file='Btn_White_Click.png' corner='5,5,5,5'" />
|
|
|
- </HorizontalLayout>
|
|
|
- <HorizontalLayout height="44" padding="0,20,0,0">
|
|
|
- <Label text="小票格式设置" width="260" />
|
|
|
- </HorizontalLayout>
|
|
|
- <Control height="1" bkcolor="#FF708090" />
|
|
|
- <HorizontalLayout height="44" visible="false">
|
|
|
- <Label text="取货方式大号字体" width="260" />
|
|
|
- <CheckBox name="setting_printer_quhuo_big" 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_printer_dingdanhao_big" 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_printer_xiadanshijian_big" 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" visible="false">
|
|
|
- <Label text="配送(自取)时间大号字体" width="260" />
|
|
|
- <CheckBox name="setting_printer_peisongshijian_big" 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_printer_name_big" 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_printer_phone_big" 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_printer_address_big" 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_printer_shangpin_big" 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_printer_memo_big" 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_printer_price_big" 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_printer_pay_big" width="72" height="45" normalimage="file='switchbutton.png' source='0,0,143,91'" selectedimage="file='switchbutton.png' source='0,182,143,273'"/>
|
|
|
- </HorizontalLayout>
|
|
|
+ <Include source="setting_print.xml" />
|
|
|
</VerticalLayout>
|
|
|
|
|
|
<VerticalLayout bkcolor="#FFFFFFFF" padding="0,20,20,20" inset="15,15,15,15" vscrollbar="true">
|
|
|
- <HorizontalLayout height="44">
|
|
|
- <Label text="新订单自动打印标签纸" width="260" />
|
|
|
- <CheckBox name="setting_is_new_waimai_biaoqian_printer" 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" name="setting_biaoqian_printer_usb_layout">
|
|
|
- <Label text="标签打印机usb端口选择" width="260"/>
|
|
|
- <Combo name="setting_biaoqian_printer_usb" padding="0,9,0,0" width="800" height="26" tooltip="请点击这里选择您的标签打印机usb端口" normalimage="file='Setting_Combox_Normal.png' corner='2,2,24,2'" hotimage="file='Setting_Combox_Hover.png' corner='2,2,24,2'" pushedimage="Setting_Combox_Click.png' corner='2,2,24,2'" textpadding="10,1,1,1" >
|
|
|
- </Combo>
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout height="44">
|
|
|
- <Label text="标签纸尺寸规格" width="260"/>
|
|
|
- <Combo name="setting_biaoqian_printer_guige" padding="0,9,0,0" width="140" height="26" tooltip="请点击这里选择您的标签纸尺寸规格" normalimage="file='Setting_Combox_Normal.png' corner='2,2,24,2'" hotimage="file='Setting_Combox_Hover.png' corner='2,2,24,2'" pushedimage="Setting_Combox_Click.png' corner='2,2,24,2'" textpadding="10,1,1,1" >
|
|
|
- <ListLabelElement text="40*30mm" selected="true" />
|
|
|
- <ListLabelElement text="35*25mm" />
|
|
|
- <ListLabelElement text="30*25mm" />
|
|
|
- <ListLabelElement text="30*20mm" />
|
|
|
- </Combo>
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout height="44">
|
|
|
- <Label text="出纸方向" width="260"/>
|
|
|
- <Combo name="setting_biaoqian_printer_fangxiang" padding="0,9,0,0" width="140" height="26" tooltip="请点击这里选择您的标签纸出纸方向" normalimage="file='Setting_Combox_Normal.png' corner='2,2,24,2'" hotimage="file='Setting_Combox_Hover.png' corner='2,2,24,2'" pushedimage="Setting_Combox_Click.png' corner='2,2,24,2'" textpadding="10,1,1,1" >
|
|
|
- <ListLabelElement text="正方向" selected="true" />
|
|
|
- <ListLabelElement text="反方向" />
|
|
|
- </Combo>
|
|
|
- </HorizontalLayout>
|
|
|
+ <Include source="setting_biaoqian_print.xml" />
|
|
|
</VerticalLayout>
|
|
|
|
|
|
<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_chufang_printer" 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" padding="0,30,0,20">
|
|
|
- <Button name="setting_new_chufang_printer_btn" align="center" width="200" height="38" padding="0,3,0,3" text="新建厨房打印机" normalimage="file='Btn_White.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" pushedimage="file='Btn_White_Click.png' corner='5,5,5,5'" />
|
|
|
- </HorizontalLayout>
|
|
|
- <List name="setting_chufang_printer_list" bordersize="1" bordercolor="#FF000000" itemlinecolor="#FF000000" vscrollbar="true" hscrollbar="true">
|
|
|
- <ListHeader />
|
|
|
- <ListHeaderItem text="打印机名称" width="180" align="center" />
|
|
|
- <ListHeaderItem text="IP地址" width="150" align="center" />
|
|
|
- <ListHeaderItem text="打印机规格" width="150" align="center" />
|
|
|
- <ListHeaderItem text="商品分单打印" width="150" align="center" />
|
|
|
- <ListHeaderItem text="按商品分类打印" width="150" align="center" />
|
|
|
- <ListHeaderItem text="关联商品分类" width="300" align="center" />
|
|
|
- <ListHeaderItem text="操作" width="200" align="center"/>
|
|
|
- </List>
|
|
|
+ <Include source="setting_chufang_print.xml" />
|
|
|
+ </VerticalLayout>
|
|
|
+
|
|
|
+ <VerticalLayout bkcolor="#FFFFFFFF" padding="0,20,20,20" inset="15,15,15,15">
|
|
|
+ <Include source="setting_xianshi.xml" />
|
|
|
</VerticalLayout>
|
|
|
|
|
|
<VerticalLayout bkcolor="#FFFFFFFF" padding="0,20,20,20" inset="15,15,15,15">
|
|
|
- <HorizontalLayout height="44">
|
|
|
- <Label text="开机自动启动" width="260" />
|
|
|
- <CheckBox name="setting_is_auto_start" 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_auto_login" 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_close_min" width="72" height="45" normalimage="file='switchbutton.png' source='0,0,143,91'" selectedimage="file='switchbutton.png' source='0,182,143,273'"/>
|
|
|
- </HorizontalLayout>
|
|
|
+ <Include source="setting_system.xml" />
|
|
|
</VerticalLayout>
|
|
|
|
|
|
<VerticalLayout bkcolor="#FFFFFFFF" padding="0,20,20,20" inset="15,15,15,15">
|