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
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
|
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This file incorporates work covered by the following license notice:
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed
# with this work for additional information regarding copyright
# ownership. The ASF licenses this file to you under the Apache
# License, Version 2.0 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
# dumper settings ============================================================
# Path to additional configuration data, relative to this file.
include-config-file=dumperbase.ini
# OLE name lists =============================================================
constlist=OLE-STD-CLIPBOARD-FORMAT
2=bmp
3=wmf
8=dib
14=emf
end
combilist=OLE-COLOR
0x0000FFFF=uint32,dec,palette-index,,filter=0xFF000000~0x01000000
0x000000FF=uint32,dec,red,,filter=0xFF000000~0x00000000,filter=0xFF000000~0x02000000
0x0000FF00=uint32,dec,green,,filter=0xFF000000~0x00000000,filter=0xFF000000~0x02000000
0x00FF0000=uint32,dec,blue,,filter=0xFF000000~0x00000000,filter=0xFF000000~0x02000000
0x0000FFFF=uint32,dec,system-color,SYSTEMCOLOR,filter=0xFF000000~0x80000000
0xFF000000=uint8,dec,type,OLE-COLORTYPE
end
constlist=OLE-COLORTYPE
0x00=default
0x01=palette
0x02=rgb
0x80=system-color
end
multilist=OLE-MOUSEPTR
0=default,arrow,cross,i-beam
6=size-diag-down,size-vert,size-diag-up,size-hor
10=up-arrow,hour-glass,no-drop,app-starting,help,size-all
99=custom
end
# StdFont --------------------------------------------------------------------
{0BE35203-8F91-11CE-9DE3-00AA004BB851}=StdFont
flagslist=STDFONT-FLAGS
0x01=bold
0x02=italic
0x04=underline
0x08=strikeout
end
unitconverter=STDFONT-HEIGHT,/10000,pt
# StdPic ---------------------------------------------------------------------
{0BE35204-8F91-11CE-9DE3-00AA004BB851}=StdPic
shortlist=STDPIC-ID,0x0000746C,StdPic
# StdHlink -------------------------------------------------------------------
{79EAC9D0-BAF9-11CE-8C82-00AA004BA90B}=StdHlink
{79EAC9E0-BAF9-11CE-8C82-00AA004BA90B}=URLMoniker
{00000303-0000-0000-C000-000000000046}=FileMoniker
{00000304-0000-0000-C000-000000000046}=ItemMoniker
{00000305-0000-0000-C000-000000000046}=AntiMoniker
{00000309-0000-0000-C000-000000000046}=CompositeMoniker
flagslist=STDHLINK-FLAGS
0x00000001=has-target
0x00000002=!relative!absolute
0x00000004=display-specified
0x00000008=has-location
0x00000010=has-display
0x00000020=has-guid
0x00000040=has-creation-time
0x00000080=has-frame
0x00000100=!as-guid!as-string
0x00000200=has-abs-from-rel
end
flagslist=STDHLINK-URL-FLAGS
0x00000001=allow-relative
0x00000002=wildcard-scheme
0x00000004=implicit-file-scheme
0x00000008=no-fragment
0x00000010=no-canonicalize
0x00000020=canonicalize
0x00000040=dos-path
0x00000080=decode-extra-info
0x00000100=no-decode-extra-info
0x00000200=crack-unknown-schemes
0x00000400=no-crack-unknown-schemes
0x00000800=preprocess-html
0x00001000=no-preprocess-html
0x00002000=registry-settings
0x00004000=no-registry-settings
0x00008000=no-encode-forbidden-chars
end
# OLE property stream --------------------------------------------------------
{F29F85E0-4FF9-1068-AB91-08002B27B3D9}=GlobalDocProp
{D5CDD502-2E9C-101B-9397-08002B2CF9AE}=BuiltinDocProp
{D5CDD505-2E9C-101B-9397-08002B2CF9AE}=CustomDocProp
constlist=OLEPROP-BYTE-ORDER
0xFEFF=big-endian
0xFFFE=little-endian
end
shortlist=OLEPROP-OSTYPE,0,dos,mac,win32,unix
multilist=OLEPROP-BASEIDS
quote-names=1
default=
0=dictionary,codepage
end
multilist=OLEPROP-GLOBALIDS
include=OLEPROP-BASEIDS
2=title,subject,author,keywords,comments,template,last-author,rev-number
10=edit-time,last-printed,create-time,last-saved,page-count,word-count,char-count,thumbnail,appname,security
end
multilist=OLEPROP-BUILTINIDS
include=OLEPROP-BASEIDS
2=category,pres-target,byte-count,line-count,para-count,slide-count,note-count,hidden-slide-count
10=clips,scale-crop,heading-pairs,part-titles,manager,company,links-uptodate
end
multilist=OLEPROP-TYPE-SIMPLE
0=empty,null,int16,int32,float,double,currency,date,string8,dispatch
10=error,bool,variant,unknown,decimal,int8,uint8,uint16,uint32
20=int64,uint64,int,uint,void,hresult,ptr,savearray,c-array,userdef
30=string8,string16,,,,,record,intptr,uintptr
64=time-stamp,blob,stream,storage,stream-obj,storage-obj
70=blob-obj,clip-fmt,guid,vers-stream
0x0FFF=str8-blob
end
combilist=OLEPROP-TYPE
0x0FFF=int32,dec,base-type,OLEPROP-TYPE-SIMPLE
0x1000=vector
0x2000=array
0x4000=byref
end
# ComCtl controls ============================================================
constlist=COMCTL-HEADER-IDS
0x0A2BAE11=COMCTL_SLIDER_60
0x12344321=COMCTL_SIZE
0x6AC13CB1=COMCTL_TREEVIEW_60
0x97AB8A01=COMCTL_PROGRESSBAR_60
0x99470A83=COMCTL_SCROLLBAR_60
0xABCDEF01=COMCTL_COMMONDATA
0xBDECDE1F=COMCTL_COMPLEXDATA
0xD12A7AC1=COMCTL_TABSTRIP_60
0xE6E17E80=COMCTL_IMAGELIST_50_60
0xE6E17E84=COMCTL_PROGRESSBAR_50
0xE6E17E86=COMCTL_SLIDER_50
0xE6E17E88=COMCTL_STATUSBAR_50
0xE6E17E8A=COMCTL_TABSTRIP_50
0xE6E17E8E=COMCTL_TREEVIEW_50
0xFF3626A0=COMCTL_UPDOWN_50_60
end
combilist=COMCTL-COMMON-FLAGS
ignore=0xFFFF8000
0x00000001=flat-border
0x00000002=enabled
0x00000004=3d-border
0x000007F8=uint8,dec,mouse-ptr,OLE-MOUSEPTR
0x00000800=ole-drag-auto
0x00002000=ole-drop-manual
end
flagslist=COMCTL-COMPLEX-FLAGS
ignore=0xFFFFFFFC
0x00000001=font
0x00000002=mouse-icon
end
# flat scrollbar -------------------------------------------------------------
{FE38753A-44A3-11D1-B5B7-0000C09000C4}=MSComCtl2.FlatScrollBar.2
combilist=COMCTL-SCROLLBAR-FLAGS
0x00000003=uint8,dec,appearance,COMCTL-SCROLLBAR-APPEARANCE
0x0000000C=uint8,dec,arrows,COMCTL-SCROLLBAR-ARROWS
0x00000010=!vertical!horizontal
end
shortlist=COMCTL-SCROLLBAR-APPEARANCE,0,3d,flat,track-3d
shortlist=COMCTL-SCROLLBAR-ARROWS,0,both,left-up,right-down
# progress bar ---------------------------------------------------------------
{0713E8D2-850A-101B-AFC0-4210102A8DA7}=COMCTL.ProgCtrl.1
{35053A22-8589-11D1-B16A-00C0F0283628}=MSComctlLib.ProgCtrl.2
# slider ---------------------------------------------------------------------
{373FF7F0-EB8B-11CD-8820-08002B2F4F5A}=COMCTL.Slider.1
{F08DF954-8592-11D1-B16A-00C0F0283628}=MSComctlLib.Slider.2
constlist=COMCTL-SLIDER-SELECTRANGE
0x00000000=off
0x0000FFFF=on
end
shortlist=COMCTL-SLIDER-TICKSTYLE,0,bottom-right,top-left,both,no-ticks
# updown ---------------------------------------------------------------------
{026371C0-1B7C-11CF-9D53-00AA003C9CB6}=ComCtl2.UpDown.1
{603C7E80-87C2-11D1-8BE3-0000F8754DA1}=MSComCtl2.UpDown.2
flagslist=COMCTL-UPDOWN-FLAGS1
0x00000001=!align-left!align-right
0x00000004=!vertical!horizontal
end
flagslist=COMCTL-UPDOWN-FLAGS2
0x00000004=wrap
0x00000020=ole-drop-manual
0x00000080=enabled
end
# image list -----------------------------------------------------------------
{58DA8D8F-9D6A-101B-AFC0-4210102A8DA7}=COMCTL.ImageListCtrl.1
{2C247F23-8591-11D1-B16A-00C0F0283628}=MSComctlLib.ImageListCtrl.2
flagslist=COMCTL-IMAGELIST-TEXTFLAGS
0x01=key
0x02=tag
end
# tab strip ------------------------------------------------------------------
{9ED94440-E5E8-101B-B9B5-444553540000}=COMCTL.TabStrip.1
{1EFB6596-857C-11D1-B16A-00C0F0283628}=MSComctlLib.TabStrip.2
combilist=COMCTL-TABSTRIP-FLAGS1
ignore=0xFFFFFFE0
0x00000001=multi-row
0x00000002=show-tooltips
0x00000018=uint8,dec,tab-width-style,COMCTL-TABSTRIP-TABWIDTHSTYLE
end
combilist=COMCTL-TABSTRIP-FLAGS2
ignore=0xFFFF0000
0x00000003=uint8,dec,style,COMCTL-TABSTRIP-STYLE
0x00000004=hot-tracking
0x00000008=multi-select
0x00000030=uint8,dec,placement,COMCTL-TABSTRIP-PLACEMENT
0x00000040=separators
end
flagslist=COMCTL-TABSTRIP-FLAGS3
ignore=0xFFFF0000
0x00000001=tabstyle-opposite
end
shortlist=COMCTL-TABSTRIP-TABWIDTHSTYLE,0,justified,non-justified,fixed
shortlist=COMCTL-TABSTRIP-STYLE,0,tabs,tab-buttons,flat-buttons
shortlist=COMCTL-TABSTRIP-PLACEMENT,0,top,bottom,left,right
flagslist=COMCTL-TABSTRIP-TABFLAGS
0x00000001=caption
0x00000002=key
0x00000004=tag
0x00000008=tooltip
end
# tree view ------------------------------------------------------------------
{0713E8A2-850A-101B-AFC0-4210102A8DA7}=COMCTL.TreeCtrl.1
{C74190B6-8589-11D1-B16A-00C0F0283628}=MSComctlLib.TreeCtrl.2
combilist=COMCTL-TREEVIEW-FLAGS
ignore=0xFFFF0000
0x00000001=!tree-lines!root-lines
0x0000001C=uint8,dec,style,COMCTL-TREEVIEW-STYLE
0x00000020=label-edit
0x00000080=hide-selection
0x00000100=sorted
end
flagslist=COMCTL-TREEVIEW-STRINGFLAGS
ignore=0xFFFFFFF8
0x00000001=separator
0x00000002=image-list
end
shortlist=COMCTL-TREEVIEW-STYLE,0,text,pic-text,plusminus-text,plusminus-pic-text,treelines-text,treelines-pic-text,treelines-plusminus-text,treelines-plusminus-pic-text
flagslist=COMCTL-TREEVIEW-FLAGS2
0x00000001=checkboxes
0x00000002=full-row-select
0x00000004=hot-tracking
0x00000008=scroll
0x00000010=single-select
end
# status bar -----------------------------------------------------------------
{6B7E638F-850A-101B-AFC0-4210102A8DA7}=COMCTL.SBarCtrl.1
combilist=COMCTL-STATUSBAR-PANELFLAGS
ignore=0xFFFFF000
0x00000007=uint8,dec,style,COMCTL-STATUSBAR-STYLE
0x00000018=uint8,dec,alignment,COMCTL-STATUSBAR-ALIGN
0x00000060=uint8,dec,bevel,COMCTL-STATUSBAR-BEVEL
0x00000080=enabled
0x00000300=uint8,dec,autosize,COMCTL-STATUSBAR-AUTOSIZE
0x00000400=visible
end
shortlist=COMCTL-STATUSBAR-STYLE,0,text,caps,num,ins,scrl,time,date,kana
shortlist=COMCTL-STATUSBAR-ALIGN,0,left,center,right
shortlist=COMCTL-STATUSBAR-BEVEL,0,no-bevel,inset,raised
shortlist=COMCTL-STATUSBAR-AUTOSIZE,0,no-auto,spring,content
flagslist=COMCTL-STATUSBAR-TEXTFLAGS
0x00000001=text
0x00000002=vis-text
0x00000004=key
0x00000008=tag
0x00000010=tooltip
end
# other controls =============================================================
# Microsoft Web Browser
{8856F961-340A-11D0-A96B-00C04FD705A2}=Shell.Explorer.2
# ActiveX name lists =========================================================
combilist=AX-STRINGLEN
0x80000000=!unicode!compressed
0x7FFFFFFF=int32,dec,buffer-size
end
combilist=AX-ARRAYSTRINGLEN
0x80000000=!unicode!compressed
0x7FFFFFFF=int32,dec,len
end
combilist=AX-FLAGS
0x00000001=reserved-1
0x00000002=enabled
0x00000004=locked
0x00000008=opaque
0x00000010=reserved-2
0x00000400=column-heads
0x00000800=entire-rows
0x00001000=existing-entries-only
0x00002000=caption-left
0x00004000=editable
0x00078000=uint8,dec,ime-mode,AX-IMEMODE
0x00080000=drag-enabled
0x00100000=enter-as-newline
0x00200000=keep-selection
0x00400000=tab-as-character
0x00800000=word-wrap
0x02000000=borders-suppressed
0x04000000=select-line
0x08000000=single-char-select
0x10000000=auto-size
0x20000000=hide-selection
0x40000000=maxlength-autotab
0x80000000=multi-line
end
multilist=AX-IMEMODE
0=no-control,on,off,disabled
4=hiragana,fillwidth-katakana,halfwidth-katakana
7=fullwidth-alpha,halfwidth-alpha
9=fullwidth-hangul,halfwidth-hangul
11=fullwidth-hanzi,halfwidth-hanzi
end
combilist=AX-IMAGEPOS
0x0000FFFF=uint16,dec,image,AX-POS
0xFFFF0000=uint16,dec,label,AX-POS
end
unitconverter=AX-CONV-MS,1,ms
shortlist=AX-ENABLED,0,disabled,enabled
shortlist=AX-BORDERSTYLE,0,none,single
shortlist=AX-SPECIALEFFECT,0,flat,raised,sunken,etched,,,bump
shortlist=AX-ORIENTATION,-1,auto,vertical,horizontal
shortlist=AX-POS,0,top-left,top,top-right,left,center,right,bottom-left,bottom,bottom-right
shortlist=AX-IMAGEALIGN,0,top-left,top-right,center,bottom-left,bottom-right
shortlist=AX-IMAGESIZEMODE,0,clip,stretch,,stretch-ratio
# CFontNew -------------------------------------------------------------------
{AFC20920-DA4E-11CE-B94300AA006887B4}=CFontNew
flagslist=AX-CFONTNEW-PROPERTIES
0x0001=font-name
0x0002=flags
0x0004=font-size
0x0008=font-offset
0x0010=charset
0x0020=pitch-family
0x0040=alignment
0x0080=font-weight
end
flagslist=AX-CFONTNEW-FLAGS
0x00000001=bold
0x00000002=italic
0x00000004=underline
0x00000008=strikeout
0x00002000=sunken
0x00002000=sunken
0x40000000=auto-color
end
shortlist=AX-CFONTNEW-ALIGNMENT,1,left,right,center
# column info ----------------------------------------------------------------
flagslist=AX-COLUMNINFO-PROPERTIES
0x00000001=column-width
end
# command button -------------------------------------------------------------
{D7053240-CE69-11CD-A777-00DD01143C57}=Forms.CommandButton.1
flagslist=AX-COMMANDBUTTON-PROPERTIES
0x00000001=text-color
0x00000002=fill-color
0x00000004=flags
0x00000008=caption
0x00000010=image-pos
0x00000020=size
0x00000040=mouse-ptr
0x00000080=image
0x00000100=accelerator
0x00000200=no-take-focus
0x00000400=mouse-icon
end
# toggle button, check box, option button, text box, list box, combo box -----
{8BD21D10-EC42-11CE-9E0D-00AA006002F3}=Forms.TextBox.1
{8BD21D20-EC42-11CE-9E0D-00AA006002F3}=Forms.ListBox.1
{8BD21D30-EC42-11CE-9E0D-00AA006002F3}=Forms.ComboBox.1
{8BD21D40-EC42-11CE-9E0D-00AA006002F3}=Forms.CheckBox.1
{8BD21D50-EC42-11CE-9E0D-00AA006002F3}=Forms.OptionButton.1
{8BD21D60-EC42-11CE-9E0D-00AA006002F3}=Forms.ToggleButton.1
{00024512-0000-0000-C000-000000000046}=RefEdit.Ctrl
flagslist=AX-MORPH-PROPERTIES
0x0000000000000001=flags
0x0000000000000002=fill-color
0x0000000000000004=text-color
0x0000000000000008=max-length
0x0000000000000010=border-style
0x0000000000000020=scrollbars
0x0000000000000040=control-type
0x0000000000000080=mouse-ptr
0x0000000000000100=size
0x0000000000000200=password-char
0x0000000000000400=list-width
0x0000000000000800=bound-column
0x0000000000001000=text-column
0x0000000000002000=column-count
0x0000000000004000=list-rowcount
0x0000000000008000=column-info-count
0x0000000000010000=match-entry-mode
0x0000000000020000=list-style
0x0000000000040000=show-dropdown-mode
0x0000000000100000=dropdown-style
0x0000000000200000=selection-type
0x0000000000400000=value
0x0000000000800000=caption
0x0000000001000000=image-pos
0x0000000002000000=border-color
0x0000000004000000=special-effect
0x0000000008000000=mouse-icon
0x0000000010000000=image
0x0000000020000000=accelerator
0x0000000080000000=reserved
0x0000000100000000=groupname
end
shortlist=AX-MORPH-SCROLLBARS,0,none,horizontal,vertical,both
shortlist=AX-MORPH-CONTROLTYPE,1,edit,listbox,combobox,checkbox,optionbutton,togglebutton,dropdown-listbox
shortlist=AX-MORPH-MATCHENTRYTYPE,0,first-letter,complete,none
shortlist=AX-MORPH-LISTSTYLE,0,plain,with-buttons
shortlist=AX-MORPH-SHOWDROPDOWNMODE,0,never,on-focus,always
shortlist=AX-MORPH-DROPDOWNSTYLE,0,no-symbol,arrow,ellipsis,underline
shortlist=AX-MORPH-SELECTIONTYPE,0,single,multi,range
constlist=AX-MORPH-BOUNDCOLUMN
default=
0=value-is-row-index
end
constlist=AX-MORPH-TEXTCOLUMN
default=
-1=first-column-with-width
0=row-numbers
end
constlist=AX-MORPH-COLUMNCOUNT
default=
-1=all-columns
end
# label ----------------------------------------------------------------------
{978C9E23-D4B0-11CE-BF2D-00AA003F40D0}=Forms.Label.1
flagslist=AX-LABEL-PROPERTIES
0x00000001=text-color
0x00000002=fill-color
0x00000004=flags
0x00000008=caption
0x00000010=image-pos
0x00000020=size
0x00000040=mouse-ptr
0x00000080=border-color
0x00000100=border-style
0x00000200=special-effect
0x00000400=image
0x00000800=accelerator
0x00001000=mouse-icon
end
# image ----------------------------------------------------------------------
{4C599241-6926-101B-9992-00000B65C6F9}=Forms.Image.1
flagslist=AX-IMAGE-PROPERTIES
0x00000004=auto-size
0x00000008=border-color
0x00000010=fill-color
0x00000020=border-style
0x00000040=mouse-ptr
0x00000080=image-size-mode
0x00000100=special-effect
0x00000200=size
0x00000400=image
0x00000800=image-align
0x00001000=image-tiling
0x00002000=flags
0x00004000=mouse-icon
end
# scroll bar -----------------------------------------------------------------
{DFD181E0-5E2F-11CE-A449-00AA004A803D}=Forms.ScrollBar.1
flagslist=AX-SCROLLBAR-PROPERTIES
0x00000001=arrow-color
0x00000002=fill-color
0x00000004=flags
0x00000008=size
0x00000010=mouse-ptr
0x00000020=min
0x00000040=max
0x00000080=value
0x00000100=unused
0x00000200=prev-enabled
0x00000400=next-enabled
0x00000800=step
0x00001000=page-step
0x00002000=orientation
0x00004000=prop-thumb
0x00008000=delay
0x00010000=mouse-icon
end
shortlist=AX-SCROLLBAR-PROPTHUMB,-1,proportional,fixed
# spin button ----------------------------------------------------------------
{79176FB0-B7F2-11CE-97EF-00AA006D2776}=Forms.SpinButton.1
flagslist=AX-SPINBUTTON-PROPERTIES
0x00000001=arrow-color
0x00000002=fill-color
0x00000004=flags
0x00000008=size
0x00000010=unused
0x00000020=min
0x00000040=max
0x00000080=value
0x00000100=prev-enabled
0x00000200=next-enabled
0x00000400=step
0x00000800=orientation
0x00001000=delay
0x00002000=mouse-icon
0x00004000=mouse-ptr
end
# tab strip ------------------------------------------------------------------
{EAE50EB0-4A62-11CE-BED6-00AA00611080}=Forms.TabStrip.1
flagslist=AX-TABSTRIP-PROPERTIES
0x00000001=selected-tab
0x00000002=fill-color
0x00000004=text-color
0x00000010=size
0x00000020=tab-captions
0x00000040=mouse-ptr
0x00000100=tab-orientation
0x00000200=tab-style
0x00000400=multi-row
0x00000800=tab-fixed-width
0x00001000=tab-fixed-height
0x00002000=tooltips
0x00008000=tooltip-strings
0x00020000=tab-names
0x00040000=flags
0x00080000=new-version
0x00100000=tabs-allocated
0x00200000=tags
0x00400000=tab-flag-count
0x00800000=accelerators
0x01000000=mouse-icon
end
shortlist=AX-TABSTRIP-ORIENTATION,0,top,bottom,left,right
shortlist=AX-TABSTRIP-TABSTYLE,0,tabs,buttons,none
flagslist=AX-TABSTRIP-FLAGS
0x00000001=visible
0x00000002=enabled
end
# VBA forms ==================================================================
# form class info ------------------------------------------------------------
flagslist=VBA-CLASSINFO-PROPERTIES
0x00000001=class-id
0x00000002=disp-event
0x00000008=default-prog
0x00000010=class-flags
0x00000020=method-count
0x00000040=dispatch-id-bind
0x00000080=get-bind-index
0x00000100=put-bind-index
0x00000200=bind-type
0x00000400=get-value-index
0x00000800=put-value-index
0x00001000=value-type
0x00002000=dispatch-id-rowset
0x00004000=set-rowset
end
combilist=VBA-CLASSINFO-FLAGS
0x0000FFFF=uint16,hex,classtable-flags,VBA-CLASSTABLE-CLASSFLAGS
0xFFFF0000=uint16,hex,var-flags,VBA-CLASSTABLE-VARFLAGS
end
flagslist=VBA-CLASSTABLE-CLASSFLAGS
0x0001=exclusive-value
0x0002=dual-interface
0x0004=no-aggregation
end
flagslist=VBA-CLASSTABLE-VARFLAGS
0x0001=read-only
0x0002=source
0x0004=bindable
0x0008=request-edit
0x0010=display-bind
0x0020=default-bind
0x0040=hidden
0x0080=restricted
0x0100=default-coll-elem
0x0200=ui-default
0x0400=non-browsable
0x0800=replaceable
0x1000=immediate-bind
end
# form site ------------------------------------------------------------------
flagslist=VBA-FORMSITE-PROPERTIES
0x00000001=name
0x00000002=tag
0x00000004=id
0x00000008=help-context-id
0x00000010=flags
0x00000020=stream-size
0x00000040=tab-index
0x00000080=class-id-cache-index
0x00000100=pos
0x00000200=group-id
0x00000800=tool-tip
0x00001000=licence-key
0x00002000=control-source
0x00004000=row-source
end
flagslist=VBA-FORMSITE-FLAGS
0x00000001=tabstop
0x00000002=visible
0x00000004=default
0x00000008=cancel
0x00000010=!storage!obj-stream
0x00000020=auto-size
0x00000100=preserve-height
0x00000200=fit-to-parent
0x00002000=select-child
0x00040000=container
end
combilist=VBA-FORMSITE-CLASSIDCACHE
0x7FFF=uint16,dec,cache-idx,VBA-FORMSITE-CLASSIDCACHEINDEX,filter=0x8000~0x0000
0x7FFF=uint16,dec,class-table-idx,,filter=0x8000~0x8000
0x8000=!predefined-class-id!class-table-index
end
constlist=VBA-FORMSITE-CLASSNAMES
7=Forms.Form.1
12=Forms.Image.1
14=Forms.Frame.1
15=Internal.MorphData
16=Forms.SpinButton.1
17=Forms.CommandButton.1
18=Forms.TabStrip.1
21=Forms.Label.1
23=Forms.TextBox.1
24=Forms.ListBox.1
25=Forms.ComboBox.1
26=Forms.CheckBox.1
27=Forms.OptionButton.1
28=Forms.ToggleButton.1
47=Forms.ScrollBar.1
57=Forms.MultiPage.1
end
constlist=VBA-FORMSITE-CLASSIDCACHEINDEX
include=VBA-FORMSITE-CLASSNAMES
0x7FFF=invalid
end
# form design extender ------------------------------------------------------
flagslist=VBA-FORMDESIGNEXT-PROPERTIES
0x00000001=flags
0x00000002=grid-x
0x00000004=grid-y
0x00000008=click-control-mode
0x00000010=dblclick-control-mode
end
flagslist=VBA-FORMDESIGNEXT-FLAGS
0x00000001=inherit-design-mode
0x00000002=design-mode
0x00000004=inherit-show-toolbox
0x00000008=show-toolbox
0x00000010=inherit-show-grid
0x00000020=show-grid
0x00000040=inherit-snap-to-grid
0x00000080=snap-to-grid
0x00000100=inherit-grid-x
0x00000200=inherit-grid-y
0x00000400=inherit-click-control-mode
0x00000800=inherit-dblclick-control-mode
0x00001000=inherit-show-invisible
0x00002000=show-invisible
0x00004000=inherit-show-tooltips
0x00008000=show-tooltips
0x00010000=inherit-immediate-layout
0x00020000=immediate-layout
end
shortlist=VBA-FORMDESIGNEXT-CLICKCTRLMODE,-2,inherit,default,insertion-point,select-then-insert
shortlist=VBA-FORMDESIGNEXT-DBLCLICKCTRLMODE,-2,inherit,,select-text,edit-code,edit-properties
# form -----------------------------------------------------------------------
{C62A69F0-16DC-11CE-9E98-00AA00574A4F}=Forms.Form.1
{6E182020-F460-11CE-9BCD-00AA00608E01}=Forms.Frame.1
flagslist=VBA-FORM-PROPERTIES
0x00000002=fill-color
0x00000004=text-color
0x00000008=next-available-id
0x00000040=flags
0x00000080=border-style
0x00000100=mouse-ptr
0x00000200=scrollbars
0x00000400=display-size
0x00000800=logical-size
0x00001000=scroll-pos
0x00002000=group-count
0x00008000=mouse-icon
0x00010000=cycle
0x00020000=special-effect
0x00040000=border-color
0x00080000=caption
0x00100000=font
0x00200000=image
0x00400000=zoom
0x00800000=image-align
0x01000000=image-tiling
0x02000000=image-sizemode
0x04000000=shape-cookie
0x08000000=draw-buffer
end
flagslist=VBA-FORM-FLAGS
0x00000004=enabled
0x00004000=has-design-extender
0x00008000=!has-class-table!skip-class-table
end
flagslist=VBA-FORM-SCROLLBARS
0x01=horizontal
0x02=vertical
0x04=keep-horizontal
0x08=keep-vertical
0x10=vertical-left
end
shortlist=VBA-FORM-CYCLE,0,all-forms,,current-form
combilist=VBA-FORM-SITE-TYPECOUNT
0x7F=uint8,dec,type-count
0x80=!type!count
end
# page -----------------------------------------------------------------------
flagslist=VBA-PAGE-PROPERTIES
0x00000002=transition-effect
0x00000004=transition-period
end
shortlist=VBA-PAGE-TRANSITIONEFFECT,0,none,cover-up,cover-right-up,cover-right,cover-right-down,cover-down,cover-left-down,cover-left,cover-left-up,push-up,push-right,push-down,push-left
# multi page -----------------------------------------------------------------
{46E31370-3F7A-11CE-BED6-00AA00611080}=Forms.MultiPage.1
flagslist=VBA-MULTIPAGE-PROPERTIES
0x00000002=page-count
0x00000004=id
0x00000008=enabled
end
# VBA project name lists =====================================================
multilist=VBA-DIR-RECORD-NAMES
0x0000=,PROJECTSYSKIND,PROJECTLCID,PROJECTCODEPAGE,PROJECTNAME,PROJECTDOCSTRING,PROJECTHELPFILEPATH1,PROJECTHELPCONTEXT
0x0008=PROJECTLIBFLAGS,PROJECTVERSION,,,PROJECTCONSTANTS,REFERENCEREGISTERED,REFERENCEPROJECT,PROJECTMODULES
0x0010=PROJECTEND,,,PROJECTCOOKIE,PROJECTLCIDINVOKE,,REFERENCENAME,
0x0018=,MODULENAME,MODULESTREAMNAME,,MODULEDOCSTRING,,MODULEHELPCONTEXT,
0x0020=,MODULETYPEPROCEDURAL,MODULETYPEDOCUMENT,,,MODULEREADONLY,,
0x0028=MODULEPRIVATE,,,MODULEEND,MODULECOOKIE,,,REFERENCECONTROL
0x0030=REFERENCEEXTENDED,MODULEOFFSET,MODULESTREAMNAMEUNICODE,REFERENCEORIGINAL,,,,
0x0038=,,,,PROJECTCONSTANTSUNICODE,PROJECTHELPFILEPATH2,REFERENCENAMEUNICODE,
0x0040=PROJECTDOCSTRINGUNICODE,,,,,,,MODULENAMEUNICODE
0x0048=MODULEDOCSTRINGUNICODE,,,,,,,
end
constlist=VBA-DIR-SIMPLE-RECORDS
0x0001=uint32,dec,platform,VBA-DIR-PROJECTSYSKIND-PLATFORM
0x0002=uint32,hex,lang-id
0x0007=uint32,dec,help-context-id
0x0008=uint32,hex,libflags
0x000F=uint16,dec,module-count
0x0013=int16,dec,cookie
0x0014=uint32,hex,lang-id
0x001E=uint32,dec,help-context-id
0x002C=int16,dec,cookie
end
shortlist=VBA-DIR-PROJECTSYSKIND-PLATFORM,0,16-bit-windows,32-bit-windows,macintosh
# ============================================================================
|