-
Notifications
You must be signed in to change notification settings - Fork 4
/
uMain.fmx
80 lines (80 loc) · 2.34 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
object FormMain: TFormMain
Left = 0
Top = 0
Caption = 'Custom Font'
ClientHeight = 453
ClientWidth = 340
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnShow = FormShow
DesignerMasterStyle = 3
object ToolBar1: TToolBar
Size.Width = 340.000000000000000000
Size.Height = 48.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object lbNavBar: TLabel
Align = Left
StyledSettings = [Family, Style, FontColor]
HitTest = True
Size.Width = 48.000000000000000000
Size.Height = 48.000000000000000000
Size.PlatformDefault = False
TextSettings.HorzAlign = Center
end
object sbPlus: TSpeedButton
Align = Right
Margins.Left = 2.500000000000000000
Margins.Right = 2.500000000000000000
Position.X = 289.500000000000000000
Size.Width = 48.000000000000000000
Size.Height = 48.000000000000000000
Size.PlatformDefault = False
OnClick = sbPlusClick
end
object sbMinus: TSpeedButton
Align = Right
Margins.Left = 2.500000000000000000
Margins.Right = 2.500000000000000000
Position.X = 236.500000000000000000
Size.Width = 48.000000000000000000
Size.Height = 48.000000000000000000
Size.PlatformDefault = False
OnClick = sbMinusClick
end
end
object Layout1: TLayout
Align = Client
Size.Width = 340.000000000000000000
Size.Height = 405.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
object Text1: TText
Align = Client
Size.Width = 340.000000000000000000
Size.Height = 405.000000000000000000
Size.PlatformDefault = False
end
end
object MultiView1: TMultiView
TargetControl = Layout1
MasterButton = lbNavBar
Size.Width = 250.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
Visible = False
TabOrder = 1
object ListView1: TListView
ItemAppearanceClassName = 'TImageListItemAppearance'
ItemEditAppearanceClassName = 'TImageListItemDeleteAppearance'
HeaderAppearanceClassName = 'TListHeaderObjects'
FooterAppearanceClassName = 'TListHeaderObjects'
Align = Client
Size.Width = 249.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
end
end
end