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="#8" textcolor="#FFFFFF" hottextcolor="#000000" disabledtextcolor="#ffffff" focusedtextcolor="#000000" pushedtextcolor="#ffffff" normalimage="file='LoginDialog/LoginBtnBack.png' corner='4,4,4,4' source='0,0,0,0'" hotimage="file='LoginDialog/LoginBtnBack.png' corner='4,4,4,4' source='0,0,0,0'" pushedimage="file='LoginDialog/LoginBtnBack.png' corner='4,4,4,4' source='0,0,0,0'" disabledimage="file='LoginDialog/LoginBtnBack.png' corner='4,4,4,4' source='0,0,0,0'"" /-->
<Default name="CheckBox" value="textcolor="#FFbac0c5" hottextcolor="#CCDCEC" selectedtextcolor="#CCDCEC" disabledtextcolor="#FFbac0c5" textpadding="20,0,0,0" align="left" selectedimage="file='LoginDialog/checked.png' dest='0,0,15,15'" normalimage="file='LoginDialog/unchecked.png' dest='0,0,15,15'"" /> <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 新增数据迁移界面的更多相关文章
- Django模型修改及数据迁移
Migrations Django中对Model进行修改是件麻烦的事情,syncdb命令仅仅创建数据库里还没有的表,它并不对已存在的数据表进行同步修改,也不处理数据模型的删除. 如果你新增或修改数据模 ...
- ASP.NET MVC 5 学习教程:数据迁移之添加字段
原文 ASP.NET MVC 5 学习教程:数据迁移之添加字段 起飞网 ASP.NET MVC 5 学习教程目录: 添加控制器 添加视图 修改视图和布局页 控制器传递数据给视图 添加模型 创建连接字符 ...
- Mysql系列九:使用zookeeper管理远程Mycat配置文件、Mycat监控、Mycat数据迁移(扩容)
一.使用zookeeper管理远程Mycat配置文件 环境准备: 虚拟机192.168.152.130: zookeeper,具体参考前面文章 搭建dubbo+zookeeper+dubboadmin ...
- SQL SERVER几种数据迁移/导出导入的实践
SQLServer提供了多种数据导出导入的工具和方法,在此,分享我实践的经验(只涉及数据库与Excel.数据库与文本文件.数据库与数据库之间的导出导入). (一)数据库与Excel 方法1: 使用数据 ...
- Entity Framework7 入门之全功能.NET版本下使用EF7(含源码)另附数据迁移常见错误处理
Entity Framework7 入门之全功能.NET(Console, WinForms, WPF等)使用EF7 昨天,我们介绍了EF的新特性和开发计划,如果你还不了解,请移步 Entity Fr ...
- oracle11g rac asm存储数据迁移
OS:rh6.4 ORACLE 11g RAC ASM OCR和VOTING DISK在crs磁盘组,控制文件.数据文件.参数文件在DATA组. 1.备份数据库 RUN {ALLOCATE CHANN ...
- 一种可以避免数据迁移的分库分表scale-out扩容方式
原文地址:http://jm-blog.aliapp.com/?p=590 目前绝大多数应用采取的两种分库分表规则 mod方式 dayofweek系列日期方式(所有星期1的数据在一个库/表,或所有?月 ...
- HDFS数据迁移解决方案之DistCp工具的巧妙使用
前言 在当今每日信息量巨大的社会中,源源不断的数据需要被安全的存储.等到数据的规模越来越大的时候,也许瓶颈就来了,没有存储空间了.这时候怎么办,你也许会说,加机器解决,显然这是一个很简单直接但是又显得 ...
- 【Oracle 数据迁移】环境oracle 11gR2,exp无法导出空表的表结构【转载】
今天做数据迁移,但是发现有些空表无法exp,后来找到问题所在. [原文]:http://www.cnblogs.com/wenlong/p/3684230.html 11GR2中有个新特性,当表无数据 ...
随机推荐
- [物理学与PDEs]第1章第6节 电磁场的标势与矢势 6.3 例 --- 电偶极辐射
1. 偶极子: 相距为 $l$, 带电量分别为 $\pm q$ 的一对电荷组成的系统. 称 $$\bex {\bf m}=q{\bf l} \eex$$ 为电偶极矩, 其中 ${\bf l}$ 为 $ ...
- APPLE-SA-2019-3-25-1 iOS 12.2
APPLE-SA-2019-3-25-1 iOS 12.2 iOS 12.2 is now available and addresses the following: CFStringAvailab ...
- tcp协议的简单理解
tpc协议属于传输层协议,本篇主要介绍下几个概念,以及握手和挥手的过程. 1.tcp的几个概念 位码:即tcp标志位,有6种提示 SYN:synchronus,表示建立联机. ACK:acknowle ...
- day 16 - 1 内置函数(二)
内置函数(二) reversed() 返回一个反向的迭代器 k = [1,2,3,4,5] k.reverse() #反转 print(k) k = [1,2,3,4,5] k2 = reverse ...
- 简单使用Markdown
Markdown是一种纯文本格式的标记语言.通过简单的标记语法,它可以使普通文本内容具有一定的格式. 相比WYSIWYG编辑器 优点: 1.因为是纯文本,所以只要支持Markdown的地方都能获得一样 ...
- Max Area of Island
Given a non-empty 2D array grid of 0's and 1's, an island is a group of 1's (representing land) conn ...
- selenium——键盘操作
很多键盘操作实际是没有意义的.
- 【原创】Linux基础之linux常用命令之文本替换
linux常用命令之文本替换 1 vi vi test_file :%s/h/h1/g 注释:全文替换,将h替换为h1 :1,4s/h/h1/g 注释:将第1行到第4行的h替换为h1 :%s/\n/, ...
- 【原创】大叔经验分享(25)hive通过外部表读写hbase数据
在hive中创建外部表: CREATE EXTERNAL TABLE hive_hbase_table(key string, name string,desc string) STORED BY ' ...
- 20 常用模块 hashlib hmac:加密 xml xlrd xlwt:excel读|写 configparser subprocess
hashlib模块:加密 加密: 1.有解密的加密方式 2.无解密的加密方式:碰撞检查 hashlib -- 1)不同数据加密后的结果一定不一致 -- 2)相同数据的加密结果一定是一致的 import ...