fformstack.form
来自「Gambas is a graphical development enviro」· FORM 代码 · 共 20 行
FORM
20 行
# 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 + =
减小字号Ctrl + -
显示快捷键?