-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
fSceneRoot.fmx
36 lines (36 loc) · 1.13 KB
/
fSceneRoot.fmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
object frmSceneRoot: TfrmSceneRoot
Size.Width = 344.000000000000000000
Size.Height = 376.000000000000000000
Size.PlatformDefault = False
object btnMenu: TButton
Align = Bottom
Margins.Left = 20.000000000000000000
Margins.Top = 10.000000000000000000
Margins.Right = 20.000000000000000000
Margins.Bottom = 10.000000000000000000
Position.X = 20.000000000000000000
Position.Y = 316.000000000000000000
Size.Width = 304.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'MenuButtonStyle'
TabOrder = 0
Text = 'Home'
OnClick = btnMenuClick
end
object aniShowScene: TFloatAnimation
Duration = 0.500000000000000000
OnFinish = aniShowSceneFinish
PropertyName = 'Position.Y'
StartValue = 0.000000000000000000
StartFromCurrent = True
StopValue = 0.000000000000000000
end
object aniHideScene: TFloatAnimation
Duration = 0.500000000000000000
OnFinish = aniHideSceneFinish
PropertyName = 'Position.Y'
StartValue = 0.000000000000000000
StopValue = 0.000000000000000000
end
end