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

📄 fstart.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ FStart Form  Move(274,150,433,145)  Text = ("Object ")  Border = Window.Fixed  { btnCreateThing Button    Move(16,16,128,32)    Text = ("create the Thing !")  }  { btnCheckThing Button    Move(152,16,128,32)    Text = ("check the Thing !")  }  { txtCheckResult TextBox    Move(16,72,400,24)    Visible = False    Text = ("")  }  { btnDestroy Button    Move(288,16,128,32)    Text = ("destroy the Thing !")  }  { Label1 Label    Move(16,112,208,16)    Text = (" by juergen@zdero.com")  }}

⌨️ 快捷键说明

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