c6a9cd69c2
* NEW: Add examples again. I hope correctly this time. git-svn-id: svn://localhost/gambas/trunk@6726 867c0c6c-44f3-4631-809d-bfa615b0a4ec
32 lines
605 B
Text
32 lines
605 B
Text
# Gambas Form File 3.0
|
|
|
|
{ Form Form
|
|
MoveScaled(0,0,43,30)
|
|
Resizable = False
|
|
Utility = True
|
|
SkipTaskbar = True
|
|
{ Label1 Label
|
|
MoveScaled(1,3,42,4)
|
|
Text = ("Label1")
|
|
Alignment = Align.Center
|
|
}
|
|
{ Label2 Label
|
|
MoveScaled(1,8,42,4)
|
|
Text = ("Provided under GPL License")
|
|
Alignment = Align.Center
|
|
}
|
|
{ Label3 Label
|
|
MoveScaled(1,12,42,4)
|
|
Text = ("by")
|
|
Alignment = Align.Center
|
|
}
|
|
{ Label4 Label
|
|
MoveScaled(1,16,42,4)
|
|
Text = ("Claus Dietrich")
|
|
Alignment = Align.Center
|
|
}
|
|
{ Button1 Button
|
|
MoveScaled(26,24,15,4)
|
|
Text = ("Close")
|
|
}
|
|
}
|