-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChatFMX.Frame.Attachment.Album.fmx
133 lines (133 loc) · 4.56 KB
/
ChatFMX.Frame.Attachment.Album.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
inherited FrameAttachmentAlbum: TFrameAttachmentAlbum
Size.Width = 320.000000000000000000
Size.Height = 240.000000000000000000
OnResize = FrameResize
object Rectangle1: TRectangle
Align = Contents
Fill.Color = xFF4C4C4C
Size.Width = 320.000000000000000000
Size.Height = 240.000000000000000000
Size.PlatformDefault = False
end
object Image: TImage
MultiResBitmap = <
item
end>
Align = Client
Size.Width = 320.000000000000000000
Size.Height = 240.000000000000000000
Size.PlatformDefault = False
WrapMode = Stretch
OnClick = ImageClick
OnMouseEnter = ImageMouseEnter
OnMouseLeave = ImageMouseLeave
object LayoutDescription: TLayout
Align = Client
ClipChildren = True
Size.Width = 320.000000000000000000
Size.Height = 240.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object LayoutDescAni: TLayout
Align = MostBottom
Padding.Left = 12.000000000000000000
Padding.Top = 9.000000000000000000
Padding.Right = 12.000000000000000000
Padding.Bottom = 4.000000000000000000
Margins.Bottom = -64.000000000000000000
Position.Y = 240.000000000000000000
Size.Width = 320.000000000000000000
Size.Height = 64.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object Rectangle3: TRectangle
Align = Contents
Fill.Color = x78000000
HitTest = False
Size.Width = 320.000000000000000000
Size.Height = 64.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
end
object LabelDesc: TLabel
Align = Top
AutoSize = True
StyledSettings = [Style]
Position.X = 12.000000000000000000
Position.Y = 9.000000000000000000
Size.Width = 296.000000000000000000
Size.Height = 16.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Roboto'
TextSettings.Font.Size = 12.500000000000000000
TextSettings.FontColor = claWhite
Text = #1054#1087#1080#1089#1072#1085#1080#1077
TabOrder = 0
end
end
object LayoutTitle: TLayout
Align = Bottom
Padding.Left = 12.000000000000000000
Padding.Top = 35.000000000000000000
Padding.Right = 12.000000000000000000
Padding.Bottom = 9.000000000000000000
Position.Y = 181.000000000000000000
Size.Width = 320.000000000000000000
Size.Height = 59.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
object Rectangle2: TRectangle
Align = Contents
Fill.Kind = Gradient
Fill.Gradient.Points = <
item
Color = x78000000
Offset = 0.285714298486709600
end
item
Color = claNull
Offset = 1.000000000000000000
end>
Fill.Gradient.StartPosition.X = 0.500000000000000000
Fill.Gradient.StartPosition.Y = 1.000000000000000000
Fill.Gradient.StopPosition.X = 0.499999970197677600
Fill.Gradient.StopPosition.Y = 0.000000000000000000
HitTest = False
Size.Width = 320.000000000000000000
Size.Height = 59.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
end
object LabelTitle: TLabel
Align = Client
StyledSettings = []
Size.Width = 273.000000000000000000
Size.Height = 15.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Roboto'
TextSettings.Font.Size = 12.500000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = claWhite
Text = #1053#1072#1079#1074#1072#1085#1080#1077' '#1072#1083#1100#1073#1086#1084#1072
TabOrder = 1
end
object LabelCount: TLabel
Align = Right
AutoSize = True
StyledSettings = [Style]
Position.X = 285.000000000000000000
Position.Y = 35.000000000000000000
Size.Width = 23.000000000000000000
Size.Height = 15.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Roboto'
TextSettings.Font.Size = 13.500000000000000000
TextSettings.FontColor = claWhite
TextSettings.WordWrap = False
Text = '140'
TabOrder = 0
end
end
end
end
end