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

📄 fscript.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ FScript Form  Move(211,272,441,148)  Text = ("Change Wallpaper")  Border = Window.Fixed  { Label1 Label    Move(8,48,216,24)    Text = ("Choose path")  }  { txtPath TextBox    Move(8,72,384,24)    Text = ("")    ReadOnly = True  }  { btnPath Button    Move(400,72,32,24)    Font = Font["14 Bold"]    Text = ("...")  }  { Label2 Label    Move(8,112,168,24)    Text = ("Change wallpaper every :")  }  { txtInterval SpinBox    Move(184,112,64,24)    Value = 5    MinValue = 1    MaxValue = 360    Suffix = " s"  }  { btnQuit Button    Move(336,112,96,24)    Text = ("Quit")    Cancel = True  }  { Label3 Label    Move(8,8,392,24)    Text = ("Let's use KDE scripting to change wallpaper !")  }  { timChange #Timer    #X = 376    #Y = 8    Delay = 5000  }}

⌨️ 快捷键说明

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