|
@@ -1,12 +1,12 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<Window>
|
|
<Window>
|
|
|
- <WaimaiOrderInfo name="waimaiorder_info_page" bkcolor="#FFD3D3D3">
|
|
|
|
|
- <HorizontalLayout height="50" bkcolor="#FFFFFFFF" padding="0,0,0,0">
|
|
|
|
|
- <Button name="waimai_order_info_page_return" float="true" pos="20,10,120,40" text="返回" textcolor="#FFFF0000" bkcolor="#FFFFFF00"/>
|
|
|
|
|
|
|
+ <WaimaiOrderInfo name="waimaiorder_info_page" bkcolor="#FFEFF6EE">
|
|
|
|
|
+ <HorizontalLayout height="44" bkcolor="#FFFFFFFF" padding="0,0,0,0">
|
|
|
|
|
+ <Button name="waimai_order_info_page_return" float="true" pos="20,3,120,41" text="返回" textcolor="#FFFFFFFF"/>
|
|
|
</HorizontalLayout>
|
|
</HorizontalLayout>
|
|
|
|
|
|
|
|
<HorizontalLayout>
|
|
<HorizontalLayout>
|
|
|
- <VerticalLayout name="waimai_order_info_page_orderlayout" padding="20,20,20,20" bkcolor="#FFFFFFFF" vscrollbar="true" inset="0,2,0,2">
|
|
|
|
|
|
|
+ <VerticalLayout name="waimai_order_info_page_orderlayout" padding="20,20,20,20" bkcolor="#FFFFFFFF" vscrollbar="true">
|
|
|
<HorizontalLayout height="50">
|
|
<HorizontalLayout height="50">
|
|
|
<Label float="true" name="waimai_order_info_page_liushuihao" text="#1" pos="10, 10, 30, 40" />
|
|
<Label float="true" name="waimai_order_info_page_liushuihao" text="#1" pos="10, 10, 30, 40" />
|
|
|
<Label float="true" name="waimai_order_info_page_order_no" text="订单号:" pos="50, 10, 500, 40" />
|
|
<Label float="true" name="waimai_order_info_page_order_no" text="订单号:" pos="50, 10, 500, 40" />
|
|
@@ -35,7 +35,7 @@
|
|
|
|
|
|
|
|
<Label name="waimai_order_info_page_totalprice" height="40" padding="0,0,30,0" align="right" text="总计:" />
|
|
<Label name="waimai_order_info_page_totalprice" height="40" padding="0,0,30,0" align="right" text="总计:" />
|
|
|
|
|
|
|
|
- <Control height="15" bkcolor="#FFD3D3D3" />
|
|
|
|
|
|
|
+ <Control height="15" bkcolor="#FFEFF6EE" />
|
|
|
|
|
|
|
|
<Label text="顾客信息" height="30" />
|
|
<Label text="顾客信息" height="30" />
|
|
|
<Control height="1" bkcolor="#FF708090" />
|
|
<Control height="1" bkcolor="#FF708090" />
|
|
@@ -44,7 +44,7 @@
|
|
|
<Label name="waimai_order_info_page_address" text="地址:" height="30" textcolor="#FF558CC4" mouse="false" />
|
|
<Label name="waimai_order_info_page_address" text="地址:" height="30" textcolor="#FF558CC4" mouse="false" />
|
|
|
<Label name="waimai_order_info_page_init_date" text="下单时间:" height="30" textcolor="#FF558CC4" mouse="false" />
|
|
<Label name="waimai_order_info_page_init_date" text="下单时间:" height="30" textcolor="#FF558CC4" mouse="false" />
|
|
|
|
|
|
|
|
- <Control height="15" bkcolor="#FFD3D3D3" />
|
|
|
|
|
|
|
+ <Control height="15" bkcolor="#FFEFF6EE" />
|
|
|
|
|
|
|
|
<Label text="订单信息" height="30" />
|
|
<Label text="订单信息" height="30" />
|
|
|
<Control height="1" bkcolor="#FF708090" />
|
|
<Control height="1" bkcolor="#FF708090" />
|
|
@@ -58,10 +58,11 @@
|
|
|
</VerticalLayout>
|
|
</VerticalLayout>
|
|
|
</VerticalLayout>
|
|
</VerticalLayout>
|
|
|
|
|
|
|
|
- <HorizontalLayout width="300" height="500" bkcolor="#FFFFFFFF" padding="0,20,0,0">
|
|
|
|
|
- <Button name="waimai_order_info_page_print" float="true" pos="20,60,120,90" text="打印" textcolor="#FFFF0000" bkcolor="#FFFFFF00"/>
|
|
|
|
|
- <Button name="waimai_order_info_page_confirme" float="true" pos="20,100,120,130" text="确认" textcolor="#FFFF0000" bkcolor="#FFFFFF00"/>
|
|
|
|
|
- <Button name="waimai_order_info_page_fail" float="true" pos="20,140,120,170" text="设为失败" textcolor="#FFFF0000" bkcolor="#FFFFFF00"/>
|
|
|
|
|
|
|
+ <HorizontalLayout width="250" height="400" bkcolor="#FFFFFFFF" padding="0,20,0,0">
|
|
|
|
|
+ <Button name="waimai_order_info_page_print" float="true" pos="60,60,190,98" 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'" />
|
|
|
|
|
+ <Button name="waimai_order_info_page_confirme" float="true" pos="60,108,190,146" text="确认" textcolor="#FFFF0FFFF" />
|
|
|
|
|
+ <Button name="waimai_order_info_page_success" float="true" pos="60,108,190,146" text="设为成功" textcolor="#FFFF0FFFF" />
|
|
|
|
|
+ <Button name="waimai_order_info_page_fail" float="true" pos="60,156,190,192" text="设为失败" textcolor="#FFFFFFFF" normalimage="file='Btn_Red.png' corner='5,5,5,5'" hotimage="file='Btn_Red_Hover.png' corner='5,5,5,5'" pushedimage="file='Btn_Red_Click.png' corner='5,5,5,5'" />
|
|
|
</HorizontalLayout>
|
|
</HorizontalLayout>
|
|
|
</HorizontalLayout>
|
|
</HorizontalLayout>
|
|
|
</WaimaiOrderInfo>
|
|
</WaimaiOrderInfo>
|