|
|
@@ -29,6 +29,25 @@
|
|
|
<Button name="closebtn" maxwidth="42" maxheight="18" normalimage="file='frame_btn_close_normal.bmp' mask='#FFFF00FF'" hotimage="file='frame_btn_close_hot.bmp' mask='#FFFF00FF'" pushedimage="file='frame_btn_close_down.bmp' mask='#FFFF00FF'"/>
|
|
|
</HorizontalLayout>
|
|
|
</HorizontalLayout>
|
|
|
+
|
|
|
+ <TabLayout name="switch">
|
|
|
+ <HorizontalLayout>
|
|
|
+ <HorizontalLayout width="300" bkcolor="#FFFFFFFF">
|
|
|
+ <VerticalLayout childpadding="20">
|
|
|
+ <Option name="waimai_open_switch" selected="true" showhtml="true" text="未处理" width="200" group="swithbar" align="center" normalimage="file='tab_normal.bmp' corner='2,2,2,2'" selectedimage="file='tab_select.bmp' corner='2,2,2,2'" hotimage="file='tab_hot.bmp' corner='2,2,2,2'" hottextcolor="#CC1010"/>
|
|
|
+ <Option name="waimai_confirmed_switch" showhtml="true" text="已确认" width="200" group="swithbar" align="center" normalimage="file='tab_normal.bmp' corner='2,2,2,2'" selectedimage="file='tab_select.bmp' corner='2,2,2,2'" hotimage="file='tab_hot.bmp' corner='2,2,2,2'" hottextcolor="#CC1010" />
|
|
|
+ <Option name="waimai_delivery_switch" showhtml="true" text="配送中" width="200" group="swithbar" align="center" normalimage="file='tab_normal.bmp' corner='2,2,2,2'" selectedimage="file='tab_select.bmp' corner='2,2,2,2'" hotimage="file='tab_hot.bmp' corner='2,2,2,2'" hottextcolor="#CC1010" />
|
|
|
+ <Option name="waimai_success_switch" showhtml="true" text="成功" width="200" group="swithbar" align="center" normalimage="file='tab_normal.bmp' corner='2,2,2,2'" selectedimage="file='tab_select.bmp' corner='2,2,2,2'" hotimage="file='tab_hot.bmp' corner='2,2,2,2'" hottextcolor="#CC1010" />
|
|
|
+ <Option name="waimai_fail_switch" showhtml="true" text="失败" width="200" group="swithbar" align="center" normalimage="file='tab_normal.bmp' corner='2,2,2,2'" selectedimage="file='tab_select.bmp' corner='2,2,2,2'" hotimage="file='tab_hot.bmp' corner='2,2,2,2'" hottextcolor="#CC1010" />
|
|
|
+ <Option name="waimai_refund_switch" showhtml="true" text="退款中" width="200" group="swithbar" align="center" normalimage="file='tab_normal.bmp' corner='2,2,2,2'" selectedimage="file='tab_select.bmp' corner='2,2,2,2'" hotimage="file='tab_hot.bmp' corner='2,2,2,2'" hottextcolor="#CC1010" />
|
|
|
+ </VerticalLayout>
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
+ <VerticalLayout bkcolor="#FF103668" vscrollbar="true">
|
|
|
+
|
|
|
+ </VerticalLayout>
|
|
|
+ </HorizontalLayout>
|
|
|
+ </TabLayout>
|
|
|
</VerticalLayout>
|
|
|
|
|
|
<VerticalLayout name="fadeEffect" visible="false" bkcolor="#20000000">
|