desk.xml 2.5 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Window>
  3. <WaimaiOrderItem height="200" padding="0,0,0,0" bkcolor="#FFFFFFFF">
  4. <HorizontalLayout>
  5. <Label float="true" name="waimai_order_list_order_no" text="订单号:" pos="10,6,300,36" />
  6. <Label float="true" name="waimai_order_list_name" text="姓名:" pos="10,36,182,66" />
  7. <Label float="true" name="waimai_order_list_phone" text="电话:" pos="320,36,600,66" />
  8. <Label float="true" name="waimai_order_list_address" text="地址:" pos="10,66,182,96" />
  9. <Label float="true" name="waimai_order_list_init_date" text="下单时间:" pos="10,96,220,126" />
  10. <Label float="true" name="waimai_order_list_type" text="订单类型:" pos="10,126,182,156" />
  11. <Label float="true" name="waimai_order_list_delivery_date" text="配送时间:" pos="10,156,182,186" />
  12. <Label float="true" name="waimai_order_list_refund_status" text="退款状态:" pos="320,156,800,186" />
  13. <Label float="true" name="waimai_order_list_price" text="价格:" pos="320,6,482,36" />
  14. </HorizontalLayout>
  15. <HorizontalLayout width="200">
  16. <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'"/>
  17. <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'"/>
  18. <Button name="waimai_order_list_confirme" float="true" pos="100,112,180,150" text="确认" textcolor="#FFFFFFFF"/>
  19. <Button name="waimai_order_list_success" float="true" pos="100,112,180,150" text="设为成功" textcolor="#FFFFFFFF"/>
  20. <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'"/>
  21. <Button name="waimai_order_list_agree" float="true" pos="100,112,180,150" text="同意退款" textcolor="#FFFFFFFF"/>
  22. <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'"/>
  23. </HorizontalLayout>
  24. </WaimaiOrderItem>
  25. </Window>