切换导航
首页
技术问答
编程语言
前端开发
移动开发
开发工具
程序设计
行业应用
CMS系统
服务器
频道导航
▸ PHP
▸ Java
▸ Java SE
▸ Python
▸ C#
▸ C&C++
▸ Ruby
▸ VB
▸ asp.Net
▸ Go
▸ Perl
▸ netty
▸ Django
▸ Delphi
▸ Jsp
▸ .NET Core
▸ Spring
▸ Flask
▸ Springboot
▸ SpringMVC
▸ Lua
▸ Laravel
▸ Mybatis
▸ Asp
▸ Groovy
▸ ThinkPHP
▸ Yii
▸ swoole
▸ HTML
▸ HTML5
▸ JavaScript
▸ CSS
▸ jQuery
▸ Bootstrap
▸ Angularjs
▸ TypeScript
▸ Vue
▸ Dojo
▸ Json
▸ Electron
▸ Node.js
▸ extjs
▸ Express
▸ XML
▸ ES6
▸ Ajax
▸ Flash
▸ Unity
▸ React
▸ Flex
▸ Ant Design
▸ Web前端
▸ 微信小程序
▸ 微信公众号
▸ iOS
▸ Android
▸ Swift
▸ Hybrid
▸ Cocos2d-x
▸ Flutter
▸ Xcode
▸ Silverlight
▸ cocoa
▸ Cordova
前端之家
XML
duilib xml配置
duilib xml配置
2020-05-20
XML
前端之家
前端之家
收集整理的这篇文章主要介绍了
duilib xml配置
,
前端之家
小编觉得挺不错的,现在分享给大家,也给大家做个参考。
DUILib xml配置项
@H_
403
_4@
根节点 子类
属性
类型
@H_
403
_4@
Window
@H_
403
_4@
|--------Image
图片
信息
@H_
403
_4@
| o------name string
@H_
403
_4@
| o------restype string
@H_
403
_4@
| o------mask unsigned long#
@H_
403
_4@
|
@H_
403
_4@
|--------Font 字体信息
@H_
403
_4@
| o------size long
@H_
403
_4@
| o------bold bool
@H_
403
_4@
| o------underline bool
@H_
403
_4@
| o------default bool
@H_
403
_4@
|--------Default 默认Attribute
属性
@H_
403
_4@
o------name string
@H_
403
_4@
o------value string
@H_
403
_4@
@H_
403
_4@
root(Window
属性
)
@H_
403
_4@
o--size 窗体初始化大小 SIZE(int cx,int cy)
@H_
403
_4@
o--size
Box
窗体区域 RECT(long left,long top,long right,long bottom)
@H_
403
_4@
o--caption 窗体
标题
栏区域 RECT(long left,51)">
o--roundcorner 圆角大小 SIZE(int cx,51)">
o--mininfo 窗体最小大小 SIZE(int cx,51)">
o--maxinfo 窗体最大大小 SIZE(int cx,51)">
o--showdirty 窗体
显示
bool [true|false]
@H_
403
_4@
o--alpha 窗体透明度 int
@H_
403
_4@
o--bktrans 背景是否
支持
透明 bool [true|false]
@H_
403
_4@
o--disabledfontcolor 无效字体颜色 string #RRGGBBAA
@H_
403
_4@
o--defaultfontcolor 默认字体颜色 string #RRGGBBAA
@H_
403
_4@
o--linkfontcolor
链接
正常字体色 string #RRGGBBAA
@H_
403
_4@
o--linkhoverfontcolor
链接
悬停字体色 string #RRGGBBAA
@H_
403
_4@
o--selectedcolor 字体被选后颜色 string #RRGGBBAA
@H_
403
_4@
公共资源
@H_
403
_4@
Image
@H_
403
_4@
|------o file/res string
@H_
403
_4@
|------o restype string
@H_
403
_4@
|------o dest RECT(long left,51)">
|------o source RECT(long left,51)">
|------o corner RECT(long left,51)">
|------o mask string #FFFFFFFF
@H_
403
_4@
|------o fade byte
@H_
403
_4@
|------o hole bool [true|false]
@H_
403
_4@
|------o xtiled bool [true|false]
@H_
403
_4@
|------o ytiled bool [true|false]
@H_
403
_4@
使用说明:
@H_
403
_4@
// 1、aaa.jpg
@H_
403
_4@
// 2、file='aaa.jpg' res='' restype='0' dest='0,0' source='0,0' corner='0,0'
@H_
403
_4@
// mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false'
@H_
403
_4@
@H_
403
_4@
@H_
403
_4@
Font
@H_
403
_4@
Default
@H_
403
_4@
控件Control
@H_
403
_4@
控件
名称
类
@H_
403
_4@
控件基类
@H_
403
_4@
Control CControlUI
@H_
403
_4@
|------o pos RECT(long left,51)">
|------o relativepos (int nMoveXPercent,int nMoveYPercent,int nZoomXPercent,int nZoomYPercent)
@H_
403
_4@
|------o padding RECT(long left,51)">
|------o bkcolor/bkcolor1 string #RRGGBBAA
@H_
403
_4@
|------o bkcolor2 string #RRGGBBAA
@H_
403
_4@
|------o bkcolor3 string #RRGGBBAA
@H_
403
_4@
|------o bordercolor string #RRGGBBAA
@H_
403
_4@
|------o focusbordercolor string #RRGGBBAA
@H_
403
_4@
|------o bordersize int
@H_
403
_4@
|------o borderround SIZE(int x,int y)
@H_
403
_4@
|------o bkimage Image
属性
@H_
403
_4@
|------o width int
@H_
403
_4@
|------o height int
@H_
403
_4@
|------o minwidth int
@H_
403
_4@
|------o minheight int
@H_
403
_4@
|------o maxwidth int
@H_
403
_4@
|------o maxheight int
@H_
403
_4@
|------o name string
@H_
403
_4@
|------o text string
@H_
403
_4@
|------o tooltip string
@H_
403
_4@
|------o userdata string
@H_
403
_4@
|------o enabled bool [true|false]
@H_
403
_4@
|------o mouse bool [true|false]
@H_
403
_4@
|------o visible bool [true|false]
@H_
403
_4@
|------o float bool [true|false]
@H_
403
_4@
|------o shortcut TCHAR
@H_
403
_4@
|------o menu bool [true|false]
@H_
403
_4@
容器
@H_
403
_4@
Container CContainerUI
@H_
403
_4@
|------o inset RECT(long left,51)">
|------o mousechild bool [true|false]
@H_
403
_4@
|------o vscrollbar bool [true|false]
@H_
403
_4@
|------o hscrollbar bool [true|false]
@H_
403
_4@
|------o childpadding int
@H_
403
_4@
布局管理器
@H_
403
_4@
VerticalLayout CVerticalLayoutUI : public CContainerUI
@H_
403
_4@
|------o sepheight int
@H_
403
_4@
|------o sepimm bool [true|false]
@H_
403
_4@
|------o CContainerUI::SetAttribute(pstrName,pstrValue)
@H_
403
_4@
HorizontalLayout CHorizontalLayoutUI : public CContainerUI
@H_
403
_4@
|------o sepwidth int
@H_
403
_4@
DialogLayout CDialogLayoutUI : public CContainerUI
@H_
403
_4@
TileLayout CTitleLayoutUI : public CContainerUI
@H_
403
_4@
|------o columns int
@H_
403
_4@
TabLayout CTabLayoutUI : public CContainerUI
@H_
403
_4@
|------o selectedid int
@H_
403
_4@
Edit CEditUI : public CLabelUI
@H_
403
_4@
|------o readonly bool [true|false]
@H_
403
_4@
|------o password bool [true|false]
@H_
403
_4@
|------o maxchar int
@H_
403
_4@
|------o normalimage Image
属性
@H_
403
_4@
|------o hotimage Image
属性
@H_
403
_4@
|------o focusedimage Image
属性
@H_
403
_4@
|------o disabledimage Image
属性
@H_
403
_4@
|------o nativebkcolor string #RRGGBBAA
@H_
403
_4@
|------o CLabelUI::SetAttribute(pstrName,51)">
List CListUI : public CVerticalLayoutUI,public IListUI
@H_
403
_4@
|------o header string bool [hidden|Show]
@H_
403
_4@
|------o headerbkimage string path
@H_
403
_4@
|------o scrollselect bool [true|false]
@H_
403
_4@
|------o multiexpanding bool [true|false]
@H_
403
_4@
|------o itemfont int Font列表的索引号
@H_
403
_4@
|------o itemalign string enum [left|center|right]
@H_
403
_4@
|------o itemendellipsis bool [true|false]
@H_
403
_4@
|------o itemtextpadding RECT(long left,51)">
|------o itemtextcolor string #RRGGBBAA
@H_
403
_4@
|------o itembkcolor string #RRGGBBAA
@H_
403
_4@
|------o itemimage string path
@H_
403
_4@
|------o itemselectedtextcolor string #RRGGBBAA
@H_
403
_4@
|------o itemselectedbkcolor string #RRGGBBAA
@H_
403
_4@
|------o itemselectedimage string path
@H_
403
_4@
|------o itemhottextcolor string #RRGGBBAA
@H_
403
_4@
|------o itemhotbkcolor string #RRGGBBAA
@H_
403
_4@
|------o itemhotimage Image
属性
@H_
403
_4@
| |------o file string path
@H_
403
_4@
| |------o corner RECT(long left,51)">
|------o itemdisabledtextcolor string #RRGGBBAA
@H_
403
_4@
|------o itemdisabledbkcolor string #RRGGBBAA
@H_
403
_4@
|------o itemdisabledimage Image
属性
@H_
403
_4@
|------o itemlinecolor string #RRGGBBAA
@H_
403
_4@
|------o itemshowhtml bool [true|false]
@H_
403
_4@
|------o CVerticalLayoutUI::SetAttribute(pstrName,51)">
ListHeaderItem CListHeaderItemUI : public CControlUI
@H_
403
_4@
|------o dragable bool [true|false]
@H_
403
_4@
|------o align string enum [left|center|right]
@H_
403
_4@
|------o endellipsis bool [true|false]
@H_
403
_4@
|------o font int Font列表的索引号
@H_
403
_4@
|------o textcolor string #RRGGBBAA
@H_
403
_4@
|------o textpadding RECT(long left,51)">
|------o showhtml bool [true|false]
@H_
403
_4@
|------o pushedimage Image
属性
@H_
403
_4@
|------o sepimage Image
属性
@H_
403
_4@
CListElementUI : public CControlUI,public IListItemUI
@H_
403
_4@
|------o selected value 有此
属性
就选中
@H_
403
_4@
|------o CControlUI::SetAttribute(pstrName,pstrValue)
@H_
403
_4@
ListExpandElement CListExpandElementUI : public CListTextElementUI
@H_
403
_4@
|------o expander RECT(long left,51)">
|------o hideself bool [true|false]
@H_
403
_4@
|------o selected bool
@H_
403
_4@
|------o CListTextElementUI::SetAttribute(pstrName,51)">
ListContainerElement CListContainerElementUI List容器
@H_
403
_4@
ListHeader CListHeaderUI
@H_
403
_4@
CListLabelElementUI : public CListElementUI
@H_
403
_4@
ListTextElement CListTextElementUI : public CListLabelElementUI
@H_
403
_4@
@H_
403
_4@
Label CLabelUI : public CControlUI
@H_
403
_4@
|------o disabledtextcolor string #RRGGBBAA
@H_
403
_4@
|------o CControlUI::SetAttribute( pstrName,pstrValue )
@H_
403
_4@
Text CTextUI : public CLabelUI
@H_
403
_4@
Combo CComboUI : public CContainerUI,public IListOwnerUI
@H_
403
_4@
|------o drop
Box
string
@H_
403
_4@
|------o itemimage Image
属性
@H_
403
_4@
|------o itemselectedimage Image
属性
@H_
403
_4@
Button CButtonUI : public CLabelUI
@H_
403
_4@
|------o hottextcolor string #RRGGBBAA
@H_
403
_4@
|------o pushedtextcolor string #RRGGBBAA
@H_
403
_4@
|------o focusedtextcolor string #RRGGBBAA
@H_
403
_4@
Option COptionUI : public CButtonUI
@H_
403
_4@
|------o group string
@H_
403
_4@
|------o selected bool [true|false]
@H_
403
_4@
|------o selectedimage Image
属性
@H_
403
_4@
|------o foreimage Image
属性
@H_
403
_4@
|------o selectedtextcolor string #RRGGBBAA
@H_
403
_4@
|------o CButtonUI::SetAttribute(pstrName,51)">
Progress CProgressUI : public CLabelUI
@H_
403
_4@
|------o fgimage Image
属性
@H_
403
_4@
|------o hor bool
@H_
403
_4@
|------o min int
@H_
403
_4@
|------o max int
@H_
403
_4@
|------o value int
@H_
403
_4@
Slider CSliderUI : public CProgressUI
@H_
403
_4@
|------o thumbimage Image
属性
@H_
403
_4@
|------o thumbhotimage Image
属性
@H_
403
_4@
|------o thumbpushedimage Image
属性
@H_
403
_4@
|------o thumbsize SIZE(int x,51)">
|------o step int
@H_
403
_4@
|------o CProgressUI::SetAttribute(pstrName,pstrValue)
@H_
403
_4@
RichEdit CRichEditUI : public CContainerUI,public IMessageFilterUI
@H_
403
_4@
|------o autovscroll bool [true|false]
@H_
403
_4@
|------o autohscroll bool [true|false]
@H_
403
_4@
|------o wanttab bool [true|false]
@H_
403
_4@
|------o wantreturn bool [true|false]
@H_
403
_4@
|------o wantctrlreturn bool [true|false]
@H_
403
_4@
|------o rich bool [true|false]
@H_
403
_4@
|------o multiline bool [false|true]
@H_
403
_4@
|------o numberonly bool [true|false]
@H_
403
_4@
ActiveX CActiveXUI : public CControlUI
@H_
403
_4@
|------o clsid string
@H_
403
_4@
|------o modulename string
@H_
403
_4@
|------o delaycreate bool [true|false]
@H_
403
_4@
ScrollBar CScrollBarUI : public CControlUI
@H_
403
_4@
|------o button1normalimage Image
属性
@H_
403
_4@
|------o button1hotimage Image
属性
@H_
403
_4@
|------o button1pushedimage Image
属性
@H_
403
_4@
|------o button1disabledimage Image
属性
@H_
403
_4@
|------o button2normalimage Image
属性
@H_
403
_4@
|------o button2hotimage Image
属性
@H_
403
_4@
|------o button2pushedimage Image
属性
@H_
403
_4@
|------o button2disabledimage Image
属性
@H_
403
_4@
|------o thumbnormalimage Image
属性
@H_
403
_4@
|------o thumbdisabledimage Image
属性
@H_
403
_4@
|------o railnormalimage Image
属性
@H_
403
_4@
|------o railhotimage Image
属性
@H_
403
_4@
|------o railpushedimage Image
属性
@H_
403
_4@
|------o raildisabledimage Image
属性
@H_
403
_4@
|------o bknormalimage Image
属性
@H_
403
_4@
|------o bkhotimage Image
属性
@H_
403
_4@
|------o bkpushedimage Image
属性
@H_
403
_4@
|------o bkdisabledimage Image
属性
@H_
403
_4@
|------o hor bool [true|false]
@H_
403
_4@
|------o linesize int
@H_
403
_4@
|------o range int
@H_
403
_4@
|------o showbutton1 bool [true|false]
@H_
403
_4@
|------o showbutton2 bool [true|false]
@H_
403
_4@
控件的通用
属性
@H_
403
_4@
stretch STRETCHMODE
@H_
403
_4@
o--------move_x
@H_
403
_4@
o--------move_y
@H_
403
_4@
o--------move_xy
@H_
403
_4@
o--------size_x
@H_
403
_4@
o--------size_y
@H_
403
_4@
o--------size_xy
@H_
403
_4@
o--------group
@H_
403
_4@
o--------line
@H_
403
_4@
考虑到在xml编辑器中使用<>符号不方便,可以使用{}符号代替
@H_
403
_4@
支持
标签
嵌套(如<l><b>text</b></l>),但是交叉嵌套是应该避免的(如<l><b>text</l></b>)
@H_
403
_4@
The string formatter supports a kind of "mini-html" that consists of var
IoU
s short tags:
@H_
403
_4@
Bold: <b>text</b>
@H_
403
_4@
Color: <c #xxxxxx>text</c> where x = RGB in hex
@H_
403
_4@
Font: <f x>text</f> where x = font id
@H_
403
_4@
Italic: <i>text</i>
@H_
403
_4@
Image: <i x y z> where x = image name and y = imagelist num and z(optional) = imagelist id
@H_
403
_4@
Link: <a x>text</a> where x(optional) = link content,normal like app:notepad or http:www.xxx.com
@H_
403
_4@
NewLine <n>
@H_
403
_4@
Paragraph: <p x>text</p> where x = extra pixels indent in p
@H_
403
_4@
Raw Text: <r>text</r>
@H_
403
_4@
Selected: <s>text</s>
@H_
403
_4@
Underline: <u>text</u>
@H_
403
_4@
X Indent: <x i> where i = hor indent in pixels
@H_
403
_4@
Y Indent: <y i> where i = ver indent in pixels
原文链接:https://www.f2er.com/xml/299994.html
上一篇:Dialog_xml制作——博客地址
下一篇:xml--通过SAX解析XML
猜你在找的XML相关文章
10分钟掌握XML、JSON及其解析
引言 NOKIA 有句著名的广告语:“科技以人为本”。任何技术都是为了满足人的生产生活需要而...
作者:前端之家 时间:2020-08-12
[CXF REST标准实战系列] 一、JAXB xml与javaBean的转换
Writer:BYSocket(泥沙砖瓦浆木匠) 微博:BYSocket 豆瓣:BYSocket Reprint it anywhere...
作者:前端之家 时间:2020-08-12
[CXF REST标准实战系列] 一、JAXB xml与javaBean的转换
Writer:BYSocket(泥沙砖瓦浆木匠) 微博:BYSocket 豆瓣:BYSocket Reprint it anywhere...
作者:前端之家 时间:2020-08-12
10分钟掌握XML、JSON及其解析
http://blog.jobbole.com/79252/ 引言 NOKIA 有句著名的广告语:“科技以人为本”。任何技...
作者:前端之家 时间:2020-08-12
自定义圆形控件RoundImageView并认识一下attr.xml
(点击上方公众号,可快速关注) 公众号:smart_android 作者:耿广龙|loonggg 点击“阅读原...
作者:前端之家 时间:2020-08-12
10分钟掌握XML、JSON及其解析
引言 NOKIA 有句著名的广告语:“科技以人为本”。任何技术都是为了满足人的生产生活需要而...
作者:前端之家 时间:2020-08-12
10分钟掌握XML、JSON及其解析(上)
(点击上方公众号,可快速关注) 来源: Long Luo 的博客 链接:http://longluo.github.i...
作者:前端之家 时间:2020-08-12
10分钟掌握XML、JSON及其解析(中)
接上文 二、JSON XML很好很强大,但是最近有另外一个时代弄潮儿,这就是JSON。现在JSON的光...
作者:前端之家 时间:2020-08-12
10分钟掌握XML、JSON及其解析(下)
接上文 2.4 如何解析JSON? Android JSON所有相关类,都在org.json包下。 包括JSONObject、...
作者:前端之家 时间:2020-08-12
10分钟掌握XML、JSON及其解析
原文出处: Long Luo 的博客(@Long_Luo) 引言 NOKIA 有句著名的广告语:“科技以人...
作者:前端之家 时间:2020-08-12
编程分类
HTML
HTML5
JavaScript
CSS
jQuery
Bootstrap
Angularjs
TypeScript
Vue
Dojo
Json
Electron
Node.js
extjs
Express
XML
ES6
Ajax
Flash
Unity
React
Flex
Ant Design
Web前端
微信小程序
微信公众号
最新文章
• 10分钟掌握XML、JSON及其解
• [CXF REST标准实战系列] 一
• [CXF REST标准实战系列] 一
• 10分钟掌握XML、JSON及其解
• 自定义圆形控件RoundImage
• 【XML】
• 10分钟掌握XML、JSON及其解
• 10分钟掌握XML、JSON及其解
• 10分钟掌握XML、JSON及其解
• 10分钟掌握XML、JSON及其解
热门标签
更多 ►
关闭广告
单独headers
封装代码
提示错误
整数正则
非0开头
跳页
出页码
antd table
提示URL未注册
公众号支付
vue hash模式
iSlider
车牌键盘
循环图片
echarts 双折
左右布局
DllPlugin
对象创建
打字游戏
圈选
两栏
云函数
蒙版
ES2020
橱窗
无缝滚动轮播
色块碰撞
组件销毁
文档操作