ratbox/.src/Form1.form
2012-09-15 14:55:59 +02:00

24 lines
No EOL
469 B
Text

# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,149,64)
Background = &H000000&
Mouse = Mouse.Blank
Border = False
FullScreen = True
{ PictureBox1 PictureBox
MoveScaled(2,2,34,31)
Mouse = Mouse.Blank
Stretch = True
Alignment = Align.Center
}
{ Label1 Label
MoveScaled(1,1,60,3)
Font = Font["-1"]
Foreground = &HE0E0E0&
}
{ Label2 Label
MoveScaled(62,1,45,3)
Font = Font["-1"]
Foreground = &HE0E0E0&
}
}