tipui.xml

来自「QQ2009组件管理源码」· XML 代码 · 共 15 行

XML
15
字号
<?xml version="1.0" encoding="utf-8"?>
<Dialog width="170" height="100">
	<VerticalLayout>
	<WindowCanvas inset="0,0">
	  <DialogLayout>
		<TextPanel name="lblcaption" pos="0, 2, 145, 18" text="title" backColor="68"/>
		<TextPanel name="lblclose" pos="145, 2, 170, 18" text="鍏抽棴" backColor="68"/>
		<TextPanel name="lbltxt" pos="5, 20, 165, 80" text="text"/>
		<TextPanel name="lblurl" pos="5, 82, 65, 100" text="缃戠珯"/>
		<Button name="btnview" pos="120, 82, 165, 100" text="鎵撳紑" align="center"/>
	  </DialogLayout>
	</WindowCanvas>
	</VerticalLayout>
</Dialog>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?