gambas-source-code/app/examples/Basic/Timer/.src/FOtherTimer.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

40 lines
856 B
Text

# Gambas Form File 3.0
{ Form Form
MoveScaled(52.7143,62.4286,32,18)
Background = &HB1C00E&
Text = ("Other Example")
Icon = Picture["timer.png"]
Resizable = False
{ Button1 Button
MoveScaled(17,11,11,5)
Font = Font["14"]
Background = &H4BC021&
Text = ("Start")
}
{ vbSeconds ValueBox
MoveScaled(10,11,6,5)
Font = Font["18"]
Background = &H93B8B0&
Value = "3"
}
{ TextLabel2 TextLabel
MoveScaled(7,11,3,4)
Font = Font["Adobe Courier,18,Bold"]
Text = (":")
Alignment = Align.Center
}
{ vbMinutes ValueBox
MoveScaled(1,11,6,5)
Font = Font["18"]
Background = &H93B8B0&
Value = "0"
}
{ TextLabel1 TextLabel
MoveScaled(1,1,29,9)
Text = ("Another timer example by <b>Maxim Lapis</b> &lt;maxim_lapis@web.de&gt;")
}
{ Timer1 #Timer
#MoveScaled(23,2)
}
}