zhangyang пре 6 година
родитељ
комит
6b730e76c1
1 измењених фајлова са 29 додато и 0 уклоњено
  1. 29 0
      bin/Win32/Debug/zhipuzi_pos_windows/skin/waimai_order_item.xml

+ 29 - 0
bin/Win32/Debug/zhipuzi_pos_windows/skin/waimai_order_item.xml

@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Window>
+	<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,220,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_refund_status" text="退款状态:" pos="320,156,800,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'"/>
+			
+			<Button name="waimai_order_list_agree" float="true" pos="100,112,180,150" text="同意退款" textcolor="#FFFFFFFF"/>
+			<Button name="waimai_order_list_disagree" 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>