-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathuMain.fmx
105 lines (105 loc) · 3.17 KB
/
uMain.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
object FormMain: TFormMain
Left = 0
Top = 0
Caption = 'ModernListView'
ClientHeight = 480
ClientWidth = 321
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 3
object btnColorizer: TButton
Anchors = [akLeft, akTop, akRight]
Position.X = 56.000000000000000000
Position.Y = 87.000000000000000000
Size.Width = 209.000000000000000000
Size.Height = 44.000000000000000000
Size.PlatformDefault = False
TabOrder = 6
Text = 'Colorizer'
OnClick = btnColorizerClick
end
object btnHorizontal: TButton
Anchors = [akLeft, akTop, akRight]
Position.X = 56.000000000000000000
Position.Y = 135.000000000000000000
Size.Width = 209.000000000000000000
Size.Height = 44.000000000000000000
Size.PlatformDefault = False
TabOrder = 5
Text = 'Horizontal mode'
OnClick = btnHorizontalClick
end
object Label1: TLabel
Anchors = [akLeft, akTop, akRight]
AutoSize = True
StyledSettings = [Family, Style, FontColor]
Position.X = 56.000000000000000000
Position.Y = 32.000000000000000000
Size.Width = 209.000000000000000000
Size.Height = 31.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 25.000000000000000000
Text = 'Modern ListView'
end
object btnColumns: TButton
Anchors = [akLeft, akTop, akRight]
Position.X = 56.000000000000000000
Position.Y = 183.000000000000000000
Size.Width = 209.000000000000000000
Size.Height = 44.000000000000000000
Size.PlatformDefault = False
TabOrder = 4
Text = 'AutoColumns Mode'
OnClick = btnColumnsClick
end
object Label2: TLabel
Align = Bottom
StyledSettings = [Family, Style, FontColor]
Margins.Left = 5.000000000000000000
Margins.Top = 5.000000000000000000
Margins.Right = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.X = 5.000000000000000000
Position.Y = 452.000000000000000000
Size.Width = 311.000000000000000000
Size.Height = 23.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 10.000000000000000000
TextSettings.HorzAlign = Trailing
Text = 'by ZuBy'
end
object btnParameters: TButton
Anchors = [akLeft, akTop, akRight]
Position.X = 56.000000000000000000
Position.Y = 231.000000000000000000
Size.Width = 209.000000000000000000
Size.Height = 44.000000000000000000
Size.PlatformDefault = False
TabOrder = 9
Text = 'Parameters'
OnClick = btnParametersClick
end
object btnTransparent: TButton
Anchors = [akLeft, akTop, akRight]
Position.X = 56.000000000000000000
Position.Y = 279.000000000000000000
Size.Width = 209.000000000000000000
Size.Height = 44.000000000000000000
Size.PlatformDefault = False
TabOrder = 8
Text = 'Transparent'
OnClick = btnTransparentClick
end
object btnScroll: TButton
Anchors = [akLeft, akTop, akRight]
Position.X = 56.000000000000000000
Position.Y = 327.000000000000000000
Size.Width = 209.000000000000000000
Size.Height = 44.000000000000000000
Size.PlatformDefault = False
TabOrder = 7
Text = 'Scroll'
OnClick = btnScrollClick
end
end