vimus/.src/FMain.form

36 lines
764 B
Plaintext

# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,177,89)
Background = Color.Black
Mouse = Cursor.None
Icon = Picture["icon2048.png"]
FullScreen = True
Arrangement = Arrange.Fill
Centered = True
{ MainPanel Panel
MoveScaled(0,8,177,73)
{ CoverPic PictureBox
MoveScaled(60.4286,0,56,56)
Picture = Picture.Load("icon:/256/audio")
Stretch = True
}
{ TitleLabel Label
MoveScaled(0,58,177,9)
Font = Font["Bold,+6"]
Alignment = Align.Center
Text = ("No title")
}
{ ArtistLabel Label
MoveScaled(0,67,177,6)
Font = Font["+2"]
Alignment = Align.Center
Text = ("No artist · No album (No year)")
}
}
{ Timer1 #Timer
#MoveScaled(1,1)
Delay = 1
}
}