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

📄 fotos.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ fotos Form  Move(381,68,397,400)  Text = ("")  Border = Window.Fixed  { Button1 Button    Move(8,160,45,45)    Text = ("")    Picture = Picture["imagenes/an1.gif"]  }  { Button2 Button    Move(56,160,45,45)    Text = ("")    Picture = Picture["imagenes/an11.gif"]  }  { Button3 Button    Move(104,160,45,45)    Text = ("")    Picture = Picture["imagenes/an12.gif"]  }  { Button4 Button    Move(152,160,45,45)    Text = ("")    Picture = Picture["imagenes/an13.gif"]  }  { Button5 Button    Move(200,160,45,45)    Text = ("")    Picture = Picture["imagenes/an14.gif"]  }  { Button6 Button    Move(248,160,45,45)    Text = ("")    Picture = Picture["imagenes/an15.gif"]  }  { Button7 Button    Move(296,160,45,45)    Text = ("")    Picture = Picture["imagenes/an16.gif"]  }  { Button8 Button    Move(344,160,45,45)    Text = ("")    Picture = Picture["imagenes/an17.gif"]  }  { Button9 Button    Move(200,208,45,45)    Text = ("")    Picture = Picture["imagenes/an21.gif"]  }  { Button10 Button    Move(152,208,45,45)    Text = ("")    Picture = Picture["imagenes/an20.gif"]  }  { Button11 Button    Move(104,208,45,45)    Text = ("")    Picture = Picture["imagenes/an2.gif"]  }  { Button12 Button    Move(56,208,45,45)    Text = ("")    Picture = Picture["imagenes/an19.gif"]  }  { Button13 Button    Move(8,208,45,45)    Text = ("")    Picture = Picture["imagenes/an18.gif"]  }  { Button14 Button    Move(248,208,45,45)    Text = ("")    Picture = Picture["imagenes/an22.gif"]  }  { Button15 Button    Move(296,208,45,45)    Text = ("")    Picture = Picture["imagenes/an23.gif"]  }  { Button16 Button    Move(344,208,45,45)    Text = ("")    Picture = Picture["imagenes/an24.gif"]  }  { Button17 Button    Move(200,256,45,45)    Text = ("")    Picture = Picture["imagenes/an29.gif"]  }  { Button18 Button    Move(152,256,45,45)    Text = ("")    Picture = Picture["imagenes/an28.gif"]  }  { Button19 Button    Move(104,256,45,45)    Text = ("")    Picture = Picture["imagenes/an27.gif"]  }  { Button20 Button    Move(56,256,45,45)    Text = ("")    Picture = Picture["imagenes/an26.gif"]  }  { Button21 Button    Move(8,256,45,45)    Text = ("")    Picture = Picture["imagenes/an25.gif"]  }  { Button22 Button    Move(248,256,45,45)    Text = ("")    Picture = Picture["imagenes/an3.gif"]  }  { Button23 Button    Move(296,256,45,45)    Text = ("")    Picture = Picture["imagenes/an30.gif"]  }  { Button24 Button    Move(344,256,45,45)    Text = ("")    Picture = Picture["imagenes/an31.gif"]  }  { Button25 Button    Move(200,304,45,45)    Text = ("")    Picture = Picture["imagenes/an36.gif"]  }  { Button26 Button    Move(152,304,45,45)    Text = ("")    Picture = Picture["imagenes/an35.gif"]  }  { Button27 Button    Move(104,304,45,45)    Text = ("")    Picture = Picture["imagenes/an34.gif"]  }  { Button28 Button    Move(56,304,45,45)    Text = ("")    Picture = Picture["imagenes/an33.gif"]  }  { Button29 Button    Move(8,304,45,45)    Text = ("")    Picture = Picture["imagenes/an32.gif"]  }  { Button30 Button    Move(248,304,45,45)    Text = ("")    Picture = Picture["imagenes/an37.gif"]  }  { Button31 Button    Move(296,304,45,45)    Text = ("")    Picture = Picture["imagenes/an38.gif"]  }  { Button32 Button    Move(344,304,45,45)    Text = ("")    Picture = Picture["imagenes/an39.gif"]  }  { Button33 Button    Move(200,352,45,45)    Text = ("")    Picture = Picture["imagenes/an7.gif"]  }  { Button34 Button    Move(152,352,45,45)    Text = ("")    Picture = Picture["imagenes/an6.gif"]  }  { Button35 Button    Move(104,352,45,45)    Text = ("")    Picture = Picture["imagenes/an5.gif"]  }  { Button36 Button    Move(56,352,45,45)    Text = ("")    Picture = Picture["imagenes/an40.gif"]  }  { Button37 Button    Move(8,352,45,45)    Text = ("")    Picture = Picture["imagenes/an4.gif"]  }  { Button38 Button    Move(248,352,45,45)    Text = ("")    Picture = Picture["imagenes/an8.gif"]  }  { Button39 Button    Move(296,352,45,45)    Text = ("")    Picture = Picture["imagenes/an9.gif"]  }  { Button40 Button    Move(344,352,45,45)    Text = ("")    Picture = Picture["imagenes/an10.gif"]  }  { Label1 Label    Move(8,8,376,144)    Text = ("Estimados amigos, este formulario cumple la única función de\n cargar en 40 botones, las imágenes de las caritas que servirán \npara el juego, es posible que exista una  mejor manera de \nhacer esto, por eso... escucho sugerencias, posteriormente \nen el código se crea un array de objetos a fin de referencialos \ncomo botoncito[i].Picture y  copiar este atributo en particular al \ntablero de juego. Att: Jairo Alonso Badillo\n jbadbe@gmail.com")  }}

⌨️ 快捷键说明

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