!----------------------------------------------------------------------------
!
!       ProMod-PLUS Option File
!       -----------------------            
!----------------------------------------------------------------------------
!
!	General Syntax Description:
!
!	Each Option Line for Promod-PLUS consists of the following parts:
!		<component>.<user>.<project>.<attribute> : <value>
!	
!----------------------------------------------------------------------------
!
!               commandline : String
!                       Full command path used by ProMod-PLUS client to
!                       call the ProMod-PLUS 4GL Generation Utilities
proface*commandline: sys-dir/dbdes_client
prosql.*.*.resWordFile:		sys-dir/sql_res.wrd
!               defaultCommand: String
!                       Default command for external editors. This command is
!                       used if no editor is specified.
texteditor*defaultCommand: xterm -xrm "*iconName: $o" -xrm "*.title: vi $t - $o" -e vi $f
!
!               mspCommand: String
!                       Command for external Mini Spec Editor. If no command
!                       is specified the default is used.
texteditor*mspCommand:
!
!               cspCommand: String
!                       Command for external Text Sheet Editor. If no command
!                       is specified the default is used.
texteditor*cspCommand:
!
!               dataCommand: String
!                       Command for external Data Editor. If no command
!                       is specified the default is used.
texteditor*dataCommand:
!
!               subCommand: String
!                       Command for external Subsystem Editor. If no command
!                       is specified the default is used.
texteditor*subCommand:
!
!               modCommand: String
!                       Command for external Module Editor. If no command
!                       is specified the default is used.
texteditor*modCommand:
!
!               funCommand: String
!                       Command for external Function Editor. If no command
!                       is specified the default is used.
texteditor*funCommand:
!
!               btCommand: String
!                       Command for external Basic Type Editor. If no command
!                       is specified the default is used.
texteditor*btCommand:
!
!               tskCommand: String
!                       Command for external Task Editor. If no command
!                       is specified the default is used.
texteditor*tskCommand:
!
!               eventCommand: String
!                       Command for external Event Editor. If no command
!                       is specified the default is used.
texteditor*eventCommand:
!
!               actpCommand: String
!                       Command for external Activation Point Editor. If no command
!                       is specified the default is used.
texteditor*actpCommand:
!
!               msgCommand: String
!                       Command for external Message Editor. If no command
!                       is specified the default is used.
texteditor*msgCommand:
!
!               annoCommand: String
!                       Command for external Text Annotation Editor. If no command
!                       is specified the default is used.
texteditor*annoCommand:
!
!               resultCommand: String
!                       Command for external Editor for ProMod-PLUS Results . If
!                       no command is specified the default is used.
texteditor*resultCommand:
!----------------------------------------------------------------------------
!
!       print      Print - Command ( only used for HP)
!       -----
!----------------------------------------------------------------------------
!
!               report: String
!                       Command to print reports automatically.
!               plot:   String
!                       Command to plot Diagrams automatically.
!               result: String
!                       Command to print ProMod-PLUS results automatically.
!
print*report:
print*plot:
print*result:
!               mclCommand:
!                       Commandline to start server administration tool
dialog*mclCommand: xterm -sb -title "ProMod-PLUS: Server Administartion" -e sys-dir/mcl %s
!----------------------------------------------------------------------------
!
!       idm      Options for GUI Designer
!       ---
!----------------------------------------------------------------------------
!
!		commandline : String
!			Command used by ProMod-PLUS client to
!			call the ProMod-PLUS GUI Designer.
idm*commandline: idm
!----------------------------------------------------------------------------
!
!       idmed2      Options for GUI Designer (Editor)
!       ------
!----------------------------------------------------------------------------
!
!		commandline : String
!			Command used by ProMod-PLUS client to
!			call the ProMod-PLUS GUI Designer (Editor)
!		defaults : String
!			Full file name containing defaults values used when
!			creating new dialogs. Use this option if you have
!			your own default .dlg file.
idmed2*commandline: idmed2
!idmed2*defaults:
sourcepilot.*.*.spConflictCharacter: _
!
!		spMakefile: Integer
! 			Generate a makefile in a certain style for each subsystem
!			For OO-Model only
!                       Possible values are:
!                       0 : No makefile
!                       1 : BSD 4.3 UNIX make style
!                       2 : SYSTEM V UNIX make style
!                       3 : GNU make style
!                       4 : Borland make style
!                       5 : Microsoft NMAKE style
!                       6 : DEC MMS style
!                       7 : NDMAKE style
!
sourcepilot.*.*.spMakefile: 5
!
!		spMakeDefs: Filename
! 			Name of the file containing the subsystem location
! 			directories (whole file name including directory)
!			For OO-Model only
sourcepilot.*.*.spMakeDefs: make.def
!
!		spMakefileName: Filename
! 			Name of the make file
!			For OO-Model only
sourcepilot.*.*.spMakefileName: makefile
!
!		spMakeRulesFile: Filename
! 			Path and name of a file to be included in the generated
! 			makefile, containing user supplied information like e.g.
!                       the suffix rules and the make rules
!			For OO-Model only
sourcepilot.*.*.spMakeRulesFile: sys-dir/MakeRules
!
!		spFilename83: Boolean
!			Generate the filename with 8 characters for the name and
!			3 characters for the extension
sourcepilot.*.*.spFilename83: OFF
! 
!
!
!		psObjectFileExtension: String
! 			Extension for object files (used in the makefile)
!			For OO-Model only
sourcepilot.*.*.psObjectFileExtension: o
!
!		psAssocPrefix: String
!			Prefix for associations and aggregations without any
!			rolename
sourcepilot.*.*.psAssocPrefix: AssocTo
!
!
!----------------------------------------------------------------------------
!			Source Pilot ComposeSource options
!----------------------------------------------------------------------------
!
!		csMakeDefs: Filename
! 			Name of the file containing the subsystem location
! 			directories (whole file name including directory)
sourcepilot.*.*.csMakeDefs: make.def
!
!		csMakeRulesFile: Filename
! 			Path and name of a file to be included in the generated
! 			makefile, containing user supplied information like e.g.
!                       the suffix rules and the make rules
sourcepilot.*.*.csMakeRulesFile: sys-dir/MakeRules
!
!		csModBodyIncludeFile: Filename
! 			Path and name of the template to be included in each
! 			module body
sourcepilot.*.*.csModBodyIncludeFile: sys-dir/csModBodyIncludefile
!
!		csModSpecIncludeFile: Filename
! 			Path and name of the template to be included in each
! 			module specification
sourcepilot.*.*.csModSpecIncludeFile: sys-dir/csModSpecIncludefile
!
!		csSubBodyIncludeFile: Filename
! 			Path and name of the template to be included in the
! 			subsystem body
sourcepilot.*.*.csSubBodyIncludeFile: sys-dir/csSubBodyIncludefile
!
!		csSubSpecIncludeFile: Filename
! 			Path and name of the template to be included in the
! 			subsystem specification
sourcepilot.*.*.csSubSpecIncludeFile: sys-dir/csSubSpecIncludefile
!
!
!		csClassBodyIncludeFile: Filename
! 			Path and name of the template to be included in the
! 			class body
sourcepilot.*.*.csClassBodyIncludeFile: sys-dir/csClassBodyIncludefile
!
!
!		csClassSpecIncludeFile: Filename
! 			Path and name of the template to be included in each
! 			class specification
sourcepilot.*.*.csClassSpecIncludeFile: sys-dir/csModSpecIncludefile
!
!
!
!
!
!----------------------------------------------------------------------------
!
!	generalPlotOptions	General Plot Options
!	------------------
!
!----------------------------------------------------------------------------
!
!	plotFormat:
!	pageSize:
!	print:
!	plotScale:
!	cptoClipboard:
!       plotLayersTogether:
!		for internal use only
!
!	filepattern: String
!		filepattern to name the plotfiles
!
generalPlotOptions*filepattern: $o.p$t
!
!----------------------------------------------------------------------------
!
!       analyzer      ProMod-PLUS Analyzer
!       --------
!----------------------------------------------------------------------------
!
!               commandline : String
!                       Full command path used by ProMod-PLUS client to
!                       call the ProMod-PLUS Analyzer
analyzer*commandline: sys-dir/prdana_client
!
!----------------------------------------------------------------------------
!
!       loadunload      ProMod-PLUS Load/Unload
!       ----------
!----------------------------------------------------------------------------
!
!               commandline : String
!                       Full command path used by ProMod-PLUS client to
!                       call the ProMod-PLUS Load/Unload Tool
loadunload*commandline: sys-dir/prdload_client
!               commandline : String
!                       Full command path used by ProMod-PLUS client to
!                       call the ProMod-PLUS Draft Designer
draft*commandline: sys-dir/draft_client
generalReportOptions*commandline: sys-dir/report_client
generalReportOptions*asciiShellString: sys-dir/ascii_report
generalReportOptions*asciiTableFile: sys-dir/pro_asct.def
generalReportOptions*psShellString: sys-dir/ps_report
generalReportOptions*psTableFile: sys-dir/pro_pst.def
generalReportOptions*dtpShellString:
generalReportOptions*dtpTableFile: sys-dir/pro_dtpt.def
!               commandline : String
!                       Full command path used by ProMod-PLUS client to
!                       call the ProMod-PLUS Resolver
!
resolver*commandline: sys-dir/resolve_client
!
!----------------------------------------------------------------------------
!
!       tm      Technique Manager -
!       --	Window management
!
!----------------------------------------------------------------------------
!
!       autoShellPositioning: Boolean
!               Enables the user to choose whether the shell windows
!               are positioned from the upper left to the lower right
!		corner on the screen. If this option is set to
!		OFF each window is positioned by the "geometry" ressource
!		of its Motif application name.
tm*autoShellPositioning : ON
!       idsView: String
!               Full path name of the IDS Viewer Executable
tm*idsView : arena
tm*htmlDefaultManual: inst-dir/help
!
!	protoDir: String
!		Target directory for ShortCut Compiler and
!		GUI editor
!
!	commandline : String
!		Full command path used by ProMod-PLUS client to
!		call ShortCut
!
shortcut*commandline: sys-dir/scut_client
shortcut*protoDir: prd-dir
!
!	scr: String
!		Command to start ShortCut runtime with GUI and without debugger
!
!	scrDebugger: String
!		Command to start ShortCut runtime with GUI and debugger
!
!	scrEdit: String
!		Command to start ShortCut runtime with GUI and Editor and
!		without debugger.
!
!	scrEditDebugger: String
!		Command to start ShortCut runtime with GUI, Editor and
!		debugger.
!
!	scrAscii:
!		Command to start ShortCut runtime with ASCII-Interface and
!		without debugger.
!
!	scrAsciiDebugger:
!		Command to start ShortCut runtime with ASCII-Interface and
!		debugger.
!
!	status:
!		Command to start ShortCut Status
!
!	guiEdit:
!		Command to start ShortCut GUI-Editor
!
shortcut*scr: sys-dir/scut/sc_spawn sys-dir/scut/scr.sh
shortcut*scrDebugger: sys-dir/scut/sc_spawn sys-dir/scut/scr.sh -dbg
shortcut*scrEdit: sys-dir/scut/sc_spawn sys-dir/scut/scr.sh -edit
shortcut*scrEditDebugger: sys-dir/scut/sc_spawn sys-dir/scut/scr.sh -dbg -edit
shortcut*scrAscii: sys-dir/scut/sc_spawn sys-dir/scut/scr.sh -nogui
shortcut*scrAsciiDebugger: sys-dir/scut/sc_spawn sys-dir/scut/scr.sh -dbg -nogui
shortcut*status: sys-dir/scut/sc_spawn sys-dir/scut/scstat.sh
shortcut*guiEdit: sys-dir/scut/sc_spawn sys-dir/scut/guiedit.sh
!
!----------------------------------------------------------------------------
!
!	sourcepilot	SourcePilot Options
!	-----------
!
!----------------------------------------------------------------------------
!
!	bodyTool: String
!	interfaceTool: String
!		Default tool used to work on external SourcePilot
!		Annotations (typically an editor)
!	commandline : String
!		Full command path used by ProMod-PLUS client to
!		call SourcePilot
!
sourcepilot*bodyTool: xterm -tn xterms -e vi
sourcepilot*interfaceTool: xterm -tn xterms -e vi
sourcepilot*makefileTool: xterm -tn xterms -e vi
sourcepilot*commandline: sys-dir/spilot_client
!
!       incp: String
!               The name of a file which contains all include directories
!		for ReSource (pro_spii.def)
sourcepilot*incp: sys-dir/pro_spii.def
!
!       preMacros: String
!               The name of a file which contains all preprocessor directives
!		for ReSource (pro_spip.def)
sourcepilot*preMacros: sys-dir/pro_spip.def
!	annoStorage: Integer
!		Flag indicating external (2) or internal (1) storage of
!		annotations.
!	annoDirectory: String
!		The name of the directory that holds the external annotations.
!
!----------------------------------------------------------------------------
!
!	cs	Class Editor
!	--
!
!----------------------------------------------------------------------------
!
!	basicTypesCount: Integer
!		Number of basic types
!	basicTypesNxxx: String
!		List of basic types. This list is displayed wherever a type is
!		requested in the class editor.
cs*basicTypesCount: 12
cs*basicTypesN000: int
cs*basicTypesN001: unsigned int
cs*basicTypesN002: char
cs*basicTypesN003: unsigned char
cs*basicTypesN004: short
cs*basicTypesN005: unsigned short
cs*basicTypesN006: long
cs*basicTypesN007: unsigned long
cs*basicTypesN008: float
cs*basicTypesN009: double
cs*basicTypesN010: char *
cs*basicTypesN011: void *
!----------------------------------------------------------------------------
!
!	mdsubosl		MD-Subsystem OSL
!	--------                        
!   oosubosl    	OO-Subsystem OSL
!   --------
!   safdosl			SA-Flowdiagram OSL
!	-------
!   sadataosl		SA-Data OSL
!	-------
!	objectSelector	ALL Object Selectors
!	--------------   
!----------------------------------------------------------------------------
!
!	sortAlphabetical: SHORT
!		1:  sort selector alphabetical
!		0:  sort selector hierarchical
!   only for Flowdiagram OSL 2: sort 
!                               selector hierarchical with nodes
!	fillAutomatic:    BOOL
!       TRUE:  fill the selector list automatically
!		FALSE: dont fill the selector list automatically
mdsubosl*sortAlphabetical: 1
oosubosl*sortAlphabetical: 1
safdosl*sortAlphabetical:  1
sadataosl*sortAlphabetical:  1
objectSelector*fillAutomatic: FALSE
! ==========================================================================
!
!   ProMod-PLUS 4.2 Xdefault settings for colour displays
!
! ==========================================================================
!
Promod_42*.background: 			snow3
Promod_42*XmText.background: 		white
Promod_42*XmTextField.background: 	white
Promod_42*XmList.background: 		white
Promod_42*XmDrawingArea.background: 	snow2
dt*XmDrawingArea.background: 		snow3
Promod_42*.foreground:	 		black
Promod_42*XmText.foreground: 		black
Promod_42*XmTextField.foreground: 	black
Promod_42*XmList.foreground:		black
Promod_42*XmDrawingArea.foreground: 	black

