-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathuItemFrame.fmx
73 lines (73 loc) · 2.37 KB
/
uItemFrame.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
object FrameItem: TFrameItem
Size.Width = 297.000000000000000000
Size.Height = 193.000000000000000000
Size.PlatformDefault = False
object Panel1: TPanel
Align = Client
Margins.Left = 5.000000000000000000
Margins.Top = 5.000000000000000000
Margins.Right = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Size.Width = 287.000000000000000000
Size.Height = 183.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
OnClick = Panel1Click
object TitleLabel: TLabel
Align = Top
AutoSize = True
StyledSettings = [Family, Style, FontColor]
Margins.Left = 20.000000000000000000
Margins.Right = 20.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.X = 20.000000000000000000
Position.Y = 52.000000000000000000
Size.Width = 247.000000000000000000
Size.Height = 27.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 20.000000000000000000
Text = 'Generate Procedures'
TabOrder = 1
end
object Line1: TLine
Align = Top
HitTest = False
LineType = Top
Position.Y = 84.000000000000000000
Size.Width = 287.000000000000000000
Size.Height = 11.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claSteelblue
end
object DescriptionLabel: TLabel
Align = Client
AutoSize = True
Margins.Left = 20.000000000000000000
Margins.Top = 5.000000000000000000
Margins.Right = 20.000000000000000000
Margins.Bottom = 20.000000000000000000
Size.Width = 247.000000000000000000
Size.Height = 63.000000000000000000
Size.PlatformDefault = False
TextSettings.VertAlign = Leading
Text = 'Generates code procedures by describing what it should do.'
TabOrder = 3
end
object EmojiLabel: TLabel
Align = Top
AutoSize = True
StyledSettings = [Family, Style, FontColor]
Margins.Left = 20.000000000000000000
Margins.Top = 20.000000000000000000
Margins.Right = 20.000000000000000000
Position.X = 20.000000000000000000
Position.Y = 20.000000000000000000
Size.Width = 247.000000000000000000
Size.Height = 32.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 24.000000000000000000
Text = #55358#56598
TabOrder = 0
end
end
end