-
Notifications
You must be signed in to change notification settings - Fork 13
/
uCircle.fmx
57 lines (57 loc) · 1.79 KB
/
uCircle.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
object CircleFrame: TCircleFrame
Size.Width = 211.000000000000000000
Size.Height = 240.000000000000000000
Size.PlatformDefault = False
object LineCircle: TCircle
Align = Client
Fill.Kind = None
Margins.Left = 3.000000000000000000
Margins.Top = 3.000000000000000000
Margins.Right = 3.000000000000000000
Margins.Bottom = 3.000000000000000000
Size.Width = 205.000000000000000000
Size.Height = 200.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claBlue
Stroke.Thickness = 3.000000000000000000
end
object ImageCircle: TCircle
Align = Client
Fill.Bitmap.WrapMode = TileStretch
Fill.Kind = Bitmap
Margins.Left = 9.000000000000000000
Margins.Top = 9.000000000000000000
Margins.Right = 9.000000000000000000
Margins.Bottom = 9.000000000000000000
Size.Width = 193.000000000000000000
Size.Height = 188.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
end
object Label1: TLabel
Align = Bottom
StyledSettings = [Family, Size, FontColor]
Position.Y = 206.000000000000000000
Size.Width = 211.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.HorzAlign = Center
Text = 'Label1'
TabOrder = 2
end
object Label2: TLabel
Align = MostBottom
StyledSettings = [Family]
Position.Y = 223.000000000000000000
Size.Width = 211.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 10.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = claDimgray
TextSettings.HorzAlign = Center
Text = 'Label2'
TabOrder = 3
end
end