ftext.form

来自「Gambas is a graphical development enviro」· FORM 代码 · 共 26 行

FORM
26
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?