text*dlg_eden_edt*str_eden_longcomment.background:  	snow2
text*dlg_eden_edt*str_eden_shortcomment.background: 	snow2

x11*col1:	black
x11*col2:	light steel blue
x11*col3:	navy
x11*col4:	dark slate blue
x11*col5:	medium slate blue
x11*col6:	dark turquoise
x11*col7:	sky blue
x11*col8:	sea green
x11*col9:	forest green
x11*col10:	khaki
x11*col11:	pale green
x11*col12:	yellow green
x11*col13:
x11*col14:
x11*col15:
x11*col16:

fd*objectFont : 2
fd*connFont : 1
fd*freeFont : 3

fd*nodeWidth: 1
fd*storeWidth: 3
fd*termWidth: 3
fd*barWidth: 1
fd*dfWidth: 1
fd*cfWidth: 1
fd*nodeColour: 2
fd*storeColour: 3
fd*termColour: 4
fd*barColour: 5
fd*dfColour: 6
fd*cfColour: 7

er*objectFont : 2
er*connFont : 1
er*freeFont : 3

er*entityWidth: 1
er*wentityWidth: 1
er*relshipWidth: 1
er*isarelshipWidth: 1
er*allLinkWidth: 1
er*entityColour: 2
er*wentityColour: 3
er*relshipColour: 4
er*isarelshipColour: 5
er*allLinkColour: 6

