PCB Matrix Format
by Numerical Innovations, Inc. (www.numericalinnovations.com)
Dialog Box - Item Types
Note
Matrix includes Over 60 different pre-configured dialog item-types are included.
Dialog Item Type(s)
Description
None Display text only. No edit.
Edit Creates an editable text box.
Combo Creates a customized combobox. If a pre-configured dialog item type is not available, use dialog item type="combo" with the <option> element to define all options for the Combo
<DLGITEM name="Choose an option" value="third_global" type="combo">
<OPTION>First Option</OPTION>
<OPTION>Second Option</OPTION>
<OPTION>Third Option</OPTION>
<OPTION>Fourth Option</OPTION>
</DLGITEM>

Check Creates a check box with only values: "true" or "false"
Color Displays a color picker dialog.
File Displays a standard File selection dialog box.
Directory

Displays a standard Directory selection dialog.