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

📄 win1.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ win1 Form  Move(335,243,480,47)  Text = ("Blinkenlights")  Icon = Picture["blon.xpm"]  Border = Window.Fixed  { l1 PictureBox    Move(0,0,60,48)    Picture = Picture["bloff.xpm"]  }  { l2 PictureBox    Move(60,0,60,48)    Picture = Picture["bloff.xpm"]  }  { l3 PictureBox    Move(120,0,60,48)    Picture = Picture["bloff.xpm"]  }  { l4 PictureBox    Move(180,0,60,48)    Picture = Picture["bloff.xpm"]  }  { l5 PictureBox    Move(240,0,60,48)    Picture = Picture["bloff.xpm"]  }  { l6 PictureBox    Move(300,0,60,48)    Picture = Picture["bloff.xpm"]  }  { l7 PictureBox    Move(360,0,60,48)    Picture = Picture["bloff.xpm"]  }  { l8 PictureBox    Move(420,0,60,48)    Picture = Picture["blon.xpm"]  }  { Timer1 #Timer    #X = 397    #Y = 24    Enabled = True    Delay = 200  }}

⌨️ 快捷键说明

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