-
Notifications
You must be signed in to change notification settings - Fork 2
/
View.Main.fmx
90 lines (90 loc) · 2.39 KB
/
View.Main.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
object frmMain: TfrmMain
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 461
ClientWidth = 287
Position = ScreenCenter
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnCreate = FormCreate
DesignerMasterStyle = 0
object lv: TListView
ItemAppearanceClassName = 'TListItemAppearance'
ItemEditAppearanceClassName = 'TListItemShowCheckAppearance'
HeaderAppearanceClassName = 'TListHeaderObjects'
FooterAppearanceClassName = 'TListHeaderObjects'
OnUpdateObjects = lvUpdateObjects
Align = Client
Size.Width = 287.000000000000000000
Size.Height = 352.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
OnScrollViewChange = lvScrollViewChange
end
object log: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
StyledSettings = [Family, Style, FontColor]
TextSettings.Font.Size = 9.000000000000000000
TextSettings.WordWrap = True
Align = Bottom
Position.Y = 376.000000000000000000
Size.Width = 287.000000000000000000
Size.Height = 85.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
Viewport.Width = 283.000000000000000000
Viewport.Height = 81.000000000000000000
end
object GridPanelLayout1: TGridPanelLayout
Align = Bottom
Position.Y = 352.000000000000000000
Size.Width = 287.000000000000000000
Size.Height = 24.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
ColumnCollection = <
item
Value = 50.000000000000000000
end
item
Value = 50.000000000000000000
end>
ControlCollection = <
item
Column = 0
Control = lblScrollPos
Row = 0
end
item
Column = 1
Control = lblItemsHeight
Row = 0
end>
RowCollection = <
item
Value = 100.000000000000000000
end
item
SizeStyle = Auto
end>
object lblScrollPos: TLabel
Align = Client
Size.Width = 143.500000000000000000
Size.Height = 24.000000000000000000
Size.PlatformDefault = False
Text = 'lblScrollPos'
TabOrder = 0
end
object lblItemsHeight: TLabel
Align = Client
Size.Width = 143.500000000000000000
Size.Height = 24.000000000000000000
Size.PlatformDefault = False
Text = 'lblItemsHeight'
TabOrder = 1
end
end
end