📄 ftext.form
字号:
# Gambas Form File 1.0{ FText Form Move(298,145,526,408) Text = ("Edit text property") { chkFont CheckBox Move(8,224,296,24) Text = ("Use a fixed font") } { txtText TextArea Move(8,8,288,136) Text = ("") Wrap = True } { btnOK Button Move(176,224,104,24) Text = ("OK") Default = True } { btnCancel Button Move(288,224,104,24) Text = ("Cancel") Cancel = True }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -