Pridan FullScreen mod

This commit is contained in:
Tomas Suchan 2011-09-27 01:06:08 +02:00
parent ac93644b9c
commit d2d329fabd
5 changed files with 85 additions and 10 deletions

16
Form1.form Normal file
View file

@ -0,0 +1,16 @@
# Gambas Form File 2.0
{ Form Form
MoveScaled(0,0,37,35)
Background = &H000000&
Mouse = Mouse.Blank
Text = ("")
Border = Window.None
FullScreen = True
{ PictureBox1 PictureBox
MoveScaled(0,0,34,31)
Mouse = Mouse.Blank
Stretch = True
Alignment = Align.Center
}
}