-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathuCardClientes.fmx
117 lines (117 loc) · 4.03 KB
/
uCardClientes.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
object frmCardClientes: TfrmCardClientes
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 183
ClientWidth = 181
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object LayoutCard: TLayout
Margins.Left = 5.000000000000000000
Margins.Top = 5.000000000000000000
Margins.Right = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.X = 5.000000000000000000
Position.Y = 5.000000000000000000
Size.Width = 171.000000000000000000
Size.Height = 173.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object RectangleCard: TRectangle
Align = Client
Fill.Color = claWhite
Padding.Left = 5.000000000000000000
Padding.Top = 5.000000000000000000
Padding.Right = 5.000000000000000000
Padding.Bottom = 5.000000000000000000
Margins.Top = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Size.Width = 171.000000000000000000
Size.Height = 163.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
object Rectangle1: TRectangle
Align = Top
Fill.Color = xFFE0E4E6
Padding.Left = 5.000000000000000000
Padding.Top = 5.000000000000000000
Padding.Right = 5.000000000000000000
Padding.Bottom = 5.000000000000000000
Position.X = 5.000000000000000000
Position.Y = 5.000000000000000000
Size.Width = 161.000000000000000000
Size.Height = 124.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
object Circle1: TCircle
Align = Top
Fill.Bitmap.WrapMode = TileStretch
Fill.Kind = Bitmap
Margins.Bottom = 5.000000000000000000
Position.X = 5.000000000000000000
Position.Y = 5.000000000000000000
Size.Width = 151.000000000000000000
Size.Height = 63.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
OnClick = Circle1Click
end
object Label1: TLabel
Align = Top
StyledSettings = [Family]
Position.X = 5.000000000000000000
Position.Y = 73.000000000000000000
Size.Width = 151.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 14.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = xFF0A235E
TextSettings.HorzAlign = Center
Text = 'Diego H. Cataneo'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object Label2: TLabel
Align = Top
Position.X = 5.000000000000000000
Position.Y = 90.000000000000000000
Size.Width = 151.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.HorzAlign = Center
Text = 'Label2'
TabOrder = 2
end
end
object ToolBar1: TToolBar
Align = Bottom
Position.X = 5.000000000000000000
Position.Y = 131.000000000000000000
Size.Width = 161.000000000000000000
Size.Height = 27.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
end
object SpeedButton1: TSpeedButton
Position.X = 140.000000000000000000
Position.Y = 8.000000000000000000
Size.Width = 22.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'ellipseseditbutton'
Text = 'SpeedButton1'
end
end
object ShadowEffect1: TShadowEffect
Distance = 3.000000000000000000
Direction = 45.000000000000000000
Softness = 0.200000002980232200
Opacity = 0.500000000000000000
ShadowColor = claSteelblue
end
end
end