📄 fformstack.form
字号:
# Gambas Form File 1.0{ FFormStack Form Move(394,18,214,423) Text = ("Hierarchy") Icon = Picture["img/16/stack-order.png"] Persistent = True { lblMessage TextLabel Move(16,8,184,96) Text = ("Click on a form to display the hierarchy of its controls...") } { tvwControl TreeView Move(16,88,160,152) Visible = False Font = Font["8"] Mode = TreeView.None Root = False }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -