📄 editset.tbl
字号:
<?xml version="1.0" encoding="utf-8"?>
<vg version="702" range="0,0,428,347" caption="閫夐」" bordericons="1" borderstyle="0" scrollbars="0" backcolor="$8000000F">
<page name="page" bounds="0,0,793.700787,1122.141732" visible="false"/>
<sheet name="sheet1" bounds="5,4,421,334" hSourceEditor="0">
<borderA name="borderA1" lib="border.tbl" bounds="5,26,421,292" origin="99,77" locked="true"/>
<pagecontrol name="PageControl1" lib="controls.tbl" bounds="5,4,104,27" origin="42,16.5" Items="'瀹氬埗
棰滆壊'" TabIndex="0">
<programe>
published function OnClick(Sender)
n = Sender.ItemAtCursor()
Sender.TabIndex=n
n=n+1
layers[1].visible=(n=1)
layers[2].visible=(n=2)
if n = 1 then
CheckBox1.Focused = true
ShowWindow( hSourceEditor, 0 )
else
d = GetFocusedText()
if d <> 0 then
d.Focused = false
end if
ListBox1.Focused = true
ShowWindow( hSourceEditor, 5 )
end if
end function
</programe>
</pagecontrol>
<Button name="Button1" lib="controls.tbl" bounds="167,304,239,334" origin="196,315" Caption="'搴旂敤(A)'" Default="false" Enable="true" Focused="false">
<programe>
published function OnClick(Sender)
IniFile1.SetInteger( "UseTabChar", BoolToInteger( CheckBox1.Checked ) )
IniFile1.SetInteger( "Indent", BoolToInteger( CheckBox2.Checked ) )
IniFile1.SetInteger( "UnIndent", BoolToInteger( CheckBox3.Checked ) )
IniFile1.SetInteger( "FindTextAtCursor", BoolToInteger( CheckBox4.Checked ) )
IniFile1.SetInteger( "UseSyntaxHighlight", BoolToInteger( CheckBox5.Checked ) )
if IsNumber( Edit1.Value ) then
n = Val( Edit1.Value )
if n < 1 then
n = 1
end if
if n > 8 then
n = 8
end if
else
n = 8
end if
IniFile1.SetInteger( "TabLength", n )
if IsNumber( Edit2.Value ) then
n = Val( Edit2.Value )
if n < 0 then
n = 0
end if
if n > 16 then
n = 16
end if
else
n = 0
end if
IniFile1.SetInteger( "LineInterval", n )
IniFile1.SetString( "FontName", ComboBox1.Value )
if IsNumber( Edit5.Value ) then
n = Val( Edit5.Value )
if n < 10 then
n = 10
end if
if n > 72 then
n = 72
end if
else
n = 10
end if
IniFile1.SetInteger( "FontSize", n )
SaveColorPattern()
IDE_ResetSettings( 0 )
end function
</programe>
</Button>
<Button name="Button2" lib="controls.tbl" bounds="255,304,327,334" origin="284,315" Caption="'纭
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -