📄 buttons.tbl
字号:
</buttone>
<buttont name="buttont1" origin="357,72" bounds="325,60,385.8969,84" Checked="true" label="Text1">
<rect name="Rect1" origin="337,71" bounds="325,60,349.74226,84" backcolor="$8000000F" pattern="1"/>
<line name="Line1" origin="338,72" linecolor="$80000010" points="348.7113,61,6 326.03092,61,2 326.03092,83,2"/>
<line name="Line2" origin="338,72" linecolor="$80000014" points="326.03092,83,6 348.7113,83,2 348.7113,61,2"/>
<text name="Text1" origin="354,61" bounds="354.8969,61.5,385.8969,80.5" autosize="true" border="0" fontname="Times New Roman" fontsize="12" textalign="4" text="select"/>
<circle name="Circle1" origin="337,72" bounds="330.15463,65,344.58762,79" pattern="241"/>
<programe>
<!--
property Checked read GetChecked write SetChecked editor Bool
private function GetChecked()
return Circle1.Visible
end function
private function OnLButtonDown(Sender,X,Y)
Circle1.Visible = not Circle1.Visible
end function
private function SetChecked(AValue)
Circle1.Visible = AValue
end function
-->
</programe>
</buttont>
<element name="Element4" origin="317,318" bounds="235,284,355,334">
<rect name="Rect2" origin="319,320" bounds="237.92682,286.94117,355,334" corner="32" linecolor="$80000010" backcolor="$80000010" pattern="1"/>
<rect name="Rect1" origin="315,316" bounds="235,284,352.07317,331.058824" corner="32" backcolor="$80" pattern="1"/>
<text name="text1" origin="237,294" bounds="235,284,352.07317,331.058824" border="0" fontname="瀹嬩綋" fontsize="16" fontcolor="$FFFF" text="button"/>
<programe>
<!--
private function OnLButtonDown(Sender,X,Y)
Rect1.MoveBy( 4, 4 )
Text1.MoveBy( 4, 4 )
end function
private function OnLButtonUp(Sender,X,Y)
Rect1.MoveBy( -4, -4 )
Text1.MoveBy( -4, -4 )
end function
private function OnMouseEnter(Sender)
Rect1.LineColor = $FF
Rect1.LineWidth = 2
end function
private function OnMouseExit(Sender)
Rect1.LineColor = 0
Rect1.LineWidth = 1
end function
-->
</programe>
</element>
<buttonu name="buttonu1" origin="338,133" bounds="325,120,351,146">
<rect name="Rect1" origin="337,131" bounds="325,120,351,146" backcolor="$8000000F" pattern="1"/>
<line name="Line2" origin="339,133.1" linecolor="$80000014" backcolor="$80000005" pattern="1" points="327,144,6 349,144,2 349,122,2 327,122,3"/>
<line name="Line1" origin="339,133" linecolor="$80000010" points="349,122,6 327,122,2 327,144,2"/>
<programe>
<!--
private function OnLButtonDown(Sender,X,Y)
if Line2.BackColor = $8000000D then
Line2.BackColor = $80000005
else
Line2.BackColor = $8000000D
end if
end function
-->
</programe>
</buttonu>
<buttons name="buttons1" origin="357,102" bounds="325,90,385,114" Checked="true" label="Text1">
<rect name="Rect1" origin="337,101" bounds="325,90,349,114" backcolor="$8000000F" pattern="1"/>
<line name="Line3" origin="306,59" linetype="0" backcolor="$0" pattern="1" points="328,99,6 335,106,2 345,96,2 345,100,2 335,110,2 329,104,2"/>
<line name="Line1" origin="338,102" linecolor="$80000010" points="348,91,6 326,91,2 326,113,2"/>
<line name="Line2" origin="338,102" linecolor="$80000014" points="326,113,6 348,113,2 348,91,2"/>
<text name="Text1" origin="354,91" bounds="354,91.5,385,110.5" autosize="true" border="0" fontname="Times New Roman" fontsize="12" textalign="4" text="select"/>
<programe>
<!--
property Checked read GetChecked write SetChecked editor Bool
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -