-
Notifications
You must be signed in to change notification settings - Fork 0
/
umainform.lfm
188 lines (188 loc) · 4.37 KB
/
umainform.lfm
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
object MainForm: TMainForm
Left = 751
Height = 813
Top = 179
Width = 1000
BorderWidth = 8
Caption = 'OsmosePresets 0.1.1 alpha'
ClientHeight = 813
ClientWidth = 1000
Position = poScreenCenter
LCLVersion = '4.99.0.0'
OnActivate = FormActivate
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
object PresetTree: TLazVirtualStringTree
Cursor = 63
Left = 8
Height = 725
Top = 47
Width = 814
Align = alClient
DefaultText = 'Node'
Header.AutoSizeIndex = 0
Header.Background = clBtnShadow
Header.Columns = <
item
MaxWidth = 200
MinWidth = 200
Position = 0
Text = 'Category / Preset Name'
Width = 200
end
item
MaxWidth = 50
MinWidth = 50
Position = 1
Text = 'CC0'
end
item
MaxWidth = 50
MinWidth = 50
Position = 2
Text = 'PGM'
end
item
MaxWidth = 480
MinWidth = 480
Position = 3
Text = 'Characters'
Width = 480
end>
Header.Font.Style = [fsBold]
Header.MinHeight = 19
Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
IncrementalSearch = isAll
TabOrder = 0
TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick]
TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowRoot, toShowVertGridLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect]
OnAfterItemPaint = PresetTreeAfterItemPaint
OnCollapsing = PresetTreeCollapsing
OnDrawText = PresetTreeDrawText
OnExpanding = PresetTreeExpanding
OnGetText = PresetTreeGetText
OnGetNodeDataSize = PresetTreeGetNodeDataSize
OnHeaderDraw = PresetTreeHeaderDraw
OnKeyPress = PresetTreeKeyPress
end
object CharacterListPanel: TPanel
Left = 822
Height = 725
Top = 47
Width = 170
Align = alRight
Caption = 'CharacterListPanel'
ClientHeight = 725
ClientWidth = 170
TabOrder = 1
object CharacterList: TCheckListBox
Left = 1
Height = 706
Top = 18
Width = 168
Align = alClient
ItemHeight = 0
TabOrder = 0
OnClickCheck = CharacterListClickCheck
end
object CharacterListHeader: TPanel
Left = 1
Height = 17
Top = 1
Width = 168
Align = alTop
BevelOuter = bvNone
ClientHeight = 17
ClientWidth = 168
Color = clBtnFace
Font.Style = [fsBold]
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 1
object CharacterListHeaderLabel: TLabel
Left = 0
Height = 17
Top = 0
Width = 168
Align = alClient
Alignment = taCenter
Caption = 'Characters'
Color = clBlack
ParentColor = False
Transparent = False
end
end
end
object ToolbarPanel: TPanel
Left = 8
Height = 33
Top = 772
Width = 984
Align = alBottom
BorderWidth = 4
ClientHeight = 33
ClientWidth = 984
TabOrder = 2
object OptionsButton: TSpeedButton
Left = 5
Height = 23
Top = 5
Width = 67
Align = alLeft
Caption = 'Options'
OnClick = OptionsButtonClick
end
end
object SearchPanel: TPanel
Left = 8
Height = 35
Top = 8
Width = 984
Align = alTop
BorderWidth = 5
ClientHeight = 35
ClientWidth = 984
TabOrder = 3
Visible = False
object SearchEdit: TcaEdit
Left = 6
Height = 23
Top = 6
Width = 972
AEdit.Left = 52
AEdit.Height = 23
AEdit.Top = 0
AEdit.Width = 920
AEdit.Align = alRight
AEdit.TabOrder = 0
AEdit.OnChange = caEditChange
AEdit.OnKeyPress = caEditKeyPress
ALabel.Left = 0
ALabel.Height = 23
ALabel.Top = 0
ALabel.Width = 46
ALabel.Align = alLeft
ALabel.Caption = 'Search:'
ALabel.Layout = tlCenter
Align = alClient
Caption = 'Search:'
FieldWidth = 920
LabelPosition = lpLeft
LabelSpacing = 1
TabOrder = 0
TabStop = False
end
end
object SpacerLabel: TLabel
Left = 8
Height = 4
Top = 43
Width = 984
Align = alTop
AutoSize = False
Visible = False
end
end