-
Notifications
You must be signed in to change notification settings - Fork 7
/
ChatFMX.Frame.Attachment.Story.fmx
120 lines (120 loc) · 3.92 KB
/
ChatFMX.Frame.Attachment.Story.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
inherited FrameAttachmentStory: TFrameAttachmentStory
Margins.Top = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Size.Width = 415.000000000000000000
Size.Height = 100.000000000000000000
object Rectangle1: TRectangle
Align = Contents
Fill.Color = xFF222222
HitTest = False
Size.Width = 415.000000000000000000
Size.Height = 100.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
end
object LayoutText: TLayout
Align = Client
Padding.Left = 15.000000000000000000
Padding.Top = 11.000000000000000000
Padding.Right = 15.000000000000000000
Padding.Bottom = 11.000000000000000000
Size.Width = 315.000000000000000000
Size.Height = 100.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object RectangleBG: TRectangle
Align = Contents
Corners = [TopRight, BottomRight]
Fill.Color = x0AFFFFFF
HitTest = False
Size.Width = 315.000000000000000000
Size.Height = 100.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
XRadius = 2.000000000000000000
YRadius = 2.000000000000000000
end
object LabelTitle: TLabel
Align = Top
StyledSettings = []
HitTest = True
Margins.Bottom = 2.000000000000000000
Position.X = 15.000000000000000000
Position.Y = 11.000000000000000000
Size.Width = 285.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Roboto'
TextSettings.Font.Size = 12.500000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = xFF71AAEB
TextSettings.WordWrap = False
Text = #1048#1089#1090#1086#1088#1080#1103' '#1086#1090' '#1055#1086#1083#1100#1079#1086#1074#1072#1090#1077#1083#1103
TabOrder = 2
end
object LabelDate: TLabel
Align = Top
StyledSettings = [Style]
Margins.Top = 5.000000000000000000
Position.X = 15.000000000000000000
Position.Y = 35.000000000000000000
Size.Width = 285.000000000000000000
Size.Height = 20.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Roboto'
TextSettings.Font.Size = 13.000000000000000000
TextSettings.FontColor = xFF828282
TextSettings.VertAlign = Leading
Text = '5 '#1072#1074#1075' 2020'
TabOrder = 1
end
object LayoutButtons: TLayout
Align = Bottom
Margins.Top = 11.000000000000000000
Position.X = 15.000000000000000000
Position.Y = 59.000000000000000000
Size.Width = 285.000000000000000000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
object ButtonOpen: TButton
Tag = 15
Align = Left
StyledSettings = [Family, FontColor]
Size.Width = 103.000000000000000000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'button_simple'
TabOrder = 6
Text = #1055#1086#1089#1084#1086#1090#1088#1077#1090#1100
TextSettings.Font.Family = 'Roboto'
TextSettings.Font.Size = 12.500000000000000000
TextSettings.FontColor = xFF222222
end
end
end
object RectangleImage: TRectangle
Align = Left
Corners = [TopLeft, BottomLeft]
Fill.Bitmap.WrapMode = TileOriginal
Fill.Kind = Bitmap
Size.Width = 100.000000000000000000
Size.Height = 100.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
XRadius = 2.000000000000000000
YRadius = 2.000000000000000000
end
object RectangleFrame: TRectangle
Align = Contents
Fill.Kind = None
HitTest = False
Size.Width = 415.000000000000000000
Size.Height = 100.000000000000000000
Size.PlatformDefault = False
Stroke.Color = x29FFFFFF
Visible = False
XRadius = 2.000000000000000000
YRadius = 2.000000000000000000
end
end