td*objectFont : 2
td*connFont : 1
td*freeFont : 3

td*taskWidth: 1
td*eventWidth: 1
td*messageWidth: 1
td*taskColour: 2
td*eventColour: 3
td*messageColour: 6

fc*objectFont : 2
fc*connFont : 1
fc*freeFont : 3

fc*expfunWidth: 1
fc*impfunWidth: 1
fc*intfunWidth: 1
fc*connWidth: 1
fc*expfunColour: 2
fc*impfunColour: 3
fc*intfunColour: 4
fc*connColour: 6

mc*objectFont : 2
mc*connFont : 1
mc*freeFont : 3

mc*expmodWidth: 1
mc*impmodWidth: 1
mc*intmodWidth: 1
mc*impsubWidth: 1
mc*intsubWidth: 1
mc*connWidth: 1
mc*expmodColour: 2
mc*impmodColour: 3
mc*intmodColour: 4
mc*impsubColour: 5
mc*intsubColour: 7
mc*connColour: 6

st*objectFont : 2
st*connFont : 1
st*freeFont : 3

st*stateWidth: 1
st*linkWidth: 1
st*stateColour: 2
st*linkColour: 6

! ==========================================================================
!
!   ProMod-PLUS 4.2 Xdefault settings  (Only seen by Your X-Server!)
!
! ==========================================================================
!
!
Promod_42*Font: -adobe-helvetica-bold-r-normal-*-120-*-*-p-*-iso8859-1
Promod_42*FontList: -adobe-helvetica-bold-r-normal-*-120-*-*-p-*-iso8859-1
Promod_42*XmText*FontList: -adobe-helvetica-bold-r-normal-*-120-*-*-p-*-iso8859-1
Promod_42*XmTextField*FontList: -adobe-helvetica-bold-r-normal-*-120-*-*-p-*-iso8859-1
!
!         When this font is not available, try:
!               -*-prestige-medium-r-normal-*-120-*
!               -adobe-times-medium-r-normal-*-120-*
!               -b&h-lucida-medium-r-normal-*-120-*
!
!
! Settings of ProMod-PLUS Main Window
! --------------------------------------------------------------------------
!
mmenu*lbox_ctx_log.fontList: -adobe-helvetica-medium-r-normal-*-120-*-*-*-*-ISO8859-1
mmenu*lbox_ctx_log.columns: 50
mmenu*lbox_ctx_log.rows: 12 
mmenu*lbox_ctx_log.value: \n\
Welcome to ProMod-PLUS !\n\n
mmenu*lbox_ctx_project.visibleItemCount: 4
mmenu*area_ctx_total*background:   #ffffffffffff
mmenu*area_ctx_total*foreground:   #000000000000
!
! Settings of ProMod-PLUS Library Window
! --------------------------------------------------------------------------
!
promod*area_ini_logo*background:   #ffffffffffff
promod*area_ini_logo*foreground:   #000000000000
!
! Accelerators for Buttons in File Menues
! --------------------------------------------------------------------------
mmenu*pb_ctx_exit.accelerator: Ctrl<Key>x: BUTTONACCEL()
mmenu*pb_ctx_exit.acceleratorText: Ctrl+X
text*pb_eden_save.accelerator: Ctrl<Key>s: BUTTONACCEL()
text*pb_eden_save.acceleratorText: Ctrl+S
text*pb_eden_exit.accelerator: Ctrl<Key>x: BUTTONACCEL()
text*pb_eden_exit.acceleratorText: Ctrl+X
promod*pb_ini_exit.accelerator: Ctrl<Key>x: BUTTONACCEL()
promod*pb_ini_exit.acceleratorText: Ctrl+X
text*pb_edtx_abandon.accelerator: Ctrl<Key>x: BUTTONACCEL()
text*pb_edtx_abandon.acceleratorText: Ctrl+X
text*pb_edtx_update.accelerator: Ctrl<Key>s: BUTTONACCEL()
text*pb_edtx_update.acceleratorText: Ctrl+S
text*pb_edtx_view_abandon.accelerator: Ctrl<Key>x: BUTTONACCEL()
text*pb_edtx_view_abandon.acceleratorText: Ctrl+X
text*pb_edtx_next.accelerator: Ctrl<Key>n: BUTTONACCEL()
text*pb_edtx_next.acceleratorText: Ctrl+N
Promod_42*pb_edge_abandon.accelerator: Ctrl<Key>x: BUTTONACCEL()
Promod_42*pb_edge_abandon.acceleratorText: Ctrl+X
Promod_42*pb_edge_update_dia.accelerator: Ctrl<Key>s: BUTTONACCEL()
Promod_42*pb_edge_update_dia.acceleratorText: Ctrl+S
!
!
! Settings of ProSQL Dialogs:
! -----------------------------	---------------------------------------------
!	Edit Entity/Relationship
text*mw_eden_edt*str_eden_longcomment.columns: 40
text*mw_eden_edt*str_eden_longcomment.rows: 2
text*mw_eden_edt*list_eden_attr.visibleItemCount: 10
!	Domain Definition
text*dlg_eden_domain*list_eden_datatype.visibleItemCount: 7
text*dlg_eden_domain*list_eden_datatype.width: 500
!	Component Definition
text*dlg_eden_attranno*str_eden_datatype.columns: 40
text*dlg_eden_attranno*str_eden_default.rows: 2
text*dlg_eden_attranno*str_eden_colcheck.rows: 2
text*dlg_eden_attranno*str_eden_colconstraint.rows: 2
!	Entity/Relationship Definition
text*dlg_eden_entanno*str_eden_username.columns: 40
text*dlg_eden_entanno*str_eden_tabcheck.rows: 2
text*dlg_eden_entanno*str_eden_tabconstraint.rows: 2
text*dlg_eden_entanno*str_eden_tabepilog.rows: 2
text*dlg_eden_entanno*str_eden_asquery.rows: 2
text*dlg_eden_entanno*str_eden_storage.rows: 2
text*dlg_eden_entanno*str_eden_cluster.rows: 2
!	Connection Definition
eder*dlg_eder_connanno*str_eder_conncomment.columns: 40
eder*dlg_eder_connanno*str_eder_conncomment.rows: 3
!       Target List
*dlg_ini_prosql*list_prosql_target.visibleItemCount: 3
!
!
! Size of Graphical Editors
! --------------------------------------------------------------------------
! To disjunct between different types, use "fd", "er", "std", "sh", "dt", "mc"
! "ts"or "sc" as prefix.
!
*edge_gra_area.width: 11360
*edge_gra_area.height: 8380
*edge_graphic.width: 11360
*edge_graphic.height: 8380
dt*edge_gra_area.width: 7000
dt*edge_gra_area.height: 4170
dt*edge_graphic.width: 7000
dt*edge_graphic.height: 4170
*edge_view_techn.width: 5000
*edge_view_techn.height: 3700
*edge_gra_view_area.width: 5000
*edge_gra_view_area.height: 3700
*edts_addr_osl.width: 6300
*edts_addr_osl.height: 4000
!
!
! Values of all graphic editors
! --------------------------------------------------------------------------
!
!   Directory mask for IN fileselector
*in_filename.dirMask: *.*
!   Value for OUT filename
*edge_out_box.pb_edge_out_stext.value: graphic.out
!
!
! Size of all object selectors
! --------------------------------------------------------------------------
!						general
osl*osl_anno_sel.width:			7000
osl*osl_anno_sel.height:		5000
osl*osl_dlg_sel.width:			7000
osl*osl_dlg_sel.height:			5000
!						SA/IM/RT
osl*osl_data_sel.width:			7000
osl*osl_data_sel.height:		5000
osl*osl_rt_sel.width:			7000
osl*osl_rt_sel.height:			5000
osl*osl_gen_sel.width:			7000
osl*osl_gen_sel.height:			5000
osl*osl_gen_rest_sel.width:		7000
osl*osl_gen_rest_sel.height:		5000
osl*osl_fd_sel.width:			7000
osl*osl_fd_sel.height:			5500
!						MD/TD
osl*osl_sub_sel.width:			7000
osl*osl_sub_sel.height:			5000
osl*osl_mod_sel.width:			7000
osl*osl_mod_sel.height:			6000
osl*osl_fun_sel.width:			7000
osl*osl_fun_sel.height:			6500
osl*osl_sym_sel.width:			7000
osl*osl_sym_sel.height:			6500
osl*osl_sym_list.width:			3000
osl*osl_actp_sel.width:			7000
osl*osl_actp_sel.height:		5000
ts*edts_actp_list.width:		3000
ts*edts_addr_list.width:		3000
osl*osl_tskd_sel.width:			7000
osl*osl_tskd_sel.height:		5000
osl*osl_sub_move_as_list.width:		7000
osl*osl_move_as_sel.width:		7000
!						tracebility selectors
osl*osl_tcb_re_md.width:  	 	8000
osl*osl_tcb_re_md.height: 	 	9000
osl*osl_tcb_re_tsk.width:	  	8000
osl*osl_tcb_re_tsk.height: 		9000
osl*osl_tcb_md_tsk.width: 	 	8000
osl*osl_tcb_md_tsk.height: 		9000
osl*osl_tcb_pm_idm.width: 	 	8000
osl*osl_tcb_pm_idm.height: 		9000
!
!
! Size of all textual editors
! --------------------------------------------------------------------------
!
*more_dialog_list.rows: 22
*more_dialog_list.columns: 64
!

