|
PCB Matrix Format
by Numerical Innovations, Inc. (www.numericalinnovations.com)
|
| 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. | |