|
|
@@ -0,0 +1,29 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<Window>
|
|
|
+ <WaimaiOrderInfo name="waimaiorder_info_page" bkcolor="#FFD3D3D3" vscrollbar="true">
|
|
|
+ <VerticalLayout>
|
|
|
+ <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"/>
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <HorizontalLayout>
|
|
|
+ <HorizontalLayout bkcolor="#FFFFFFFF" padding="20,20,20,20">
|
|
|
+ <Label float="true" name="waimai_order_list_name" text="姓名:" textcolor="#FF558CC4" pos="0,6,182,36" mouse="false" />
|
|
|
+ <Label float="true" name="waimai_order_list_phone" text="电话:" textcolor="#FF558CC4" pos="0,36,182,66" mouse="false" />
|
|
|
+ <Label float="true" name="waimai_order_list_address" text="地址:" textcolor="#FF558CC4" pos="0,66,182,96" mouse="false" />
|
|
|
+ <Label float="true" name="waimai_order_list_init_date" text="下单时间:" textcolor="#FF558CC4" pos="0,96,182,126" mouse="false" />
|
|
|
+
|
|
|
+ <Label float="true" name="waimai_order_list_price" text="价格:" textcolor="#FF558CC4" pos="300,6,482,36" mouse="false" />
|
|
|
+ <Label float="true" name="waimai_order_list_order_no" text="订单编号:" textcolor="#FF558CC4" pos="300,36,600,66" mouse="false" />
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <HorizontalLayout width="200">
|
|
|
+ <Button name="waimai_order_list_info" float="true" pos="20,20,120,50" text="详情" textcolor="#FFFF0000" bkcolor="#FFFFFF00"/>
|
|
|
+ <Button name="waimai_order_list_print" float="true" pos="20,60,120,90" text="打印" textcolor="#FFFF0000" bkcolor="#FFFFFF00"/>
|
|
|
+ <Button name="waimai_order_list_confirme" float="true" pos="20,100,120,130" text="确认" textcolor="#FFFF0000" bkcolor="#FFFFFF00"/>
|
|
|
+ <Button name="waimai_order_list_fail" float="true" pos="20,140,120,170" text="设为失败" textcolor="#FFFF0000" bkcolor="#FFFFFF00"/>
|
|
|
+ </HorizontalLayout>
|
|
|
+ </HorizontalLayout>
|
|
|
+ </VerticalLayout>
|
|
|
+ </WaimaiOrderInfo>
|
|
|
+</Window>
|