-
Notifications
You must be signed in to change notification settings - Fork 7
/
ChatFMX.Frame.Window.OpenLink.fmx
124 lines (124 loc) · 4.35 KB
/
ChatFMX.Frame.Window.OpenLink.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
inherited FrameWindowLink: TFrameWindowLink
object LayoutClient: TLayout
Align = Center
Size.Width = 494.000000000000000000
Size.Height = 204.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object RectangleBG: TRectangle
Align = Client
Fill.Color = xFF292929
Size.Width = 494.000000000000000000
Size.Height = 204.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
XRadius = 12.000000000000000000
YRadius = 12.000000000000000000
object Rectangle1: TRectangle
Align = Client
Fill.Kind = None
Sides = [Top, Bottom]
Size.Width = 494.000000000000000000
Size.Height = 89.000000000000000000
Size.PlatformDefault = False
Stroke.Color = xFF424242
object LabelLink: TLabel
Align = Client
StyledSettings = [Style]
Margins.Left = 25.000000000000000000
Margins.Top = 25.000000000000000000
Margins.Right = 25.000000000000000000
Margins.Bottom = 25.000000000000000000
Size.Width = 444.000000000000000000
Size.Height = 39.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Roboto'
TextSettings.Font.Size = 13.000000000000000000
TextSettings.FontColor = xFF4883CC
TextSettings.VertAlign = Leading
Text = 'https://vk.com'
TabOrder = 0
end
end
object LayoutFooter: TLayout
Align = Bottom
Padding.Left = 25.000000000000000000
Padding.Top = 14.000000000000000000
Padding.Right = 25.000000000000000000
Padding.Bottom = 14.000000000000000000
Position.Y = 143.000000000000000000
Size.Width = 494.000000000000000000
Size.Height = 61.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
object ButtonCancel: TButton
Align = Right
Margins.Left = 10.000000000000000000
Position.X = 292.000000000000000000
Position.Y = 14.000000000000000000
Size.Width = 78.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'button_dark_clear'
TabOrder = 2
Text = #1054#1090#1084#1077#1085#1072
OnClick = ButtonCancelClick
end
object ButtonGo: TButton
Align = Right
ClipParent = True
Margins.Left = 10.000000000000000000
Position.X = 380.000000000000000000
Position.Y = 14.000000000000000000
Size.Width = 89.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'button_simple'
TabOrder = 1
Text = #1055#1077#1088#1077#1081#1090#1080
OnClick = ButtonGoClick
end
end
object Layout1: TLayout
Align = Top
Padding.Left = 25.000000000000000000
Size.Width = 494.000000000000000000
Size.Height = 54.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object Label1: TLabel
Align = Left
AutoSize = True
StyledSettings = []
Margins.Left = 10.000000000000000000
Margins.Top = 4.000000000000000000
Position.X = 35.000000000000000000
Position.Y = 4.000000000000000000
Size.Width = 112.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Roboto'
TextSettings.Font.Size = 14.000000000000000000
TextSettings.Font.StyleExt = {00050000000000000004000000}
TextSettings.FontColor = xFFCCCCCC
TextSettings.WordWrap = False
Text = #1042#1085#1077#1096#1085#1103#1103' '#1089#1089#1099#1083#1082#1072
TabOrder = 2
end
object ButtonClose: TButton
Align = Right
Images = DataModuleRes.ImageListSVG
ImageIndex = 19
Position.X = 435.000000000000000000
Size.Width = 59.000000000000000000
Size.Height = 54.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'button_small'
TabOrder = 3
Text = 'ButtonClose'
OnClick = ButtonCloseClick
end
end
end
end
end