vimus/.src/FMain.form

32 lines
707 B
Plaintext

# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,148,89)
Background = Color.Black
FullScreen = True
{ MainPanel Panel
MoveScaled(17.5714,15.5714,112.8571,57.8571)
{ ArtistLabel Label
MoveScaled(0.4286,51,112,6)
Font = Font["+2"]
Alignment = Align.Center
Text = ("No artist · No album (No year)")
}
{ TitleLabel Label
MoveScaled(3.4286,40,106,10)
Font = Font["Bold,+6"]
Alignment = Align.Center
Text = ("No title")
}
{ CoverPic PictureBox
MoveScaled(38.1429,0,36.5714,36.5714)
Picture = Picture.Load("icon:/256/audio")
Stretch = True
}
}
{ Timer1 #Timer
#MoveScaled(139,2)
Delay = 1
}
}