duilib 新增数据迁移界面

xml界面配置:

 <?xml version="1.0" encoding="utf-8"?>
<Window caption="0,0,0,36" roundcorner="4,4" size="640,260" >
<Font name="微软雅黑" size="" bold="false" default="true" />
<Font name="微软雅黑" size="" bold="true"/>
<!--Default name="Button" value="size=&quot;#8&quot; textcolor=&quot;#FFFFFF&quot; hottextcolor=&quot;#000000&quot; disabledtextcolor=&quot;#ffffff&quot; focusedtextcolor=&quot;#000000&quot; pushedtextcolor=&quot;#ffffff&quot; normalimage=&quot;file='LoginDialog/LoginBtnBack.png' corner='4,4,4,4' source='0,0,0,0'&quot; hotimage=&quot;file='LoginDialog/LoginBtnBack.png' corner='4,4,4,4' source='0,0,0,0'&quot; pushedimage=&quot;file='LoginDialog/LoginBtnBack.png' corner='4,4,4,4' source='0,0,0,0'&quot; disabledimage=&quot;file='LoginDialog/LoginBtnBack.png' corner='4,4,4,4' source='0,0,0,0'&quot;" /-->
<Default name="CheckBox" value="textcolor=&quot;#FFbac0c5&quot; hottextcolor=&quot;#CCDCEC&quot; selectedtextcolor=&quot;#CCDCEC&quot; disabledtextcolor=&quot;#FFbac0c5&quot; textpadding=&quot;20,0,0,0&quot; align=&quot;left&quot; selectedimage=&quot;file='LoginDialog/checked.png' dest='0,0,15,15'&quot; normalimage=&quot;file='LoginDialog/unchecked.png' dest='0,0,15,15'&quot;" /> <VerticalLayout bkcolor="#FF07182E" inset="3,3,3,3">
<HorizontalLayout name="header" height="" bkcolor="#FF07182E" >
<HorizontalLayout>
<Text text="数据迁移" padding="5,0,0,0" textcolor="#FF999999" font="" readonly="true" />
</HorizontalLayout>
</HorizontalLayout>
<VerticalLayout bkcolor="#FF07182E">
<Text name="tipText" text="正在迁移..." padding="120,80,120,0" font="0.5" height="" textpadding="0,0,0,0" textcolor="#CCDCEC" align="left"/>
<VerticalLayout bkcolor="#FF07182E" padding="120,10,120,0" width = "">
<Button name="loginBack" enabled="false" width="" height="" bkimage="file='MainDlg/progressbar_bg.png' corner='0,0,0,0'" normalimage="file='MainDlg/progressbar_bg.png' corner='0,0,0,0'" />
<Progress name="loginProgress" float="true" pos="0,1" width="" height="" hor="true" max="" min="" value="" foreimage="file='MainDlg/progressbar_blue.png' corner='2,0,2,0'" isstretchfore="true" enabled="false"/>
</VerticalLayout>
<VerticalLayout bkcolor="#FF07182E" padding="120,10,120,0">
<Button name="reupdate" float = "true" pos = "50,10,10,10"width="" bordercolor="85A6C7" align ="center" height="" shortcut="Enter" text="重新迁移" textcolor="#CCDCEC" hottextcolor="#FFF42901" bkimage="file='SessionDialog/btn_bg.bmp' corner='4,4,4,4'" normalimage="file='SessionDialog/btn_bg.png' corner='4,4,4,4'" hotimage="file='SessionDialog/btn_bg.png' corner='4,4,4,4'" pushedimage="file='SessionDialog/btn_bg.png' corner='4,4,4,4'" />
<Button name="quitupdate" float = "true" pos = "250,10,10,10" width="" bordercolor="85A6C7" align ="center" height="" text="退出迁移" textcolor="#CCDCEC" hottextcolor="#FFF42901" bkimage="file='SessionDialog/btn_bg.bmp' corner='4,4,4,4'" normalimage="file='SessionDialog/btn_bg.png' corner='4,4,4,4'" hotimage="file='SessionDialog/btn_bg.png' corner='4,4,4,4'" pushedimage="file='SessionDialog/btn_bg.png' corner='4,4,4,4'" />
</VerticalLayout>
</VerticalLayout>
</VerticalLayout>
</Window>

界面规划展示:

duilib 新增数据迁移界面

上一篇:IOS7 新特性


下一篇:spark升级后 集成hbase-1.0.0-cdh5.4.5异常