gambas-source-code/app/examples/Control/ArrayOfControls/.src/FMain.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

25 lines
498 B
Text

# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,32,61)
Background = &H525252&
Icon = Picture["Phone,.png"]
Resizable = False
Utility = True
{ tbNumber TextBox
MoveScaled(3,5,26,6)
Font = Font["Bold,+4"]
Background = &HBBBFB7&
Alignment = Align.Right
ReadOnly = True
}
{ btnDial Button
MoveScaled(3,15,12,6)
ToolTip = ("Dial")
Picture = Picture["green.png"]
}
{ btnClose Button
MoveScaled(17,15,12,6)
Picture = Picture["red.png"]
}
}