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

📄 principal.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ principal Form  Move(412,35,340,497)  Mouse = Mouse.Pointing  Text = ("Enjoy Open Source!")  Border = Window.Fixed  { mnuConfiguracion Menu    Text = ("&Configuración")    { mnuConfiguracionNuevoJuego Menu      Text = ("&Nuevo Juego")      Shortcut = "F2"    }    { mnuConfiguracionMejorPuntaje Menu      Text = ("&Mejores Puntajes")      Shortcut = "F3"    }    { mnuConfiguracionNivel Menu      Text = ("Nivel")      { mnuConfigNivelPrinci Menu nivel        Text = ("&Principiante")        Checked = True        Tag = "p"        Shortcut = "Ctrl+Alt+P"      }      { mnuConfigNivelMedio Menu nivel        Text = ("M&edio")        Tag = "m"        Shortcut = "Ctrl+Alt+M"      }      { mnuConfigNivelExp Menu nivel        Text = ("E&xperto")        Tag = "e"        Shortcut = "Ctrl+Alt+X"      }    }    { mnuConfiguracionSonido Menu      Text = ("&Sonido")      Checked = True      Shortcut = "Ctrl+Alt+R"    }    { mnuSep Menu      Text = ("")      Tag = "-"    }    { mnuConfiguracionSalir Menu      Text = ("&Salir")    }  }  { mnuAyuda Menu    Text = ("&Ayuda")    { mnuAyudaAcerca Menu      Text = ("A&cerca de")    }    { mnuAyudaInstr Menu      Text = ("&Instrucciones")    }  }  { Menu1 Menu    Text = ("")  }  { PictureBox1 PictureBox    Move(0,0,344,472)    Mouse = Mouse.Arrow    Picture = Picture["imagenes/tierra3.jpg"]  }  { Button49 Button grupobotones    Move(16,472,45,45)    Visible = False    Tag = "48"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Button50 Button grupobotones    Move(64,472,45,45)    Visible = False    Tag = "49"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Button51 Button grupobotones    Move(112,472,45,45)    Visible = False    Tag = "50"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Button52 Button grupobotones    Move(160,472,45,45)    Visible = False    Tag = "51"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Button53 Button grupobotones    Move(208,472,45,45)    Visible = False    Tag = "52"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Button54 Button grupobotones    Move(256,472,45,45)    Visible = False    Tag = "53"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Button55 Button grupobotones    Move(16,520,45,45)    Visible = False    Tag = "54"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Button56 Button grupobotones    Move(64,520,45,45)    Visible = False    Tag = "55"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Button57 Button grupobotones    Move(112,520,45,45)    Visible = False    Tag = "56"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Button58 Button grupobotones    Move(160,520,45,45)    Visible = False    Tag = "57"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Button59 Button grupobotones    Move(208,520,45,45)    Visible = False    Tag = "58"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Button60 Button grupobotones    Move(256,520,45,45)    Visible = False    Tag = "59"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Button61 Button grupobotones    Move(16,568,45,45)    Visible = False    Tag = "60"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Button62 Button grupobotones    Move(64,568,45,45)    Visible = False    Tag = "61"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Button63 Button grupobotones    Move(112,568,45,45)    Visible = False    Tag = "62"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Button64 Button grupobotones    Move(160,568,45,45)    Visible = False    Tag = "63"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Label1 Label    Move(8,8,88,24)    Background = &H000000&    Foreground = &HFFFFFF&    Text = ("Jugadas: ")    Alignment = Align.Left  }  { Label2 Label    Move(8,32,88,24)    Background = &H000000&    Foreground = &HFFFFFF&    Text = ("Tiempo: ")  }  { Label5 Label    Move(8,448,320,16)    Font = Font["10"]    Background = &H000000&    Foreground = &HFFFFFF&    Text = ("PULSE F4 PARA COMENZAR LA MISION")    Alignment = Align.TopLeft  }  { btnInicial Button    Move(144,224,45,45)    Visible = False    Tag = "0"    Text = ("")    Picture = Picture["imagenes/inter.jpg"]  }  { Timer1 #Timer    #X = 304    #Y = 296    Delay = 500  }  { Timer2 #Timer    #X = 304    #Y = 344  }  { lblTiempo Label    Move(88,32,32,24)    Background = &H000000&    Foreground = &HFFFFFF&    Text = ("0")    Alignment = Align.Right  }  { lblJugadas Label    Move(88,8,32,24)    Background = &H000000&    Foreground = &HFFFFFF&    Text = ("0")    Alignment = Align.Right  }}

⌨️ 快捷键说明

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