User Guide

184 Chapter 13 Customizing the Development Environment
<control name="txtDataSource" type="TextBox"
anchor="lblDataSource" corner="NE" width=130/>
<control name="lblMaxRows" type="Label" caption="Max Rows:"
anchor="txtQueryName" corner="NE" down=0 right=10 width=70/>
<control name="lblTimeout" type="Label" caption="Timeout:"
anchor="txtDataSource" corner="NE" down=0 right=10 width=70/>
<control name="numMaxRows" type="TextBox" anchor="lblMaxRows"
corner="NE" width=30/>
<control name="numTimeout" type="TextBox" anchor="lblTimeout"
corner="NE" width=30/>
<control name="checkDebug" type="CheckBox" caption="Print debug
info" anchor="numTimeout" corner="NE" right=10 down=4
width=maximum/>
</container>
<control name="lblSQLStatement" type="Label" caption="SQL
Statement:" anchor="Panel1" corner="SW"down=10 right=0
width=110/>
<control name="txtSQLStatement" type="SQLTextArea"
anchor="lblSQLStatement" corner="SW" down="8" width=maximum
height=maximum DSNAMECONTROL="txtDataSource"
QUERYNAMECONTROL="txtQueryName"/>
</container>
FileBrowser
<control name="lblSource" type="Label"
caption="Source:" down=17 right=10
width=60/>
<control name="txtSource" type="FileBrowser" anchor="lblSource"
corner="NE" width="maximum" RELATIVE
FILTER="*.htm;*.html;*.cfml;*.cfm;*.asp" />
Image
<control name="imgApplet" type="Image" filepath="Images/Applet.bmp"
down=10 right=10 autosize="Yes"/>
StyleTextBox
ActiveX
<control name="activexGizmoPicker" type="ActiveX"
PROGID="company.Gizmo"/>