|
|
@@ -1,17 +1,24 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<Window>
|
|
|
- <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_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" />
|
|
|
-
|
|
|
- <Button name="waimai_order_list_info" float="true" pos="600,6,660,36" text="详情" textcolor="#FFFF0000" bkcolor="#FFFFFF00"/>
|
|
|
- <Button name="waimai_order_list_print" float="true" pos="600,46,660,76" text="打印" textcolor="#FFFF0000" bkcolor="#FFFFFF00"/>
|
|
|
- <Button name="waimai_order_list_confirme" float="true" pos="600,86,660,116" text="确认" textcolor="#FFFF0000" bkcolor="#FFFFFF00"/>
|
|
|
- <Button name="waimai_order_list_fail" float="true" pos="600,126,660,156" text="设为失败" textcolor="#FFFF0000" bkcolor="#FFFFFF00"/>
|
|
|
+ <WaimaiOrderItem height="200" padding="0,0,0,0" bkcolor="#FFFFFFFF">
|
|
|
+ <HorizontalLayout>
|
|
|
+ <Label float="true" name="waimai_order_list_order_no" text="订单号:" pos="10,6,300,36" />
|
|
|
+ <Label float="true" name="waimai_order_list_name" text="姓名:" pos="10,36,182,66" />
|
|
|
+ <Label float="true" name="waimai_order_list_phone" text="电话:" pos="320,36,600,66" />
|
|
|
+ <Label float="true" name="waimai_order_list_address" text="地址:" pos="10,66,182,96" />
|
|
|
+ <Label float="true" name="waimai_order_list_init_date" text="下单时间:" pos="10,96,182,126" />
|
|
|
+ <Label float="true" name="waimai_order_list_type" text="订单类型:" pos="10,126,182,156" />
|
|
|
+ <Label float="true" name="waimai_order_list_delivery_date" text="配送时间:" pos="10,156,182,186" />
|
|
|
+
|
|
|
+ <Label float="true" name="waimai_order_list_price" text="价格:" pos="320,6,482,36" />
|
|
|
+ </HorizontalLayout>
|
|
|
+ <HorizontalLayout width="200">
|
|
|
+ <Button name="waimai_order_list_info" float="true" pos="100,6,180,44" 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_list_print" float="true" pos="100,54,180,92" 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_list_confirme" float="true" pos="100,112,180,150" text="确认" textcolor="#FFFFFFFF"/>
|
|
|
+ <Button name="waimai_order_list_success" float="true" pos="100,112,180,150" text="设为成功" textcolor="#FFFFFFFF"/>
|
|
|
+ <Button name="waimai_order_list_fail" float="true" pos="100,160,180,198" 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>
|
|
|
</WaimaiOrderItem>
|
|
|
</Window>
|