50 lines
1.1 KiB
Text
50 lines
1.1 KiB
Text
# Gambas Form File 3.0
|
|
|
|
{ Form Form
|
|
MoveScaled(0,0,77,29)
|
|
Mouse = Cursor.Pointing
|
|
Drop = True
|
|
Text = ("📽️ SoundClouding")
|
|
Icon = Picture["icono.png"]
|
|
Resizable = False
|
|
{ txtURL TextBox
|
|
MoveScaled(1,5,74,4)
|
|
ToolTip = ("Arrastre aquí la URL de SoundCloud")
|
|
}
|
|
{ LabelURL Label
|
|
MoveScaled(1,1,74,4)
|
|
Text = ("Arrastre la URL o corte y pegue en el recuadro de texto:")
|
|
}
|
|
{ botonDescargar ToolButton
|
|
MoveScaled(57,11,18,8)
|
|
Font = Font["Bold"]
|
|
ToolTip = ("Descargar Música")
|
|
Text = ("Descargar")
|
|
Picture = Picture["icono.png"]
|
|
Border = True
|
|
}
|
|
{ Giro Spinner
|
|
MoveScaled(48,11,8,8)
|
|
Visible = False
|
|
}
|
|
{ labelProcesando Label
|
|
MoveScaled(2,11,45,8)
|
|
Alignment = Align.TopLeft
|
|
}
|
|
{ chkMusica CheckBox
|
|
MoveScaled(2,16,45,4)
|
|
Text = ("Extraer sólo la Música/Audio de la descarga")
|
|
}
|
|
{ txtGira Label
|
|
MoveScaled(48,11,8,8)
|
|
Visible = False
|
|
Font = Font["Bold,+4"]
|
|
Foreground = Color.Red
|
|
Alignment = Align.Center
|
|
Text = ("|")
|
|
}
|
|
{ txtSalida Label
|
|
MoveScaled(1,22,74,6)
|
|
Border = Border.Plain
|
|
}
|
|
}
|