-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTransitionSelect.fmx
161 lines (161 loc) · 4.42 KB
/
TransitionSelect.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
object transForm: TtransForm
Left = 0
Top = 0
Caption = 'Form2'
ClientHeight = 125
ClientWidth = 317
Position = MainFormCenter
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object FloatAnimation1: TFloatAnimation
Duration = 0.200000002980232200
StartValue = 0.000000000000000000
StopValue = 0.000000000000000000
end
object GridPanelLayout1: TGridPanelLayout
Align = Top
ClipChildren = True
EnableDragHighlight = False
Margins.Left = 2.000000000000000000
Margins.Top = 2.000000000000000000
Margins.Right = 2.000000000000000000
Margins.Bottom = 2.000000000000000000
Position.X = 2.000000000000000000
Position.Y = 2.000000000000000000
Size.Width = 313.000000000000000000
Size.Height = 65.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
ColumnCollection = <
item
Value = 50.000000000000000000
end
item
Value = 50.000000000000000000
end>
ControlCollection = <
item
Column = 0
Control = Label1
Row = 0
end
item
Column = 1
Control = easeBox
Row = 0
end
item
Column = 0
Control = Label2
Row = 1
end
item
Column = 1
Control = interpolationBox
Row = 1
end>
RowCollection = <
item
SizeStyle = Absolute
Value = 25.000000000000000000
end
item
SizeStyle = Absolute
Value = 25.000000000000000000
end>
object Label1: TLabel
Align = Client
StyledSettings = [Family, Style, FontColor]
Margins.Left = 1.000000000000000000
Margins.Top = 1.000000000000000000
Margins.Right = 1.000000000000000000
Margins.Bottom = 1.000000000000000000
Size.Width = 154.500000000000000000
Size.Height = 23.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 14.000000000000000000
Text = 'Easing Type'
TabOrder = 1
end
object easeBox: TComboBox
Align = Client
Items.Strings = (
'In'
'InOut'
'Out'
'OutIn')
ItemIndex = 0
Margins.Left = 1.000000000000000000
Margins.Top = 1.000000000000000000
Margins.Right = 1.000000000000000000
Margins.Bottom = 1.000000000000000000
Size.Width = 154.500000000000000000
Size.Height = 23.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
end
object Label2: TLabel
Align = Client
StyledSettings = [Family, Style, FontColor]
Margins.Left = 1.000000000000000000
Margins.Top = 1.000000000000000000
Margins.Right = 1.000000000000000000
Margins.Bottom = 1.000000000000000000
Size.Width = 154.500000000000000000
Size.Height = 23.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 14.000000000000000000
Text = 'Interpolation'
TabOrder = 0
end
object interpolationBox: TComboBox
Align = Client
Items.Strings = (
'Linear'
'Quadratic'
'Cubic'
'Quartic'
'Quintic'
'Sine'
'Exponential'
'Circular'
'Elastic'
'Back '
'Bounce ')
ItemIndex = 0
Margins.Left = 1.000000000000000000
Margins.Top = 1.000000000000000000
Margins.Right = 1.000000000000000000
Margins.Bottom = 1.000000000000000000
Size.Width = 154.500000000000000000
Size.Height = 23.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
end
end
object CornerButton1: TCornerButton
Anchors = [akRight, akBottom]
ModalResult = 2
Position.X = 228.000000000000000000
Position.Y = 95.000000000000000000
Sides = [Top, Left, Bottom, Right]
TabOrder = 3
Text = 'Cancel'
XRadius = 3.000000000000000000
YRadius = 3.000000000000000000
end
object CornerButton2: TCornerButton
Anchors = [akRight, akBottom]
ModalResult = 1
Position.X = 140.000000000000000000
Position.Y = 95.000000000000000000
Sides = [Top, Left, Bottom, Right]
TabOrder = 2
Text = 'Done'
XRadius = 3.000000000000000000
YRadius = 3.000000000000000000
OnClick = CornerButton2Click
end
end