|
@@ -1,10 +1,15 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<Window>
|
|
<Window>
|
|
|
- <Container width="1000" height="200" padding="10,10,10,10" bkcolor="#FFFFFFFF" childpadding="20">
|
|
|
|
|
|
|
+ <WaimaiOrderItem width="1000" height="200" padding="10,10,10,10" bkcolor="#FFFFFFFF" childpadding="20" mouse="false">
|
|
|
<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_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_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_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_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,482,66" mouse="false" />
|
|
|
|
|
- </Container>
|
|
|
|
|
|
|
+ <Label float="true" name="waimai_order_list_order_no" text="订单编号:" textcolor="#FF558CC4" pos="300,36,600,66" mouse="false" />
|
|
|
|
|
+
|
|
|
|
|
+ <Button name="waimai_order_list_info" float="true" pos="600,6,660,36" text="详情" textcolor="#FFFF0000" bkcolor="#FFFFFF00"/>
|
|
|
|
|
+ <Button name="waimai_order_list_info" float="true" pos="600,56,660,86" text="打印" textcolor="#FFFF0000" bkcolor="#FFFFFF00"/>
|
|
|
|
|
+ </WaimaiOrderItem>
|
|
|
</Window>
|
|
</Window>
|