Page History
...
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_FORM) Clientheight(349) Clientwidth(576) Height(388) Width(592) Left(218) Top(203) Theme(#SYS_THEME<2015Orange>)
Define_Com Class(#PRIM_VS.Style) Name(#Style1) Backgroundbrush(#Brush1) Cursor(Hand)
Define_Com Class(#PRIM_VS.SolidBrush) Name(#Brush1) Color(Theme500)
Define_Com Class(#PRIM_VS.Style) Name(#Style2) Backgroundbrush(#Brush2)
Define_Com Class(#PRIM_VS.SolidBrush) Name(#Brush2) Color(Theme100)
Define_Com Class(#PRIM_labl) Name(#Label) Displayposition(1) Left(248) Parent(#COM_OWNER) Tabposition(1) Top(112) Tabstop(False) Height(65) Width(105) Alignment(Center) Verticalalignment(Center) Style(#Style1) Opacity(0)
Define_Com Class(#PRIM_LABL) Name(#Label1) Caption('Click') Displayposition(2) Ellipses(Word) Height(141) Left(208) Parent(#COM_OWNER) Tabposition(2) Tabstop(False) Top(76) Verticalalignment(Center) Width(184) Alignment(Center) Style(#Style2)
Define_Com Class(#prim_anim) Name(#Animation)
Define_Com Class(#prim_anim.Opacity) Name(#Animation1) Parent(#Animation) Manage(#Label) Duration(3000) Opacity(100)
Evtroutine Handling(#Label.Click)
#Animation.Start
Endroutine
End_Com
Properties
...