-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathFMain.fmx
118 lines (118 loc) · 3.44 KB
/
FMain.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
object FormMain: TFormMain
Left = 0
Top = 0
Caption = 'Uniform Memory Management'
ClientHeight = 480
ClientWidth = 320
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object TabControl: TTabControl
Align = Client
Size.Width = 320.000000000000000000
Size.Height = 480.000000000000000000
Size.PlatformDefault = False
TabHeight = 49.000000000000000000
TabIndex = 0
TabOrder = 0
TabPosition = PlatformDefault
Sizes = (
320s
431s
320s
431s
320s
431s)
object TabItemManaged: TTabItem
CustomIcon = <
item
end>
IsSelected = True
Size.Width = 71.000000000000000000
Size.Height = 49.000000000000000000
Size.PlatformDefault = False
StyleLookup = ''
TabOrder = 0
Text = 'Managed'
ExplicitSize.cx = 160.000000000000000000
ExplicitSize.cy = 49.000000000000000000
inline FrameManagedTypes: TFrameManagedTypes
Align = Client
Size.Width = 320.000000000000000000
Size.Height = 431.000000000000000000
Size.PlatformDefault = False
inherited Memo: TMemo
Size.Height = 257.000000000000000000
Viewport.Width = 300.000000000000000000
Viewport.Height = 253.000000000000000000
end
inherited ToolBar: TToolBar
inherited LabelCaption: TLabel
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
end
end
end
object TabItemOwnership: TTabItem
CustomIcon = <
item
end>
IsSelected = False
Size.Width = 77.000000000000000000
Size.Height = 49.000000000000000000
Size.PlatformDefault = False
StyleLookup = ''
TabOrder = 0
Text = 'Ownership'
ExplicitSize.cx = 160.000000000000000000
ExplicitSize.cy = 49.000000000000000000
inline FrameOwnership: TFrameOwnership
Align = Client
Size.Width = 320.000000000000000000
Size.Height = 431.000000000000000000
Size.PlatformDefault = False
inherited Memo: TMemo
Size.Height = 257.000000000000000000
Viewport.Width = 300.000000000000000000
Viewport.Height = 253.000000000000000000
end
inherited ToolBar: TToolBar
inherited LabelCaption: TLabel
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
end
end
end
object TabItemFreeNotification: TTabItem
CustomIcon = <
item
end>
IsSelected = False
Size.Width = 88.000000000000000000
Size.Height = 49.000000000000000000
Size.PlatformDefault = False
StyleLookup = ''
TabOrder = 0
Text = 'Notifications'
ExplicitSize.cx = 106.000000000000000000
ExplicitSize.cy = 49.000000000000000000
inline FrameFreeNotifications: TFrameFreeNotifications
Align = Client
Size.Width = 320.000000000000000000
Size.Height = 431.000000000000000000
Size.PlatformDefault = False
inherited Memo: TMemo
Size.Height = 257.000000000000000000
Viewport.Width = 300.000000000000000000
Viewport.Height = 253.000000000000000000
end
inherited ToolBar: TToolBar
inherited LabelCaption: TLabel
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
end
end
end
end
end