gambas-source-code/app/examples/Basic/Blights/.src/win1.form
Benoît Minisini c6a9cd69c2 [EXAMPLES]
* NEW: Add examples again. I hope correctly this time.


git-svn-id: svn://localhost/gambas/trunk@6726 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-12-12 19:58:52 +00:00

53 lines
1.1 KiB
Text

# Gambas Form File 3.0
{ Form Form
MoveScaled(20,29.5714,65,7)
Text = ("Blinkenlights")
Icon = Picture["blon.xpm"]
Resizable = False
Arrangement = Arrange.Horizontal
{ l1 PictureBox
MoveScaled(0,0,7,7)
Picture = Picture["bloff.xpm"]
Alignment = Align.Center
}
{ l2 PictureBox
MoveScaled(7,0,7,7)
Picture = Picture["bloff.xpm"]
Alignment = Align.Center
}
{ l3 PictureBox
MoveScaled(14,0,7,7)
Picture = Picture["bloff.xpm"]
Alignment = Align.Center
}
{ l4 PictureBox
MoveScaled(21,0,7,7)
Picture = Picture["bloff.xpm"]
Alignment = Align.Center
}
{ l5 PictureBox
MoveScaled(28,0,7,7)
Picture = Picture["bloff.xpm"]
Alignment = Align.Center
}
{ l6 PictureBox
MoveScaled(35,0,7,7)
Picture = Picture["bloff.xpm"]
Alignment = Align.Center
}
{ l7 PictureBox
MoveScaled(42,0,7,7)
Picture = Picture["bloff.xpm"]
Alignment = Align.Center
}
{ l8 PictureBox
MoveScaled(49,0,7,7)
Picture = Picture["blon.xpm"]
Alignment = Align.Center
}
{ Timer1 #Timer
Enabled = True
Delay = 200
}
}