-
Notifications
You must be signed in to change notification settings - Fork 7
/
ChatFMX.Frame.Attachment.Money.fmx
118 lines (118 loc) · 3.9 KB
/
ChatFMX.Frame.Attachment.Money.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
inherited FrameAttachmentMoney: TFrameAttachmentMoney
Margins.Top = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Size.Width = 415.000000000000000000
Size.Height = 120.000000000000000000
object Rectangle1: TRectangle
Align = Contents
Fill.Color = xFF222222
HitTest = False
Size.Width = 415.000000000000000000
Size.Height = 120.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 = 295.000000000000000000
Size.Height = 120.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object RectangleBG: TRectangle
Align = Contents
Corners = [TopRight, BottomRight]
Fill.Color = x0AFFFFFF
HitTest = False
Size.Width = 295.000000000000000000
Size.Height = 120.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
XRadius = 2.000000000000000000
YRadius = 2.000000000000000000
end
object LabelAmount: TLabel
Align = Top
StyledSettings = []
HitTest = True
Position.X = 15.000000000000000000
Position.Y = 11.000000000000000000
Size.Width = 265.000000000000000000
Size.Height = 23.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Roboto'
TextSettings.Font.Size = 16.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = xFFE1E3E6
TextSettings.VertAlign = Trailing
TextSettings.WordWrap = False
Text = #1057#1091#1084#1084#1072
TabOrder = 2
end
object LabelComment: TLabel
Align = Client
StyledSettings = [Style]
Margins.Top = 5.000000000000000000
Size.Width = 265.000000000000000000
Size.Height = 21.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Roboto'
TextSettings.Font.Size = 13.000000000000000000
TextSettings.FontColor = xFF828282
TextSettings.VertAlign = Leading
Text = #1050#1086#1084#1084#1077#1085#1090#1072#1088#1080#1081' '#1080#1083#1080' '#1086#1090#1087#1088#1072#1074#1080#1090#1077#1083#1100
TabOrder = 1
end
object LayoutButtons: TLayout
Align = Bottom
Margins.Top = 19.000000000000000000
Position.X = 15.000000000000000000
Position.Y = 79.000000000000000000
Size.Width = 265.000000000000000000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
object ButtonHistory: TButton
Tag = 15
Align = Left
StyledSettings = [Family, FontColor]
Size.Width = 148.000000000000000000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'button_dark'
TabOrder = 6
Text = #1048#1089#1090#1086#1088#1080#1103' '#1087#1077#1088#1077#1074#1086#1076#1086#1074
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 = TileStretch
Fill.Kind = Bitmap
Size.Width = 120.000000000000000000
Size.Height = 120.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 = 120.000000000000000000
Size.PlatformDefault = False
Stroke.Color = x29FFFFFF
Visible = False
XRadius = 2.000000000000000000
YRadius = 2.000000000000000000
end
end