📄 buttons.tbl
字号:
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>
</buttonk>
<buttonl name="buttonL1" origin="51,311" bounds="20,285,82,337">
<rect name="Rect2" origin="50,310" bounds="20,285,82,337" backcolor="$0" pattern="1"/>
<line name="Line2" origin="21.71428,286.357143" linetype="0" backcolor="$80000010" pattern="1" linkmode="1" points="81,286,6 76,291,2 26,331,2 21,336,2 81,336,2"/>
<line name="Line1" origin="20.7,276" linetype="0" backcolor="$80000014" pattern="1" linkmode="1" points="21,336,6 26,331,2 76,291,2 81,286,2 21,286,2"/>
<line name="Line4" origin="91,311" linetype="0" backcolor="$8000000F" pattern="1" points="22,335,6 80,335,2 80,287,2 22,287,3"/>
<rect name="Rect1" origin="51,311" bounds="21,286,81,336" visible="false" linecolor="$80000010" backcolor="$8000000F" pattern="1"/>
<line name="Line3" origin="42,292" backcolor="$0" pattern="1" points="51,321,6 56,301,2 46,301,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>
</buttonl>
<buttono name="buttonO1" origin="51,375" bounds="20,349,82,401">
<rect name="Rect2" origin="50,374" bounds="20,349,82,401" backcolor="$0" pattern="1"/>
<line name="Line2" origin="21.71428,350.357143" linetype="0" backcolor="$80000010" pattern="1" linkmode="1" points="81,350,6 76,355,2 26,395,2 21,400,2 81,400,2"/>
<line name="Line1" origin="21,340" linetype="0" backcolor="$80000014" pattern="1" linkmode="1" points="21,400,6 26,395,2 76,355,2 81,350,2 21,350,2"/>
<line name="Line4" origin="91,375" linetype="0" backcolor="$8000000F" pattern="1" points="22,399,6 80,399,2 80,351,2 22,351,3"/>
<rect name="Rect1" origin="51,375" bounds="21,350,81,400" visible="false" linecolor="$80000010" backcolor="$8000000F" pattern="1"/>
<line name="Line3" origin="51,374" backcolor="$0" pattern="1" points="43,373,6 49,373,2 49,367,2 53,367,2 53,373,2 59,373,2 59,377,2 53,377,2 53,383,2 49,383,2 49,377,2 43,377,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.SetBoun
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -