User Guide

210 Chapter 14 Customizing the Development Environment
<item value="MIDDLE" caption="MIDDLE" selected/>
<item value="BOTTOM" caption="BOTTOM" />
</control>
</container>
<container name="Panel2" type="Panel" caption=" Panel 2 "
anchor="Panel1" corner="SW" down=5 width="maximum"
height="maximum">
</container>
</container>
<container name="Advanced" type="TabPage" caption="Advanced">
</container>
</container>
</editorlayout>
See ../VTML_Reference/container.html#panelpanel/a in the VTML Reference for
syntax and usage information.
Label
<control name="lblSource" type="Label" caption="Source:" down=17
right=10 width=50/>
<control name="lblSource" type="Label" caption="Source:" down=17
right=10 width=50/>
<control name="txtSource" type="TextBox" value="Some Value"
anchor="lblSource" corner="NE" width="maximum"/>
See ../VTML_Reference/control.html#labellabel/a in the VTML Reference for
syntax and usage information.
DropDown
<control name="lblAlign"
type="Label" caption="Align:"
anchor="lblSource" corner="SW" down=11 width=50/>
<control name="dropAlign"
type="DropDown" anchor="lblAlign" corner="NE" width=100>
<item value="TOP" caption="TOP" />
<item value="MIDDLE" caption="MIDDLE" selected/>
<item value="BOTTOM" caption="BOTTOM" />
</control>
See ../VTML_Reference/control.html#dropdowndropdown/a in the VTML Reference
for syntax and usage information.
ListBox
<control name="lblSource"
type="Label" caption="Source:"
down=17 right=10 width=50/>
See ../VTML_Reference/control.html#listboxlistbox/a in the VTML Reference for
syntax and usage information.