📄 resize.tbl
字号:
<?xml version="1.0" encoding="utf-8"?>
<vg version="723" range="0,0,800,544" paperbounds="0,0,793.70078,1122.141732" papervisible="false">
<sheet name="sheet1" bounds="16,16,474,232">
<鎻愮ず淇℃伅 name="鎻愮ず淇℃伅5" origin="127,47" bounds="24,16,320,78" Caption="resize the table with mouse.">
<roundrect name="roundrect2" origin="132,52" bounds="32,24,320,78" alpha="80" Corner="10" xcorner="25" ycorner="25" linecolor="$80000015" backcolor="$808080" pattern="1"/>
<roundrect name="roundrect1" origin="124,44" bounds="24,16,312,70" Corner="10" xcorner="25" ycorner="25" frontcolor="$C0C0C0" pattern="245"/>
<text name="text1" origin="44,42" bounds="40,32,296,54" alpha="80" autosize="true" border="0" fontname="瀹嬩綋" fontsize="18" textalign="1" text="resize the table with mouse."/>
<programe>
<!--
property Caption read GetCaption write SetCaption
private function GetCaption()
return Text1.Text
end function
private function SetCaption(AValue)
Text1.Text = AValue
Text1.MoveTo( left + 16, top + 16 )
roundrect1.SetBounds( left, top, Text1.Width + 32, Text1.Height + 32 )
roundrect2.SetBounds( left + 8, top + 8, roundrect1.Width, roundrect1.Height )
refresh()
end function
-->
</programe>
</鎻愮ず淇℃伅>
<澶т細璁
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -