📄 buttons.tbl
字号:
<line name="Line4" origin="91,151" linetype="0" backcolor="$8000000F" pattern="1" points="22,175,6 80,175,2 80,127,2 22,127,3"/>
<rect name="Rect1" origin="51,151" bounds="21,126,81,176" visible="false" linecolor="$80000010" backcolor="$8000000F" pattern="1"/>
<line name="Line3" origin="41,131" backcolor="$0" pattern="1" points="51,161,6 61,151,2 56,151,2 56,141,2 46,141,2 46,151,2 41,151,3"/>
<programe>
<!--
private function Initialize(Sender)
end function
private function OnLButtonDown(Sender,X,Y)
Rect1.Visible = true
Line3.MoveTo( Line3.Left+2,Line3.Top+2)
end function
private function OnLButtonUp(Sender,X,Y)
Rect1.Visible = false
Line3.MoveTo( Line3.Left-2,Line3.Top-2)
end function
private function OnResize(Sender)
Rect2.SetBounds( Left, Top, Width, Height )
Line1.SetBounds( Left + 1, Top + 1, Width - 2, Height - 2)
Line2.SetBounds( Left + 1, Top + 1, Width - 2, Height - 2)
Line4.SetBounds( Left + 2, Top + 2, Width - 4, Height - 4)
Rect1.SetBounds( Left + 1, Top + 1, Width - 2, Height - 2)
Line3.SetBounds( Left + ( Width - Line3.Width ) / 2, Top + ( Height - Line3.Height ) / 2, Line3.Width, Line3.Height)
end function
-->
</programe>
</buttonb>
<buttoni name="buttonI1" origin="31,200" bounds="20,189,42,211">
<line name="Line2" origin="32,201" linecolor="$FFFFFF" backcolor="$808080" pattern="1" points="22,201,6 32,191,2 32,196,2 42,196,2 42,206,2 32,206,2 32,211,3"/>
<line name="Line1" origin="30,199" linecolor="$FFFFFF" backcolor="$0" pattern="1" points="20,199,6 30,189,2 30,194,2 40,194,2 40,204,2 30,204,2 30,209,3"/>
<programe>
<!--
private function Initialize(Sender)
end function
private function OnLButtonDown(Sender,X,Y)
Line1.MoveTo( Line1.Left + 2, Line1.Top + 2 )
end function
private function OnLButtonUp(Sender,X,Y)
Line1.MoveTo( Line1.Left - 2, Line1.Top - 2 )
end function
private function OnResize(Sender)
end function
-->
</programe>
</buttoni>
<buttonj name="buttonJ1" origin="63,200" bounds="52,189,74,211">
<line name="Line2" origin="64,201" linecolor="$FFFFFF" backcolor="$808080" pattern="1" points="74,201,6 64,191,2 64,196,2 54,196,2 54,206,2 64,206,2 64,211,3"/>
<line name="Line1" origin="62,199" linecolor="$FFFFFF" backcolor="$0" pattern="1" points="72,199,6 62,189,2 62,194,2 52,194,2 52,204,2 62,204,2 62,209,3"/>
<programe>
<!--
private function Initialize(Sender)
end function
private function OnLButtonDown(Sender,X,Y)
Line1.MoveTo( Line1.Left + 2, Line1.Top + 2 )
end function
private function OnLButtonUp(Sender,X,Y)
Line1.MoveTo( Line1.Left - 2, Line1.Top - 2 )
end function
private function OnResize(Sender)
end function
-->
</programe>
</buttonj>
<buttonk name="buttonK1" origin="51,247" bounds="20,221,82,273">
<rect name="Rect2" origin="50,246" bounds="20,221,82,273" backcolor="$0" pattern="1"/>
<line name="Line2" origin="21.71428,222.357143" linetype="0" backcolor="$80000010" pattern="1" linkmode="1" points="81,222,6 76,227,2 26,267,2 21,272,2 81,272,2"/>
<line name="Line1" origin="21,212" linetype="0" backcolor="$80000014" pattern="1" linkmode="1" points="21,272,6 26,267,2 76,227,2 81,222,2 21,222,2"/>
<line name="Line4" origin="91,247" linetype="0" backcolor="$8000000F" pattern="1" points="22,271,6 80,271,2 80,223,2 22,223,3"/>
<rect name="Rect1" origin="51,247" bounds="21,222,81,272" visible="false" linecolor="$80000010" backcolor="$8000000F" pattern="1"/>
<line name="Line3" origin="40,266" backcolor="$0" pattern="1" points="51,237,6 56,257,2 46,257,3"/>
<programe>
<!--
private function Initialize(Sender)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -