-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathFBase.fmx
39 lines (39 loc) · 1.22 KB
/
FBase.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
object FrameBase: TFrameBase
Size.Width = 320.000000000000000000
Size.Height = 480.000000000000000000
Size.PlatformDefault = False
object Memo: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
ReadOnly = True
TextSettings.WordWrap = True
Align = Client
Margins.Left = 8.000000000000000000
Margins.Top = 8.000000000000000000
Margins.Right = 8.000000000000000000
Margins.Bottom = 8.000000000000000000
Size.Width = 304.000000000000000000
Size.Height = 420.000000000000000000
Size.PlatformDefault = False
TabOrder = 6
Viewport.Width = 300.000000000000000000
Viewport.Height = 416.000000000000000000
end
object ToolBar: TToolBar
Size.Width = 320.000000000000000000
Size.Height = 44.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object LabelCaption: TLabel
Align = Client
StyledSettings = [Family, Size, FontColor]
Size.Width = 320.000000000000000000
Size.Height = 44.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'toollabel'
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.HorzAlign = Center
Text = '...'
end
end
end