-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFrame.fmx
More file actions
94 lines (94 loc) · 2.99 KB
/
Frame.fmx
File metadata and controls
94 lines (94 loc) · 2.99 KB
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
object Frame1: TFrame1
Align = alClient
Height = 480.000000000000000000
Width = 320.000000000000000000
object BackRectangle: TRectangle
Align = alClient
Fill.Color = claBlack
Height = 480.000000000000000000
Opacity = 0.500000000000000000
Stroke.Kind = bkNone
Width = 320.000000000000000000
end
object MainRectangle: TRectangle
Align = alCenter
Height = 143.000000000000000000
Stroke.Color = claNavy
Stroke.Thickness = 5.000000000000000000
XRadius = 12.000000000000000000
YRadius = 12.000000000000000000
Width = 277.000000000000000000
object MainLayout: TLayout
Align = alClient
Height = 133.000000000000000000
Margins.Left = 5.000000000000000000
Margins.Top = 5.000000000000000000
Margins.Right = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Width = 267.000000000000000000
object TopToolBar: TToolBar
Height = 44.000000000000000000
Margins.Left = 3.000000000000000000
Margins.Top = 3.000000000000000000
Margins.Right = 3.000000000000000000
Position.X = 3.000000000000000000
Position.Y = 3.000000000000000000
TabOrder = 0
Width = 261.000000000000000000
object CaptionLabel: TLabel
Align = alClient
Height = 44.000000000000000000
StyleLookup = 'toollabel'
TextAlign = taCenter
Width = 261.000000000000000000
Trimming = ttCharacter
end
object CancelButton: TButton
Anchors = [akTop, akRight]
Height = 31.000000000000000000
ModalResult = 2
Position.X = 195.000000000000000000
Position.Y = 6.000000000000000000
StyleLookup = 'toolbutton'
TabOrder = 1
Text = 'Cancel'
Trimming = ttCharacter
Width = 60.000000000000000000
end
object OkButton: TButton
Height = 31.000000000000000000
ModalResult = 1
Position.X = 6.000000000000000000
Position.Y = 6.000000000000000000
StyleLookup = 'toolbutton'
TabOrder = 2
Text = 'Ok'
Trimming = ttCharacter
Width = 60.000000000000000000
end
end
object Label1: TLabel
Align = alCenter
AutoSize = True
Height = 19.000000000000000000
Text = 'Message Test'
TextAlign = taCenter
Width = 73.000000000000000000
WordWrap = False
end
end
object PosXAni: TFloatAnimation
Duration = 0.200000002980232200
PropertyName = 'Position.X'
StartValue = 0.000000000000000000
StopValue = 0.000000000000000000
end
object MainShadowEffect: TShadowEffect
Distance = 3.000000000000000000
Direction = 45.000000000000000000
Softness = 1.000000000000000000
Opacity = 0.600000023841857900
ShadowColor = claWhite
end
end
end