flanguage.form

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

FORM
25
字号
# Gambas Form File 1.0{ FLanguage Form  Move(398,371,327,271)  Text = ("Choose language")  Border = Window.Fixed  { btnOK Button    Move(104,240,104,24)    Text = ("OK")    Default = True  }  { btnCancel Button    Move(216,240,104,24)    Text = ("Cancel")    Cancel = True  }  { Label1 Label    Move(8,8,312,24)    Text = ("Choose the translation to duplicate")  }  { lstLanguage ListBox    Move(8,40,312,184)  }}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?