*db_edtx_text.rows: 20
*db_edtx_text.columns: 64
text.mw_edmsp*db_edtx_text.rows: 20
text.mw_edmsp*db_edtx_text.columns: 64
text.mw_edda*db_edtx_text.rows: 10
text.mw_edda*db_edtx_text.columns: 45
text.mw_edanno*db_edtx_text.rows: 20
text.mw_edanno*db_edtx_text.columns: 64
text.mw_edfu*db_edtx_text.rows: 24
text.mw_edfu*db_edtx_text.columns: 64
text.mw_edmo*db_edtx_text.rows: 24
text.mw_edmo*db_edtx_text.columns: 64
text.mw_edsub*db_edtx_text.rows: 24
text.mw_edsub*db_edtx_text.columns: 64
text.mw_edcsp*db_edtx_text.rows: 20
text.mw_edcsp*db_edtx_text.columns: 64
text.mw_edbt*db_edtx_text.rows: 20
text.mw_edbt*db_edtx_text.columns: 64
text.mw_edtsk*db_edtx_text.rows: 20
text.mw_edtsk*db_edtx_text.columns: 64
!
!
text*db_edtx_text.fontList: -adobe-courier-bold-r-normal-*-120-*-*-m-*-iso8859-1
text*db_edtx_text.maxLength: 131072
text*db_edtx_text.scrollHorizontal: FALSE
text*db_edtx_text.scrollVertical: TRUE
text*db_edtx_text.wordWrap: TRUE
text*db_edtx_text.cursorPositionVisible: TRUE
text*db_edtx_text.autoShowCursorPosition: TRUE
!
!   directory mask of IN fileselector
text*fs_edtx_in_filename.dirMask: *.*
!   value of OUT filename
text*pdb_edtx_file_ext_na.pb_edtx_file_ext_stext.value: text.out
!
!   value of OUTPUT filename
*more_dialog_output_box*more_dialog_file_name_filter.value: results.txt
!
!   View Editors
!
text*db_edtx_view_text.fontList: -adobe-courier-bold-r-normal-*-120-*-*-m-*-iso8859-1
text*db_edtx_view_text.rows: 20
text*db_edtx_view_text.columns: 64
text*db_edtx_view_text.scrollHorizontal: FALSE
text*db_edtx_view_text.scrollVertical: TRUE
text*db_edtx_view_text.wordWrap: TRUE
text*db_edtx_view_text.maxLength: 131072
!
!
! Font of Decision Table editor
! --------------------------------------------------------------------------
!
dt*text_in_graphic.fontList: -adobe-courier-bold-r-normal-*-120-*-*-m-*-iso8859-1
!
! Alternative Monospaced fontLists
!
!   -*-Terminal-Medium-R-Narrow-*-*-*-*-C-*-ISO8859-1
!   -Adobe-Courier-Bold-R-Normal-*-*-*-*-M-*-ISO8859-1
!
!
!
!
! --------------------------------------------------------------------------
! ProMod-PLUS standard Motif settings (do not change!)
! --------------------------------------------------------------------------
*DXmPrintWgt*XmPushButton*defaultButtonShadowThickness: 3
*XmMenuShell.XmRowColumn.unitType: 100TH_FONT_UNITS
*XmMainWindow.XmRowColumn.shadowThickness: 48
*XmMenuShell.XmRowColumn.shadowThickness: 48
*tm_help_box.XmRowColumn.unitType: 100TH_FONT_UNITS
*tm_help_box.XmRowColumn.shadowThickness: 48
*XmForm.autoUnmanage: FALSE
*XmBulletinBoard.autoUnmanage: FALSE
*XmForm.XmPushButton.defaultButtonShadowThickness: 15
*XmBulletinBoard.XmPushButton.defaultButtonShadowThickness: 15
*XmForm*XmScrolledWindow.XmList.listSizePolicy: CONSTANT
*XmBulletinBoard*XmScrolledWindow.XmList.listSizePolicy: CONSTANT
*XmForm*XmScrolledWindow.XmText.editMode: MULTI_LINE_EDIT
*XmBulletinBoard*XmScrolledWindow.XmText.editMode: MULTI_LINE_EDIT
*XmForm.XmScrolledWindow.scrollingPolicy: AUTOMATIC
*XmBulletinBoard.XmScrolledWindow.scrollingPolicy: AUTOMATIC
*XmForm.XmScrolledWindow.scrollBarDisplayPolicy: AS_NEEDED
*XmBulletinBoard.XmScrolledWindow.scrollBarDisplayPolicy: AS_NEEDED
! --------------------------------------------------------------------------
! End of standard Motif settings (do not change!)
! --------------------------------------------------------------------------
