;
;  $InfoSnap-DoubleBump$.txt   
;
;  DOUBLEBUMP OVERRIDES - EXAMPLE FILE for release 1.0.0
;
;  Modify it to suit your needs
;
;
;  Format:  
;          State,ApplicationId,DialogId,TitleOverride,Key-In
;
;    Where 'State' is one of: top, left, right, none, nonuke, hide
;
;       where 'top' means shrink to title bar
;       where 'left' means shrink to left border (currently the same as 'top')
;       where 'right' means shrink to right border
;       where 'none' forbids any kind of shrinking
;       where 'nonuke' forbids any kind of automatic nuking AND shrinking
;       where 'hide' makes any dialog box permanently invisible (use with caution!)
;
;       IMPORTANT: ALL STATES ARE MUTUALLY EXCLUSIVE! ONLY ONE STATE CAN BE USED FOR ANY GIVEN DIALOG BOX
;
;
;    Where 'ApplicationId' is the REQUIRED name of the owner MDL application (use asterisk '*' to match any application)
;
;    Where 'DialogId' is the REQUIRED dialog box number in MDL resource (use asterisk '*' to match any number)
;
;    Where 'TitleOverride' is the OPTIONAL dialog box title override
;
;    Where 'KeyIn' is the OPTIONAL key-in to force opening this dialog box (if you want it to auto-open)
;
;    Where ';' prefixes the comment line
;
;
;
;  Use InfoSnap 'Current state monitor' (in Settings tab) to obtain 'ApplicationId' and 'DialogId' with cursor.
;
;  The list below is processed sequentially, so you may want to define some special cases first and use '*' to 
;  define defaults at the end of the list.
;
;
;-------------------------------------------------------------------------------------
;  Overrides list starts here
;-------------------------------------------------------------------------------------
;
;  Note: shrinking and nuking of WORDPROC is disabled - WordProcessor causes severe anomalies in MicroStation 
;        inclusive abnormal aborts when unshrinking
;
nonuke,WORDPROC,1
;
;  Note: Disabling shrinking of Tool Settings: 
;        Negative numbers are used by MicroStation only. 
;        They are unique and -79 is reserved for Tool Settings (dlogids.h).
;        Tool Settings inherits the owner MDL aplication which is driving the active tool so we need 
;        to use '*' in order to match all of them. 
;
none,*,-79
;
;
;  EXAMPLE 1: shrinking of INFOSNAP is disabled
;
none,INFOSNAP,1        ; shrinking disabled
nonuke,INFOSNAP,4      ; shrinking and auto-nuking disabled  
;
;
;  EXAMPLE 2: REFERENCES dialog box is loaded and shrunk
;
top,REF,-7,My Refs,DIALOG REFERENCE    ; note, that the dialog title is changed to 'My Refs'
;
;
;  EXAMPLE 3: LEVEL MANAGER dialog box is loaded and shrunk as 'Level Mgr.'
;
top,LVLMANGR,5,Level Mgr.,LEVELMANAGER DIALOG OPEN  
;
