Add(ProgressBar,2,308,175) { left=0 top=0 width=500 height=14 Position=0 Max=100 } Add(Counter,3,175,175) { min=0 max=100 def=0 step=1 link(onCounter,7:doWork) } Add(Timer,4,105,175) { Interval=1000 AutoStop=0 link(onTimer,3:doNext) } Add(Button,5,35,182) { left=35 top=182 width=45 height=24 caption=Push data= link(onClick,4:doTimer) } Add(Label,6,308,252) { left=294 top=20 width=50 height=14 caption=Label } Add(Hub,7,231,189) { link(onEvent1,2:doPosition) link(onEvent2,6:doCaption) }