c6a9cd69c2
* NEW: Add examples again. I hope correctly this time. git-svn-id: svn://localhost/gambas/trunk@6726 867c0c6c-44f3-4631-809d-bfa615b0a4ec
19 lines
357 B
Text
19 lines
357 B
Text
# Gambas Form File 3.0
|
|
|
|
{ Form Form
|
|
MoveScaled(51.6667,32.1667,54,26)
|
|
Text = ("About DeepSpace")
|
|
Resizable = False
|
|
{ lblInfo TextLabel
|
|
MoveScaled(1,1,35,19)
|
|
Text = ("")
|
|
}
|
|
{ cmdOK Button
|
|
MoveScaled(19,21,13,4)
|
|
Text = ("&OK")
|
|
}
|
|
{ pbIcon PictureBox
|
|
MoveScaled(36,1,17,16)
|
|
Picture = Picture["images/deepspace.png"]
|
|
}
|
|
}
|