-
Notifications
You must be signed in to change notification settings - Fork 3
/
FilterOptionsFrm.dfm
475 lines (475 loc) · 10 KB
/
FilterOptionsFrm.dfm
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
object frmFilterOptions: TfrmFilterOptions
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Filter...'
ClientHeight = 718
ClientWidth = 935
Color = clBtnFace
ParentFont = True
KeyPreview = True
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object pnlOptions: TPanel
Left = 0
Top = 0
Width = 935
Height = 677
Align = alClient
BevelOuter = bvNone
ParentColor = True
TabOrder = 1
ExplicitLeft = 24
ExplicitTop = -3
object Label1: TLabel
Left = 12
Top = 10
Width = 31
Height = 13
Caption = 'Preset'
end
object cbAssignPersWrldChild: TCheckBox
Left = 208
Top = 648
Width = 277
Height = 17
Caption = 'Assign Persistent Worldspace Children to Cells'
TabOrder = 4
end
object cbBaseRecordSignature: TCheckBox
Left = 646
Top = 36
Width = 281
Height = 17
Caption = 'by Base Record Signature'
TabOrder = 5
end
object cbByBaseEditorID: TCheckBox
Left = 643
Top = 531
Width = 282
Height = 17
Caption = 'Base Record EditorID contains / or FormID'
TabOrder = 6
end
object cbByBaseName: TCheckBox
Left = 643
Top = 587
Width = 282
Height = 17
Caption = 'Base Record Name contains'
TabOrder = 7
end
object cbByEditorID: TCheckBox
Left = 12
Top = 412
Width = 154
Height = 17
Caption = 'EditorID contains'
TabOrder = 8
end
object cbByHasVWDMesh: TCheckBox
Left = 175
Top = 470
Width = 201
Height = 17
Caption = 'by Has Visible When Distant Mesh'
TabOrder = 9
end
object cbByInjectionStatus: TCheckBox
Left = 12
Top = 374
Width = 145
Height = 17
Caption = 'by injection status'
TabOrder = 10
end
object cbByName: TCheckBox
Left = 12
Top = 462
Width = 161
Height = 17
Caption = 'Name contains'
TabOrder = 11
end
object cbByNotReachableStatus: TCheckBox
Left = 175
Top = 392
Width = 193
Height = 17
Caption = 'by not reachable status'
TabOrder = 12
end
object cbByPersistent: TCheckBox
Left = 12
Top = 510
Width = 145
Height = 17
Caption = 'by persistence'
TabOrder = 13
end
object cbByReferencesInjectedStatus: TCheckBox
Left = 175
Top = 354
Width = 193
Height = 17
Caption = 'by references injected status'
TabOrder = 14
end
object cbByVWD: TCheckBox
Left = 175
Top = 430
Width = 180
Height = 17
Caption = 'by Visible When Distant'
TabOrder = 15
end
object cbConflictAll: TCheckBox
Left = 12
Top = 36
Width = 329
Height = 17
Caption = 'by conflict status overall (that'#39's the background color)'
TabOrder = 16
end
object cbConflictThis: TCheckBox
Left = 12
Top = 184
Width = 361
Height = 17
Caption =
'by conflict status for this particular record (that'#39's the text ' +
'color)'
TabOrder = 17
end
object cbDeleted: TCheckBox
Left = 12
Top = 354
Width = 145
Height = 17
Caption = 'deleted'
TabOrder = 18
end
object cbFlattenBlocks: TCheckBox
Left = 12
Top = 625
Width = 161
Height = 17
Caption = 'Flatten Blocks/Sub-Blocks'
TabOrder = 19
end
object cbFlattenCellChilds: TCheckBox
Left = 189
Top = 625
Width = 157
Height = 17
Caption = 'Flatten Cell Children'
TabOrder = 20
end
object cbHasVWDMesh: TCheckBox
Left = 192
Top = 485
Width = 184
Height = 17
Caption = 'only Has VWD Mesh'
TabOrder = 21
end
object cbInherit: TCheckBox
Left = 358
Top = 625
Width = 279
Height = 17
Caption = 'Conflict status inherited by parent'
TabOrder = 22
end
object cbInjected: TCheckBox
Left = 27
Top = 389
Width = 139
Height = 17
Caption = 'only injected'
TabOrder = 23
end
object cbIsMaster: TCheckBox
Left = 251
Top = 579
Width = 114
Height = 17
Caption = 'or if it'#39's the master'
TabOrder = 24
end
object cbMasterIsTemporary: TCheckBox
Left = 58
Top = 579
Width = 187
Height = 17
Caption = 'only if master is not persistent'
TabOrder = 25
end
object cbNotReachable: TCheckBox
Left = 192
Top = 407
Width = 163
Height = 17
Caption = 'only not reachable'
TabOrder = 26
end
object cbPersistent: TCheckBox
Left = 27
Top = 533
Width = 156
Height = 17
Caption = 'only persistent'
TabOrder = 27
end
object cbPersistentPosChanged: TCheckBox
Left = 42
Top = 602
Width = 307
Height = 17
Caption = 'only if position/rotation was changed'
TabOrder = 28
end
object cbRecordSignature: TCheckBox
Left = 358
Top = 36
Width = 281
Height = 17
Caption = 'by Record Signature'
TabOrder = 29
end
object cbReferencesInjected: TCheckBox
Left = 189
Top = 369
Width = 187
Height = 17
Caption = 'only references injected'
TabOrder = 30
end
object cbScaledActors: TCheckBox
Left = 643
Top = 637
Width = 161
Height = 17
Caption = 'Scaled Actors'
TabOrder = 31
end
object cbUnnecessaryPersistent: TCheckBox
Left = 42
Top = 556
Width = 307
Height = 17
Caption = 'only possible unnecessary persistent'
TabOrder = 32
end
object cbVWD: TCheckBox
Left = 192
Top = 447
Width = 176
Height = 17
Caption = 'only Visible When Distant'
TabOrder = 33
end
object clbBaseRecordSignatures: TCheckListBox
Left = 667
Top = 59
Width = 258
Height = 466
BevelKind = bkTile
BevelWidth = 3
BorderStyle = bsNone
Color = clBtnFace
ItemHeight = 13
PopupMenu = pmuSelection
TabOrder = 34
end
object clbConflictAll: TCheckListBox
Left = 34
Top = 59
Width = 318
Height = 113
BevelKind = bkTile
BevelWidth = 3
BorderStyle = bsNone
Color = clBtnFace
ItemHeight = 13
PopupMenu = pmuSelection
TabOrder = 35
end
object clbConflictThis: TCheckListBox
Left = 34
Top = 207
Width = 318
Height = 141
BevelKind = bkTile
BevelWidth = 3
BorderStyle = bsNone
Color = clBtnFace
ItemHeight = 13
PopupMenu = pmuSelection
TabOrder = 36
end
object clbRecordSignatures: TCheckListBox
Left = 379
Top = 59
Width = 258
Height = 560
BevelKind = bkTile
BevelWidth = 3
BorderStyle = bsNone
Color = clBtnFace
ItemHeight = 13
PopupMenu = pmuSelection
TabOrder = 37
end
object edBaseEditorID: TEdit
Left = 665
Top = 554
Width = 132
Height = 21
TabOrder = 38
end
object edBaseName: TEdit
Left = 665
Top = 610
Width = 139
Height = 21
TabOrder = 39
end
object edEditorID: TEdit
Left = 34
Top = 435
Width = 132
Height = 21
TabOrder = 40
end
object edName: TEdit
Left = 34
Top = 485
Width = 132
Height = 21
TabOrder = 41
end
object cmbPreset: TComboBox
Left = 58
Top = 6
Width = 382
Height = 21
Style = csDropDownList
DropDownCount = 16
TabOrder = 0
OnSelect = cmbPresetSelect
end
object btnFilterAdd: TButton
Left = 546
Top = 4
Width = 91
Height = 25
Caption = 'Add'
TabOrder = 2
OnClick = btnFilterAddClick
end
object btnFilterDel: TButton
Left = 643
Top = 4
Width = 91
Height = 25
Caption = 'Remove'
TabOrder = 3
OnClick = btnFilterDelClick
end
object btnFilterSave: TButton
Left = 449
Top = 4
Width = 91
Height = 25
Caption = 'Save'
TabOrder = 1
OnClick = btnFilterSaveClick
end
object cbByHasPrecombinedMesh: TCheckBox
Left = 175
Top = 508
Width = 201
Height = 17
Caption = 'by Has Precombined Mesh'
TabOrder = 42
end
object cbHasPrecombinedMesh: TCheckBox
Left = 192
Top = 523
Width = 184
Height = 17
Caption = 'only Has Precombined Mesh'
TabOrder = 43
end
end
object pnlBottom: TPanel
Left = 0
Top = 677
Width = 935
Height = 41
Align = alBottom
BevelOuter = bvNone
ParentColor = True
TabOrder = 0
DesignSize = (
935
41)
object btnFilter: TButton
Left = 737
Top = 10
Width = 91
Height = 25
Anchors = [akTop, akRight]
Caption = 'Filter'
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 834
Top = 10
Width = 91
Height = 25
Anchors = [akTop, akRight]
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object pnlBevel: TPanel
AlignWithMargins = True
Left = 4
Top = 0
Width = 927
Height = 1
Margins.Left = 4
Margins.Top = 0
Margins.Right = 4
Margins.Bottom = 0
Align = alTop
TabOrder = 2
end
end
object pmuSelection: TPopupMenu
Left = 320
Top = 64
object mniSelectAll: TMenuItem
Caption = 'Select All'
OnClick = mniSelectionClick
end
object mniSelectNone: TMenuItem
Caption = 'Select None'
OnClick = mniSelectionClick
end
object mniInvertSelection: TMenuItem
Caption = 'Invert Selection'
OnClick = mniSelectionClick
end
end
end