!----------------------------------------------------------------------------
!       @(#)Mdb 1.9     97/06/23
!
! Resource file for mdb (OSF/Motif interface)
!
! -------------RESOURCE FILE FOR EXAMPLE MDB DATABASE TEMPLATE---------------
!                       VERSION 1.0 Feb 1996
!
! NOTICE:  THIS IS THE APPLICATION SPECIFIC PART OF THE MDB RESOURCE
!          FILE THAT DEFINES ALL THE MDB DATABASE ITEMS.
!
!          THERE SHOULD BE NO REASON TO EDIT THIS FILE MANUALLY.
!          USE THE BUILT IN CONFIGURATOR TO EMPLOY USER PREFERENCES.
!
!          INCLUDE THE GENERIC PART HERE:
!
#include			"MdbGen"
!
! The `folderClass' binds a particular layout to a related folder.
! The folderclass is registered in the folder itself, and mdb will
! refuse access if a folder <-> layout mismatch occurs.
!
*folderClass:			MDB_Test_Vesion_1.0
*folderInfo.labelString:	MdbTest
!
!----------------------------------------------------------------------------
!
! The `folderGlobal' identifies a search path for globally accessible
! folders.
! The `folderPrivate'  identifies  the location  of the private
! folder accessible by the creator only.
! The `folderPrivate' is relative the user's $HOME.
!
*folderGlobal:			/usr/lib/mdb
*folderPrivate:			/.mdb
!
!----------------------------------------------------------------------------
!
! Add folders as needed in ascending order folder1, folder2 .. etc.
! The folder name `private' is a  reserved key word that makes sure
! that the folder is installed in the creator's home directory with
! exclusive read and write permissions for the creator.
!
*folderName1:			private
*folderName2:			customers
!----------------------------------------------------------------------------
!
! Add layouts as needed in ascending order layout1, layout2 .. etc.
! The name  within parentheses is the file name of a  resource file
! similar to the one you right now are reading. Layouts will appear
! in the "Layout" menu, enabling the user to switch layout  without
! quitting mdb. In practice this action will force a restart of mdb
! with the -layout command line argument defined.
!
*folderLayout1:			Example Database (Mdb)
*folderLayout2:			My Database (MyMdb)
!
!----------------------------------------------------------------------------
!
! Format Fields:
! The numbers in this field  refers to  the database items declared
! later in this file. A white space between digits means that a new
! line will be inserted. The `,' will result in a concatenated line.
!
! The `copyPasteFormat' defines a clip-board  function used to move
! item fields to other text field widgets present on the screen.
!
*copyPasteFormat:		1 9 2 3,4 5
!
! The `printlFormat ' defines the contents of Addressing Labels.
!
*printlFormat:			1 9 2 3,4 5
!
! Now we have the format for the Phone Book Print. It honors the
! `|' character to form an alternative string if  the  first string
! is empty. As an example  you can define to print the direct phone
! number to a  person  if it is defined, else take the switch board
! number. The last `-' defines the TAB stop line truncation.
!
*printpFormat:			1,9,10|6 2,4-22
!
!----------------------------------------------------------------------------
!
! Define the Primary KeyItem Field. This number refers to the field
! to be used as the main key in terms of search and registration.
! This could be the name of a company or an organization.
!
*pKeyItem:			1
!
! The  Secondary KeyItem is optional.  It can be used to identify a
! second item for search and  registration.  This could be a person
! within a company or an organization.  Assigning the value of zero
! (0) disables this feature.
!
*sKeyItem:			9
!
!----------------------------------------------------------------------------
!                             LIMITS
! Maximum No. of characters for the Single Line Text Fields.
*MaxLine:                       200
!
! Maximum No. of characters for the Multi Line Text Fields.
*MaxNotes:                      65536
!
! Define Mail Options. Signature file and mail box for outgoing mail.
*mailSignature:
*mailSent:
!----------------------------------------------------------------------------
!
!                   MAIN AND ALTERNATIVE CATEGORIES
!
!----------------------------------------------------------------------------
! Define the title for the Main category toggle field.
!
*typeLabel.labelString:		Customer type:
!
! Define the titles for the Alternative attribute toggle fields.
!
*sel1Label.labelString:		Market:
*sel2Label.labelString:		Areas of interest:
!
!----------------------------------------------------------------------------
!
!                   START OF DEFINED DATABASE ITEMS
!
!----------------------------------------------------------------------------
!       
! There are six classes of item types available for definition. The
! behavior of each item class is  dependent on  the Parent managing 
! the database item. The following Parents are predefined:
!
!    ItemX.parent  =  1      Single line Text Items and Radio Boxes.
!    ItemX.parent  =  2      Main category Toggles  and Radio Boxes.
!    ItemX.parent  =  3-4    Attribute Toggles and Radio Boxes.
!    ItemX.parent  =  5      Variable length Scrolled Text Fields.
!
! Parent 2-4 may house Single line Text Items as well.
!
! There is also means to define a NULL parent, simply to be used as
! non-functional filling.  Use NULL Parents if  there is a possible
! need to insert items at a later time and thus maintain the layout
! compatibility:
!
!    ItemX.parent  =  0      A NULL Parent.
! The `labelString' for this item must be defined as "NULL".
!
! NOTICE:
! It is  VERY important  that all items are  numbered in  ascending 
! order. If not the behavior of mdb is undefined, or mdb will abort
! during start up. The configurator takes care of this.
!----------------------------------------------------------------------------
! Use this resource to adjust the width of the labels of Parent 1.
*ItemXlabelWidth:		130
!
! Use this resource to adjust the exposed width of the Text Items
! of Parent 1.
*ItemXTextcolumns:		35
!----------------------------------------------------------------------------
!
!----------------------------------------------------------------------------
! Start define database items.
!----------------------------------------------------------------------------
! Mdb config generated items follows below.
! Do not edit!!. Use the configurator instead.
!
*Item0.labelString:		Priority
*Item0.class:			Radio
*Item0.parent:			1
*Item0.options:			A B C
*Item0.orientation:		XmHORIZONTAL
!
*Item1.labelString:		Company name:
*Item1.class:			Text
*Item1.parent:			1
*Item1.help:			This is the KeyItem
*Item1.FontList:		*schoolbook-bold-r-normal--12-*
*Item1.background:		light steel blue
!
*Item2.labelString:		Address:
*Item2.class:			Text
*Item2.parent:			1
!
*Item3.labelString:		District code:
*Item3.class:			Text
*Item3.parent:			1
!
*Item4.labelString:		City:
*Item4.class:			Text
*Item4.parent:			1
!
*Item5.labelString:		Country:
*Item5.class:			Text
*Item5.parent:			1
!
*Item6.labelString:		Telephone:
*Item6.class:			Text
*Item6.parent:			1
!
*Item7.labelString:		Fax:
*Item7.class:			Text
*Item7.parent:			1
!
*Item8.labelString:		Function:
*Item8.class:			Text
*Item8.parent:			1
!
*Item9.labelString:		Name:
*Item9.class:			Text
*Item9.parent:			1
*Item9.help:			This is the Secondary KeyItem
*Item9.FontList:		*schoolbook-bold-r-normal--12-*
*Item9.background:		light steel blue
!
*Item10.labelString:		Telephone dir:
*Item10.class:			Text
*Item10.parent:			1
!
*Item11.labelString:		Cellular:
*Item11.class:			Text
*Item11.parent:			1
!
*Item12.labelString:		E-mail:
*Item12.class:			Email
*Item12.parent:			1
*Item12.orientation:		XmVERTICAL
*Item12.htmlFormat:		9 1 6
!
*Item13.labelString:		
*Item13.class:			Radio
*Item13.parent:			2
*Item13.options:			OEM VAR Distributor End_User
*Item13.orientation:		XmVERTICAL
!
*Item14.labelString:		Telecom
*Item14.class:			Toggle
*Item14.parent:			3
!
*Item15.labelString:		Simulation
*Item15.class:			Toggle
*Item15.parent:			3
!
*Item16.labelString:		IA
*Item16.class:			Toggle
*Item16.parent:			3
*Item16.help:			Industrial Automation
!
*Item17.labelString:		Other market:
*Item17.class:			Text
*Item17.parent:			3
*Item17.columns:		15
!
*Item18.labelString:		Systems
*Item18.class:			Toggle
*Item18.parent:			4
!
*Item19.labelString:		Unix
*Item19.class:			Toggle
*Item19.parent:			4
!
*Item20.labelString:		Multi Media
*Item20.class:			Toggle
*Item20.parent:			4
!
*Item21.labelString:		Other Interest:
*Item21.class:			Text
*Item21.parent:			4
*Item21.columns:		15
!
*Item22.labelString:		NULL
*Item22.class:			0
*Item22.parent:			0
!
*Item23.labelString:		Comments/Remarks
*Item23.class:			Stext
*Item23.parent:			5
*Item23.rows:			8
!
! End of config generated items. Do not alter this line.
!----------------------------------------------------------------------------
! Define the Defaults for Print.
!----------------------------------------------------------------------------
*defaultPrinter:		laser
*mpPaper:			-a4
!----------------------------------------------------------------------------
! Preset Button "A".
!----------------------------------------------------------------------------
*printHsp1A:			12
*printHsp2A:			77
*printHsp3A:			144
*printVsp1A:			20
*printVsp2A:			38
*printFzA:			13
*printNrowA:			7
*printLimitA:			30
!----------------------------------------------------------------------------
! Preset Button "B".
!----------------------------------------------------------------------------
*printHsp1B:			5
*printHsp2B:			75
*printHsp3B:			145
*printVsp1B:			9
*printVsp2B:			36
*printFzB:			13
*printNrowB:			8
*printLimitB:			32
!
!----------------------------------------------------------------------------
! End Of File.
!----------------------------------------------------------------------------
