⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 flanguage.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -