!
!	resource file for xtechinfo
!
!	nodeSel
! ________________________________________________________________
! |	    Title:	_______					 |
! |	 Keywords:	_______					 |
! |	   Source:	_______					 |
! |      ________________________________________________	 |
! |	|	File Selction Box			 |	 |
! |	|						 |	 |
! |	|						 |	 |
! |	 ------------------------------------------------	 |
! |______________________________________________________________|
!

*nodeSel.wcCreate: XmForm

	*nodeSel.marginHeight: 5
	*nodeSel.marginWidth:	7
	*nodeSel.verticalSpacing: 2
	*nodeSel.horizontalSpacing: 3

!   Layout of form

*nodeSel.WcChildren: titleText titleLabel \
	keywordsText keywordsLabel sourceText sourceLabel fileBox

	*nodeSel*defineLabel.topAttachment:	ATTACH_FORM
	*nodeSel*defineLabel.leftAttachment:	ATTACH_FORM
	*nodeSel*defineLabel.rightAttachment:	ATTACH_FORM

	*nodeSel*titleText.topAttachment:	ATTACH_FORM
	*nodeSel*titleText.rightAttachment:	ATTACH_FORM
	*nodeSel*titleText.leftAttachment:	ATTACH_POSITION
	*nodeSel*titleText.leftPosition:	25

	*nodeSel*titleLabel.topAttachment:	ATTACH_OPPOSITE_WIDGET
	*nodeSel*titleLabel.topWidget:		^titleText
	*nodeSel*titleLabel.leftAttachment:	ATTACH_FORM
	*nodeSel*titleLabel.rightAttachment:	ATTACH_WIDGET
	*nodeSel*titleLabel.rightWidget:	^titleText
	*nodeSel*titleLabel.bottomAttachment:	ATTACH_OPPOSITE_WIDGET
	*nodeSel*titleLabel.bottomWidget:	^titleText

	*nodeSel*keywordsText.topAttachment:	ATTACH_WIDGET
	*nodeSel*keywordsText.topWidget:		^titleText
	*nodeSel*keywordsText.rightAttachment:	ATTACH_FORM
	*nodeSel*keywordsText.leftAttachment:	ATTACH_POSITION
	*nodeSel*keywordsText.leftPosition:	25

	*nodeSel*keywordsLabel.topAttachment:	ATTACH_OPPOSITE_WIDGET
	*nodeSel*keywordsLabel.topWidget:	^keywordsText
	*nodeSel*keywordsLabel.leftAttachment:	ATTACH_FORM
	*nodeSel*keywordsLabel.rightAttachment:	ATTACH_WIDGET
	*nodeSel*keywordsLabel.rightWidget:	^keywordsText
	*nodeSel*keywordsLabel.bottomAttachment:	ATTACH_OPPOSITE_WIDGET
	*nodeSel*keywordsLabel.bottomWidget:	^keywordsText

	*nodeSel*sourceText.topAttachment:	ATTACH_WIDGET
	*nodeSel*sourceText.topWidget:		^keywordsText
	*nodeSel*sourceText.rightAttachment:	ATTACH_FORM
	*nodeSel*sourceText.leftAttachment:	ATTACH_POSITION
	*nodeSel*sourceText.leftPosition:	25

	*nodeSel*sourceLabel.topAttachment:	ATTACH_OPPOSITE_WIDGET
	*nodeSel*sourceLabel.topWidget:		^sourceText
	*nodeSel*sourceLabel.leftAttachment:	ATTACH_FORM
	*nodeSel*sourceLabel.rightAttachment:	ATTACH_WIDGET
	*nodeSel*sourceLabel.rightWidget:	^sourceText
	*nodeSel*sourceLabel.bottomAttachment:	ATTACH_OPPOSITE_WIDGET
	*nodeSel*sourceLabel.bottomWidget:	^sourceText

	*nodeSel*fileBox.topAttachment:		ATTACH_WIDGET
	*nodeSel*fileBox.topWidget:		^sourceText
	*nodeSel*fileBox.leftAttachment:	ATTACH_FORM
	*nodeSel*fileBox.rightAttachment:	ATTACH_FORM
	

!  Input for title, keywords, source, locker, file

*nodeSel.XmText.activateCallback:	TraverseNext(this)

*nodeSel*titleLabel.wcCreate:		XmLabel
*nodeSel*titleLabel.labelString:	Title:
*nodeSel*titleLabel.alignment:		ALIGNMENT_END

*nodeSel*titleText.wcCreate:		XmText
*nodeSel*titleText.maxLength:		79

*nodeSel*keywordsLabel.wcCreate:	XmLabel
*nodeSel*keywordsLabel.labelString:	Keywords:
*nodeSel*keywordsLabel.alignment:	ALIGNMENT_END

*nodeSel*keywordsText.wcCreate:		XmText
*nodeSel*keywordsText.maxLength:	79

*nodeSel*sourceLabel.wcCreate:		XmLabel
*nodeSel*sourceLabel.labelString:	Source:
*nodeSel*sourceLabel.alignment:		ALIGNMENT_END

*nodeSel*sourceText.wcCreate:		XmText
*nodeSel*sourceText.maxLength:		16

*fileBox.wcCreate:			XmCreateFileSelectionBox
