mainmenu4.tbl
来自「一个不错的做图软件」· TBL 代码 · 共 71 行
TBL
71 行
<?xml version="1.0" encoding="utf-8"?>
<vg version="723" range="0,0,157,159" borderstyle="1" scrollbars="0" backcolor="$80000004" paperbounds="0,0,793.700787,1122.141732" papervisible="false">
<sheet name="mainmenu5">
<MenuPanel name="borderG1" lib="Menu.tbl" origin="89,49" bounds="0,0,156,158"/>
<KeyManager name="KeyManager1" lib="controls.tbl" origin="116,28" bounds="104,16,128,40" visible="false" protect="12" hint="璇峰湪椤甸潰鐨凮nKeyDown浜嬩欢閲屽啓KeyManager1.OnKeyDown( Sender, Key )"/>
<MenuItem name="mInsertPoint" lib="Menu.tbl" origin="68.5,19" bounds="2,2,154,24" id="152" Caption="澧炲姞椤剁偣(A)" Checked="false" Enable="true" Focused="false" Picture="" submenu="">
<programe>
<!--
published function OnClick(Sender)
Close( 0 )
if Inspector <> 0 then
Inspector.Help( "cmaddpoint" )
end if
IDE_GetDocument().AddPoint()
end function
-->
</programe>
</MenuItem>
<MenuItem name="mDeletePoint" lib="Menu.tbl" origin="68.5,84" bounds="2,24,154,46" id="153" Caption="鍒犻櫎椤剁偣(D)" Checked="false" Enable="true" Focused="false" Picture="" submenu="">
<programe>
<!--
published function OnClick(Sender)
Close( 0 )
if Inspector <> 0 then
Inspector.Help( "cmdeletepoint" )
end if
IDE_GetDocument().DeletePoint()
end function
-->
</programe>
</MenuItem>
<MenuItem name="mSplitLine" lib="Menu.tbl" origin="68.5,176" bounds="2,46,154,68" id="154" Caption="鎵撴柇绾挎潯(B)" Checked="false" Enable="true" Focused="false" Picture="" submenu="">
<programe>
<!--
published function OnClick(Sender)
Close( 0 )
if Inspector <> 0 then
Inspector.Help( "cmsplitline" )
end if
IDE_GetDocument().SplitLine()
end function
-->
</programe>
</MenuItem>
<MenuItem name="mMergeLine" lib="Menu.tbl" origin="68.5,198" bounds="2,68,154,90" id="158" Caption="鍚堝苟绾挎潯(M)" Checked="false" Enable="true" Focused="false" Picture="" submenu="">
<programe>
<!--
published function OnClick(Sender)
Close( 0 )
if Inspector <> 0 then
Inspector.Help( "cmmergeline" )
end if
IDE_GetDocument().MergeLine()
end function
-->
</programe>
</MenuItem>
<MenuItem name="mReverseLine" lib="Menu.tbl" origin="68.5,220" bounds="2,90,154,112" id="158" Caption="绾挎潯鎹㈠悜(E)" Checked="false" Enable="true" Focused="false" Picture="" submenu="">
<programe>
<!--
published function OnClick(Sender)
Close( 0 )
if Inspector <> 0 then
Inspector.Help( "cmreverseline" )
end if
IDE_GetDocument().ReverseLine()
end function
-->
</programe>
</MenuItem>
<MenuItem name="mChangeLine" lib="Menu.tbl" origin="68.5,242" bounds="2,112,154,134" id="157" Caption="鐩寸嚎鍜屾洸绾胯浆鎹
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?