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

📄 fsave.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ FSave Form  Move(318,264,368,294)  Text = ("Save modified files")  Icon = Picture["img/16/quit.png"]  Border = Window.Fixed  { lstFile ListBox    Move(8,56,232,232)    Mode = ListBox.Multi  }  { btnSave Button    Move(256,56,104,24)    Text = ("Save")    Default = True  }  { btnQuit Button    Move(256,88,104,24)    Text = ("Continue")  }  { btnCancel Button    Move(256,120,104,24)    Text = ("Cancel")    Cancel = True  }  { Image1 PictureBox    Move(8,8,32,32)    Picture = Picture["img/question.png"]  }  { TextLabel1 TextLabel    Move(48,8,312,40)    Text = ("Some files have been modified. Do you want to save them ?")  }}

⌨️ 快捷键说明

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