Package AllWidgets_with_Mapping

Source Code of AllWidgets_with_Mapping.One2

package AllWidgets_with_Mapping;

import AllWidgets_with_Mapping.Array_Of_BraNode;
import AllWidgets_with_Mapping.BraNode;
import AllWidgets_with_Mapping.FileNode;
import AllWidgets_with_Mapping.WeirdDC;
import DisplayProject.ArrayColumn;
import DisplayProject.Array_Of_DisplayNode;
import DisplayProject.Array_Of_OutlineColumnDesc;
import DisplayProject.CloseHideAdaptor;
import DisplayProject.Constants;
import DisplayProject.CursorMgr;
import DisplayProject.DataField;
import DisplayProject.DisplayNode;
import DisplayProject.DropListModel;
import DisplayProject.FixedLengthDocument;
import DisplayProject.GridField;
import DisplayProject.OutlineColumnDesc;
import DisplayProject.RadioList;
import DisplayProject.RadioListModel;
import DisplayProject.ScrollListModel;
import DisplayProject.UDSWindow;
import DisplayProject.UIutils;
import DisplayProject.WindowManager;
import DisplayProject.WindowUsageMap;
import DisplayProject.actions.AppletConnectionInfo;
import DisplayProject.actions.Caption;
import DisplayProject.actions.ColourChange;
import DisplayProject.actions.CommandType;
import DisplayProject.actions.DateTemplate;
import DisplayProject.actions.ElementList;
import DisplayProject.actions.ExitOnTab;
import DisplayProject.actions.FieldPopupMenu;
import DisplayProject.actions.FrameColor;
import DisplayProject.actions.FrameWeight;
import DisplayProject.actions.HeightPolicy;
import DisplayProject.actions.ImageValue;
import DisplayProject.actions.IndexValue;
import DisplayProject.actions.IntegerValue;
import DisplayProject.actions.ObjectValue;
import DisplayProject.actions.Parent;
import DisplayProject.actions.RootNode;
import DisplayProject.actions.ScrollBar;
import DisplayProject.actions.TabPages;
import DisplayProject.actions.TextValue;
import DisplayProject.actions.TreeRootVisible;
import DisplayProject.actions.UserWindow;
import DisplayProject.actions.VerticalScrollBar;
import DisplayProject.actions.WidgetState;
import DisplayProject.actions.WidthPolicy;
import DisplayProject.binding.BindingManager;
import DisplayProject.binding.beans.ExtendedPropertyChangeSupport;
import DisplayProject.binding.beans.Observable;
import DisplayProject.binding.list.SelectionInList;
import DisplayProject.controls.ArrayField;
import DisplayProject.controls.DropList;
import DisplayProject.controls.FillInField;
import DisplayProject.controls.ListView;
import DisplayProject.controls.MenuSeparator;
import DisplayProject.controls.MultiLineTextField;
import DisplayProject.controls.OutlineField;
import DisplayProject.controls.Panel;
import DisplayProject.controls.PictureGraphic;
import DisplayProject.controls.ScrollList;
import DisplayProject.controls.TabFolder;
import DisplayProject.controls.TextGraphic;
import DisplayProject.controls.TreeViewWidget;
import DisplayProject.events.AboutMenuListener;
import DisplayProject.events.ClientEventManager;
import DisplayProject.factory.CompoundFieldFactory;
import DisplayProject.factory.DataFieldFactory;
import DisplayProject.factory.DropFillinFactory;
import DisplayProject.factory.GraphicFactory;
import DisplayProject.factory.ListFieldFactory;
import DisplayProject.factory.MenuFactory;
import DisplayProject.factory.PushButtonFactory;
import DisplayProject.factory.ScrollBarFactory;
import DisplayProject.factory.TableFactory;
import DisplayProject.factory.TextEditFactory;
import DisplayProject.factory.ToggleFieldFactory;
import DisplayProject.factory.TreeFieldFactory;
import DisplayProject.plaf.Win32LookAndFeel;
import DisplayProject.printing.PrintActionListener;
import DisplayProject.printing.PrintSetupActionListener;
import DisplayProject.table.ArrayFieldCellHelper;
import DisplayProject.table.CheckBoxCellEditor;
import DisplayProject.table.CheckBoxCellRenderer;
import DisplayProject.table.ComboBoxCellRenderer;
import DisplayProject.table.FormattedCellEditor;
import DisplayProject.table.FormattedCellRenderer;
import DisplayProject.table.RadioListCellEditor;
import DisplayProject.table.RadioListCellRenderer;
import Framework.Array_Of_File;
import Framework.Array_Of_ListElement;
import Framework.BooleanData;
import Framework.DateTimeData;
import Framework.DateTimeNullable;
import Framework.DecimalData;
import Framework.DecimalNullable;
import Framework.DirectoryFile;
import Framework.DoubleData;
import Framework.DoubleNullable;
import Framework.ErrorMgr;
import Framework.EventHandle;
import Framework.EventManager;
import Framework.EventRegistration;
import Framework.EventRegistrationCallback;
import Framework.File;
import Framework.ForteKeyboardFocusManager;
import Framework.FrameworkUtils;
import Framework.ImageData;
import Framework.IntegerData;
import Framework.IntegerNullable;
import Framework.ListElement;
import Framework.ParameterHolder;
import Framework.Partition;
import Framework.RuntimeProperties;
import Framework.TextData;
import Framework.TextNullable;
import Framework.UsageException;
import Services.interfaces.*;
import entities.Array_Of_Bra;
import entities.Bra;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.Insets;
import java.awt.KeyboardFocusManager;
import java.awt.Window;
import java.awt.event.ActionEvent;
import java.awt.event.ComponentListener;
import java.awt.event.KeyEvent;
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.io.Serializable;
import java.lang.Object;
import java.lang.String;
import java.net.MalformedURLException;
import java.net.URL;
import java.text.ParseException;
import javax.help.CSH;
import javax.swing.BorderFactory;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JCheckBox;
import javax.swing.JComponent;
import javax.swing.JFrame;
import javax.swing.JMenu;
import javax.swing.JMenuBar;
import javax.swing.JMenuItem;
import javax.swing.JPanel;
import javax.swing.JPopupMenu;
import javax.swing.JScrollBar;
import javax.swing.JScrollPane;
import javax.swing.JTabbedPane;
import javax.swing.JTextField;
import javax.swing.KeyStroke;
import javax.swing.SwingConstants;
import javax.swing.UIManager;
import javax.swing.text.DefaultEditorKit;
import javax.swing.text.MaskFormatter;
import org.apache.log4j.Logger;

/**
* One2<p>
* <p>
* @author Generated from Forte
* @since  19-Nov-2008
*/
@RuntimeProperties(isDistributed=false, isAnchored=false, isShared=false, isTransactional=false)
@UDSWindow()
@SuppressWarnings("serial")
public class One2
        extends JFrame
        implements Serializable, Observable
{

    // ----------
    // Attributes
    // ----------
    protected File DefaultHelpFile;
    protected BindingManager bindingManager = null;
    public PropertyChangeSupport qq_Listeners = new ExtendedPropertyChangeSupport(this, true);
    private boolean aToggleBoolean;
    private BooleanData aToggleBooleanData;
    private String aFillInString;
    private TextData aFillInTextdata;
    private int aRadioInteger;
    private IntegerData aRadioIntegerData;
    private String aRadioString;
    private TextData aRadioTextData;
    private int aDropListInteger;
    private IntegerData aDropListIntegerData;
    private String aDropListString;
    private TextData aDropListTextData;
    private int aScrollListInteger;
    private IntegerData aScrollListIntegerData;
    private String aScrollListString;
    private TextData aScrollListTextData;
    private Bra theBra;
    private int uslessRadioList;
    private int aScrollInteger;
    private IntegerData aScrollIntegerData;
    private Array_Of_Bra<Bra> list;
    private DisplayNode aTreeView;
    private BraNode bList;
    private String aString;
    private DecimalData aDecimalData;
    private TextData aTextData;
    private String aPhone;
    private String upperCase;
    private DateTimeData aDate;
    private int aInteger;
    private IntegerData aIntegerData;
    private double aDouble;
    private DoubleData aDoubleData;
    private WeirdDC wDC;
    private DateTimeNullable aDateNullable;
    private DecimalNullable aDecimalNullable;
    private IntegerNullable aIntegerNullable;
    private DoubleNullable aDoubleNullable;
    private TextNullable aTextNullable;
    private String junk;
    private FileNode aOutlineField;

    // ------------
    // Constructors
    // ------------
    public One2() {
        // Explicitly call the superclass constructor to prevent the implicit call
        super();
        this.initialize();
        this.setUpperCase("aBcD");
        this.setATreeView(new DisplayNode());
        this.setAToggleBooleanData(new BooleanData(true, BooleanData.qq_Resolver.cVALUE));
        this.setATextData(new TextData("Heli"));
        this.setAToggleBoolean(true);
        this.setAString("hello");
        this.setAScrollListTextData(new TextData("Four"));
        this.setAScrollListString("Two");
        this.setAScrollListIntegerData(new IntegerData(4));
        this.setAScrollListInteger(3);
        this.setAScrollIntegerData(new IntegerData(50));
        this.setAScrollInteger(60);
        this.setARadioTextData(new TextData("Three"));
        this.setARadioString("Four");
        this.setARadioIntegerData(new IntegerData(4));
        this.setARadioInteger(2);
        this.setAPhone("0212345678");
        this.setAIntegerData(new IntegerData(56));
        this.setAInteger(7);
        this.setAFillInTextdata(new TextData("Two"));
        this.setAFillInString("Three");
        this.setADropListTextData(new TextData("Three"));
        this.setADropListString("Four");
        this.setADropListIntegerData(new IntegerData(2));
        this.setADropListInteger(3);
        this.setADoubleData(new DoubleData(24.35));
        this.setADouble(100.5);
        this.setADecimalData(new DecimalData(24.35));
        this.setADate(new DateTimeData().setCurrent());
        this.setList(BraShop_proxy.getInstance().getAll());
        this.setTheBra(new Bra());
        File f = new File();
        f.setLocalName(new TextData("C:\\forte\\userapp\\forte\\cl0\\forte.hlp"));
        this.setDefaultHelpFile(f);
        TextData.bind(this, "title").concat("dog");
        this.setWDC(new WeirdDC());
        this.getWDC().setValue( "1234567890" );
        this.setADecimalNullable(new DecimalNullable(true, DecimalNullable.qq_Resolver.cISNULL));
        this.setATextNullable(new TextNullable(true, TextNullable.qq_Resolver.cISNULL));
        String s = FrameworkUtils.getNodeName().getValue();

    }

    // ----------------------
    // Accessors and Mutators
    // ----------------------
    public File getDefaultHelpFile() {
        return DefaultHelpFile;
    }

    public void setDefaultHelpFile(File defaultHelpFile) {
        DefaultHelpFile = defaultHelpFile;
        UserWindow.createHelp(this, defaultHelpFile);
    }

    public void setHelpURL(String urlString) {
        try {
            URL url = new URL(urlString);
            UserWindow.createHelp(this, url);
        } catch (MalformedURLException e) {
            UsageException err = new UsageException("Cannot create help URL", e);
            ErrorMgr.addError(err);
            throw err;
        }
    }

    protected BindingManager getBindingManager() {
        if (this.bindingManager == null) {
            this.bindingManager = new BindingManager(this);
        }
        return bindingManager;
    }

    public void setAToggleBoolean(boolean aToggleBoolean) {
        boolean oldValue = this.aToggleBoolean;
        this.aToggleBoolean = aToggleBoolean;
        this.qq_Listeners.firePropertyChange("AToggleBoolean", oldValue, this.aToggleBoolean);
    }

    public boolean getAToggleBoolean() {
        return this.aToggleBoolean;
    }

    public void setAToggleBooleanData(BooleanData aToggleBooleanData) {
        BooleanData oldValue = this.aToggleBooleanData;
        this.aToggleBooleanData = aToggleBooleanData;
        this.qq_Listeners.firePropertyChange("AToggleBooleanData", oldValue, this.aToggleBooleanData);
    }

    public BooleanData getAToggleBooleanData() {
        return this.aToggleBooleanData;
    }

    public void setAFillInString(String aFillInString) {
        String oldValue = this.aFillInString;
        this.aFillInString = aFillInString;
        this.qq_Listeners.firePropertyChange("AFillInString", oldValue, this.aFillInString);
    }

    public String getAFillInString() {
        return this.aFillInString;
    }

    public void setAFillInTextdata(TextData aFillInTextdata) {
        TextData oldValue = this.aFillInTextdata;
        this.aFillInTextdata = aFillInTextdata;
        this.qq_Listeners.firePropertyChange("AFillInTextdata", oldValue, this.aFillInTextdata);
    }

    public TextData getAFillInTextdata() {
        return this.aFillInTextdata;
    }

    public void setARadioInteger(int aRadioInteger) {
        int oldValue = this.aRadioInteger;
        this.aRadioInteger = aRadioInteger;
        this.qq_Listeners.firePropertyChange("ARadioInteger", oldValue, this.aRadioInteger);
    }

    public int getARadioInteger() {
        return this.aRadioInteger;
    }

    public void setARadioIntegerData(IntegerData aRadioIntegerData) {
        IntegerData oldValue = this.aRadioIntegerData;
        this.aRadioIntegerData = aRadioIntegerData;
        this.qq_Listeners.firePropertyChange("ARadioIntegerData", oldValue, this.aRadioIntegerData);
    }

    public IntegerData getARadioIntegerData() {
        return this.aRadioIntegerData;
    }

    public void setARadioString(String aRadioString) {
        String oldValue = this.aRadioString;
        this.aRadioString = aRadioString;
        this.qq_Listeners.firePropertyChange("ARadioString", oldValue, this.aRadioString);
    }

    public String getARadioString() {
        return this.aRadioString;
    }

    public void setARadioTextData(TextData aRadioTextData) {
        TextData oldValue = this.aRadioTextData;
        this.aRadioTextData = aRadioTextData;
        this.qq_Listeners.firePropertyChange("ARadioTextData", oldValue, this.aRadioTextData);
    }

    public TextData getARadioTextData() {
        return this.aRadioTextData;
    }

    public void setADropListInteger(int aDropListInteger) {
        int oldValue = this.aDropListInteger;
        this.aDropListInteger = aDropListInteger;
        this.qq_Listeners.firePropertyChange("ADropListInteger", oldValue, this.aDropListInteger);
    }

    public int getADropListInteger() {
        return this.aDropListInteger;
    }

    public void setADropListIntegerData(IntegerData aDropListIntegerData) {
        IntegerData oldValue = this.aDropListIntegerData;
        this.aDropListIntegerData = aDropListIntegerData;
        this.qq_Listeners.firePropertyChange("ADropListIntegerData", oldValue, this.aDropListIntegerData);
    }

    public IntegerData getADropListIntegerData() {
        return this.aDropListIntegerData;
    }

    public void setADropListString(String aDropListString) {
        String oldValue = this.aDropListString;
        this.aDropListString = aDropListString;
        this.qq_Listeners.firePropertyChange("ADropListString", oldValue, this.aDropListString);
    }

    public String getADropListString() {
        return this.aDropListString;
    }

    public void setADropListTextData(TextData aDropListTextData) {
        TextData oldValue = this.aDropListTextData;
        this.aDropListTextData = aDropListTextData;
        this.qq_Listeners.firePropertyChange("ADropListTextData", oldValue, this.aDropListTextData);
    }

    public TextData getADropListTextData() {
        return this.aDropListTextData;
    }

    public void setAScrollListInteger(int aScrollListInteger) {
        int oldValue = this.aScrollListInteger;
        this.aScrollListInteger = aScrollListInteger;
        this.qq_Listeners.firePropertyChange("AScrollListInteger", oldValue, this.aScrollListInteger);
    }

    public int getAScrollListInteger() {
        return this.aScrollListInteger;
    }

    public void setAScrollListIntegerData(IntegerData aScrollListIntegerData) {
        IntegerData oldValue = this.aScrollListIntegerData;
        this.aScrollListIntegerData = aScrollListIntegerData;
        this.qq_Listeners.firePropertyChange("AScrollListIntegerData", oldValue, this.aScrollListIntegerData);
    }

    public IntegerData getAScrollListIntegerData() {
        return this.aScrollListIntegerData;
    }

    public void setAScrollListString(String aScrollListString) {
        String oldValue = this.aScrollListString;
        this.aScrollListString = aScrollListString;
        this.qq_Listeners.firePropertyChange("AScrollListString", oldValue, this.aScrollListString);
    }

    public String getAScrollListString() {
        return this.aScrollListString;
    }

    public void setAScrollListTextData(TextData aScrollListTextData) {
        TextData oldValue = this.aScrollListTextData;
        this.aScrollListTextData = aScrollListTextData;
        this.qq_Listeners.firePropertyChange("AScrollListTextData", oldValue, this.aScrollListTextData);
    }

    public TextData getAScrollListTextData() {
        return this.aScrollListTextData;
    }

    public void setTheBra(Bra theBra) {
        Bra oldValue = this.theBra;
        this.theBra = theBra;
        this.qq_Listeners.firePropertyChange("theBra", oldValue, this.theBra);
    }

    public Bra getTheBra() {
        return this.theBra;
    }

    public void setUslessRadioList(int uslessRadioList) {
        int oldValue = this.uslessRadioList;
        this.uslessRadioList = uslessRadioList;
        this.qq_Listeners.firePropertyChange("uslessRadioList", oldValue, this.uslessRadioList);
    }

    public int getUslessRadioList() {
        return this.uslessRadioList;
    }

    public void setAScrollInteger(int aScrollInteger) {
        int oldValue = this.aScrollInteger;
        this.aScrollInteger = aScrollInteger;
        this.qq_Listeners.firePropertyChange("AScrollInteger", oldValue, this.aScrollInteger);
    }

    public int getAScrollInteger() {
        return this.aScrollInteger;
    }

    public void setAScrollIntegerData(IntegerData aScrollIntegerData) {
        IntegerData oldValue = this.aScrollIntegerData;
        this.aScrollIntegerData = aScrollIntegerData;
        this.qq_Listeners.firePropertyChange("AScrollIntegerData", oldValue, this.aScrollIntegerData);
    }

    public IntegerData getAScrollIntegerData() {
        return this.aScrollIntegerData;
    }

    public void setList(Array_Of_Bra<Bra> list) {
        Array_Of_Bra<Bra> oldValue = this.list;
        this.list = list;
        this.qq_Listeners.firePropertyChange("list", oldValue, this.list);
    }

    public Array_Of_Bra<Bra> getList() {
        return this.list;
    }

    public void setATreeView(DisplayNode aTreeView) {
        DisplayNode oldValue = this.aTreeView;
        this.aTreeView = aTreeView;
        RootNode.set(this.getqq_aTreeView(), aTreeView);
        this.qq_Listeners.firePropertyChange("ATreeView", oldValue, this.aTreeView);
    }

    public DisplayNode getATreeView() {
        return this.aTreeView;
    }

    public void setBList(BraNode bList) {
        BraNode oldValue = this.getBList();
        this.getqq_bList().setRootNode(bList);
        this.qq_Listeners.firePropertyChange("BList", oldValue, bList);
    }

    public BraNode getBList() {
        return (BraNode)this.getqq_bList().getRootNode();
    }

    public void setAString(String aString) {
        String oldValue = this.aString;
        this.aString = aString;
        this.qq_Listeners.firePropertyChange("AString", oldValue, this.aString);
    }

    public String getAString() {
        return this.aString;
    }

    public void setADecimalData(DecimalData aDecimalData) {
        DecimalData oldValue = this.aDecimalData;
        this.aDecimalData = aDecimalData;
        this.qq_Listeners.firePropertyChange("ADecimalData", oldValue, this.aDecimalData);
    }

    public DecimalData getADecimalData() {
        return this.aDecimalData;
    }

    public void setATextData(TextData aTextData) {
        TextData oldValue = this.aTextData;
        this.aTextData = aTextData;
        this.qq_Listeners.firePropertyChange("ATextData", oldValue, this.aTextData);
    }

    public TextData getATextData() {
        return this.aTextData;
    }

    public void setAPhone(String aPhone) {
        String oldValue = this.aPhone;
        this.aPhone = aPhone;
        this.qq_Listeners.firePropertyChange("APhone", oldValue, this.aPhone);
    }

    public String getAPhone() {
        return this.aPhone;
    }

    public void setUpperCase(String upperCase) {
        String oldValue = this.upperCase;
        this.upperCase = upperCase;
        this.qq_Listeners.firePropertyChange("upperCase", oldValue, this.upperCase);
    }

    public String getUpperCase() {
        return this.upperCase;
    }

    public void setADate(DateTimeData aDate) {
        DateTimeData oldValue = this.aDate;
        this.aDate = aDate;
        this.qq_Listeners.firePropertyChange("ADate", oldValue, this.aDate);
    }

    public DateTimeData getADate() {
        return this.aDate;
    }

    public void setAInteger(int aInteger) {
        int oldValue = this.aInteger;
        this.aInteger = aInteger;
        this.qq_Listeners.firePropertyChange("AInteger", oldValue, this.aInteger);
    }

    public int getAInteger() {
        return this.aInteger;
    }

    public void setAIntegerData(IntegerData aIntegerData) {
        IntegerData oldValue = this.aIntegerData;
        this.aIntegerData = aIntegerData;
        this.qq_Listeners.firePropertyChange("AIntegerData", oldValue, this.aIntegerData);
    }

    public IntegerData getAIntegerData() {
        return this.aIntegerData;
    }

    public void setADouble(double aDouble) {
        double oldValue = this.aDouble;
        this.aDouble = aDouble;
        this.qq_Listeners.firePropertyChange("ADouble", new Double(oldValue), new Double(this.aDouble));
    }

    public double getADouble() {
        return this.aDouble;
    }

    public void setADoubleData(DoubleData aDoubleData) {
        DoubleData oldValue = this.aDoubleData;
        this.aDoubleData = aDoubleData;
        this.qq_Listeners.firePropertyChange("ADoubleData", oldValue, this.aDoubleData);
    }

    public DoubleData getADoubleData() {
        return this.aDoubleData;
    }

    public void setWDC(WeirdDC wDC) {
        WeirdDC oldValue = this.wDC;
        this.wDC = wDC;
        this.qq_Listeners.firePropertyChange("WDC", oldValue, this.wDC);
    }

    public WeirdDC getWDC() {
        return this.wDC;
    }

    public void setADateNullable(DateTimeNullable aDateNullable) {
        DateTimeNullable oldValue = this.aDateNullable;
        this.aDateNullable = aDateNullable;
        this.qq_Listeners.firePropertyChange("ADateNullable", oldValue, this.aDateNullable);
    }

    public DateTimeNullable getADateNullable() {
        return this.aDateNullable;
    }

    public void setADecimalNullable(DecimalNullable aDecimalNullable) {
        DecimalNullable oldValue = this.aDecimalNullable;
        this.aDecimalNullable = aDecimalNullable;
        this.qq_Listeners.firePropertyChange("ADecimalNullable", oldValue, this.aDecimalNullable);
    }

    public DecimalNullable getADecimalNullable() {
        return this.aDecimalNullable;
    }

    public void setAIntegerNullable(IntegerNullable aIntegerNullable) {
        IntegerNullable oldValue = this.aIntegerNullable;
        this.aIntegerNullable = aIntegerNullable;
        this.qq_Listeners.firePropertyChange("AIntegerNullable", oldValue, this.aIntegerNullable);
    }

    public IntegerNullable getAIntegerNullable() {
        return this.aIntegerNullable;
    }

    public void setADoubleNullable(DoubleNullable aDoubleNullable) {
        DoubleNullable oldValue = this.aDoubleNullable;
        this.aDoubleNullable = aDoubleNullable;
        this.qq_Listeners.firePropertyChange("ADoubleNullable", oldValue, this.aDoubleNullable);
    }

    public DoubleNullable getADoubleNullable() {
        return this.aDoubleNullable;
    }

    public void setATextNullable(TextNullable aTextNullable) {
        TextNullable oldValue = this.aTextNullable;
        this.aTextNullable = aTextNullable;
        this.qq_Listeners.firePropertyChange("ATextNullable", oldValue, this.aTextNullable);
    }

    public TextNullable getATextNullable() {
        return this.aTextNullable;
    }

    public void setJunk(String junk) {
        String oldValue = this.junk;
        this.junk = junk;
        this.qq_Listeners.firePropertyChange("junk", oldValue, this.junk);
    }

    public String getJunk() {
        return this.junk;
    }

    public void setAOutlineField(FileNode aOutlineField) {
        FileNode oldValue = this.aOutlineField;
        this.aOutlineField = aOutlineField;
        RootNode.set(this.getqq_aOutlineField(), aOutlineField);
        this.qq_Listeners.firePropertyChange("AOutlineField", oldValue, this.aOutlineField);
    }

    public FileNode getAOutlineField() {
        return this.aOutlineField;
    }

    // -------
    // Methods
    // -------
    public void addPropertyChangeListener(String property, PropertyChangeListener listener) {
        qq_Listeners.addPropertyChangeListener(property, listener);
    }

    public void addPropertyChangeListener(PropertyChangeListener listener) {
        qq_Listeners.addPropertyChangeListener(listener);
    }

    public void removePropertyChangeListener(String property, PropertyChangeListener listener) {
        qq_Listeners.removePropertyChangeListener(property, listener);
    }

    public void removePropertyChangeListener(PropertyChangeListener listener) {
        qq_Listeners.removePropertyChangeListener(listener);
    }

    /**
     * display<p>
     * <p>
     */
    public void display() {
        FieldPopupMenu.set(this.getqq_list(), this.getqq_table_popup());
        TextData.bind(this, "title").concat(" - ").concat("hello").concat(": ").concat(99);
        DirectoryFile fd = new DirectoryFile();
        fd.setLocalName(new TextData("c:\\"));
        this.setATreeView(new FileNode().construct(fd));
        this.getATreeView().setFolder(true);
        this.getATreeView().setOpened(true);
        this.getATreeView().setIsFilled(true);
        this.makeFileTree(this.getATreeView());

        this.setAOutlineField(new FileNode().construct(fd));
        this.getAOutlineField().setFolder(true);
        this.getAOutlineField().setOpened(true);
        this.getAOutlineField().setIsFilled(true);
        this.makeFileTree(this.getAOutlineField());

        Array_Of_BraNode<BraNode> dns = new Array_Of_BraNode<BraNode>();
        if (this.getList() != null) {
            for (Bra b : this.getList()) {
                BraNode d = new BraNode();
                d.setup(b);
                dns.add(d);
            }
        }
        this.getqq_bList().setViewNodes((Array_Of_DisplayNode)dns);


        DisplayNode dn = new DisplayNode();
        dn.setDVSmallIcon(ImageValue.get(this.getqq_Container()));
        boolean bob = dn.getDVSmallIcon() == ImageValue.get(this.getqq_Container());
        int junk = 0;
        TabPages.getPages(this.getqq_tabs());

        UIutils.setAsFunctionKey(this, Constants.VK_1, true);

        boolean xx = this.getqq_aScrollListIntegerData().getSelectionMode() == javax.swing.ListSelectionModel.MULTIPLE_INTERVAL_SELECTION;
        if (xx)
            this.getqq_aScrollListIntegerData().setSelectionMode(javax.swing.ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);
        else
            this.getqq_aScrollListIntegerData().setSelectionMode(javax.swing.ListSelectionModel.SINGLE_SELECTION);

        VerticalScrollBar.set(this.getqq_aTreeView(), true);
        if (VerticalScrollBar.has(this.getqq_aTreeView())) {
            Logger.getLogger("task.part.logmgr").info("yay!");
        }

        UserWindow.open(this);
        int left = 0, right = 0, top = 0, bottom = 0;
        // -------------------------------------------
        // Parameters for call to getColumnCoordinates
        // -------------------------------------------
        ParameterHolder qq_xLeft = new ParameterHolder();
        ParameterHolder qq_yTop = new ParameterHolder();
        ParameterHolder qq_xRight = new ParameterHolder();
        ParameterHolder qq_yBottom = new ParameterHolder();
        UIutils.getColumnCoordinates(this.getqq_list(), 1, qq_xLeft, qq_yTop, qq_xRight, qq_yBottom);
        left = qq_xLeft.getInt();
        top = qq_yTop.getInt();
        right = qq_xRight.getInt();
        bottom = qq_yBottom.getInt();
        Logger.getLogger("task.part.logmgr").info( Integer.toString(left));
        Logger.getLogger("task.part.logmgr").info( Integer.toString(top));
        Logger.getLogger("task.part.logmgr").info( Integer.toString(right));
        Logger.getLogger("task.part.logmgr").info( Integer.toString(bottom));
        // ----------
        // Event Loop
        // ----------
        EventManager.startEventLoop();
        try {
            EventRegistration TaskHandle_Shutdown_langThreadcurrentThread = ClientEventManager.register( Thread.currentThread(), "Shutdown" );
            EventRegistration TreeView_RequestFolderOpen_getqq_aTreeView = ClientEventManager.register( this.getqq_aTreeView(), "RequestFolderOpen" );
            EventRegistration OutlineField_AfterCurrentNodeChange_getqq_aOutlineField = ClientEventManager.register( this.getqq_aOutlineField(), "AfterCurrentNodeChange" );
            EventRegistration OutlineField_RequestFolderOpen_getqq_aOutlineField = ClientEventManager.register( this.getqq_aOutlineField(), "RequestFolderOpen" );
            EventRegistration GridField_ChildAfterFirstKeystroke_getqq_theBra = ClientEventManager.register( this.getqq_theBra(), "ChildAfterFirstKeystroke" );
            EventRegistration TextField_AfterFirstKeystroke_getqq_theBra_description = ClientEventManager.register( this.getqq_theBra_description(), "AfterFirstKeystroke" );
            EventRegistration GridField_ChildAfterValueChange_getqq_theBra = ClientEventManager.register( this.getqq_theBra(), "ChildAfterValueChange" );
            EventRegistration PushButton_Click_getqq_save = ClientEventManager.register( this.getqq_save(), "Click" );
            EventRegistration PushButton_Click_getqq_Find = ClientEventManager.register( this.getqq_Find(), "Click" );
            EventRegistration PushButton_Click_getqq_One = ClientEventManager.register( this.getqq_One(), "Click" );
            EventRegistration TreeView_AfterCurrentNodeChange_getqq_aTreeView = ClientEventManager.register( this.getqq_aTreeView(), "AfterCurrentNodeChange" );
            EventRegistration ScrollList_AfterValueChange_getqq_aScrollListString = ClientEventManager.register( this.getqq_aScrollListString(), "AfterValueChange" );
            EventRegistration PushButton_Click_getqq_Hide = ClientEventManager.register( this.getqq_Hide(), "Click" );
            EventRegistration RadioList_AfterValueChange_getqq_aRadioString = ClientEventManager.register( this.getqq_aRadioString(), "AfterValueChange" );
            EventRegistration RadioList_AfterValueChange_getqq_aRadioTextData = ClientEventManager.register( this.getqq_aRadioTextData(), "AfterValueChange" );
            EventRegistration RadioList_AfterValueChange_getqq_aRadioInteger = ClientEventManager.register( this.getqq_aRadioInteger(), "AfterValueChange" );
            EventRegistration RadioList_AfterValueChange_getqq_aRadioIntegerData = ClientEventManager.register( this.getqq_aRadioIntegerData(), "AfterValueChange" );
            EventRegistration ScrollList_AfterValueChange_getqq_aScrollListInteger = ClientEventManager.register( this.getqq_aScrollListInteger(), "AfterValueChange" );
            EventRegistration PushButton_Click_getqq_Show = ClientEventManager.register( this.getqq_Show(), "Click" );
            EventRegistration DataField_AfterFirstKeystroke_getqq_theBra_Name = ClientEventManager.register( this.getqq_theBra_Name(), "AfterFirstKeystroke" );
            EventRegistration PushButton_Click_getqq_clearBtn = ClientEventManager.register( this.getqq_clearBtn(), "Click" );
            EventRegistration Window_FunctionKeyPress_this = ClientEventManager.register( this, "FunctionKeyPress" );
            EventRegistration PushButton_Click_getqq_someAction = ClientEventManager.register( this.getqq_someAction(), "Click" );
            EventRegistration Window_AfterFinalize_this = ClientEventManager.register( this, "AfterFinalize" );
            EventRegistration PushButton_Click_getqq_SetGet = ClientEventManager.register( this.getqq_SetGet(), "Click" );
            EventRegistration PushButton_Click_getqq_populate = ClientEventManager.register( this.getqq_populate(), "Click" );
            EventRegistration ArrayField_AfterRowEntry_getqq_list = ClientEventManager.register( this.getqq_list(), "AfterRowEntry" );
            EventRegistration ArrayField_BeforeRowExit_getqq_list = ClientEventManager.register( this.getqq_list(), "BeforeRowExit" );
            EventRegistration PushButton_Click_getqq_hidehook = ClientEventManager.register( this.getqq_hidehook(), "Click" );
            EventRegistration ArrayField_AfterRowValueChange_getqq_list = ClientEventManager.register( this.getqq_list(), "AfterRowValueChange" );
            EventRegistration DataField_AfterValueChange_getqq_aDate = ClientEventManager.register( this.getqq_aDate(), "AfterValueChange" );
            EventRegistration DataField_AfterValueChange_getqq_aDateNullable = ClientEventManager.register( this.getqq_aDateNullable(), "AfterValueChange" );
            EventRegistration DataField_AfterValueChange_getqq_aDecimalData = ClientEventManager.register( this.getqq_aDecimalData(), "AfterValueChange" );
            EventRegistration DataField_AfterValueChange_getqq_aDecimalNullable = ClientEventManager.register( this.getqq_aDecimalNullable(), "AfterValueChange" );
            EventRegistration DataField_AfterValueChange_getqq_aDouble = ClientEventManager.register( this.getqq_aDouble(), "AfterValueChange" );
            EventRegistration DataField_AfterValueChange_getqq_aDoubleData = ClientEventManager.register( this.getqq_aDoubleData(), "AfterValueChange" );
            EventRegistration DataField_AfterValueChange_getqq_aDoubleNullable = ClientEventManager.register( this.getqq_aDoubleNullable(), "AfterValueChange" );
            EventRegistration DataField_AfterValueChange_getqq_aInteger = ClientEventManager.register( this.getqq_aInteger(), "AfterValueChange" );
            EventRegistration DataField_AfterValueChange_getqq_aIntegerData = ClientEventManager.register( this.getqq_aIntegerData(), "AfterValueChange" );
            EventRegistration DataField_AfterValueChange_getqq_aIntegerNullable = ClientEventManager.register( this.getqq_aIntegerNullable(), "AfterValueChange" );
            EventRegistration DataField_AfterValueChange_getqq_aPhone = ClientEventManager.register( this.getqq_aPhone(), "AfterValueChange" );
            EventRegistration DataField_AfterValueChange_getqq_aString = ClientEventManager.register( this.getqq_aString(), "AfterValueChange" );
            EventRegistration DataField_AfterValueChange_getqq_aTextData = ClientEventManager.register( this.getqq_aTextData(), "AfterValueChange" );
            EventRegistration DataField_AfterValueChange_getqq_aTextNullable = ClientEventManager.register( this.getqq_aTextNullable(), "AfterValueChange" );
            EventRegistration MenuCommand_Activate_getqq_fileNew = ClientEventManager.register( this.getqq_fileNew(), "Activate" );
            EventRegistration MenuCommand_Activate_getqq_tableOne = ClientEventManager.register( this.getqq_tableOne(), "Activate" );
            EventRegistration PushButton_Click_getqq_aPushButton = ClientEventManager.register( this.getqq_aPushButton(), "Click" );

            while (true) {

                UIutils.processGUIActions();
                EventHandle qq_currentEvent = EventManager.waitForEvent();
                if (qq_currentEvent == null)
                    break;

                // -------------
                // task.Shutdown
                // -------------
                if (qq_currentEvent.isEvent(TaskHandle_Shutdown_langThreadcurrentThread)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        break;
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // -----------------------------
                // <aTreeView>.RequestFolderOpen
                // -----------------------------
                else if (qq_currentEvent.isEvent(TreeView_RequestFolderOpen_getqq_aTreeView)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        DisplayNode f = (DisplayNode)((ParameterHolder)qq_currentEvent.getParameter("Folder")).getObject();
                        this.makeFileTree(f);
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // --------------------------------------
                // <aOutlineField>.AfterCurrentNodeChange
                // --------------------------------------
                else if (qq_currentEvent.isEvent(OutlineField_AfterCurrentNodeChange_getqq_aOutlineField)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        int row = ((ParameterHolder)qq_currentEvent.getParameter("NewRowNumber")).getInt();
                        Logger.getLogger("task.part.logmgr").info( Integer.toString(row));
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ---------------------------------
                // <aOutlineField>.RequestFolderOpen
                // ---------------------------------
                else if (qq_currentEvent.isEvent(OutlineField_RequestFolderOpen_getqq_aOutlineField)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        DisplayNode f = (DisplayNode)((ParameterHolder)qq_currentEvent.getParameter("Folder")).getObject();
                        this.makeFileTree(f);
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ---------------------------------
                // <theBra>.ChildAfterFirstKeyStroke
                // ---------------------------------
                else if (qq_currentEvent.isEvent(GridField_ChildAfterFirstKeystroke_getqq_theBra)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Child First keyStroke **");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ----------------------------------------
                // <theBra.description>.AfterFirstKeyStroke
                // ----------------------------------------
                else if (qq_currentEvent.isEvent(TextField_AfterFirstKeystroke_getqq_theBra_description)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Description First keyStroke **");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ------------------------------
                // <theBra>.ChildAfterValueChange
                // ------------------------------
                else if (qq_currentEvent.isEvent(GridField_ChildAfterValueChange_getqq_theBra)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Child Value Change **");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ------------
                // <save>.click
                // ------------
                else if (qq_currentEvent.isEvent(PushButton_Click_getqq_save)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        BraShop_proxy.getInstance().putBra(this.getTheBra());
                        Object o = ObjectValue.get(this.getqq_theBra_Color());
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ------------
                // <Find>.click
                // ------------
                else if (qq_currentEvent.isEvent(PushButton_Click_getqq_Find)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        this.setTheBra(BraShop_proxy.getInstance().getBra(new TextData(this.getTheBra().getName())));
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // -----------
                // <One>.click
                // -----------
                else if (qq_currentEvent.isEvent(PushButton_Click_getqq_One)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        this.getTheBra().setStyle(3);
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ----------------------------------
                // <aTreeView>.AfterCurrentNodeChange
                // ----------------------------------
                else if (qq_currentEvent.isEvent(TreeView_AfterCurrentNodeChange_getqq_aTreeView)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        DisplayNode n = (DisplayNode)((ParameterHolder)qq_currentEvent.getParameter("NewNode")).getObject();
                        //  copyit : FileNode = (FileNode)(n.clone(true));
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ------------------------------------
                // <aScrollListString>.aftervaluechange
                // ------------------------------------
                else if (qq_currentEvent.isEvent(ScrollList_AfterValueChange_getqq_aScrollListString)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        UIutils.processGUIActions();
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ------------
                // <Hide>.click
                // ------------
                else if (qq_currentEvent.isEvent(PushButton_Click_getqq_Hide)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        this.setUsage(Constants.WU_VIEW);

                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // -------------------------------
                // <aRadioString>.AfterValueChange
                // -------------------------------
                else if (qq_currentEvent.isEvent(RadioList_AfterValueChange_getqq_aRadioString)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info(this.getARadioString());

                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ---------------------------------
                // <aRadioTextData>.AfterValueChange
                // ---------------------------------
                else if (qq_currentEvent.isEvent(RadioList_AfterValueChange_getqq_aRadioTextData)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info(this.getARadioTextData());

                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // --------------------------------
                // <aRadioInteger>.AfterValueChange
                // --------------------------------
                else if (qq_currentEvent.isEvent(RadioList_AfterValueChange_getqq_aRadioInteger)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info( Integer.toString(this.getARadioInteger()));

                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ------------------------------------
                // <aRadioIntegerData>.AfterValueChange
                // ------------------------------------
                else if (qq_currentEvent.isEvent(RadioList_AfterValueChange_getqq_aRadioIntegerData)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info(this.getARadioIntegerData());

                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // -------------------------------------
                // <aScrollListInteger>.AfterValueChange
                // -------------------------------------
                else if (qq_currentEvent.isEvent(ScrollList_AfterValueChange_getqq_aScrollListInteger)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        int ind = IndexValue.get(this.getqq_aScrollListInteger());
                        ListElement le = ElementList.extractByIndex(this.getqq_aScrollListInteger(), ind);
                        Logger.getLogger("task.part.logmgr").info(le.getTextValue());

                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ------------
                // <Show>.click
                // ------------
                else if (qq_currentEvent.isEvent(PushButton_Click_getqq_Show)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        this.setUsage(Constants.WU_UPDATE);
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ---------------------------------
                // <theBra.Name>.afterfirstkeystroke
                // ---------------------------------
                else if (qq_currentEvent.isEvent(DataField_AfterFirstKeystroke_getqq_theBra_Name)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        this.getTheBra().setDescription("");
                        this.getTheBra().setCost(0.0);
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ----------------
                // <clearBtn>.click
                // ----------------
                else if (qq_currentEvent.isEvent(PushButton_Click_getqq_clearBtn)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        this.getTheBra().setDescription("");
                        this.getTheBra().setCost(0.0);
                        this.getTheBra().setName("");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // -----------------------
                // Window.FunctionKeyPress
                // -----------------------
                else if (qq_currentEvent.isEvent(Window_FunctionKeyPress_this)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("pressed......");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ------------------
                // <someAction>.click
                // ------------------
                else if (qq_currentEvent.isEvent(PushButton_Click_getqq_someAction)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        if (WidgetState.get((JComponent)this.getqq_treePanel()) == Constants.FS_INVISIBLE) {
                            WidgetState.set((JComponent)this.getqq_treePanel(), Constants.FS_UPDATE);
                        }
                        else {
                            WidgetState.set((JComponent)this.getqq_treePanel(), Constants.FS_INVISIBLE);
                        }
                        UIutils.requestFinalize(this);;
                        this.setqq_aString(null);
                        this.setAIntegerNullable(new IntegerNullable());
                        this.getAIntegerNullable().setValue(989898);

                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // --------------------
                // Window.AfterFinalize
                // --------------------
                else if (qq_currentEvent.isEvent(Window_AfterFinalize_this)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("After Finalize");

                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // --------------
                // <SetGet>.click
                // --------------
                else if (qq_currentEvent.isEvent(PushButton_Click_getqq_SetGet)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================

                        ElementList.set(this.getqq_aRadioIntegerData(), ElementList.get(this.getqq_aScrollListIntegerData()));

                        ElementList.set(this.getqq_aScrollListIntegerData(), ElementList.get(this.getqq_aDropListIntegerData()));

                        TextValue.set(this.getqq_aDropListIntegerData(), "One");

                        IntegerValue.set(this.getqq_aRadioIntegerData(), 3);
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ----------------
                // <populate>.click
                // ----------------
                else if (qq_currentEvent.isEvent(PushButton_Click_getqq_populate)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        this.populateMock();

                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // --------------------
                // <list>.afterrowentry
                // --------------------
                else if (qq_currentEvent.isEvent(ArrayField_AfterRowEntry_getqq_list)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("Row Entry");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // --------------------
                // <list>.beforerowexit
                // --------------------
                else if (qq_currentEvent.isEvent(ArrayField_BeforeRowExit_getqq_list)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("Row Exit");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ----------------
                // <hidehook>.click
                // ----------------
                else if (qq_currentEvent.isEvent(PushButton_Click_getqq_hidehook)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        if (WidgetState.get((JComponent)this.getqq_listArray_Sold()) == Constants.FS_INVISIBLE) {
                            WidgetState.set((JComponent)this.getqq_listArray_Sold(), Constants.FS_UPDATE);
                            WidgetState.set((JComponent)this.getqq_listArray_Style(), Constants.FS_UPDATE);
                            WidgetState.set((JComponent)this.getqq_listArray_Name(), Constants.FS_UPDATE);
                        }
                        else {
                            WidgetState.set((JComponent)this.getqq_listArray_Name(), Constants.FS_INVISIBLE);
                            WidgetState.set((JComponent)this.getqq_listArray_Style(), Constants.FS_INVISIBLE);
                            WidgetState.set((JComponent)this.getqq_listArray_Sold(), Constants.FS_INVISIBLE);
                        }
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // --------------------------
                // <list>.afterrowvaluechange
                // --------------------------
                else if (qq_currentEvent.isEvent(ArrayField_AfterRowValueChange_getqq_list)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        int r = ((ParameterHolder)qq_currentEvent.getParameter("row")).getInt();
                        Logger.getLogger("task.part.logmgr").info("Row value change");
                        Logger.getLogger("task.part.logmgr").info( Integer.toString(r));


                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ------------------------
                // <aDate>.AfterValueChange
                // ------------------------
                else if (qq_currentEvent.isEvent(DataField_AfterValueChange_getqq_aDate)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Value Change >>");
                        Logger.getLogger("task.part.logmgr").info(this.getADate());
                        Logger.getLogger("task.part.logmgr").info("<<");

                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // --------------------------------
                // <aDateNullable>.AfterValueChange
                // --------------------------------
                else if (qq_currentEvent.isEvent(DataField_AfterValueChange_getqq_aDateNullable)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Value Change >>");
                        Logger.getLogger("task.part.logmgr").info(this.getADateNullable());
                        Logger.getLogger("task.part.logmgr").info("<<");

                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // -------------------------------
                // <aDecimalData>.AfterValueChange
                // -------------------------------
                else if (qq_currentEvent.isEvent(DataField_AfterValueChange_getqq_aDecimalData)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Value Change >>");
                        Logger.getLogger("task.part.logmgr").info(this.getADecimalData());
                        Logger.getLogger("task.part.logmgr").info("<<");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // -----------------------------------
                // <aDecimalNullable>.AfterValueChange
                // -----------------------------------
                else if (qq_currentEvent.isEvent(DataField_AfterValueChange_getqq_aDecimalNullable)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Value Change >>");
                        Logger.getLogger("task.part.logmgr").info(this.getADecimalNullable());
                        Logger.getLogger("task.part.logmgr").info("<<");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // --------------------------
                // <aDouble>.AfterValueChange
                // --------------------------
                else if (qq_currentEvent.isEvent(DataField_AfterValueChange_getqq_aDouble)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Value Change >>");
                        Logger.getLogger("task.part.logmgr").info( Double.toString(this.getADouble()));
                        Logger.getLogger("task.part.logmgr").info("<<");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ------------------------------
                // <aDoubleData>.AfterValueChange
                // ------------------------------
                else if (qq_currentEvent.isEvent(DataField_AfterValueChange_getqq_aDoubleData)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Value Change >>");
                        Logger.getLogger("task.part.logmgr").info(this.getADoubleData());
                        Logger.getLogger("task.part.logmgr").info("<<");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ----------------------------------
                // <aDoubleNullable>.AfterValueChange
                // ----------------------------------
                else if (qq_currentEvent.isEvent(DataField_AfterValueChange_getqq_aDoubleNullable)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Value Change >>");
                        Logger.getLogger("task.part.logmgr").info(this.getADoubleNullable());
                        Logger.getLogger("task.part.logmgr").info("<<");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ---------------------------
                // <aInteger>.AfterValueChange
                // ---------------------------
                else if (qq_currentEvent.isEvent(DataField_AfterValueChange_getqq_aInteger)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Value Change >>");
                        Logger.getLogger("task.part.logmgr").info( Integer.toString(this.getAInteger()));
                        Logger.getLogger("task.part.logmgr").info("<<");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // -------------------------------
                // <aIntegerData>.AfterValueChange
                // -------------------------------
                else if (qq_currentEvent.isEvent(DataField_AfterValueChange_getqq_aIntegerData)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Value Change >>");
                        Logger.getLogger("task.part.logmgr").info(this.getAIntegerData());
                        if (this.getAIntegerData().getValue() > 4 || this.getAIntegerData().getValue() < 2) {
                            WindowManager.messageDialog(this, "Value nust be 2, 3 or 4", 1, 50);
                            UIutils.purgeEvents();
                        }
                        Logger.getLogger("task.part.logmgr").info("<<");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // -----------------------------------
                // <aIntegerNullable>.AfterValueChange
                // -----------------------------------
                else if (qq_currentEvent.isEvent(DataField_AfterValueChange_getqq_aIntegerNullable)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Value Change >>");
                        Logger.getLogger("task.part.logmgr").info(this.getAIntegerNullable());
                        Logger.getLogger("task.part.logmgr").info("<<");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // -------------------------
                // <aPhone>.AfterValueChange
                // -------------------------
                else if (qq_currentEvent.isEvent(DataField_AfterValueChange_getqq_aPhone)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Value Change >>");
                        Logger.getLogger("task.part.logmgr").info(this.getAPhone());
                        Logger.getLogger("task.part.logmgr").info("<<");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // --------------------------
                // <aString>.AfterValueChange
                // --------------------------
                else if (qq_currentEvent.isEvent(DataField_AfterValueChange_getqq_aString)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Value Change >>");
                        Logger.getLogger("task.part.logmgr").info(this.getAString());
                        Logger.getLogger("task.part.logmgr").info("<<");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ----------------------------
                // <aTextData>.AfterValueChange
                // ----------------------------
                else if (qq_currentEvent.isEvent(DataField_AfterValueChange_getqq_aTextData)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Value Change >>");
                        Logger.getLogger("task.part.logmgr").info(this.getATextData());
                        Logger.getLogger("task.part.logmgr").info("<<");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // --------------------------------
                // <aTextNullable>.AfterValueChange
                // --------------------------------
                else if (qq_currentEvent.isEvent(DataField_AfterValueChange_getqq_aTextNullable)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        Logger.getLogger("task.part.logmgr").info("** Value Change >>");
                        Logger.getLogger("task.part.logmgr").info(this.getATextNullable());
                        Logger.getLogger("task.part.logmgr").info("<<");
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // ------------------
                // <fileNew>.activate
                // ------------------
                else if (qq_currentEvent.isEvent(MenuCommand_Activate_getqq_fileNew)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        WindowManager.messageDialog(this, "File New activated", 1, 50);
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // -------------------
                // <tableOne>.activate
                // -------------------
                else if (qq_currentEvent.isEvent(MenuCommand_Activate_getqq_tableOne)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        WindowManager.messageDialog(this, "table One Activated", 1, 50);

                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }

                // -------------------
                // <aPushButton>.click
                // -------------------
                else if (qq_currentEvent.isEvent(PushButton_Click_getqq_aPushButton)) {
                    try {
                        CursorMgr.startEvent();
                        // ================ Begin Forte Event Handler Translation ================
                        JScrollBar sb = ScrollBarFactory.newScrollBar();
                        this.scroolBarEh(sb);
                        ScrollBar.setOrientation(sb, Constants.FO_HORIZONTAL);
                        ScrollBar.setValue(sb, 20);
                        ScrollBar.setMaximumValue(sb, 2000);
                        Logger.getLogger("task.part.logmgr").info( Integer.toString(DisplayProject.actions.ScrollBar.getMinimumValue(sb)));
                        Logger.getLogger("task.part.logmgr").info( Integer.toString(DisplayProject.actions.ScrollBar.getMaximumValue(sb)));
                        Logger.getLogger("task.part.logmgr").info( Integer.toString(DisplayProject.actions.ScrollBar.getViewSize(sb)));
                        Logger.getLogger("task.part.logmgr").info( Integer.toString(DisplayProject.actions.ScrollBar.getValue(sb)));
                        ScrollBar.setMinimumValue(sb, 1);
                        //sb.viewSize = 20;
                        Parent.set(sb, this.getqq_bs());
                        // ================ End Forte Event Handler Translation ================
                    }
                    finally {
                        CursorMgr.endEvent();
                    }
                }
            }
            EventManager.deregister( TaskHandle_Shutdown_langThreadcurrentThread );
            EventManager.deregister( TreeView_RequestFolderOpen_getqq_aTreeView );
            EventManager.deregister( OutlineField_AfterCurrentNodeChange_getqq_aOutlineField );
            EventManager.deregister( OutlineField_RequestFolderOpen_getqq_aOutlineField );
            EventManager.deregister( GridField_ChildAfterFirstKeystroke_getqq_theBra );
            EventManager.deregister( TextField_AfterFirstKeystroke_getqq_theBra_description );
            EventManager.deregister( GridField_ChildAfterValueChange_getqq_theBra );
            EventManager.deregister( PushButton_Click_getqq_save );
            EventManager.deregister( PushButton_Click_getqq_Find );
            EventManager.deregister( PushButton_Click_getqq_One );
            EventManager.deregister( TreeView_AfterCurrentNodeChange_getqq_aTreeView );
            EventManager.deregister( ScrollList_AfterValueChange_getqq_aScrollListString );
            EventManager.deregister( PushButton_Click_getqq_Hide );
            EventManager.deregister( RadioList_AfterValueChange_getqq_aRadioString );
            EventManager.deregister( RadioList_AfterValueChange_getqq_aRadioTextData );
            EventManager.deregister( RadioList_AfterValueChange_getqq_aRadioInteger );
            EventManager.deregister( RadioList_AfterValueChange_getqq_aRadioIntegerData );
            EventManager.deregister( ScrollList_AfterValueChange_getqq_aScrollListInteger );
            EventManager.deregister( PushButton_Click_getqq_Show );
            EventManager.deregister( DataField_AfterFirstKeystroke_getqq_theBra_Name );
            EventManager.deregister( PushButton_Click_getqq_clearBtn );
            EventManager.deregister( Window_FunctionKeyPress_this );
            EventManager.deregister( PushButton_Click_getqq_someAction );
            EventManager.deregister( Window_AfterFinalize_this );
            EventManager.deregister( PushButton_Click_getqq_SetGet );
            EventManager.deregister( PushButton_Click_getqq_populate );
            EventManager.deregister( ArrayField_AfterRowEntry_getqq_list );
            EventManager.deregister( ArrayField_BeforeRowExit_getqq_list );
            EventManager.deregister( PushButton_Click_getqq_hidehook );
            EventManager.deregister( ArrayField_AfterRowValueChange_getqq_list );
            EventManager.deregister( DataField_AfterValueChange_getqq_aDate );
            EventManager.deregister( DataField_AfterValueChange_getqq_aDateNullable );
            EventManager.deregister( DataField_AfterValueChange_getqq_aDecimalData );
            EventManager.deregister( DataField_AfterValueChange_getqq_aDecimalNullable );
            EventManager.deregister( DataField_AfterValueChange_getqq_aDouble );
            EventManager.deregister( DataField_AfterValueChange_getqq_aDoubleData );
            EventManager.deregister( DataField_AfterValueChange_getqq_aDoubleNullable );
            EventManager.deregister( DataField_AfterValueChange_getqq_aInteger );
            EventManager.deregister( DataField_AfterValueChange_getqq_aIntegerData );
            EventManager.deregister( DataField_AfterValueChange_getqq_aIntegerNullable );
            EventManager.deregister( DataField_AfterValueChange_getqq_aPhone );
            EventManager.deregister( DataField_AfterValueChange_getqq_aString );
            EventManager.deregister( DataField_AfterValueChange_getqq_aTextData );
            EventManager.deregister( DataField_AfterValueChange_getqq_aTextNullable );
            EventManager.deregister( MenuCommand_Activate_getqq_fileNew );
            EventManager.deregister( MenuCommand_Activate_getqq_tableOne );
            EventManager.deregister( PushButton_Click_getqq_aPushButton );
        }
        //catch (Exception qq_error) {
            //Logger.getLogger("task.part.Event").error("Event loop terminated by unhandled exception: " + qq_error.getMessage(), qq_error );
            //throw qq_error;
        //}
        finally {
            EventManager.endEventLoop();
            UserWindow.close(this);
        }
    }

    /**
     * makeFileTree<p>
     * <p>
     * @param parent Type: DisplayNode
     */
    public void makeFileTree(DisplayNode parent) {
        DirectoryFile dir = (DirectoryFile)parent.getRelated();
        parent.setOpened(true);
        parent.setIsFilled(true);
        Array_Of_File<File> qq_localVector = dir.listFiles("*", null);
        if (qq_localVector != null) {
            for (File f : qq_localVector) {
                FileNode fn = new FileNode().construct(f);

                fn.setParent(parent);
                if (f.hasProperty(Framework.Constants.OS_FP_ISDIR)) {
                    fn.setFolder(true);
                    fn.setIsFilled(true);
                    //    makeFileTree(fn);
                }
            }
        }
    }

    /**
     * populateMock<p>
     * <p>
     */
    public void populateMock() {
        for (int i = 1; i <= 100; i++) {
            IntegerData intg = new IntegerData(i);
            Bra b = new Bra();
            b.setName(intg.getTextValue().getValue());
            b.setCost(i);
            b.getMarkup().setIsNull(true);
            b.setStyle(2);
            this.getList().add(b);
        }
    }

    /**
     * scroolBarEh (Translation of Forte Event Handler)<p>
     * <p>
     * @param sb Type: JScrollBar
     * @return EventRegistration
     */
    public EventRegistration scroolBarEh(JScrollBar sb) {
        final ParameterHolder qq_sb = new ParameterHolder(sb);
        EventRegistration qq_resultRegistration = new EventRegistration();

        // -------------------
        // sb.AfterValueChange
        // -------------------
        qq_resultRegistration.addRegistration( ClientEventManager.register(
                (JScrollBar)qq_sb.getObject(), "AfterValueChange",
                new EventRegistrationCallback("ScrollBar_AfterValueChange_swingJScrollBarqq_sbgetObject") {
                    /**
                     * handleEvent is called when the event is received. If this method returns false, the enclosing event loop will abort
                     */
                    public boolean handleEvent(EventHandle qq_currentEvent) {
                        boolean qq_HandlerResult = true;
                        try {
                            CursorMgr.startEvent();
                            // ================ Begin Forte Event Handler Translation ================
                            WindowManager.messageDialog(One2.this, "Scroll after value change", 1, 50);
                        // ================= End Forte Event Handler Translation =================
                        }
                        finally {
                            CursorMgr.endEvent();
                        }
                        return qq_HandlerResult;
                    }
                }) );

        return qq_resultRegistration;
    }

    /**
     * specialEvents (Translation of Forte Event Handler)<p>
     * <p>
     * @return EventRegistration
     */
    public EventRegistration specialEvents() {
        EventRegistration qq_resultRegistration = new EventRegistration();

        // ------------------
        // <someAction>.click
        // ------------------
        qq_resultRegistration.addRegistration( ClientEventManager.register(
                this.getqq_someAction(), "Click",
                new EventRegistrationCallback("PushButton_Click_getqq_someAction") {
                    /**
                     * handleEvent is called when the event is received. If this method returns false, the enclosing event loop will abort
                     */
                    public boolean handleEvent(EventHandle qq_currentEvent) {
                        boolean qq_HandlerResult = true;
                        try {
                            CursorMgr.startEvent();
                            // ================ Begin Forte Event Handler Translation ================
                            int i = 30;
                            i = i/3;
                        // ================= End Forte Event Handler Translation =================
                        }
                        finally {
                            CursorMgr.endEvent();
                        }
                        return qq_HandlerResult;
                    }
                }) );

        return qq_resultRegistration;
    }

    // ------------------
    // Window Definitions
    // ------------------
    // <editor-fold defaultstate="collapsed" desc="Window Definitions">
    private int qq_defaultSet = 1;
    private int qq_msgNumber = 0;
    private int qq_msgSet = 0;
    protected Window primaryWindow = null;
    protected int initialX;
    protected int initialY;
    protected int qq_SystemClosePolicy = Constants.SC_ENABLEDSHUTDOWN;
    protected int qq_initialPositionPolicy = Constants.PP_SYSTEMDEFAULT;
    public ArrayField qq_list;
    public DataField qq_UpperCase;
    public DataField qq_aDate;
    public DataField qq_aDateNullable;
    public DataField qq_aDecimalData;
    public DataField qq_aDecimalNullable;
    public DataField qq_aDouble;
    public DataField qq_aDoubleData;
    public DataField qq_aDoubleNullable;
    public DataField qq_aInteger;
    public DataField qq_aIntegerData;
    public DataField qq_aIntegerNullable;
    public DataField qq_aPhone;
    public DataField qq_aString;
    public DataField qq_aTextData;
    public DataField qq_aTextNullable;
    public DataField qq_junk;
    public DataField qq_listArray_Markup;
    public DataField qq_listArray_Name;
    public DataField qq_listArray_Sold;
    public DataField qq_listArray_cost;
    public DataField qq_theBra_Markup;
    public DataField qq_theBra_Name;
    public DataField qq_theBra_cost;
    public DataField qq_wDC;
    public DropList qq_aDropListInteger;
    public DropList qq_aDropListIntegerData;
    public DropList qq_aDropListString;
    public DropList qq_aDropListTextData;
    public DropList qq_listArray_Color;
    public DropList qq_listArray_Store;
    public DropList qq_theBra_Color;
    public FillInField qq_aFillInString;
    public FillInField qq_aFillInTextdata;
    public GridField qq_DropListsGrid;
    public GridField qq_FillInFieldsGrid;
    public GridField qq_GridField110;
    public GridField qq_GridField111;
    public GridField qq_GridField203;
    public GridField qq_GridField204;
    public GridField qq_GridField35;
    public GridField qq_GridField36;
    public GridField qq_GridField43;
    public GridField qq_GridField66;
    public GridField qq_GridField91;
    public GridField qq_RadioListsGrid;
    public GridField qq_ScrollListsGrid;
    public GridField qq_ToggleFieldsGrid;
    public GridField qq_buttonGrid;
    public GridField qq_innerGrid;
    public GridField qq_soap;
    public GridField qq_theBra;
    public JButton qq_Find;
    public JButton qq_Hide;
    public JButton qq_One;
    public JButton qq_SetGet;
    public JButton qq_Show;
    public JButton qq_aPictureButton;
    public JButton qq_aPushButton;
    public JButton qq_clearBtn;
    public JButton qq_hidehook;
    public JButton qq_populate;
    public JButton qq_save;
    public JButton qq_someAction;
    public JCheckBox qq_aToggleBoolean;
    public JCheckBox qq_aToggleBooleanData;
    public JCheckBox qq_listArray_frontHook;
    public JCheckBox qq_theBra_frontHook;
    public JMenu qq_edit;
    public JMenu qq_file;
    public JMenu qq_help;
    public JMenuBar qq_MainMenuBar;
    public JMenuItem qq_editCopy;
    public JMenuItem qq_editCut;
    public JMenuItem qq_editDelete;
    public JMenuItem qq_editPaste;
    public JMenuItem qq_editSelectall;
    public JMenuItem qq_fileExit;
    public JMenuItem qq_fileNew;
    public JMenuItem qq_fileOpen;
    public JMenuItem qq_filePrint;
    public JMenuItem qq_filePrintSetup;
    public JMenuItem qq_fileSave;
    public JMenuItem qq_helpAbout;
    public JMenuItem qq_helpContents;
    public JMenuItem qq_helpOnHelp;
    public JMenuItem qq_helpSearch;
    public JMenuItem qq_tableOne;
    public JMenuItem qq_tableThree;
    public JMenuItem qq_tebleTwo;
    public JPanel Form;
    public JPopupMenu qq_table_popup;
    public JScrollBar qq_aScrollInteger;
    public JScrollBar qq_aScrollIntegerData;
    public JScrollPane qq_aScrollListIntegerData_sp;
    public JScrollPane qq_aScrollListInteger_sp;
    public JScrollPane qq_aScrollListString_sp;
    public JScrollPane qq_aScrollListTextData_sp;
    public JScrollPane qq_aTreeView_sp;
    public JScrollPane qq_list_sp;
    public JScrollPane qq_theBra_description_sp;
    public ListView qq_bList;
    public MenuSeparator qq_separator1;
    public MenuSeparator qq_separator2;
    public MenuSeparator qq_separator;
    public MultiLineTextField qq_theBra_description;
    public OutlineColumnDesc qq_aOutlineField_DVNodeText;
    public OutlineColumnDesc qq_aOutlineField_Extension;
    public OutlineColumnDesc qq_aOutlineField_Size;
    public OutlineColumnDesc qq_bList_DVNodetext;
    public OutlineColumnDesc qq_bList_Price;
    public OutlineField qq_aOutlineField;
    public Panel qq_Panel109;
    public Panel qq_Panel13;
    public Panel qq_Panel29;
    public Panel qq_Panel33;
    public Panel qq_Panel34;
    public Panel qq_bs;
    public Panel qq_treePanel;
    public PictureGraphic qq_Container;
    public PictureGraphic qq_Jar;
    public PictureGraphic qq_Jsp;
    public PictureGraphic qq_PictureGraphic121;
    public PictureGraphic qq_PictureGraphic207;
    public RadioList qq_aRadioInteger;
    public RadioList qq_aRadioIntegerData;
    public RadioList qq_aRadioString;
    public RadioList qq_aRadioTextData;
    public RadioList qq_listArray_Style;
    public RadioList qq_theBra_Style;
    public RadioList qq_uslessRadioList;
    public ScrollList qq_aScrollListInteger;
    public ScrollList qq_aScrollListIntegerData;
    public ScrollList qq_aScrollListString;
    public ScrollList qq_aScrollListTextData;
    public TabFolder qq_tabs;
    public TextGraphic qq_ClaspLbl;
    public TextGraphic qq_ColourLbl;
    public TextGraphic qq_DateLbl;
    public TextGraphic qq_DateTimeNullableLbl;
    public TextGraphic qq_DecimalDataCurrencyLbl;
    public TextGraphic qq_DecimalNullableLbl;
    public TextGraphic qq_DescriptionLbl;
    public TextGraphic qq_DoubleDataLbl;
    public TextGraphic qq_DoubleLbl;
    public TextGraphic qq_DoubleNullableLbl;
    public TextGraphic qq_IntegerDataLbl;
    public TextGraphic qq_IntegerLbl;
    public TextGraphic qq_IntegerNullableLbl;
    public TextGraphic qq_MarkupLbl;
    public TextGraphic qq_MaskedStringLbl;
    public TextGraphic qq_NameLbl;
    public TextGraphic qq_PriceLbl;
    public TextGraphic qq_SomeTextLbl;
    public TextGraphic qq_StringLbl;
    public TextGraphic qq_StyleLbl;
    public TextGraphic qq_TextDataLbl;
    public TextGraphic qq_TextNullableLbl;
    public TextGraphic qq_UppercaseStringLbl;
    public TextGraphic qq_WierdDCLbl;
    public TreeViewWidget qq_aTreeView;

    /**
     * qq_fileNew: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_fileNew() {
        if (qq_fileNew == null) {
            qq_fileNew = MenuFactory.newMenuItem("fileNew", true);
            qq_fileNew.setVerifyInputWhenFocusTarget(true);
            CommandType.set(qq_fileNew, Constants.CT_DEFAULT);
            qq_fileNew.setText( "New" );
            qq_fileNew.setVisible(true);
        }
        return qq_fileNew;
    }

    public void setqq_fileNew(JMenuItem value) {
        JMenuItem oldValue = qq_fileNew;
        qq_fileNew = value;
        this.qq_Listeners.firePropertyChange("qq_fileNew", oldValue, value);
    }


    /**
     * qq_fileOpen: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_fileOpen() {
        if (qq_fileOpen == null) {
            qq_fileOpen = MenuFactory.newMenuItem("fileOpen", true);
            qq_fileOpen.setVerifyInputWhenFocusTarget(true);
            qq_fileOpen.setMnemonic( 'O' );
            CommandType.set(qq_fileOpen, Constants.CT_CUSTOM);
            qq_fileOpen.setText( "Open..." );
            qq_fileOpen.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_O, ActionEvent.CTRL_MASK));
            qq_fileOpen.setVisible(true);
        }
        return qq_fileOpen;
    }

    public void setqq_fileOpen(JMenuItem value) {
        JMenuItem oldValue = qq_fileOpen;
        qq_fileOpen = value;
        this.qq_Listeners.firePropertyChange("qq_fileOpen", oldValue, value);
    }


    /**
     * qq_fileSave: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_fileSave() {
        if (qq_fileSave == null) {
            qq_fileSave = MenuFactory.newMenuItem("fileSave", true);
            qq_fileSave.setVerifyInputWhenFocusTarget(true);
            qq_fileSave.setMnemonic( 'S' );
            CommandType.set(qq_fileSave, Constants.CT_CUSTOM);
            qq_fileSave.setText( "Save" );
            qq_fileSave.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_S, ActionEvent.CTRL_MASK));
            qq_fileSave.setVisible(true);
        }
        return qq_fileSave;
    }

    public void setqq_fileSave(JMenuItem value) {
        JMenuItem oldValue = qq_fileSave;
        qq_fileSave = value;
        this.qq_Listeners.firePropertyChange("qq_fileSave", oldValue, value);
    }


    /**
     * qq_separator: transformed from: qqds_MenuSeparator
     */
    public MenuSeparator getqq_separator() {
        if (qq_separator == null) {
            qq_separator = new MenuSeparator();
            qq_separator.setName("");
            qq_separator.setVisible( true );
        }
        return qq_separator;
    }

    public void setqq_separator(MenuSeparator value) {
        MenuSeparator oldValue = qq_separator;
        qq_separator = value;
        this.qq_Listeners.firePropertyChange("qq_separator", oldValue, value);
    }


    /**
     * qq_filePrint: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_filePrint() {
        if (qq_filePrint == null) {
            qq_filePrint = MenuFactory.newMenuItem("filePrint", true);
            qq_filePrint.setVerifyInputWhenFocusTarget(true);
            qq_filePrint.addActionListener(new PrintActionListener(this));
            CommandType.set(qq_filePrint, Constants.CT_PRINT);
            qq_filePrint.setText( "Print..." );
            qq_filePrint.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_P, ActionEvent.CTRL_MASK));
            qq_filePrint.setVisible(true);
        }
        return qq_filePrint;
    }

    public void setqq_filePrint(JMenuItem value) {
        JMenuItem oldValue = qq_filePrint;
        qq_filePrint = value;
        this.qq_Listeners.firePropertyChange("qq_filePrint", oldValue, value);
    }


    /**
     * qq_filePrintSetup: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_filePrintSetup() {
        if (qq_filePrintSetup == null) {
            qq_filePrintSetup = MenuFactory.newMenuItem("filePrintSetup", true);
            qq_filePrintSetup.setVerifyInputWhenFocusTarget(true);
            qq_filePrintSetup.addActionListener(new PrintSetupActionListener());
            CommandType.set(qq_filePrintSetup, Constants.CT_PRINTSETUP);
            qq_filePrintSetup.setText( "Print Setup..." );
            qq_filePrintSetup.setVisible(true);
        }
        return qq_filePrintSetup;
    }

    public void setqq_filePrintSetup(JMenuItem value) {
        JMenuItem oldValue = qq_filePrintSetup;
        qq_filePrintSetup = value;
        this.qq_Listeners.firePropertyChange("qq_filePrintSetup", oldValue, value);
    }


    /**
     * qq_separator1: transformed from: qqds_MenuSeparator
     */
    public MenuSeparator getqq_separator1() {
        if (qq_separator1 == null) {
            qq_separator1 = new MenuSeparator();
            qq_separator1.setName("");
            qq_separator1.setVisible( true );
        }
        return qq_separator1;
    }

    public void setqq_separator1(MenuSeparator value) {
        MenuSeparator oldValue = qq_separator1;
        qq_separator1 = value;
        this.qq_Listeners.firePropertyChange("qq_separator1", oldValue, value);
    }


    /**
     * qq_fileExit: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_fileExit() {
        if (qq_fileExit == null) {
            qq_fileExit = MenuFactory.newMenuItem("fileExit", true);
            qq_fileExit.setVerifyInputWhenFocusTarget(true);
            qq_fileExit.setMnemonic( 'x' );
            qq_fileExit.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_F4, ActionEvent.ALT_MASK));
            CommandType.set(qq_fileExit, Constants.CT_EXIT);
            qq_fileExit.setText( "Exit" );
            qq_fileExit.setVisible(true);
        }
        return qq_fileExit;
    }

    public void setqq_fileExit(JMenuItem value) {
        JMenuItem oldValue = qq_fileExit;
        qq_fileExit = value;
        this.qq_Listeners.firePropertyChange("qq_fileExit", oldValue, value);
    }


    /**
     * qq_file: transformed from: qqds_Submenu
     */
    public JMenu getqq_file() {
        if (qq_file == null) {
            qq_file = new JMenu();
            qq_file.setName("file");
            qq_file.setMnemonic( 'f' );
            qq_file.setText( "File" );
            qq_file.setVisible(true);
            qq_file.add(getqq_fileNew());
            qq_file.add(getqq_fileOpen());
            qq_file.add(getqq_fileSave());
            qq_file.add(getqq_separator());
            qq_file.add(getqq_filePrint());
            qq_file.add(getqq_filePrintSetup());
            qq_file.add(getqq_separator1());
            qq_file.add(getqq_fileExit());
        }
        return qq_file;
    }


    /**
     * qq_editCut: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_editCut() {
        if (qq_editCut == null) {
            qq_editCut = MenuFactory.newMenuItem("editCut", true);
            qq_editCut.setVerifyInputWhenFocusTarget(true);
            qq_editCut.addActionListener(new DefaultEditorKit.CutAction());
            qq_editCut.setRequestFocusEnabled(false);
            CommandType.set(qq_editCut, Constants.CT_CUT);
            qq_editCut.setText( "Cut" );
            qq_editCut.setVisible(true);
        }
        return qq_editCut;
    }

    public void setqq_editCut(JMenuItem value) {
        JMenuItem oldValue = qq_editCut;
        qq_editCut = value;
        this.qq_Listeners.firePropertyChange("qq_editCut", oldValue, value);
    }


    /**
     * qq_editCopy: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_editCopy() {
        if (qq_editCopy == null) {
            qq_editCopy = MenuFactory.newMenuItem("editCopy", true);
            qq_editCopy.setVerifyInputWhenFocusTarget(true);
            qq_editCopy.addActionListener(new DefaultEditorKit.CopyAction());
            qq_editCopy.setRequestFocusEnabled(false);
            CommandType.set(qq_editCopy, Constants.CT_COPY);
            qq_editCopy.setText( "Copy" );
            qq_editCopy.setVisible(true);
        }
        return qq_editCopy;
    }

    public void setqq_editCopy(JMenuItem value) {
        JMenuItem oldValue = qq_editCopy;
        qq_editCopy = value;
        this.qq_Listeners.firePropertyChange("qq_editCopy", oldValue, value);
    }


    /**
     * qq_editPaste: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_editPaste() {
        if (qq_editPaste == null) {
            qq_editPaste = MenuFactory.newMenuItem("editPaste", true);
            qq_editPaste.setVerifyInputWhenFocusTarget(true);
            qq_editPaste.addActionListener(new DefaultEditorKit.PasteAction());
            qq_editPaste.setRequestFocusEnabled(false);
            CommandType.set(qq_editPaste, Constants.CT_PASTE);
            qq_editPaste.setText( "Paste" );
            qq_editPaste.setVisible(true);
        }
        return qq_editPaste;
    }

    public void setqq_editPaste(JMenuItem value) {
        JMenuItem oldValue = qq_editPaste;
        qq_editPaste = value;
        this.qq_Listeners.firePropertyChange("qq_editPaste", oldValue, value);
    }


    /**
     * qq_editDelete: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_editDelete() {
        if (qq_editDelete == null) {
            qq_editDelete = MenuFactory.newMenuItem("editDelete", true);
            qq_editDelete.setVerifyInputWhenFocusTarget(true);
            CommandType.set(qq_editDelete, Constants.CT_DELETE);
            qq_editDelete.setText( "Delete" );
            qq_editDelete.setVisible(true);
        }
        return qq_editDelete;
    }

    public void setqq_editDelete(JMenuItem value) {
        JMenuItem oldValue = qq_editDelete;
        qq_editDelete = value;
        this.qq_Listeners.firePropertyChange("qq_editDelete", oldValue, value);
    }


    /**
     * qq_editSelectall: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_editSelectall() {
        if (qq_editSelectall == null) {
            qq_editSelectall = MenuFactory.newMenuItem("editSelectall", true);
            qq_editSelectall.setVerifyInputWhenFocusTarget(true);
            qq_editSelectall.addActionListener(new UIutils.SelectAllAction());
            CommandType.set(qq_editSelectall, Constants.CT_SELECTALL);
            qq_editSelectall.setText( "Select All" );
            qq_editSelectall.setVisible(true);
        }
        return qq_editSelectall;
    }

    public void setqq_editSelectall(JMenuItem value) {
        JMenuItem oldValue = qq_editSelectall;
        qq_editSelectall = value;
        this.qq_Listeners.firePropertyChange("qq_editSelectall", oldValue, value);
    }


    /**
     * qq_edit: transformed from: qqds_Submenu
     */
    public JMenu getqq_edit() {
        if (qq_edit == null) {
            qq_edit = new JMenu();
            qq_edit.setName("edit");
            qq_edit.setMnemonic( 'e' );
            qq_edit.setText( "Edit" );
            qq_edit.setVisible(true);
            qq_edit.add(getqq_editCut());
            qq_edit.add(getqq_editCopy());
            qq_edit.add(getqq_editPaste());
            qq_edit.add(getqq_editDelete());
            qq_edit.add(getqq_editSelectall());
        }
        return qq_edit;
    }


    /**
     * qq_helpContents: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_helpContents() {
        if (qq_helpContents == null) {
            qq_helpContents = MenuFactory.newMenuItem("helpContents", true);
            qq_helpContents.setVerifyInputWhenFocusTarget(true);
            CommandType.set(qq_helpContents, Constants.CT_HELPCONTENTS);
            qq_helpContents.setText( "Contents" );
            qq_helpContents.setVisible(true);
        }
        return qq_helpContents;
    }

    public void setqq_helpContents(JMenuItem value) {
        JMenuItem oldValue = qq_helpContents;
        qq_helpContents = value;
        this.qq_Listeners.firePropertyChange("qq_helpContents", oldValue, value);
    }


    /**
     * qq_helpSearch: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_helpSearch() {
        if (qq_helpSearch == null) {
            qq_helpSearch = MenuFactory.newMenuItem("helpSearch", true);
            qq_helpSearch.setVerifyInputWhenFocusTarget(true);
            CommandType.set(qq_helpSearch, Constants.CT_HELPSEARCH);
            qq_helpSearch.setText( "Search" );
            qq_helpSearch.setVisible(true);
        }
        return qq_helpSearch;
    }

    public void setqq_helpSearch(JMenuItem value) {
        JMenuItem oldValue = qq_helpSearch;
        qq_helpSearch = value;
        this.qq_Listeners.firePropertyChange("qq_helpSearch", oldValue, value);
    }


    /**
     * qq_helpOnHelp: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_helpOnHelp() {
        if (qq_helpOnHelp == null) {
            qq_helpOnHelp = MenuFactory.newMenuItem("helpOnHelp", true);
            qq_helpOnHelp.setVerifyInputWhenFocusTarget(true);
            CommandType.set(qq_helpOnHelp, Constants.CT_HELPONHELP);
            qq_helpOnHelp.setText( "Help" );
            qq_helpOnHelp.setVisible(true);
        }
        return qq_helpOnHelp;
    }

    public void setqq_helpOnHelp(JMenuItem value) {
        JMenuItem oldValue = qq_helpOnHelp;
        qq_helpOnHelp = value;
        this.qq_Listeners.firePropertyChange("qq_helpOnHelp", oldValue, value);
    }


    /**
     * qq_separator2: transformed from: qqds_MenuSeparator
     */
    public MenuSeparator getqq_separator2() {
        if (qq_separator2 == null) {
            qq_separator2 = new MenuSeparator();
            qq_separator2.setName("");
            qq_separator2.setVisible( true );
        }
        return qq_separator2;
    }

    public void setqq_separator2(MenuSeparator value) {
        MenuSeparator oldValue = qq_separator2;
        qq_separator2 = value;
        this.qq_Listeners.firePropertyChange("qq_separator2", oldValue, value);
    }


    /**
     * qq_helpAbout: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_helpAbout() {
        if (qq_helpAbout == null) {
            qq_helpAbout = MenuFactory.newMenuItem("helpAbout", true);
            qq_helpAbout.setVerifyInputWhenFocusTarget(true);
            qq_helpAbout.addActionListener(new AboutMenuListener());
            CommandType.set(qq_helpAbout, Constants.CT_ABOUT);
            qq_helpAbout.setText( "About" );
            qq_helpAbout.setVisible(true);
        }
        return qq_helpAbout;
    }

    public void setqq_helpAbout(JMenuItem value) {
        JMenuItem oldValue = qq_helpAbout;
        qq_helpAbout = value;
        this.qq_Listeners.firePropertyChange("qq_helpAbout", oldValue, value);
    }


    /**
     * qq_help: transformed from: qqds_Submenu
     */
    public JMenu getqq_help() {
        if (qq_help == null) {
            qq_help = new JMenu();
            qq_help.setName("help");
            qq_help.setMnemonic( 'h' );
            qq_help.setText( "Help" );
            qq_help.setVisible(true);
            qq_help.add(getqq_helpContents());
            qq_help.add(getqq_helpSearch());
            qq_help.add(getqq_helpOnHelp());
            qq_help.add(getqq_separator2());
            qq_help.add(getqq_helpAbout());
        }
        return qq_help;
    }


    /**
     * qq_tableOne: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_tableOne() {
        if (qq_tableOne == null) {
            qq_tableOne = MenuFactory.newMenuItem("tableOne", true);
            qq_tableOne.setVerifyInputWhenFocusTarget(true);
            CommandType.set(qq_tableOne, Constants.CT_CUSTOM);
            qq_tableOne.setText( "One" );
            qq_tableOne.setVisible(true);
        }
        return qq_tableOne;
    }

    public void setqq_tableOne(JMenuItem value) {
        JMenuItem oldValue = qq_tableOne;
        qq_tableOne = value;
        this.qq_Listeners.firePropertyChange("qq_tableOne", oldValue, value);
    }


    /**
     * qq_tebleTwo: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_tebleTwo() {
        if (qq_tebleTwo == null) {
            qq_tebleTwo = MenuFactory.newMenuItem("tebleTwo", true);
            qq_tebleTwo.setVerifyInputWhenFocusTarget(true);
            CommandType.set(qq_tebleTwo, Constants.CT_CUSTOM);
            qq_tebleTwo.setText( "Two" );
            qq_tebleTwo.setVisible(true);
        }
        return qq_tebleTwo;
    }

    public void setqq_tebleTwo(JMenuItem value) {
        JMenuItem oldValue = qq_tebleTwo;
        qq_tebleTwo = value;
        this.qq_Listeners.firePropertyChange("qq_tebleTwo", oldValue, value);
    }


    /**
     * qq_tableThree: transformed from: qqds_MenuCommand
     */
    public JMenuItem getqq_tableThree() {
        if (qq_tableThree == null) {
            qq_tableThree = MenuFactory.newMenuItem("tableThree", true);
            qq_tableThree.setVerifyInputWhenFocusTarget(true);
            CommandType.set(qq_tableThree, Constants.CT_CUSTOM);
            qq_tableThree.setText( "Three" );
            qq_tableThree.setVisible(true);
        }
        return qq_tableThree;
    }

    public void setqq_tableThree(JMenuItem value) {
        JMenuItem oldValue = qq_tableThree;
        qq_tableThree = value;
        this.qq_Listeners.firePropertyChange("qq_tableThree", oldValue, value);
    }


    /**
     * qq_table_popup: transformed from: qqds_Submenu
     */
    public JPopupMenu getqq_table_popup() {
        if (qq_table_popup == null) {
            qq_table_popup = new JPopupMenu();
            qq_table_popup.setName("table_popup");
            qq_table_popup.setVisible(true);
            qq_table_popup.add(getqq_tableOne());
            qq_table_popup.add(getqq_tebleTwo());
            qq_table_popup.add(getqq_tableThree());
        }
        return qq_table_popup;
    }


    /**
     * qq_MainMenuBar: transformed from: qqds_MenuBar
     */
    public JMenuBar getqq_MenuBar() {
        if (qq_MainMenuBar == null) {
            qq_MainMenuBar = MenuFactory.newMenuBar();
            qq_MainMenuBar.setName("MainMenuBar");
            qq_MainMenuBar.setBorderPainted(false);
            this.qq_MainMenuBar.add(getqq_file());
            this.qq_MainMenuBar.add(getqq_edit());
            this.qq_MainMenuBar.add(getqq_help());
        }
        return qq_MainMenuBar;
    }

    public void setqq_MainMenuBar(JMenuBar value) {
        JMenuBar oldValue = qq_MainMenuBar;
        qq_MainMenuBar = value;
        this.qq_Listeners.firePropertyChange("qq_MainMenuBar", oldValue, value);
    }


    /**
     * qq_StringLbl: transformed from: qqds_TextGraphic
     * TagId=67
     * isInherited=FALSE
     */
    public TextGraphic getqq_StringLbl() {
        if (qq_StringLbl == null) {
            qq_StringLbl = GraphicFactory.newTextGraphic("String\n", "");
            qq_StringLbl.setOpaque( true );
            // OPTIONAL UIutils.reloadLabelText(qq_StringLbl, mcat);
            ColourChange.setBackground(qq_StringLbl, Constants.C_BRIGHTBLUE);
            ColourChange.setForeground(qq_StringLbl, Constants.C_BRIGHTYELLOW);
            WidthPolicy.set(qq_StringLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_StringLbl, Constants.SP_NATURAL);
            qq_StringLbl.setMinimumSize(new Dimension(33, 14));
        }
        return qq_StringLbl;
    }

    public void setqq_StringLbl(TextGraphic value) {
        TextGraphic oldValue = qq_StringLbl;
        qq_StringLbl = value;
        this.qq_Listeners.firePropertyChange("qq_StringLbl", oldValue, value);
    }

    /**
     * qq_aString: transformed from: qqds_DataField
     * TagId=14
     * isInherited=FALSE
     */
    public DataField getqq_aString() {
        if (qq_aString == null) {
            // Mask type: MK_NONE
            qq_aString = DataFieldFactory.newDataField("aString", 17, Constants.MK_NONE);
            qq_aString.setOriginalFormatText(null);
            qq_aString.setHorizontalAlignment(JTextField.LEFT);
            qq_aString.setDocument( new FixedLengthDocument(5) ); // Max characters of 5
            getBindingManager().bindComponent(qq_aString, "AString");
            WidthPolicy.set(qq_aString, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aString, Constants.SP_NATURAL);
            qq_aString.setMinimumSize(new Dimension(115, 19));
            qq_aString.setSize(new Dimension(115, 19));
            // HelpTopic
            CSH.setHelpIDString(qq_aString, "");
            // FloatOverText
            qq_aString.setToolTipText("Bob");
        }
        return qq_aString;
    }

    public void setqq_aString(DataField value) {
        DataField oldValue = qq_aString;
        qq_aString = value;
        this.qq_Listeners.firePropertyChange("qq_aString", oldValue, value);
    }

    /**
     * qq_DecimalDataCurrencyLbl: transformed from: qqds_TextGraphic
     * TagId=68
     * isInherited=FALSE
     */
    public TextGraphic getqq_DecimalDataCurrencyLbl() {
        if (qq_DecimalDataCurrencyLbl == null) {
            qq_DecimalDataCurrencyLbl = GraphicFactory.newTextGraphic("DecimalData Currency\n", "");
            qq_DecimalDataCurrencyLbl.setHorizontalAlignment( SwingConstants.LEFT );
            // OPTIONAL UIutils.reloadLabelText(qq_DecimalDataCurrencyLbl, mcat);
            WidthPolicy.set(qq_DecimalDataCurrencyLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_DecimalDataCurrencyLbl, Constants.SP_NATURAL);
            qq_DecimalDataCurrencyLbl.setMinimumSize(new Dimension(112, 14));
        }
        return qq_DecimalDataCurrencyLbl;
    }

    public void setqq_DecimalDataCurrencyLbl(TextGraphic value) {
        TextGraphic oldValue = qq_DecimalDataCurrencyLbl;
        qq_DecimalDataCurrencyLbl = value;
        this.qq_Listeners.firePropertyChange("qq_DecimalDataCurrencyLbl", oldValue, value);
    }

    /**
     * qq_aDecimalData: transformed from: qqds_DataField
     * TagId=23
     * isInherited=FALSE
     */
    public DataField getqq_aDecimalData() {
        if (qq_aDecimalData == null) {
            // Mask type: MK_TEMPLATE
            // original Forte format string -->CURRENCY<--
            this.qq_aDecimalData = DataFieldFactory.newDataField("aDecimalData", 18, UIutils.getCurrencyPattern(), DecimalData.class);
            qq_aDecimalData.setOriginalFormatText("CURRENCY");
            qq_aDecimalData.setHorizontalAlignment(JTextField.RIGHT);
            getBindingManager().bindComponent(qq_aDecimalData, "ADecimalData");
            WidthPolicy.set(qq_aDecimalData, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aDecimalData, Constants.SP_NATURAL);
            qq_aDecimalData.setMinimumSize(new Dimension(120, 19));
            qq_aDecimalData.setSize(new Dimension(120, 19));
        }
        return qq_aDecimalData;
    }

    public void setqq_aDecimalData(DataField value) {
        DataField oldValue = qq_aDecimalData;
        qq_aDecimalData = value;
        this.qq_Listeners.firePropertyChange("qq_aDecimalData", oldValue, value);
    }

    /**
     * qq_TextDataLbl: transformed from: qqds_TextGraphic
     * TagId=69
     * isInherited=FALSE
     */
    public TextGraphic getqq_TextDataLbl() {
        if (qq_TextDataLbl == null) {
            qq_TextDataLbl = GraphicFactory.newTextGraphic("TextData\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_TextDataLbl, mcat);
            WidthPolicy.set(qq_TextDataLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_TextDataLbl, Constants.SP_NATURAL);
            qq_TextDataLbl.setMinimumSize(new Dimension(50, 14));
        }
        return qq_TextDataLbl;
    }

    public void setqq_TextDataLbl(TextGraphic value) {
        TextGraphic oldValue = qq_TextDataLbl;
        qq_TextDataLbl = value;
        this.qq_Listeners.firePropertyChange("qq_TextDataLbl", oldValue, value);
    }

    /**
     * qq_aTextData: transformed from: qqds_DataField
     * TagId=15
     * isInherited=FALSE
     */
    public DataField getqq_aTextData() {
        if (qq_aTextData == null) {
            // Mask type: MK_NONE
            qq_aTextData = DataFieldFactory.newDataField("aTextData", 17, TextData.class, Constants.MK_NONE);
            qq_aTextData.setValue("");
            qq_aTextData.setOriginalFormatText(null);
            qq_aTextData.setHorizontalAlignment(JTextField.LEFT);
            getBindingManager().bindComponent(qq_aTextData, "ATextData");
            WidthPolicy.set(qq_aTextData, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aTextData, Constants.SP_NATURAL);
            qq_aTextData.setMinimumSize(new Dimension(115, 19));
            qq_aTextData.setSize(new Dimension(115, 19));
        }
        return qq_aTextData;
    }

    public void setqq_aTextData(DataField value) {
        DataField oldValue = qq_aTextData;
        qq_aTextData = value;
        this.qq_Listeners.firePropertyChange("qq_aTextData", oldValue, value);
    }

    /**
     * qq_MaskedStringLbl: transformed from: qqds_TextGraphic
     * TagId=70
     * isInherited=FALSE
     */
    public TextGraphic getqq_MaskedStringLbl() {
        if (qq_MaskedStringLbl == null) {
            qq_MaskedStringLbl = GraphicFactory.newTextGraphic("Masked String", "");
            qq_MaskedStringLbl.setHorizontalAlignment( SwingConstants.LEFT );
            // OPTIONAL UIutils.reloadLabelText(qq_MaskedStringLbl, mcat);
            WidthPolicy.set(qq_MaskedStringLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_MaskedStringLbl, Constants.SP_NATURAL);
            qq_MaskedStringLbl.setMinimumSize(new Dimension(72, 14));
        }
        return qq_MaskedStringLbl;
    }

    public void setqq_MaskedStringLbl(TextGraphic value) {
        TextGraphic oldValue = qq_MaskedStringLbl;
        qq_MaskedStringLbl = value;
        this.qq_Listeners.firePropertyChange("qq_MaskedStringLbl", oldValue, value);
    }

    /**
     * qq_aPhone: transformed from: qqds_DataField
     * TagId=16
     * isInherited=FALSE
     */
    public DataField getqq_aPhone() {
        if (qq_aPhone == null) {
            // Mask type: MK_TEMPLATE
            try {
                MaskFormatter mf = new MaskFormatter("(##) #### ####");
                mf.setPlaceholderCharacter('_');
                mf.setValueContainsLiteralCharacters(false);
                qq_aPhone = DataFieldFactory.newDataField("aPhone", 17, mf);
            } catch (ParseException e) {
                qq_aPhone = DataFieldFactory.newDataField("aPhone", 17);
                Logger.getLogger("task.part.logmgr").error("Invalid mask specified for field: qq_aPhone, a default field will be generated", e);
            }
            qq_aPhone.setOriginalFormatText("\\(##\\) #### ####");
            qq_aPhone.setHorizontalAlignment(JTextField.LEFT);
            getBindingManager().bindComponent(qq_aPhone, "APhone");
            WidthPolicy.set(qq_aPhone, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aPhone, Constants.SP_NATURAL);
            qq_aPhone.setMinimumSize(new Dimension(114, 19));
            qq_aPhone.setSize(new Dimension(114, 19));
        }
        return qq_aPhone;
    }

    public void setqq_aPhone(DataField value) {
        DataField oldValue = qq_aPhone;
        qq_aPhone = value;
        this.qq_Listeners.firePropertyChange("qq_aPhone", oldValue, value);
    }

    /**
     * qq_UppercaseStringLbl: transformed from: qqds_TextGraphic
     * TagId=71
     * isInherited=FALSE
     */
    public TextGraphic getqq_UppercaseStringLbl() {
        if (qq_UppercaseStringLbl == null) {
            qq_UppercaseStringLbl = GraphicFactory.newTextGraphic("Uppercase string", "");
            qq_UppercaseStringLbl.setHorizontalAlignment( SwingConstants.LEFT );
            // OPTIONAL UIutils.reloadLabelText(qq_UppercaseStringLbl, mcat);
            WidthPolicy.set(qq_UppercaseStringLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_UppercaseStringLbl, Constants.SP_NATURAL);
            qq_UppercaseStringLbl.setMinimumSize(new Dimension(86, 14));
        }
        return qq_UppercaseStringLbl;
    }

    public void setqq_UppercaseStringLbl(TextGraphic value) {
        TextGraphic oldValue = qq_UppercaseStringLbl;
        qq_UppercaseStringLbl = value;
        this.qq_Listeners.firePropertyChange("qq_UppercaseStringLbl", oldValue, value);
    }

    /**
     * qq_UpperCase: transformed from: qqds_DataField
     * TagId=17
     * isInherited=FALSE
     */
    public DataField getqq_UpperCase() {
        if (qq_UpperCase == null) {
            // Mask type: Constants.MK_UPPERCASE
            qq_UpperCase = DataFieldFactory.newDataField("UpperCase", 17, Constants.MK_UPPERCASE);
            qq_UpperCase.setOriginalFormatText(null);
            qq_UpperCase.setHorizontalAlignment(JTextField.LEFT);
            getBindingManager().bindComponent(qq_UpperCase, "upperCase");
            WidthPolicy.set(qq_UpperCase, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_UpperCase, Constants.SP_NATURAL);
            qq_UpperCase.setMinimumSize(new Dimension(115, 19));
            qq_UpperCase.setSize(new Dimension(115, 19));
        }
        return qq_UpperCase;
    }

    public void setqq_UpperCase(DataField value) {
        DataField oldValue = qq_UpperCase;
        qq_UpperCase = value;
        this.qq_Listeners.firePropertyChange("qq_UpperCase", oldValue, value);
    }

    /**
     * qq_aDate: transformed from: qqds_DataField
     * TagId=72
     * isInherited=FALSE
     */
    public DataField getqq_aDate() {
        if (qq_aDate == null) {
            // Mask type: MK_TEMPLATE
            // original Forte format string -->DATE<--
            qq_aDate = DataFieldFactory.newDataField("aDate", 17, DateTimeData.class);
            DateTemplate.set(qq_aDate, "DATE", DateTimeData.class);
            qq_aDate.setOriginalFormatText("DATE");
            qq_aDate.setHorizontalAlignment(JTextField.LEFT);
            getBindingManager().bindComponent(qq_aDate, "ADate");
            WidthPolicy.set(qq_aDate, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aDate, Constants.SP_NATURAL);
            qq_aDate.setMinimumSize(new Dimension(114, 19));
            qq_aDate.setSize(new Dimension(114, 19));
        }
        return qq_aDate;
    }

    public void setqq_aDate(DataField value) {
        DataField oldValue = qq_aDate;
        qq_aDate = value;
        this.qq_Listeners.firePropertyChange("qq_aDate", oldValue, value);
    }

    /**
     * qq_IntegerLbl: transformed from: qqds_TextGraphic
     * TagId=73
     * isInherited=FALSE
     */
    public TextGraphic getqq_IntegerLbl() {
        if (qq_IntegerLbl == null) {
            qq_IntegerLbl = GraphicFactory.newTextGraphic("Integer\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_IntegerLbl, mcat);
            WidthPolicy.set(qq_IntegerLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_IntegerLbl, Constants.SP_NATURAL);
            qq_IntegerLbl.setMinimumSize(new Dimension(42, 14));
        }
        return qq_IntegerLbl;
    }

    public void setqq_IntegerLbl(TextGraphic value) {
        TextGraphic oldValue = qq_IntegerLbl;
        qq_IntegerLbl = value;
        this.qq_Listeners.firePropertyChange("qq_IntegerLbl", oldValue, value);
    }

    /**
     * qq_aInteger: transformed from: qqds_DataField
     * TagId=19
     * isInherited=FALSE
     */
    public DataField getqq_aInteger() {
        if (qq_aInteger == null) {
            // Mask type: Constants.MK_INTEGER
            qq_aInteger = DataFieldFactory.newDataField("aInteger", 17, Constants.MK_INTEGER);
            qq_aInteger.setOriginalFormatText(null);
            qq_aInteger.setHorizontalAlignment(JTextField.RIGHT);
            qq_aInteger.setDocument( new FixedLengthDocument(10) ); // Max characters of 10
            getBindingManager().bindComponent(qq_aInteger, "AInteger");
            WidthPolicy.set(qq_aInteger, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aInteger, Constants.SP_NATURAL);
            qq_aInteger.setMinimumSize(new Dimension(114, 19));
            qq_aInteger.setSize(new Dimension(114, 19));
        }
        return qq_aInteger;
    }

    public void setqq_aInteger(DataField value) {
        DataField oldValue = qq_aInteger;
        qq_aInteger = value;
        this.qq_Listeners.firePropertyChange("qq_aInteger", oldValue, value);
    }

    /**
     * qq_IntegerDataLbl: transformed from: qqds_TextGraphic
     * TagId=74
     * isInherited=FALSE
     */
    public TextGraphic getqq_IntegerDataLbl() {
        if (qq_IntegerDataLbl == null) {
            qq_IntegerDataLbl = GraphicFactory.newTextGraphic("IntegerData\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_IntegerDataLbl, mcat);
            WidthPolicy.set(qq_IntegerDataLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_IntegerDataLbl, Constants.SP_NATURAL);
            qq_IntegerDataLbl.setMinimumSize(new Dimension(64, 14));
        }
        return qq_IntegerDataLbl;
    }

    public void setqq_IntegerDataLbl(TextGraphic value) {
        TextGraphic oldValue = qq_IntegerDataLbl;
        qq_IntegerDataLbl = value;
        this.qq_Listeners.firePropertyChange("qq_IntegerDataLbl", oldValue, value);
    }

    /**
     * qq_aIntegerData: transformed from: qqds_DataField
     * TagId=20
     * isInherited=FALSE
     */
    public DataField getqq_aIntegerData() {
        if (qq_aIntegerData == null) {
            // Mask type: Constants.MK_INTEGER
            qq_aIntegerData = DataFieldFactory.newDataField("aIntegerData", 17, IntegerData.class, Constants.MK_INTEGER);
            qq_aIntegerData.setOriginalFormatText(null);
            qq_aIntegerData.setHorizontalAlignment(JTextField.RIGHT);
            getBindingManager().bindComponent(qq_aIntegerData, "AIntegerData");
            WidthPolicy.set(qq_aIntegerData, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aIntegerData, Constants.SP_NATURAL);
            qq_aIntegerData.setMinimumSize(new Dimension(112, 19));
            qq_aIntegerData.setSize(new Dimension(112, 19));
        }
        return qq_aIntegerData;
    }

    public void setqq_aIntegerData(DataField value) {
        DataField oldValue = qq_aIntegerData;
        qq_aIntegerData = value;
        this.qq_Listeners.firePropertyChange("qq_aIntegerData", oldValue, value);
    }

    /**
     * qq_DoubleLbl: transformed from: qqds_TextGraphic
     * TagId=75
     * isInherited=FALSE
     */
    public TextGraphic getqq_DoubleLbl() {
        if (qq_DoubleLbl == null) {
            qq_DoubleLbl = GraphicFactory.newTextGraphic("Double\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_DoubleLbl, mcat);
            WidthPolicy.set(qq_DoubleLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_DoubleLbl, Constants.SP_NATURAL);
            qq_DoubleLbl.setMinimumSize(new Dimension(38, 14));
        }
        return qq_DoubleLbl;
    }

    public void setqq_DoubleLbl(TextGraphic value) {
        TextGraphic oldValue = qq_DoubleLbl;
        qq_DoubleLbl = value;
        this.qq_Listeners.firePropertyChange("qq_DoubleLbl", oldValue, value);
    }

    /**
     * qq_aDouble: transformed from: qqds_DataField
     * TagId=21
     * isInherited=FALSE
     */
    public DataField getqq_aDouble() {
        if (qq_aDouble == null) {
            // Mask type: Constants.MK_FLOAT
            qq_aDouble = DataFieldFactory.newDataField("aDouble", 17, Constants.MK_FLOAT);
            qq_aDouble.setOriginalFormatText(null);
            qq_aDouble.setHorizontalAlignment(JTextField.RIGHT);
            getBindingManager().bindComponent(qq_aDouble, "ADouble");
            WidthPolicy.set(qq_aDouble, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aDouble, Constants.SP_NATURAL);
            qq_aDouble.setMinimumSize(new Dimension(115, 19));
            qq_aDouble.setSize(new Dimension(115, 19));
        }
        return qq_aDouble;
    }

    public void setqq_aDouble(DataField value) {
        DataField oldValue = qq_aDouble;
        qq_aDouble = value;
        this.qq_Listeners.firePropertyChange("qq_aDouble", oldValue, value);
    }

    /**
     * qq_DoubleDataLbl: transformed from: qqds_TextGraphic
     * TagId=76
     * isInherited=FALSE
     */
    public TextGraphic getqq_DoubleDataLbl() {
        if (qq_DoubleDataLbl == null) {
            qq_DoubleDataLbl = GraphicFactory.newTextGraphic("DoubleData\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_DoubleDataLbl, mcat);
            WidthPolicy.set(qq_DoubleDataLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_DoubleDataLbl, Constants.SP_NATURAL);
            qq_DoubleDataLbl.setMinimumSize(new Dimension(62, 14));
        }
        return qq_DoubleDataLbl;
    }

    public void setqq_DoubleDataLbl(TextGraphic value) {
        TextGraphic oldValue = qq_DoubleDataLbl;
        qq_DoubleDataLbl = value;
        this.qq_Listeners.firePropertyChange("qq_DoubleDataLbl", oldValue, value);
    }

    /**
     * qq_aDoubleData: transformed from: qqds_DataField
     * TagId=22
     * isInherited=FALSE
     */
    public DataField getqq_aDoubleData() {
        if (qq_aDoubleData == null) {
            // Mask type: Constants.MK_FLOAT
            qq_aDoubleData = DataFieldFactory.newDataField("aDoubleData", 17, DoubleData.class, Constants.MK_FLOAT);
            qq_aDoubleData.setOriginalFormatText(null);
            qq_aDoubleData.setOpaque(false);
            qq_aDoubleData.setHorizontalAlignment(JTextField.RIGHT);
            getBindingManager().bindComponent(qq_aDoubleData, "ADoubleData");
            WidthPolicy.set(qq_aDoubleData, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aDoubleData, Constants.SP_NATURAL);
            qq_aDoubleData.setMinimumSize(new Dimension(115, 19));
            qq_aDoubleData.setSize(new Dimension(115, 19));
            ColourChange.setBackground(qq_aDoubleData, Constants.C_GRAY2);
        }
        return qq_aDoubleData;
    }

    public void setqq_aDoubleData(DataField value) {
        DataField oldValue = qq_aDoubleData;
        qq_aDoubleData = value;
        this.qq_Listeners.firePropertyChange("qq_aDoubleData", oldValue, value);
    }

    /**
     * qq_DateLbl: transformed from: qqds_TextGraphic
     * TagId=77
     * isInherited=FALSE
     */
    public TextGraphic getqq_DateLbl() {
        if (qq_DateLbl == null) {
            qq_DateLbl = GraphicFactory.newTextGraphic("Date\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_DateLbl, mcat);
            WidthPolicy.set(qq_DateLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_DateLbl, Constants.SP_NATURAL);
            qq_DateLbl.setMinimumSize(new Dimension(28, 14));
        }
        return qq_DateLbl;
    }

    public void setqq_DateLbl(TextGraphic value) {
        TextGraphic oldValue = qq_DateLbl;
        qq_DateLbl = value;
        this.qq_Listeners.firePropertyChange("qq_DateLbl", oldValue, value);
    }

    /**
     * qq_someAction: transformed from: qqds_PushButton
     * TagId=122
     * isInherited=FALSE
     */
    public JButton getqq_someAction() {
        if (qq_someAction == null) {
            qq_someAction = PushButtonFactory.newInstance("someAction", "Action");
            qq_someAction.setVerifyInputWhenFocusTarget(true);
            WidthPolicy.set(qq_someAction, Constants.SP_NATURAL);
            HeightPolicy.set(qq_someAction, Constants.SP_NATURAL);
            qq_someAction.setMinimumSize(new Dimension(45, 21));
        }
        return qq_someAction;
    }

    public void setqq_someAction(JButton value) {
        JButton oldValue = qq_someAction;
        qq_someAction = value;
        this.qq_Listeners.firePropertyChange("qq_someAction", oldValue, value);
    }

    /**
     * qq_WierdDCLbl: transformed from: qqds_TextGraphic
     * TagId=146
     * isInherited=FALSE
     */
    public TextGraphic getqq_WierdDCLbl() {
        if (qq_WierdDCLbl == null) {
            qq_WierdDCLbl = GraphicFactory.newTextGraphic("WierdDC\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_WierdDCLbl, mcat);
            WidthPolicy.set(qq_WierdDCLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_WierdDCLbl, Constants.SP_NATURAL);
            qq_WierdDCLbl.setMinimumSize(new Dimension(48, 14));
        }
        return qq_WierdDCLbl;
    }

    public void setqq_WierdDCLbl(TextGraphic value) {
        TextGraphic oldValue = qq_WierdDCLbl;
        qq_WierdDCLbl = value;
        this.qq_Listeners.firePropertyChange("qq_WierdDCLbl", oldValue, value);
    }

    /**
     * qq_wDC: transformed from: qqds_DataField
     * TagId=147
     * isInherited=FALSE
     */
    public DataField getqq_wDC() {
        if (qq_wDC == null) {
            // Mask type: Constants.MK_NUMERIC
            qq_wDC = DataFieldFactory.newDataField("wDC", 20, WeirdDC.class, Constants.MK_NUMERIC);
            qq_wDC.setOriginalFormatText(null);
            qq_wDC.setHorizontalAlignment(JTextField.LEFT);
            qq_wDC.setDocument( new FixedLengthDocument(12) ); // Max characters of 12
            getBindingManager().bindComponent(qq_wDC, "WDC");
            WidthPolicy.set(qq_wDC, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_wDC, Constants.SP_NATURAL);
            qq_wDC.setMinimumSize(new Dimension(129, 19));
            qq_wDC.setSize(new Dimension(129, 19));
            // HelpTopic
            CSH.setHelpIDString(qq_wDC, "");
        }
        return qq_wDC;
    }

    public void setqq_wDC(DataField value) {
        DataField oldValue = qq_wDC;
        qq_wDC = value;
        this.qq_Listeners.firePropertyChange("qq_wDC", oldValue, value);
    }

    /**
     * qq_aDateNullable: transformed from: qqds_DataField
     * TagId=157
     * isInherited=FALSE
     */
    public DataField getqq_aDateNullable() {
        if (qq_aDateNullable == null) {
            // Mask type: MK_TEMPLATE
            // original Forte format string -->DATE<--
            qq_aDateNullable = DataFieldFactory.newDataField("aDateNullable", 17, DateTimeNullable.class);
            DateTemplate.set(qq_aDateNullable, "DATE", DateTimeNullable.class);
            qq_aDateNullable.setOriginalFormatText("DATE");
            qq_aDateNullable.setHorizontalAlignment(JTextField.LEFT);
            getBindingManager().bindComponent(qq_aDateNullable, "ADateNullable");
            WidthPolicy.set(qq_aDateNullable, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aDateNullable, Constants.SP_NATURAL);
            qq_aDateNullable.setMinimumSize(new Dimension(114, 19));
            qq_aDateNullable.setSize(new Dimension(114, 19));
        }
        return qq_aDateNullable;
    }

    public void setqq_aDateNullable(DataField value) {
        DataField oldValue = qq_aDateNullable;
        qq_aDateNullable = value;
        this.qq_Listeners.firePropertyChange("qq_aDateNullable", oldValue, value);
    }

    /**
     * qq_aDecimalNullable: transformed from: qqds_DataField
     * TagId=158
     * isInherited=FALSE
     */
    public DataField getqq_aDecimalNullable() {
        if (qq_aDecimalNullable == null) {
            // Mask type: MK_TEMPLATE
            // original Forte format string -->$#,##0<--
            this.qq_aDecimalNullable = DataFieldFactory.newDataField("aDecimalNullable", 18, "$#,##0", DecimalNullable.class);
            qq_aDecimalNullable.setOriginalFormatText("$#,##0");
            qq_aDecimalNullable.setHorizontalAlignment(JTextField.RIGHT);
            getBindingManager().bindComponent(qq_aDecimalNullable, "ADecimalNullable");
            WidthPolicy.set(qq_aDecimalNullable, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aDecimalNullable, Constants.SP_NATURAL);
            qq_aDecimalNullable.setMinimumSize(new Dimension(120, 19));
            qq_aDecimalNullable.setSize(new Dimension(120, 19));
        }
        return qq_aDecimalNullable;
    }

    public void setqq_aDecimalNullable(DataField value) {
        DataField oldValue = qq_aDecimalNullable;
        qq_aDecimalNullable = value;
        this.qq_Listeners.firePropertyChange("qq_aDecimalNullable", oldValue, value);
    }

    /**
     * qq_DateTimeNullableLbl: transformed from: qqds_TextGraphic
     * TagId=159
     * isInherited=FALSE
     */
    public TextGraphic getqq_DateTimeNullableLbl() {
        if (qq_DateTimeNullableLbl == null) {
            qq_DateTimeNullableLbl = GraphicFactory.newTextGraphic("DateTimeNullable\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_DateTimeNullableLbl, mcat);
            WidthPolicy.set(qq_DateTimeNullableLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_DateTimeNullableLbl, Constants.SP_NATURAL);
            qq_DateTimeNullableLbl.setMinimumSize(new Dimension(88, 14));
        }
        return qq_DateTimeNullableLbl;
    }

    public void setqq_DateTimeNullableLbl(TextGraphic value) {
        TextGraphic oldValue = qq_DateTimeNullableLbl;
        qq_DateTimeNullableLbl = value;
        this.qq_Listeners.firePropertyChange("qq_DateTimeNullableLbl", oldValue, value);
    }

    /**
     * qq_DecimalNullableLbl: transformed from: qqds_TextGraphic
     * TagId=160
     * isInherited=FALSE
     */
    public TextGraphic getqq_DecimalNullableLbl() {
        if (qq_DecimalNullableLbl == null) {
            qq_DecimalNullableLbl = GraphicFactory.newTextGraphic("DecimalNullable\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_DecimalNullableLbl, mcat);
            WidthPolicy.set(qq_DecimalNullableLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_DecimalNullableLbl, Constants.SP_NATURAL);
            qq_DecimalNullableLbl.setMinimumSize(new Dimension(79, 14));
        }
        return qq_DecimalNullableLbl;
    }

    public void setqq_DecimalNullableLbl(TextGraphic value) {
        TextGraphic oldValue = qq_DecimalNullableLbl;
        qq_DecimalNullableLbl = value;
        this.qq_Listeners.firePropertyChange("qq_DecimalNullableLbl", oldValue, value);
    }

    /**
     * qq_aIntegerNullable: transformed from: qqds_DataField
     * TagId=161
     * isInherited=FALSE
     */
    public DataField getqq_aIntegerNullable() {
        if (qq_aIntegerNullable == null) {
            // Mask type: Constants.MK_INTEGER
            qq_aIntegerNullable = DataFieldFactory.newDataField("aIntegerNullable", 17, IntegerNullable.class, Constants.MK_INTEGER);
            qq_aIntegerNullable.setOriginalFormatText(null);
            qq_aIntegerNullable.setHorizontalAlignment(JTextField.RIGHT);
            getBindingManager().bindComponent(qq_aIntegerNullable, "AIntegerNullable");
            WidthPolicy.set(qq_aIntegerNullable, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aIntegerNullable, Constants.SP_NATURAL);
            qq_aIntegerNullable.setMinimumSize(new Dimension(112, 19));
            qq_aIntegerNullable.setSize(new Dimension(112, 19));
        }
        return qq_aIntegerNullable;
    }

    public void setqq_aIntegerNullable(DataField value) {
        DataField oldValue = qq_aIntegerNullable;
        qq_aIntegerNullable = value;
        this.qq_Listeners.firePropertyChange("qq_aIntegerNullable", oldValue, value);
    }

    /**
     * qq_IntegerNullableLbl: transformed from: qqds_TextGraphic
     * TagId=162
     * isInherited=FALSE
     */
    public TextGraphic getqq_IntegerNullableLbl() {
        if (qq_IntegerNullableLbl == null) {
            qq_IntegerNullableLbl = GraphicFactory.newTextGraphic("IntegerNullable\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_IntegerNullableLbl, mcat);
            WidthPolicy.set(qq_IntegerNullableLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_IntegerNullableLbl, Constants.SP_NATURAL);
            qq_IntegerNullableLbl.setMinimumSize(new Dimension(79, 14));
        }
        return qq_IntegerNullableLbl;
    }

    public void setqq_IntegerNullableLbl(TextGraphic value) {
        TextGraphic oldValue = qq_IntegerNullableLbl;
        qq_IntegerNullableLbl = value;
        this.qq_Listeners.firePropertyChange("qq_IntegerNullableLbl", oldValue, value);
    }

    /**
     * qq_aDoubleNullable: transformed from: qqds_DataField
     * TagId=163
     * isInherited=FALSE
     */
    public DataField getqq_aDoubleNullable() {
        if (qq_aDoubleNullable == null) {
            // Mask type: Constants.MK_FLOAT
            qq_aDoubleNullable = DataFieldFactory.newDataField("aDoubleNullable", 17, DoubleNullable.class, Constants.MK_FLOAT);
            qq_aDoubleNullable.setOriginalFormatText(null);
            qq_aDoubleNullable.setOpaque(false);
            qq_aDoubleNullable.setHorizontalAlignment(JTextField.RIGHT);
            getBindingManager().bindComponent(qq_aDoubleNullable, "ADoubleNullable");
            WidthPolicy.set(qq_aDoubleNullable, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aDoubleNullable, Constants.SP_NATURAL);
            qq_aDoubleNullable.setMinimumSize(new Dimension(115, 19));
            qq_aDoubleNullable.setSize(new Dimension(115, 19));
            ColourChange.setBackground(qq_aDoubleNullable, Constants.C_GRAY2);
        }
        return qq_aDoubleNullable;
    }

    public void setqq_aDoubleNullable(DataField value) {
        DataField oldValue = qq_aDoubleNullable;
        qq_aDoubleNullable = value;
        this.qq_Listeners.firePropertyChange("qq_aDoubleNullable", oldValue, value);
    }

    /**
     * qq_DoubleNullableLbl: transformed from: qqds_TextGraphic
     * TagId=164
     * isInherited=FALSE
     */
    public TextGraphic getqq_DoubleNullableLbl() {
        if (qq_DoubleNullableLbl == null) {
            qq_DoubleNullableLbl = GraphicFactory.newTextGraphic("DoubleNullable\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_DoubleNullableLbl, mcat);
            WidthPolicy.set(qq_DoubleNullableLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_DoubleNullableLbl, Constants.SP_NATURAL);
            qq_DoubleNullableLbl.setMinimumSize(new Dimension(76, 14));
        }
        return qq_DoubleNullableLbl;
    }

    public void setqq_DoubleNullableLbl(TextGraphic value) {
        TextGraphic oldValue = qq_DoubleNullableLbl;
        qq_DoubleNullableLbl = value;
        this.qq_Listeners.firePropertyChange("qq_DoubleNullableLbl", oldValue, value);
    }

    /**
     * qq_aTextNullable: transformed from: qqds_DataField
     * TagId=165
     * isInherited=FALSE
     */
    public DataField getqq_aTextNullable() {
        if (qq_aTextNullable == null) {
            // Mask type: MK_NONE
            qq_aTextNullable = DataFieldFactory.newDataField("aTextNullable", 17, TextNullable.class, Constants.MK_NONE);
            qq_aTextNullable.setOriginalFormatText(null);
            qq_aTextNullable.setHorizontalAlignment(JTextField.LEFT);
            getBindingManager().bindComponent(qq_aTextNullable, "ATextNullable");
            WidthPolicy.set(qq_aTextNullable, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aTextNullable, Constants.SP_NATURAL);
            qq_aTextNullable.setMinimumSize(new Dimension(115, 19));
            qq_aTextNullable.setSize(new Dimension(115, 19));
        }
        return qq_aTextNullable;
    }

    public void setqq_aTextNullable(DataField value) {
        DataField oldValue = qq_aTextNullable;
        qq_aTextNullable = value;
        this.qq_Listeners.firePropertyChange("qq_aTextNullable", oldValue, value);
    }

    /**
     * qq_TextNullableLbl: transformed from: qqds_TextGraphic
     * TagId=166
     * isInherited=FALSE
     */
    public TextGraphic getqq_TextNullableLbl() {
        if (qq_TextNullableLbl == null) {
            qq_TextNullableLbl = GraphicFactory.newTextGraphic("TextNullable\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_TextNullableLbl, mcat);
            WidthPolicy.set(qq_TextNullableLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_TextNullableLbl, Constants.SP_NATURAL);
            qq_TextNullableLbl.setMinimumSize(new Dimension(64, 14));
        }
        return qq_TextNullableLbl;
    }

    public void setqq_TextNullableLbl(TextGraphic value) {
        TextGraphic oldValue = qq_TextNullableLbl;
        qq_TextNullableLbl = value;
        this.qq_Listeners.firePropertyChange("qq_TextNullableLbl", oldValue, value);
    }

    /**
     * qq_GridField66: transformed from: qqds_GridField
     * TagId=66
     * isInherited=FALSE
     * In forte this was a 4x9 grid field.
     * There are no cell margins set
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_GridField66Properties() {
        qq_GridField66.setCollapsed(true);
        qq_GridField66.setHeightPolicy(Constants.SP_NATURAL);
        qq_GridField66.setWidthPolicy(Constants.SP_NATURAL);
        qq_GridField66.setBackground(null);
        qq_GridField66.setLocation(4, 12);
    }

    public GridField getqq_GridField66() {
        if (qq_GridField66 == null) {
            qq_GridField66 = CompoundFieldFactory.newGridField("qq_GridField66", true);
            setqq_GridField66Properties();
            qq_GridField66.setMinimumSize(new Dimension(444, 173));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_StringLbl(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 1; // Column 2
            qq_gbc1.gridy = 0; // Row 1
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_aString(), qq_gbc1 );

            GridBagConstraints qq_gbc2 = new GridBagConstraints();
            qq_gbc2.gridx = 2; // Column 3
            qq_gbc2.gridy = 0; // Row 1
            qq_gbc2.weightx = 0;
            qq_gbc2.weighty = 0;
            qq_gbc2.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc2.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc2.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_DecimalDataCurrencyLbl(), qq_gbc2 );

            GridBagConstraints qq_gbc3 = new GridBagConstraints();
            qq_gbc3.gridx = 3; // Column 4
            qq_gbc3.gridy = 0; // Row 1
            qq_gbc3.weightx = 0;
            qq_gbc3.weighty = 0;
            qq_gbc3.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc3.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc3.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_aDecimalData(), qq_gbc3 );

            GridBagConstraints qq_gbc4 = new GridBagConstraints();
            qq_gbc4.gridx = 0; // Column 1
            qq_gbc4.gridy = 1; // Row 2
            qq_gbc4.weightx = 0;
            qq_gbc4.weighty = 0;
            qq_gbc4.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc4.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc4.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_TextDataLbl(), qq_gbc4 );

            GridBagConstraints qq_gbc5 = new GridBagConstraints();
            qq_gbc5.gridx = 1; // Column 2
            qq_gbc5.gridy = 1; // Row 2
            qq_gbc5.weightx = 0;
            qq_gbc5.weighty = 0;
            qq_gbc5.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc5.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc5.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_aTextData(), qq_gbc5 );

            GridBagConstraints qq_gbc6 = new GridBagConstraints();
            qq_gbc6.gridx = 2; // Column 3
            qq_gbc6.gridy = 1; // Row 2
            qq_gbc6.weightx = 0;
            qq_gbc6.weighty = 0;
            qq_gbc6.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc6.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc6.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_WierdDCLbl(), qq_gbc6 );

            GridBagConstraints qq_gbc7 = new GridBagConstraints();
            qq_gbc7.gridx = 3; // Column 4
            qq_gbc7.gridy = 1; // Row 2
            qq_gbc7.weightx = 0;
            qq_gbc7.weighty = 0;
            qq_gbc7.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc7.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc7.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_wDC(), qq_gbc7 );

            GridBagConstraints qq_gbc8 = new GridBagConstraints();
            qq_gbc8.gridx = 0; // Column 1
            qq_gbc8.gridy = 2; // Row 3
            qq_gbc8.weightx = 0;
            qq_gbc8.weighty = 0;
            qq_gbc8.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc8.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc8.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_MaskedStringLbl(), qq_gbc8 );

            GridBagConstraints qq_gbc9 = new GridBagConstraints();
            qq_gbc9.gridx = 1; // Column 2
            qq_gbc9.gridy = 2; // Row 3
            qq_gbc9.weightx = 0;
            qq_gbc9.weighty = 0;
            qq_gbc9.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc9.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc9.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_aPhone(), qq_gbc9 );

            GridBagConstraints qq_gbc10 = new GridBagConstraints();
            qq_gbc10.gridx = 0; // Column 1
            qq_gbc10.gridy = 3; // Row 4
            qq_gbc10.weightx = 0;
            qq_gbc10.weighty = 0;
            qq_gbc10.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc10.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc10.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_UppercaseStringLbl(), qq_gbc10 );

            GridBagConstraints qq_gbc11 = new GridBagConstraints();
            qq_gbc11.gridx = 1; // Column 2
            qq_gbc11.gridy = 3; // Row 4
            qq_gbc11.weightx = 0;
            qq_gbc11.weighty = 0;
            qq_gbc11.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc11.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc11.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_UpperCase(), qq_gbc11 );

            GridBagConstraints qq_gbc12 = new GridBagConstraints();
            qq_gbc12.gridx = 2; // Column 3
            qq_gbc12.gridy = 3; // Row 4
            qq_gbc12.weightx = 0;
            qq_gbc12.weighty = 0;
            qq_gbc12.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc12.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc12.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_DateTimeNullableLbl(), qq_gbc12 );

            GridBagConstraints qq_gbc13 = new GridBagConstraints();
            qq_gbc13.gridx = 3; // Column 4
            qq_gbc13.gridy = 3; // Row 4
            qq_gbc13.weightx = 0;
            qq_gbc13.weighty = 0;
            qq_gbc13.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc13.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc13.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_aDateNullable(), qq_gbc13 );

            GridBagConstraints qq_gbc14 = new GridBagConstraints();
            qq_gbc14.gridx = 0; // Column 1
            qq_gbc14.gridy = 4; // Row 5
            qq_gbc14.weightx = 0;
            qq_gbc14.weighty = 0;
            qq_gbc14.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc14.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc14.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_DateLbl(), qq_gbc14 );

            GridBagConstraints qq_gbc15 = new GridBagConstraints();
            qq_gbc15.gridx = 1; // Column 2
            qq_gbc15.gridy = 4; // Row 5
            qq_gbc15.weightx = 0;
            qq_gbc15.weighty = 0;
            qq_gbc15.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc15.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc15.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_aDate(), qq_gbc15 );

            GridBagConstraints qq_gbc16 = new GridBagConstraints();
            qq_gbc16.gridx = 2; // Column 3
            qq_gbc16.gridy = 4; // Row 5
            qq_gbc16.weightx = 0;
            qq_gbc16.weighty = 0;
            qq_gbc16.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc16.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc16.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_DecimalNullableLbl(), qq_gbc16 );

            GridBagConstraints qq_gbc17 = new GridBagConstraints();
            qq_gbc17.gridx = 3; // Column 4
            qq_gbc17.gridy = 4; // Row 5
            qq_gbc17.weightx = 0;
            qq_gbc17.weighty = 0;
            qq_gbc17.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc17.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc17.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_aDecimalNullable(), qq_gbc17 );

            GridBagConstraints qq_gbc18 = new GridBagConstraints();
            qq_gbc18.gridx = 0; // Column 1
            qq_gbc18.gridy = 5; // Row 6
            qq_gbc18.weightx = 0;
            qq_gbc18.weighty = 0;
            qq_gbc18.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc18.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc18.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_IntegerLbl(), qq_gbc18 );

            GridBagConstraints qq_gbc19 = new GridBagConstraints();
            qq_gbc19.gridx = 1; // Column 2
            qq_gbc19.gridy = 5; // Row 6
            qq_gbc19.weightx = 0;
            qq_gbc19.weighty = 0;
            qq_gbc19.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc19.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc19.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_aInteger(), qq_gbc19 );

            GridBagConstraints qq_gbc20 = new GridBagConstraints();
            qq_gbc20.gridx = 2; // Column 3
            qq_gbc20.gridy = 5; // Row 6
            qq_gbc20.weightx = 0;
            qq_gbc20.weighty = 0;
            qq_gbc20.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc20.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc20.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_IntegerNullableLbl(), qq_gbc20 );

            GridBagConstraints qq_gbc21 = new GridBagConstraints();
            qq_gbc21.gridx = 3; // Column 4
            qq_gbc21.gridy = 5; // Row 6
            qq_gbc21.weightx = 0;
            qq_gbc21.weighty = 0;
            qq_gbc21.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc21.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc21.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_aIntegerNullable(), qq_gbc21 );

            GridBagConstraints qq_gbc22 = new GridBagConstraints();
            qq_gbc22.gridx = 0; // Column 1
            qq_gbc22.gridy = 6; // Row 7
            qq_gbc22.weightx = 0;
            qq_gbc22.weighty = 0;
            qq_gbc22.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc22.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc22.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_IntegerDataLbl(), qq_gbc22 );

            GridBagConstraints qq_gbc23 = new GridBagConstraints();
            qq_gbc23.gridx = 1; // Column 2
            qq_gbc23.gridy = 6; // Row 7
            qq_gbc23.weightx = 0;
            qq_gbc23.weighty = 0;
            qq_gbc23.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc23.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc23.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_aIntegerData(), qq_gbc23 );

            GridBagConstraints qq_gbc24 = new GridBagConstraints();
            qq_gbc24.gridx = 2; // Column 3
            qq_gbc24.gridy = 6; // Row 7
            qq_gbc24.weightx = 0;
            qq_gbc24.weighty = 0;
            qq_gbc24.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc24.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc24.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_DoubleNullableLbl(), qq_gbc24 );

            GridBagConstraints qq_gbc25 = new GridBagConstraints();
            qq_gbc25.gridx = 3; // Column 4
            qq_gbc25.gridy = 6; // Row 7
            qq_gbc25.weightx = 0;
            qq_gbc25.weighty = 0;
            qq_gbc25.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc25.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc25.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_aDoubleNullable(), qq_gbc25 );

            GridBagConstraints qq_gbc26 = new GridBagConstraints();
            qq_gbc26.gridx = 0; // Column 1
            qq_gbc26.gridy = 7; // Row 8
            qq_gbc26.weightx = 0;
            qq_gbc26.weighty = 0;
            qq_gbc26.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc26.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc26.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_DoubleLbl(), qq_gbc26 );

            GridBagConstraints qq_gbc27 = new GridBagConstraints();
            qq_gbc27.gridx = 1; // Column 2
            qq_gbc27.gridy = 7; // Row 8
            qq_gbc27.weightx = 0;
            qq_gbc27.weighty = 0;
            qq_gbc27.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc27.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc27.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_aDouble(), qq_gbc27 );

            GridBagConstraints qq_gbc28 = new GridBagConstraints();
            qq_gbc28.gridx = 2; // Column 3
            qq_gbc28.gridy = 7; // Row 8
            qq_gbc28.weightx = 0;
            qq_gbc28.weighty = 0;
            qq_gbc28.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc28.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc28.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_TextNullableLbl(), qq_gbc28 );

            GridBagConstraints qq_gbc29 = new GridBagConstraints();
            qq_gbc29.gridx = 3; // Column 4
            qq_gbc29.gridy = 7; // Row 8
            qq_gbc29.weightx = 0;
            qq_gbc29.weighty = 0;
            qq_gbc29.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc29.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc29.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_aTextNullable(), qq_gbc29 );

            GridBagConstraints qq_gbc30 = new GridBagConstraints();
            qq_gbc30.gridx = 0; // Column 1
            qq_gbc30.gridy = 8; // Row 9
            qq_gbc30.weightx = 0;
            qq_gbc30.weighty = 0;
            qq_gbc30.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc30.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc30.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_DoubleDataLbl(), qq_gbc30 );

            GridBagConstraints qq_gbc31 = new GridBagConstraints();
            qq_gbc31.gridx = 1; // Column 2
            qq_gbc31.gridy = 8; // Row 9
            qq_gbc31.weightx = 0;
            qq_gbc31.weighty = 0;
            qq_gbc31.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc31.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc31.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_aDoubleData(), qq_gbc31 );

            GridBagConstraints qq_gbc32 = new GridBagConstraints();
            qq_gbc32.gridx = 3; // Column 4
            qq_gbc32.gridy = 8; // Row 9
            qq_gbc32.weightx = 0;
            qq_gbc32.weighty = 0;
            qq_gbc32.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc32.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc32.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField66.add( getqq_someAction(), qq_gbc32 );

        }
        return qq_GridField66;
    }

    public void setqq_GridField66(GridField value) {
        GridField oldValue = qq_GridField66;
        qq_GridField66 = value;
        this.qq_Listeners.firePropertyChange("qq_GridField66", oldValue, value);
    }

    /**
     * qq_Panel13: transformed from: qqds_Panel
     * TagId=13
     * isInherited=FALSE
     */
    protected void setqq_Panel13Properties() {
        FrameColor.set(qq_Panel13, Constants.C_INHERIT);
        HeightPolicy.set(qq_Panel13, Constants.SP_TO_PARENT);
        WidthPolicy.set(qq_Panel13, Constants.SP_TO_PARENT);
        ColourChange.setBackground(qq_Panel13, Constants.C_PALEMAGENTA);
        qq_Panel13.setLocation(2, 21);
    }

    public Panel getqq_Panel13() {
        if (qq_Panel13 == null) {
            qq_Panel13 = CompoundFieldFactory.newPanel("qq_Panel13");
            setqq_Panel13Properties();
            qq_Panel13.setMinimumSize(new Dimension(0, 0));
            qq_Panel13.add( getqq_GridField66() );
        }
        return qq_Panel13;
    }

    public void setqq_Panel13(Panel value) {
        Panel oldValue = qq_Panel13;
        qq_Panel13 = value;
        this.qq_Listeners.firePropertyChange("qq_Panel13", oldValue, value);
    }

    /**
     * qq_aToggleBoolean: transformed from: qqds_ToggleField
     * TagId=38
     * isInherited=FALSE
     */
    public JCheckBox getqq_aToggleBoolean() {
        if (qq_aToggleBoolean == null) {
            qq_aToggleBoolean = ToggleFieldFactory.newToggleField("Boolean", "aToggleBoolean");
            getBindingManager().bindComponent(qq_aToggleBoolean, "AToggleBoolean");
            // OPTIONAL UIutils.reloadLabelText(qq_aToggleBoolean, mcat);
        }
        return qq_aToggleBoolean;
    }

    public void setqq_aToggleBoolean(JCheckBox value) {
        JCheckBox oldValue = qq_aToggleBoolean;
        qq_aToggleBoolean = value;
        this.qq_Listeners.firePropertyChange("qq_aToggleBoolean", oldValue, value);
    }

    /**
     * qq_aToggleBooleanData: transformed from: qqds_ToggleField
     * TagId=39
     * isInherited=FALSE
     */
    public JCheckBox getqq_aToggleBooleanData() {
        if (qq_aToggleBooleanData == null) {
            qq_aToggleBooleanData = ToggleFieldFactory.newToggleField("BooleanData", "aToggleBooleanData");
            getBindingManager().bindComponent(qq_aToggleBooleanData, "AToggleBooleanData");
            // OPTIONAL UIutils.reloadLabelText(qq_aToggleBooleanData, mcat);
        }
        return qq_aToggleBooleanData;
    }

    public void setqq_aToggleBooleanData(JCheckBox value) {
        JCheckBox oldValue = qq_aToggleBooleanData;
        qq_aToggleBooleanData = value;
        this.qq_Listeners.firePropertyChange("qq_aToggleBooleanData", oldValue, value);
    }

    /**
     * qq_ToggleFieldsGrid: transformed from: qqds_GridField
     * TagId=37
     * isInherited=FALSE
     * In forte this was a 2x1 grid field.
     * The cell margins are all 100 mils
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_ToggleFieldsGridProperties() {
        Caption.set(qq_ToggleFieldsGrid, "Toggle Fields");
        qq_ToggleFieldsGrid.setFont(new Font("Tahoma", Font.BOLD, 16));
        FrameWeight.set(qq_ToggleFieldsGrid, Constants.W_DEFAULT);
        qq_ToggleFieldsGrid.setCellTopMargin(50);
        qq_ToggleFieldsGrid.setCellBottomMargin(50);
        qq_ToggleFieldsGrid.setCellLeftMargin(50);
        qq_ToggleFieldsGrid.setCellRightMargin(50);
        qq_ToggleFieldsGrid.setCollapsed(true);
        qq_ToggleFieldsGrid.setHeightPolicy(Constants.SP_NATURAL);
        qq_ToggleFieldsGrid.setWidthPolicy(Constants.SP_NATURAL);
        qq_ToggleFieldsGrid.setBackground(null);
    }

    public GridField getqq_ToggleFieldsGrid() {
        if (qq_ToggleFieldsGrid == null) {
            qq_ToggleFieldsGrid = CompoundFieldFactory.newGridField("qq_ToggleFieldsGrid", true);
            setqq_ToggleFieldsGridProperties();
            qq_ToggleFieldsGrid.setMinimumSize(new Dimension(170, 60));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_ToggleFieldsGrid.add( getqq_aToggleBoolean(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 1; // Column 2
            qq_gbc1.gridy = 0; // Row 1
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_ToggleFieldsGrid.add( getqq_aToggleBooleanData(), qq_gbc1 );

        }
        return qq_ToggleFieldsGrid;
    }

    public void setqq_ToggleFieldsGrid(GridField value) {
        GridField oldValue = qq_ToggleFieldsGrid;
        qq_ToggleFieldsGrid = value;
        this.qq_Listeners.firePropertyChange("qq_ToggleFieldsGrid", oldValue, value);
    }

    /**
     * qq_aFillInString: transformed from: qqds_FillInField
     * TagId=41
     * isInherited=FALSE
     */
    public FillInField getqq_aFillInString() {
        if (qq_aFillInString == null) {
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, "One", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, "Two", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, "Three", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, "Four", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            qq_aFillInString = DropFillinFactory.newFillinField();
            qq_aFillInString.setName("aFillInString");
            getBindingManager().bindComponent(qq_aFillInString, "AFillInString", elements);
            qq_aFillInString.addActionListener( (DropListModel)qq_aFillInString.getModel() );
            // OPTIONAL UIutils.reloadLabelText(qq_aFillInString, mcat);
            qq_aFillInString.setMaximumRowCount(4);
            qq_aFillInString.setVisibleColumns(5);
            WidthPolicy.set(qq_aFillInString, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aFillInString, Constants.SP_NATURAL);
            qq_aFillInString.setMinimumSize(new Dimension(67, 21));
            qq_aFillInString.setSize(new Dimension(67, 21));
        }
        return qq_aFillInString;
    }

    public void setqq_aFillInString(FillInField value) {
        FillInField oldValue = qq_aFillInString;
        qq_aFillInString = value;
        this.qq_Listeners.firePropertyChange("qq_aFillInString", oldValue, value);
    }

    /**
     * qq_aFillInTextdata: transformed from: qqds_FillInField
     * TagId=42
     * isInherited=FALSE
     */
    public FillInField getqq_aFillInTextdata() {
        if (qq_aFillInTextdata == null) {
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, "One", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, "Two", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, "Three", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, "Four", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            qq_aFillInTextdata = DropFillinFactory.newFillinField();
            qq_aFillInTextdata.setName("aFillInTextdata");
            getBindingManager().bindComponent(qq_aFillInTextdata, "AFillInTextdata", elements);
            qq_aFillInTextdata.addActionListener( (DropListModel)qq_aFillInTextdata.getModel() );
            // OPTIONAL UIutils.reloadLabelText(qq_aFillInTextdata, mcat);
            qq_aFillInTextdata.setMaximumRowCount(4);
            qq_aFillInTextdata.setVisibleColumns(5);
            WidthPolicy.set(qq_aFillInTextdata, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aFillInTextdata, Constants.SP_NATURAL);
            qq_aFillInTextdata.setMinimumSize(new Dimension(67, 21));
            qq_aFillInTextdata.setSize(new Dimension(67, 21));
        }
        return qq_aFillInTextdata;
    }

    public void setqq_aFillInTextdata(FillInField value) {
        FillInField oldValue = qq_aFillInTextdata;
        qq_aFillInTextdata = value;
        this.qq_Listeners.firePropertyChange("qq_aFillInTextdata", oldValue, value);
    }

    /**
     * qq_FillInFieldsGrid: transformed from: qqds_GridField
     * TagId=40
     * isInherited=FALSE
     * In forte this was a 2x1 grid field.
     * The cell margins are all 100 mils
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_FillInFieldsGridProperties() {
        Caption.set(qq_FillInFieldsGrid, "FillIn Fields");
        qq_FillInFieldsGrid.setFont(new Font("Tahoma", Font.ITALIC, 16));
        FrameWeight.set(qq_FillInFieldsGrid, Constants.W_DEFAULT);
        qq_FillInFieldsGrid.setCellTopMargin(50);
        qq_FillInFieldsGrid.setCellBottomMargin(50);
        qq_FillInFieldsGrid.setCellLeftMargin(50);
        qq_FillInFieldsGrid.setCellRightMargin(50);
        qq_FillInFieldsGrid.setCollapsed(true);
        qq_FillInFieldsGrid.setHeightPolicy(Constants.SP_NATURAL);
        qq_FillInFieldsGrid.setWidthPolicy(Constants.SP_NATURAL);
        qq_FillInFieldsGrid.setBackground(null);
    }

    public GridField getqq_FillInFieldsGrid() {
        if (qq_FillInFieldsGrid == null) {
            qq_FillInFieldsGrid = CompoundFieldFactory.newGridField("qq_FillInFieldsGrid", true);
            setqq_FillInFieldsGridProperties();
            qq_FillInFieldsGrid.setMinimumSize(new Dimension(170, 62));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_FillInFieldsGrid.add( getqq_aFillInTextdata(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 1; // Column 2
            qq_gbc1.gridy = 0; // Row 1
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_FillInFieldsGrid.add( getqq_aFillInString(), qq_gbc1 );

        }
        return qq_FillInFieldsGrid;
    }

    public void setqq_FillInFieldsGrid(GridField value) {
        GridField oldValue = qq_FillInFieldsGrid;
        qq_FillInFieldsGrid = value;
        this.qq_Listeners.firePropertyChange("qq_FillInFieldsGrid", oldValue, value);
    }

    /**
     * qq_GridField36: transformed from: qqds_GridField
     * TagId=36
     * isInherited=FALSE
     * In forte this was a 2x1 grid field.
     * The cell margins are all 100 mils
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_GridField36Properties() {
        qq_GridField36.setCellTopMargin(50);
        qq_GridField36.setCellBottomMargin(50);
        qq_GridField36.setCellLeftMargin(50);
        qq_GridField36.setCellRightMargin(50);
        qq_GridField36.setCollapsed(true);
        qq_GridField36.setHeightPolicy(Constants.SP_NATURAL);
        qq_GridField36.setWidthPolicy(Constants.SP_NATURAL);
        qq_GridField36.setBackground(null);
    }

    public GridField getqq_GridField36() {
        if (qq_GridField36 == null) {
            qq_GridField36 = CompoundFieldFactory.newGridField("qq_GridField36", true);
            setqq_GridField36Properties();
            qq_GridField36.setMinimumSize(new Dimension(371, 81));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_GridField36.add( getqq_ToggleFieldsGrid(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 1; // Column 2
            qq_gbc1.gridy = 0; // Row 1
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_GridField36.add( getqq_FillInFieldsGrid(), qq_gbc1 );

        }
        return qq_GridField36;
    }

    public void setqq_GridField36(GridField value) {
        GridField oldValue = qq_GridField36;
        qq_GridField36 = value;
        this.qq_Listeners.firePropertyChange("qq_GridField36", oldValue, value);
    }

    /**
     * qq_aRadioInteger: transformed from: qqds_RadioList
     * TagId=45
     * isInherited=FALSE
     */
    public RadioList getqq_aRadioInteger() {
        if (qq_aRadioInteger == null) {
            String[] names = {"One", "Two", "Three", "Four"};
            qq_aRadioInteger = ListFieldFactory.newRadioList(Constants.FO_VERTICAL, "Integer", names, 1, Constants.LP_CONSTANT);
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, names[0], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, names[1], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, names[2], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, names[3], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            qq_aRadioInteger.setName("aRadioInteger");
            getBindingManager().bindComponent(qq_aRadioInteger, "ARadioInteger", elements);
            if (qq_aRadioInteger.getSelectedIndex() == -1)
                qq_aRadioInteger.setSelectedIndex(0);
            // OPTIONAL UIutils.reloadLabelText(qq_aRadioInteger, mcat);
        }
        return qq_aRadioInteger;
    }

    public void setqq_aRadioInteger(RadioList value) {
        RadioList oldValue = qq_aRadioInteger;
        qq_aRadioInteger = value;
        this.qq_Listeners.firePropertyChange("qq_aRadioInteger", oldValue, value);
    }

    /**
     * qq_aRadioIntegerData: transformed from: qqds_RadioList
     * TagId=46
     * isInherited=FALSE
     */
    public RadioList getqq_aRadioIntegerData() {
        if (qq_aRadioIntegerData == null) {
            String[] names = {"Four", "Three", "Two", "One"};
            qq_aRadioIntegerData = ListFieldFactory.newRadioList(Constants.FO_VERTICAL, "IntegerData", names, 1, Constants.LP_CONSTANT);
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 4, names[0], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, names[1], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, names[2], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 1, names[3], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            qq_aRadioIntegerData.setName("aRadioIntegerData");
            getBindingManager().bindComponent(qq_aRadioIntegerData, "ARadioIntegerData", elements);
            if (qq_aRadioIntegerData.getSelectedIndex() == -1)
                qq_aRadioIntegerData.setSelectedIndex(0);
            // OPTIONAL UIutils.reloadLabelText(qq_aRadioIntegerData, mcat);
        }
        return qq_aRadioIntegerData;
    }

    public void setqq_aRadioIntegerData(RadioList value) {
        RadioList oldValue = qq_aRadioIntegerData;
        qq_aRadioIntegerData = value;
        this.qq_Listeners.firePropertyChange("qq_aRadioIntegerData", oldValue, value);
    }

    /**
     * qq_aRadioString: transformed from: qqds_RadioList
     * TagId=47
     * isInherited=FALSE
     */
    public RadioList getqq_aRadioString() {
        if (qq_aRadioString == null) {
            String[] names = {"One", "Two", "Three", "Four"};
            qq_aRadioString = ListFieldFactory.newRadioList(Constants.FO_VERTICAL, "String", names, 1, Constants.LP_CONSTANT);
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, names[0], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, names[1], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, names[2], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, names[3], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            qq_aRadioString.setName("aRadioString");
            getBindingManager().bindComponent(qq_aRadioString, "ARadioString", elements);
            if (qq_aRadioString.getSelectedIndex() == -1)
                qq_aRadioString.setSelectedIndex(0);
            // OPTIONAL UIutils.reloadLabelText(qq_aRadioString, mcat);
        }
        return qq_aRadioString;
    }

    public void setqq_aRadioString(RadioList value) {
        RadioList oldValue = qq_aRadioString;
        qq_aRadioString = value;
        this.qq_Listeners.firePropertyChange("qq_aRadioString", oldValue, value);
    }

    /**
     * qq_aRadioTextData: transformed from: qqds_RadioList
     * TagId=48
     * isInherited=FALSE
     */
    public RadioList getqq_aRadioTextData() {
        if (qq_aRadioTextData == null) {
            String[] names = {"One", "Two", "Three", "Four"};
            qq_aRadioTextData = ListFieldFactory.newRadioList(Constants.FO_HORIZONTAL, "TextData", names, 1, Constants.LP_CONSTANT);
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, names[0], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, names[1], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, names[2], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, names[3], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            qq_aRadioTextData.setName("aRadioTextData");
            getBindingManager().bindComponent(qq_aRadioTextData, "ARadioTextData", elements);
            if (qq_aRadioTextData.getSelectedIndex() == -1)
                qq_aRadioTextData.setSelectedIndex(0);
            // OPTIONAL UIutils.reloadLabelText(qq_aRadioTextData, mcat);
        }
        return qq_aRadioTextData;
    }

    public void setqq_aRadioTextData(RadioList value) {
        RadioList oldValue = qq_aRadioTextData;
        qq_aRadioTextData = value;
        this.qq_Listeners.firePropertyChange("qq_aRadioTextData", oldValue, value);
    }

    /**
     * qq_RadioListsGrid: transformed from: qqds_GridField
     * TagId=44
     * isInherited=FALSE
     * In forte this was a 2x2 grid field.
     * The cell margins are all 100 mils
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_RadioListsGridProperties() {
        Caption.set(qq_RadioListsGrid, "Radio Lists");
        FrameWeight.set(qq_RadioListsGrid, Constants.W_DEFAULT);
        qq_RadioListsGrid.setCellTopMargin(50);
        qq_RadioListsGrid.setCellBottomMargin(50);
        qq_RadioListsGrid.setCellLeftMargin(50);
        qq_RadioListsGrid.setCellRightMargin(50);
        qq_RadioListsGrid.setCollapsed(true);
        qq_RadioListsGrid.setHeightPolicy(Constants.SP_NATURAL);
        qq_RadioListsGrid.setWidthPolicy(Constants.SP_NATURAL);
        qq_RadioListsGrid.setBackground(null);
    }

    public GridField getqq_RadioListsGrid() {
        if (qq_RadioListsGrid == null) {
            qq_RadioListsGrid = CompoundFieldFactory.newGridField("qq_RadioListsGrid", true);
            setqq_RadioListsGridProperties();
            qq_RadioListsGrid.setMinimumSize(new Dimension(288, 211));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_RadioListsGrid.add( getqq_aRadioInteger(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 1; // Column 2
            qq_gbc1.gridy = 0; // Row 1
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_RadioListsGrid.add( getqq_aRadioIntegerData(), qq_gbc1 );

            GridBagConstraints qq_gbc2 = new GridBagConstraints();
            qq_gbc2.gridx = 0; // Column 1
            qq_gbc2.gridy = 1; // Row 2
            qq_gbc2.weightx = 0;
            qq_gbc2.weighty = 0;
            qq_gbc2.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc2.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc2.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_RadioListsGrid.add( getqq_aRadioString(), qq_gbc2 );

            GridBagConstraints qq_gbc3 = new GridBagConstraints();
            qq_gbc3.gridx = 1; // Column 2
            qq_gbc3.gridy = 1; // Row 2
            qq_gbc3.weightx = 0;
            qq_gbc3.weighty = 0;
            qq_gbc3.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc3.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc3.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_RadioListsGrid.add( getqq_aRadioTextData(), qq_gbc3 );

        }
        return qq_RadioListsGrid;
    }

    public void setqq_RadioListsGrid(GridField value) {
        GridField oldValue = qq_RadioListsGrid;
        qq_RadioListsGrid = value;
        this.qq_Listeners.firePropertyChange("qq_RadioListsGrid", oldValue, value);
    }

    /**
     * qq_aDropListInteger: transformed from: qqds_DropList
     * TagId=50
     * isInherited=FALSE
     */
    public DropList getqq_aDropListInteger() {
        if (qq_aDropListInteger == null) {
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, "One", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, "Two", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, "Three", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, "Four", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );

            qq_aDropListInteger = DropFillinFactory.newDropList();
            qq_aDropListInteger.setName("aDropListInteger");
            getBindingManager().bindComponent(qq_aDropListInteger, "ADropListInteger", elements);
            qq_aDropListInteger.addActionListener( (DropListModel)qq_aDropListInteger.getModel() );
            // OPTIONAL UIutils.reloadLabelText(qq_aDropListInteger, mcat);
            qq_aDropListInteger.setMaximumRowCount(4);
            WidthPolicy.set(qq_aDropListInteger, Constants.SP_NATURAL);
            HeightPolicy.set(qq_aDropListInteger, Constants.SP_NATURAL);
            qq_aDropListInteger.setMinimumSize(new Dimension(63, 21));
        }
        return qq_aDropListInteger;
    }

    public void setqq_aDropListInteger(DropList value) {
        DropList oldValue = qq_aDropListInteger;
        qq_aDropListInteger = value;
        this.qq_Listeners.firePropertyChange("qq_aDropListInteger", oldValue, value);
    }

    /**
     * qq_aDropListIntegerData: transformed from: qqds_DropList
     * TagId=51
     * isInherited=FALSE
     */
    public DropList getqq_aDropListIntegerData() {
        if (qq_aDropListIntegerData == null) {
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, "One", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, "Three", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, "Two", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, "Four", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );

            qq_aDropListIntegerData = DropFillinFactory.newDropList();
            qq_aDropListIntegerData.setName("aDropListIntegerData");
            getBindingManager().bindComponent(qq_aDropListIntegerData, "ADropListIntegerData", elements);
            qq_aDropListIntegerData.addActionListener( (DropListModel)qq_aDropListIntegerData.getModel() );
            // OPTIONAL UIutils.reloadLabelText(qq_aDropListIntegerData, mcat);
            qq_aDropListIntegerData.setMaximumRowCount(4);
            WidthPolicy.set(qq_aDropListIntegerData, Constants.SP_NATURAL);
            HeightPolicy.set(qq_aDropListIntegerData, Constants.SP_NATURAL);
            qq_aDropListIntegerData.setMinimumSize(new Dimension(63, 21));
        }
        return qq_aDropListIntegerData;
    }

    public void setqq_aDropListIntegerData(DropList value) {
        DropList oldValue = qq_aDropListIntegerData;
        qq_aDropListIntegerData = value;
        this.qq_Listeners.firePropertyChange("qq_aDropListIntegerData", oldValue, value);
    }

    /**
     * qq_aDropListString: transformed from: qqds_DropList
     * TagId=52
     * isInherited=FALSE
     */
    public DropList getqq_aDropListString() {
        if (qq_aDropListString == null) {
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, "One", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, "Two", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, "Three", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, "Four", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );

            qq_aDropListString = DropFillinFactory.newDropList();
            qq_aDropListString.setName("aDropListString");
            getBindingManager().bindComponent(qq_aDropListString, "ADropListString", elements);
            qq_aDropListString.addActionListener( (DropListModel)qq_aDropListString.getModel() );
            // OPTIONAL UIutils.reloadLabelText(qq_aDropListString, mcat);
            qq_aDropListString.setMaximumRowCount(4);
            WidthPolicy.set(qq_aDropListString, Constants.SP_NATURAL);
            HeightPolicy.set(qq_aDropListString, Constants.SP_NATURAL);
            qq_aDropListString.setMinimumSize(new Dimension(63, 21));
        }
        return qq_aDropListString;
    }

    public void setqq_aDropListString(DropList value) {
        DropList oldValue = qq_aDropListString;
        qq_aDropListString = value;
        this.qq_Listeners.firePropertyChange("qq_aDropListString", oldValue, value);
    }

    /**
     * qq_aDropListTextData: transformed from: qqds_DropList
     * TagId=53
     * isInherited=FALSE
     */
    public DropList getqq_aDropListTextData() {
        if (qq_aDropListTextData == null) {
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, "One", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, "Two", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, "Three", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, "Four", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );

            qq_aDropListTextData = DropFillinFactory.newDropList();
            qq_aDropListTextData.setName("aDropListTextData");
            getBindingManager().bindComponent(qq_aDropListTextData, "ADropListTextData", elements);
            qq_aDropListTextData.addActionListener( (DropListModel)qq_aDropListTextData.getModel() );
            // OPTIONAL UIutils.reloadLabelText(qq_aDropListTextData, mcat);
            qq_aDropListTextData.setMaximumRowCount(4);
            WidthPolicy.set(qq_aDropListTextData, Constants.SP_NATURAL);
            HeightPolicy.set(qq_aDropListTextData, Constants.SP_NATURAL);
            qq_aDropListTextData.setMinimumSize(new Dimension(63, 21));
        }
        return qq_aDropListTextData;
    }

    public void setqq_aDropListTextData(DropList value) {
        DropList oldValue = qq_aDropListTextData;
        qq_aDropListTextData = value;
        this.qq_Listeners.firePropertyChange("qq_aDropListTextData", oldValue, value);
    }

    /**
     * qq_DropListsGrid: transformed from: qqds_GridField
     * TagId=49
     * isInherited=FALSE
     * In forte this was a 1x4 grid field.
     * The cell margins are all 100 mils
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_DropListsGridProperties() {
        Caption.set(qq_DropListsGrid, "DropLists");
        FrameWeight.set(qq_DropListsGrid, Constants.W_DEFAULT);
        qq_DropListsGrid.setCellTopMargin(50);
        qq_DropListsGrid.setCellBottomMargin(50);
        qq_DropListsGrid.setCellLeftMargin(50);
        qq_DropListsGrid.setCellRightMargin(50);
        qq_DropListsGrid.setCollapsed(true);
        qq_DropListsGrid.setHeightPolicy(Constants.SP_NATURAL);
        qq_DropListsGrid.setWidthPolicy(Constants.SP_NATURAL);
        qq_DropListsGrid.setBackground(null);
    }

    public GridField getqq_DropListsGrid() {
        if (qq_DropListsGrid == null) {
            qq_DropListsGrid = CompoundFieldFactory.newGridField("qq_DropListsGrid", true);
            setqq_DropListsGridProperties();
            qq_DropListsGrid.setMinimumSize(new Dimension(83, 148));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_DropListsGrid.add( getqq_aDropListInteger(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 0; // Column 1
            qq_gbc1.gridy = 1; // Row 2
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_DropListsGrid.add( getqq_aDropListIntegerData(), qq_gbc1 );

            GridBagConstraints qq_gbc2 = new GridBagConstraints();
            qq_gbc2.gridx = 0; // Column 1
            qq_gbc2.gridy = 2; // Row 3
            qq_gbc2.weightx = 0;
            qq_gbc2.weighty = 0;
            qq_gbc2.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc2.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc2.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_DropListsGrid.add( getqq_aDropListString(), qq_gbc2 );

            GridBagConstraints qq_gbc3 = new GridBagConstraints();
            qq_gbc3.gridx = 0; // Column 1
            qq_gbc3.gridy = 3; // Row 4
            qq_gbc3.weightx = 0;
            qq_gbc3.weighty = 0;
            qq_gbc3.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc3.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc3.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_DropListsGrid.add( getqq_aDropListTextData(), qq_gbc3 );

        }
        return qq_DropListsGrid;
    }

    public void setqq_DropListsGrid(GridField value) {
        GridField oldValue = qq_DropListsGrid;
        qq_DropListsGrid = value;
        this.qq_Listeners.firePropertyChange("qq_DropListsGrid", oldValue, value);
    }

    /**
     * qq_aScrollListInteger_sp: transformed from: qqds_ScrollList
     * TagId=55
     * isInherited=FALSE
     */
    public JScrollPane getqq_aScrollListInteger_sp() {
        if (qq_aScrollListInteger_sp == null) {
            qq_aScrollListInteger_sp = CompoundFieldFactory.newScrollPane();
            qq_aScrollListInteger_sp.setName("aScrollListInteger");
            qq_aScrollListInteger_sp.setViewportView(getqq_aScrollListInteger());
            qq_aScrollListInteger_sp.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
            qq_aScrollListInteger_sp.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED);
            WidthPolicy.set(qq_aScrollListInteger_sp, Constants.SP_NATURAL);
            HeightPolicy.set(qq_aScrollListInteger_sp, Constants.SP_NATURAL);
            // OPTIONAL qq_aScrollListInteger_sp.setSize(new Dimension(67, 55));
            qq_aScrollListInteger_sp.setMinimumSize(new Dimension(67, 55));
            qq_aScrollListInteger_sp.setPreferredSize(new Dimension(67, 55));
        }
        return qq_aScrollListInteger_sp;
    }

    public void setqq_aScrollListInteger_sp(JScrollPane value) {
        JScrollPane oldValue = qq_aScrollListInteger_sp;
        qq_aScrollListInteger_sp = value;
        this.qq_Listeners.firePropertyChange("qq_aScrollListInteger_sp", oldValue, value);
    }

    /**
     * qq_aScrollListInteger: transformed from: qqds_ScrollList
     * TagId=55
     * isInherited=FALSE
     */
    public ScrollList getqq_aScrollListInteger() {
        if (qq_aScrollListInteger == null) {
            qq_aScrollListInteger = ListFieldFactory.newScrollList();
            qq_aScrollListInteger.setName("aScrollListInteger");
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, "One", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, "Two", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, "Three", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, "Four", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            getBindingManager().bindComponent(qq_aScrollListInteger, "AScrollListInteger", elements, false);
            qq_aScrollListInteger.addListSelectionListener((ScrollListModel)qq_aScrollListInteger.getModel());
        }
        return qq_aScrollListInteger;
    }

    public void setqq_aScrollListInteger(ScrollList value) {
        ScrollList oldValue = qq_aScrollListInteger;
        qq_aScrollListInteger = value;
        this.qq_Listeners.firePropertyChange("qq_aScrollListInteger", oldValue, value);
    }

    /**
     * qq_aScrollListIntegerData_sp: transformed from: qqds_ScrollList
     * TagId=56
     * isInherited=FALSE
     */
    public JScrollPane getqq_aScrollListIntegerData_sp() {
        if (qq_aScrollListIntegerData_sp == null) {
            qq_aScrollListIntegerData_sp = CompoundFieldFactory.newScrollPane();
            qq_aScrollListIntegerData_sp.setName("aScrollListIntegerData");
            qq_aScrollListIntegerData_sp.setViewportView(getqq_aScrollListIntegerData());
            qq_aScrollListIntegerData_sp.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
            qq_aScrollListIntegerData_sp.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED);
            WidthPolicy.set(qq_aScrollListIntegerData_sp, Constants.SP_NATURAL);
            HeightPolicy.set(qq_aScrollListIntegerData_sp, Constants.SP_NATURAL);
            // OPTIONAL qq_aScrollListIntegerData_sp.setSize(new Dimension(67, 55));
            qq_aScrollListIntegerData_sp.setMinimumSize(new Dimension(67, 55));
            qq_aScrollListIntegerData_sp.setPreferredSize(new Dimension(67, 55));
        }
        return qq_aScrollListIntegerData_sp;
    }

    public void setqq_aScrollListIntegerData_sp(JScrollPane value) {
        JScrollPane oldValue = qq_aScrollListIntegerData_sp;
        qq_aScrollListIntegerData_sp = value;
        this.qq_Listeners.firePropertyChange("qq_aScrollListIntegerData_sp", oldValue, value);
    }

    /**
     * qq_aScrollListIntegerData: transformed from: qqds_ScrollList
     * TagId=56
     * isInherited=FALSE
     */
    public ScrollList getqq_aScrollListIntegerData() {
        if (qq_aScrollListIntegerData == null) {
            qq_aScrollListIntegerData = ListFieldFactory.newScrollList();
            qq_aScrollListIntegerData.setName("aScrollListIntegerData");
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, "One", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, "Two", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, "Three", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, "Four", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            getBindingManager().bindComponent(qq_aScrollListIntegerData, "AScrollListIntegerData", elements, true);
            qq_aScrollListIntegerData.addListSelectionListener((ScrollListModel)qq_aScrollListIntegerData.getModel());
        }
        return qq_aScrollListIntegerData;
    }

    public void setqq_aScrollListIntegerData(ScrollList value) {
        ScrollList oldValue = qq_aScrollListIntegerData;
        qq_aScrollListIntegerData = value;
        this.qq_Listeners.firePropertyChange("qq_aScrollListIntegerData", oldValue, value);
    }

    /**
     * qq_aScrollListString_sp: transformed from: qqds_ScrollList
     * TagId=57
     * isInherited=FALSE
     */
    public JScrollPane getqq_aScrollListString_sp() {
        if (qq_aScrollListString_sp == null) {
            qq_aScrollListString_sp = CompoundFieldFactory.newScrollPane();
            qq_aScrollListString_sp.setName("aScrollListString");
            qq_aScrollListString_sp.setViewportView(getqq_aScrollListString());
            qq_aScrollListString_sp.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
            qq_aScrollListString_sp.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED);
            WidthPolicy.set(qq_aScrollListString_sp, Constants.SP_NATURAL);
            HeightPolicy.set(qq_aScrollListString_sp, Constants.SP_NATURAL);
            // OPTIONAL qq_aScrollListString_sp.setSize(new Dimension(67, 55));
            qq_aScrollListString_sp.setMinimumSize(new Dimension(67, 55));
            qq_aScrollListString_sp.setPreferredSize(new Dimension(67, 55));
        }
        return qq_aScrollListString_sp;
    }

    public void setqq_aScrollListString_sp(JScrollPane value) {
        JScrollPane oldValue = qq_aScrollListString_sp;
        qq_aScrollListString_sp = value;
        this.qq_Listeners.firePropertyChange("qq_aScrollListString_sp", oldValue, value);
    }

    /**
     * qq_aScrollListString: transformed from: qqds_ScrollList
     * TagId=57
     * isInherited=FALSE
     */
    public ScrollList getqq_aScrollListString() {
        if (qq_aScrollListString == null) {
            qq_aScrollListString = ListFieldFactory.newScrollList();
            qq_aScrollListString.setName("aScrollListString");
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, "One", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, "Two", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, "Three", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, "Four", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            getBindingManager().bindComponent(qq_aScrollListString, "AScrollListString", elements, true);
            qq_aScrollListString.addListSelectionListener((ScrollListModel)qq_aScrollListString.getModel());
        }
        return qq_aScrollListString;
    }

    public void setqq_aScrollListString(ScrollList value) {
        ScrollList oldValue = qq_aScrollListString;
        qq_aScrollListString = value;
        this.qq_Listeners.firePropertyChange("qq_aScrollListString", oldValue, value);
    }

    /**
     * qq_aScrollListTextData_sp: transformed from: qqds_ScrollList
     * TagId=58
     * isInherited=FALSE
     */
    public JScrollPane getqq_aScrollListTextData_sp() {
        if (qq_aScrollListTextData_sp == null) {
            qq_aScrollListTextData_sp = CompoundFieldFactory.newScrollPane();
            qq_aScrollListTextData_sp.setName("aScrollListTextData");
            qq_aScrollListTextData_sp.setViewportView(getqq_aScrollListTextData());
            qq_aScrollListTextData_sp.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
            qq_aScrollListTextData_sp.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED);
            WidthPolicy.set(qq_aScrollListTextData_sp, Constants.SP_NATURAL);
            HeightPolicy.set(qq_aScrollListTextData_sp, Constants.SP_NATURAL);
            // OPTIONAL qq_aScrollListTextData_sp.setSize(new Dimension(67, 55));
            qq_aScrollListTextData_sp.setMinimumSize(new Dimension(67, 55));
            qq_aScrollListTextData_sp.setPreferredSize(new Dimension(67, 55));
        }
        return qq_aScrollListTextData_sp;
    }

    public void setqq_aScrollListTextData_sp(JScrollPane value) {
        JScrollPane oldValue = qq_aScrollListTextData_sp;
        qq_aScrollListTextData_sp = value;
        this.qq_Listeners.firePropertyChange("qq_aScrollListTextData_sp", oldValue, value);
    }

    /**
     * qq_aScrollListTextData: transformed from: qqds_ScrollList
     * TagId=58
     * isInherited=FALSE
     */
    public ScrollList getqq_aScrollListTextData() {
        if (qq_aScrollListTextData == null) {
            qq_aScrollListTextData = ListFieldFactory.newScrollList();
            qq_aScrollListTextData.setName("aScrollListTextData");
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, "One", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, "Two", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, "Three", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, "Four", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            getBindingManager().bindComponent(qq_aScrollListTextData, "AScrollListTextData", elements, true);
            qq_aScrollListTextData.addListSelectionListener((ScrollListModel)qq_aScrollListTextData.getModel());
        }
        return qq_aScrollListTextData;
    }

    public void setqq_aScrollListTextData(ScrollList value) {
        ScrollList oldValue = qq_aScrollListTextData;
        qq_aScrollListTextData = value;
        this.qq_Listeners.firePropertyChange("qq_aScrollListTextData", oldValue, value);
    }

    /**
     * qq_ScrollListsGrid: transformed from: qqds_GridField
     * TagId=54
     * isInherited=FALSE
     * In forte this was a 2x2 grid field.
     * The cell margins are all 100 mils
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_ScrollListsGridProperties() {
        Caption.set(qq_ScrollListsGrid, "Scroll Lists");
        FrameWeight.set(qq_ScrollListsGrid, Constants.W_DEFAULT);
        qq_ScrollListsGrid.setCellTopMargin(50);
        qq_ScrollListsGrid.setCellBottomMargin(50);
        qq_ScrollListsGrid.setCellLeftMargin(50);
        qq_ScrollListsGrid.setCellRightMargin(50);
        qq_ScrollListsGrid.setCollapsed(true);
        qq_ScrollListsGrid.setHeightPolicy(Constants.SP_NATURAL);
        qq_ScrollListsGrid.setWidthPolicy(Constants.SP_NATURAL);
        qq_ScrollListsGrid.setBackground(null);
    }

    public GridField getqq_ScrollListsGrid() {
        if (qq_ScrollListsGrid == null) {
            qq_ScrollListsGrid = CompoundFieldFactory.newGridField("qq_ScrollListsGrid", true);
            setqq_ScrollListsGridProperties();
            qq_ScrollListsGrid.setMinimumSize(new Dimension(150, 156));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_ScrollListsGrid.add( getqq_aScrollListInteger_sp(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 1; // Column 2
            qq_gbc1.gridy = 0; // Row 1
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_ScrollListsGrid.add( getqq_aScrollListIntegerData_sp(), qq_gbc1 );

            GridBagConstraints qq_gbc2 = new GridBagConstraints();
            qq_gbc2.gridx = 0; // Column 1
            qq_gbc2.gridy = 1; // Row 2
            qq_gbc2.weightx = 0;
            qq_gbc2.weighty = 0;
            qq_gbc2.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc2.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc2.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_ScrollListsGrid.add( getqq_aScrollListString_sp(), qq_gbc2 );

            GridBagConstraints qq_gbc3 = new GridBagConstraints();
            qq_gbc3.gridx = 1; // Column 2
            qq_gbc3.gridy = 1; // Row 2
            qq_gbc3.weightx = 0;
            qq_gbc3.weighty = 0;
            qq_gbc3.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc3.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc3.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_ScrollListsGrid.add( getqq_aScrollListTextData_sp(), qq_gbc3 );

        }
        return qq_ScrollListsGrid;
    }

    public void setqq_ScrollListsGrid(GridField value) {
        GridField oldValue = qq_ScrollListsGrid;
        qq_ScrollListsGrid = value;
        this.qq_Listeners.firePropertyChange("qq_ScrollListsGrid", oldValue, value);
    }

    /**
     * qq_GridField43: transformed from: qqds_GridField
     * TagId=43
     * isInherited=FALSE
     * In forte this was a 3x1 grid field.
     * The cell margins are all 100 mils
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_GridField43Properties() {
        qq_GridField43.setCellTopMargin(50);
        qq_GridField43.setCellBottomMargin(50);
        qq_GridField43.setCellLeftMargin(50);
        qq_GridField43.setCellRightMargin(50);
        qq_GridField43.setCollapsed(true);
        qq_GridField43.setHeightPolicy(Constants.SP_NATURAL);
        qq_GridField43.setWidthPolicy(Constants.SP_NATURAL);
        qq_GridField43.setBackground(null);
    }

    public GridField getqq_GridField43() {
        if (qq_GridField43 == null) {
            qq_GridField43 = CompoundFieldFactory.newGridField("qq_GridField43", true);
            setqq_GridField43Properties();
            qq_GridField43.setMinimumSize(new Dimension(561, 230));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.NORTH; // Gravity - original: CG_TOPCENTER
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_GridField43.add( getqq_RadioListsGrid(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 1; // Column 2
            qq_gbc1.gridy = 0; // Row 1
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.NORTH; // Gravity - original: CG_TOPCENTER
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_GridField43.add( getqq_DropListsGrid(), qq_gbc1 );

            GridBagConstraints qq_gbc2 = new GridBagConstraints();
            qq_gbc2.gridx = 2; // Column 3
            qq_gbc2.gridy = 0; // Row 1
            qq_gbc2.weightx = 0;
            qq_gbc2.weighty = 0;
            qq_gbc2.anchor = GridBagConstraints.NORTH; // Gravity - original: CG_TOPCENTER
            qq_gbc2.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc2.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_GridField43.add( getqq_ScrollListsGrid(), qq_gbc2 );

        }
        return qq_GridField43;
    }

    public void setqq_GridField43(GridField value) {
        GridField oldValue = qq_GridField43;
        qq_GridField43 = value;
        this.qq_Listeners.firePropertyChange("qq_GridField43", oldValue, value);
    }

    /**
     * qq_GridField35: transformed from: qqds_GridField
     * TagId=35
     * isInherited=FALSE
     * In forte this was a 1x2 grid field.
     * There are no cell margins set
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_GridField35Properties() {
        qq_GridField35.setCollapsed(true);
        qq_GridField35.setHeightPolicy(Constants.SP_NATURAL);
        qq_GridField35.setWidthPolicy(Constants.SP_NATURAL);
        qq_GridField35.setBackground(null);
        qq_GridField35.setLocation(0, 6);
    }

    public GridField getqq_GridField35() {
        if (qq_GridField35 == null) {
            qq_GridField35 = CompoundFieldFactory.newGridField("qq_GridField35", true);
            setqq_GridField35Properties();
            qq_GridField35.setMinimumSize(new Dimension(561, 312));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField35.add( getqq_GridField36(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 0; // Column 1
            qq_gbc1.gridy = 1; // Row 2
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField35.add( getqq_GridField43(), qq_gbc1 );

        }
        return qq_GridField35;
    }

    public void setqq_GridField35(GridField value) {
        GridField oldValue = qq_GridField35;
        qq_GridField35 = value;
        this.qq_Listeners.firePropertyChange("qq_GridField35", oldValue, value);
    }

    /**
     * qq_SetGet: transformed from: qqds_PushButton
     * TagId=150
     * isInherited=FALSE
     */
    public JButton getqq_SetGet() {
        if (qq_SetGet == null) {
            qq_SetGet = PushButtonFactory.newInstance("SetGet", "Set / Get");
            qq_SetGet.setVerifyInputWhenFocusTarget(true);
            WidthPolicy.set(qq_SetGet, Constants.SP_NATURAL);
            HeightPolicy.set(qq_SetGet, Constants.SP_NATURAL);
            qq_SetGet.setMinimumSize(new Dimension(57, 21));
            qq_SetGet.setLocation(141, 337);
        }
        return qq_SetGet;
    }

    public void setqq_SetGet(JButton value) {
        JButton oldValue = qq_SetGet;
        qq_SetGet = value;
        this.qq_Listeners.firePropertyChange("qq_SetGet", oldValue, value);
    }

    /**
     * qq_Panel34: transformed from: qqds_Panel
     * TagId=34
     * isInherited=FALSE
     */
    protected void setqq_Panel34Properties() {
        FrameColor.set(qq_Panel34, Constants.C_INHERIT);
        HeightPolicy.set(qq_Panel34, Constants.SP_TO_PARENT);
        WidthPolicy.set(qq_Panel34, Constants.SP_TO_PARENT);
        qq_Panel34.setLocation(2, 21);
    }

    public Panel getqq_Panel34() {
        if (qq_Panel34 == null) {
            qq_Panel34 = CompoundFieldFactory.newPanel("qq_Panel34");
            setqq_Panel34Properties();
            qq_Panel34.setMinimumSize(new Dimension(0, 0));
            qq_Panel34.add( getqq_SetGet() );
            qq_Panel34.add( getqq_GridField35() );
        }
        return qq_Panel34;
    }

    public void setqq_Panel34(Panel value) {
        Panel oldValue = qq_Panel34;
        qq_Panel34 = value;
        this.qq_Listeners.firePropertyChange("qq_Panel34", oldValue, value);
    }

    /**
     * qq_PictureGraphic207: transformed from: qqds_PictureGraphic
     * TagId=207
     * isInherited=FALSE
     */
    public PictureGraphic getqq_PictureGraphic207() {
        if (qq_PictureGraphic207 == null) {
            qq_PictureGraphic207 = GraphicFactory.newPictureGraphic("", Constants.CG_CENTER);
            qq_PictureGraphic207.setImageValue(new ImageData(new ImageIcon(One2.class.getResource("one2.qq_PictureGraphic207.png"))));
            qq_PictureGraphic207.setWidthPolicy(Constants.SP_NATURAL);
            qq_PictureGraphic207.setHeightPolicy(Constants.SP_NATURAL);
            qq_PictureGraphic207.setImageSizePolicy(Constants.IS_NATURAL);
            qq_PictureGraphic207.setOpaque( true );
            ColourChange.setBackground(qq_PictureGraphic207, Constants.C_BRIGHTRED);
            qq_PictureGraphic207.setSize(new Dimension(16, 16));
            qq_PictureGraphic207.setMinimumSize(new Dimension(16, 16));
            qq_PictureGraphic207.setPreferredSize(new Dimension(16, 16));
            qq_PictureGraphic207.setLocation(201, 182);
        }
        return qq_PictureGraphic207;
    }

    public void setqq_PictureGraphic207(PictureGraphic value) {
        PictureGraphic oldValue = qq_PictureGraphic207;
        qq_PictureGraphic207 = value;
        this.qq_Listeners.firePropertyChange("qq_PictureGraphic207", oldValue, value);
    }

    /**
     * qq_aPictureButton: transformed from: qqds_PictureButton
     * TagId=25
     * isInherited=FALSE
     */
    public JButton getqq_aPictureButton() {
        if (qq_aPictureButton == null) {
            qq_aPictureButton = PushButtonFactory.newInstance("aPictureButton");
            qq_aPictureButton.setIcon(new ImageIcon(One2.class.getResource("one2.qq_aPictureButton.png")));
            qq_aPictureButton.setVerifyInputWhenFocusTarget(true);
            WidthPolicy.set(qq_aPictureButton, Constants.SP_NATURAL);
            HeightPolicy.set(qq_aPictureButton, Constants.SP_NATURAL);
            qq_aPictureButton.setSize(new Dimension(40, 40));
            qq_aPictureButton.setMinimumSize(new Dimension(40, 40));
            qq_aPictureButton.setPreferredSize(new Dimension(40, 40));
            qq_aPictureButton.setLocation(0, 28);
        }
        return qq_aPictureButton;
    }

    public void setqq_aPictureButton(JButton value) {
        JButton oldValue = qq_aPictureButton;
        qq_aPictureButton = value;
        this.qq_Listeners.firePropertyChange("qq_aPictureButton", oldValue, value);
    }

    /**
     * qq_aPushButton: transformed from: qqds_PushButton
     * TagId=26
     * isInherited=FALSE
     */
    public JButton getqq_aPushButton() {
        if (qq_aPushButton == null) {
            qq_aPushButton = PushButtonFactory.newInstance("aPushButton", "Push");
            qq_aPushButton.setVerifyInputWhenFocusTarget(true);
            WidthPolicy.set(qq_aPushButton, Constants.SP_NATURAL);
            HeightPolicy.set(qq_aPushButton, Constants.SP_NATURAL);
            qq_aPushButton.setMinimumSize(new Dimension(38, 21));
            qq_aPushButton.setLocation(57, 33);
        }
        return qq_aPushButton;
    }

    public void setqq_aPushButton(JButton value) {
        JButton oldValue = qq_aPushButton;
        qq_aPushButton = value;
        this.qq_Listeners.firePropertyChange("qq_aPushButton", oldValue, value);
    }

    /**
     * qq_aScrollInteger: transformed from: qqds_ScrollBar
     * TagId=27
     * isInherited=FALSE
     */
    public JScrollBar getqq_aScrollInteger() {
        if (qq_aScrollInteger == null) {
            qq_aScrollInteger = ScrollBarFactory.newScrollBar(Constants.FO_HORIZONTAL, 100, 1, 1, 10);
            qq_aScrollInteger.setName("aScrollInteger");
            getBindingManager().bindComponent(qq_aScrollInteger, "AScrollInteger", 1, 100, 10);
            WidthPolicy.set(qq_aScrollInteger, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aScrollInteger, Constants.SP_NATURAL);
            qq_aScrollInteger.setSize(new Dimension(350, 16));
            qq_aScrollInteger.setMinimumSize(new Dimension(350, 16));
            qq_aScrollInteger.setPreferredSize(new Dimension(350, 16));
            qq_aScrollInteger.setLocation(0, 86);
        }
        return qq_aScrollInteger;
    }

    public void setqq_aScrollInteger(JScrollBar value) {
        JScrollBar oldValue = qq_aScrollInteger;
        qq_aScrollInteger = value;
        this.qq_Listeners.firePropertyChange("qq_aScrollInteger", oldValue, value);
    }

    /**
     * qq_aScrollIntegerData: transformed from: qqds_ScrollBar
     * TagId=28
     * isInherited=FALSE
     */
    public JScrollBar getqq_aScrollIntegerData() {
        if (qq_aScrollIntegerData == null) {
            qq_aScrollIntegerData = ScrollBarFactory.newScrollBar(Constants.FO_HORIZONTAL, 100, 1, 1, 10);
            qq_aScrollIntegerData.setName("aScrollIntegerData");
            getBindingManager().bindComponent(qq_aScrollIntegerData, "AScrollIntegerData", 1, 100, 10);
            WidthPolicy.set(qq_aScrollIntegerData, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aScrollIntegerData, Constants.SP_NATURAL);
            qq_aScrollIntegerData.setSize(new Dimension(350, 16));
            qq_aScrollIntegerData.setMinimumSize(new Dimension(350, 16));
            qq_aScrollIntegerData.setPreferredSize(new Dimension(350, 16));
            qq_aScrollIntegerData.setLocation(0, 112);
        }
        return qq_aScrollIntegerData;
    }

    public void setqq_aScrollIntegerData(JScrollBar value) {
        JScrollBar oldValue = qq_aScrollIntegerData;
        qq_aScrollIntegerData = value;
        this.qq_Listeners.firePropertyChange("qq_aScrollIntegerData", oldValue, value);
    }

    /**
     * qq_Container: transformed from: qqds_PictureGraphic
     * TagId=118
     * isInherited=FALSE
     */
    public PictureGraphic getqq_Container() {
        if (qq_Container == null) {
            qq_Container = GraphicFactory.newPictureGraphic("", Constants.CG_CENTER);
            qq_Container.setImageValue(new ImageData(new ImageIcon(One2.class.getResource("one2.qq_Container.png"))));
            qq_Container.setWidthPolicy(Constants.SP_NATURAL);
            qq_Container.setHeightPolicy(Constants.SP_NATURAL);
            qq_Container.setImageSizePolicy(Constants.IS_NATURAL);
            qq_Container.setOpaque( true );
            qq_Container.setSize(new Dimension(14, 16));
            qq_Container.setMinimumSize(new Dimension(14, 16));
            qq_Container.setPreferredSize(new Dimension(14, 16));
        }
        return qq_Container;
    }

    public void setqq_Container(PictureGraphic value) {
        PictureGraphic oldValue = qq_Container;
        qq_Container = value;
        this.qq_Listeners.firePropertyChange("qq_Container", oldValue, value);
    }

    /**
     * qq_Jar: transformed from: qqds_PictureGraphic
     * TagId=119
     * isInherited=FALSE
     */
    public PictureGraphic getqq_Jar() {
        if (qq_Jar == null) {
            qq_Jar = GraphicFactory.newPictureGraphic("", Constants.CG_CENTER);
            qq_Jar.setImageValue(new ImageData(new ImageIcon(One2.class.getResource("one2.qq_Jar.png"))));
            qq_Jar.setWidthPolicy(Constants.SP_NATURAL);
            qq_Jar.setHeightPolicy(Constants.SP_NATURAL);
            qq_Jar.setImageSizePolicy(Constants.IS_NATURAL);
            qq_Jar.setOpaque( true );
            qq_Jar.setSize(new Dimension(16, 16));
            qq_Jar.setMinimumSize(new Dimension(16, 16));
            qq_Jar.setPreferredSize(new Dimension(16, 16));
        }
        return qq_Jar;
    }

    public void setqq_Jar(PictureGraphic value) {
        PictureGraphic oldValue = qq_Jar;
        qq_Jar = value;
        this.qq_Listeners.firePropertyChange("qq_Jar", oldValue, value);
    }

    /**
     * qq_Jsp: transformed from: qqds_PictureGraphic
     * TagId=120
     * isInherited=FALSE
     */
    public PictureGraphic getqq_Jsp() {
        if (qq_Jsp == null) {
            qq_Jsp = GraphicFactory.newPictureGraphic("", Constants.CG_CENTER);
            qq_Jsp.setImageValue(new ImageData(new ImageIcon(One2.class.getResource("one2.qq_Jsp.png"))));
            qq_Jsp.setWidthPolicy(Constants.SP_NATURAL);
            qq_Jsp.setHeightPolicy(Constants.SP_NATURAL);
            qq_Jsp.setImageSizePolicy(Constants.IS_NATURAL);
            qq_Jsp.setOpaque( true );
            qq_Jsp.setSize(new Dimension(16, 16));
            qq_Jsp.setMinimumSize(new Dimension(16, 16));
            qq_Jsp.setPreferredSize(new Dimension(16, 16));
        }
        return qq_Jsp;
    }

    public void setqq_Jsp(PictureGraphic value) {
        PictureGraphic oldValue = qq_Jsp;
        qq_Jsp = value;
        this.qq_Listeners.firePropertyChange("qq_Jsp", oldValue, value);
    }

    /**
     * qq_PictureGraphic121: transformed from: qqds_PictureGraphic
     * TagId=121
     * isInherited=FALSE
     */
    public PictureGraphic getqq_PictureGraphic121() {
        if (qq_PictureGraphic121 == null) {
            qq_PictureGraphic121 = GraphicFactory.newPictureGraphic("", Constants.CG_CENTER);
            qq_PictureGraphic121.setImageValue(new ImageData(new ImageIcon(One2.class.getResource("one2.qq_PictureGraphic121.png"))));
            qq_PictureGraphic121.setWidthPolicy(Constants.SP_NATURAL);
            qq_PictureGraphic121.setHeightPolicy(Constants.SP_NATURAL);
            qq_PictureGraphic121.setImageSizePolicy(Constants.IS_NATURAL);
            qq_PictureGraphic121.setOpaque( true );
            qq_PictureGraphic121.setSize(new Dimension(14, 16));
            qq_PictureGraphic121.setMinimumSize(new Dimension(14, 16));
            qq_PictureGraphic121.setPreferredSize(new Dimension(14, 16));
        }
        return qq_PictureGraphic121;
    }

    public void setqq_PictureGraphic121(PictureGraphic value) {
        PictureGraphic oldValue = qq_PictureGraphic121;
        qq_PictureGraphic121 = value;
        this.qq_Listeners.firePropertyChange("qq_PictureGraphic121", oldValue, value);
    }

    /**
     * qq_soap: transformed from: qqds_GridField
     * TagId=117
     * isInherited=FALSE
     * In forte this was a 4x1 grid field.
     * The cell margins are all 100 mils
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_soapProperties() {
        qq_soap.setCellTopMargin(50);
        qq_soap.setCellBottomMargin(50);
        qq_soap.setCellLeftMargin(50);
        qq_soap.setCellRightMargin(50);
        qq_soap.setCollapsed(true);
        qq_soap.setHeightPolicy(Constants.SP_NATURAL);
        qq_soap.setWidthPolicy(Constants.SP_NATURAL);
        qq_soap.setBackground(null);
        qq_soap.setLocation(71, 172);
    }

    public GridField getqq_soap() {
        if (qq_soap == null) {
            qq_soap = CompoundFieldFactory.newGridField("soap", false);
            setqq_soapProperties();
            qq_soap.setMinimumSize(new Dimension(112, 36));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_soap.add( getqq_Container(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 1; // Column 2
            qq_gbc1.gridy = 0; // Row 1
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_soap.add( getqq_Jar(), qq_gbc1 );

            GridBagConstraints qq_gbc2 = new GridBagConstraints();
            qq_gbc2.gridx = 2; // Column 3
            qq_gbc2.gridy = 0; // Row 1
            qq_gbc2.weightx = 0;
            qq_gbc2.weighty = 0;
            qq_gbc2.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc2.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc2.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_soap.add( getqq_Jsp(), qq_gbc2 );

            GridBagConstraints qq_gbc3 = new GridBagConstraints();
            qq_gbc3.gridx = 3; // Column 4
            qq_gbc3.gridy = 0; // Row 1
            qq_gbc3.weightx = 0;
            qq_gbc3.weighty = 0;
            qq_gbc3.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc3.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc3.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_soap.add( getqq_PictureGraphic121(), qq_gbc3 );

        }
        return qq_soap;
    }

    public void setqq_soap(GridField value) {
        GridField oldValue = qq_soap;
        qq_soap = value;
        this.qq_Listeners.firePropertyChange("qq_soap", oldValue, value);
    }

    /**
     * qq_bs: transformed from: qqds_Panel
     * TagId=24
     * isInherited=FALSE
     */
    protected void setqq_bsProperties() {
        FrameColor.set(qq_bs, Constants.C_INHERIT);
        HeightPolicy.set(qq_bs, Constants.SP_TO_PARENT);
        WidthPolicy.set(qq_bs, Constants.SP_TO_PARENT);
        qq_bs.setLocation(2, 21);
    }

    public Panel getqq_bs() {
        if (qq_bs == null) {
            qq_bs = CompoundFieldFactory.newPanel("bs");
            setqq_bsProperties();
            qq_bs.setMinimumSize(new Dimension(0, 0));
            qq_bs.add( getqq_soap() );
            qq_bs.add( getqq_aScrollIntegerData() );
            qq_bs.add( getqq_aScrollInteger() );
            qq_bs.add( getqq_aPushButton() );
            qq_bs.add( getqq_aPictureButton() );
            qq_bs.add( getqq_PictureGraphic207() );
        }
        return qq_bs;
    }

    public void setqq_bs(Panel value) {
        Panel oldValue = qq_bs;
        qq_bs = value;
        this.qq_Listeners.firePropertyChange("qq_bs", oldValue, value);
    }

    /**
     * qq_list_sp: transformed from: qqds_ArrayField
     * TagId=78
     * isInherited=FALSE
     */
    public JScrollPane getqq_list_sp() {
        if (qq_list_sp == null) {
            qq_list_sp = CompoundFieldFactory.newScrollPane();
            qq_list_sp.setName("list");
            qq_list_sp.setViewportView(getqq_list());
            qq_list_sp.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
            qq_list_sp.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
            qq_list_sp.setBorder(BorderFactory.createEmptyBorder(1, 1, 1, 1));
            qq_list_sp.setBackground(null);
            qq_list_sp.getViewport().setBackground(null);
            FrameColor.set(qq_list_sp, Constants.C_INHERIT);
            ColourChange.setBackground(qq_list_sp, Constants.C_GRAY2);
            WidthPolicy.set(qq_list_sp, Constants.SP_NATURAL);
            HeightPolicy.set(qq_list_sp, Constants.SP_NATURAL);
            // OPTIONAL qq_list_sp.setSize(new Dimension(799, 374));
            qq_list_sp.setMinimumSize(new Dimension(799, 374));
            qq_list_sp.setPreferredSize(new Dimension(799, 374));
        }
        return qq_list_sp;
    }

    public void setqq_list_sp(JScrollPane value) {
        JScrollPane oldValue = qq_list_sp;
        qq_list_sp = value;
        this.qq_Listeners.firePropertyChange("qq_list_sp", oldValue, value);
    }

    /**
     * qq_list: transformed from: qqds_ArrayField
     * TagId=78
     * isInherited=FALSE
     */
    public ArrayField getqq_list() {
        if (qq_list == null) {
            qq_list = TableFactory.newArrayField("list", 35);
            this.getBindingManager().bindComponent(qq_list, "list", Bra.class,
                    new String[] { "name",
                                "style",
                                "store",
                                "sold",
                                "frontHook",
                                "markup",
                                "cost",
                                "color" });
            qq_list.setVisibleRows(10);

            //  === Column model setup ===

            // Name converted from qqds_DataField
            ArrayColumn qq_listArray_Name_Column = new ArrayColumn("Name", 0, 119, new FormattedCellRenderer(getqq_listArray_Name()), new FormattedCellEditor(getqq_listArray_Name()), true);
            qq_listArray_Name_Column.setHeaderValue("Name");
            qq_listArray_Name_Column.setVisible(true);
            qq_list.addColumn(qq_listArray_Name_Column);

            // Style converted from qqds_RadioList
            ArrayColumn qq_listArray_Style_Column = new ArrayColumn("Style", 1, 242, new RadioListCellRenderer(getqq_listArray_Style()), new RadioListCellEditor(getqq_listArray_Style()), true);
            qq_listArray_Style_Column.setHeaderValue("Style");
            qq_listArray_Style_Column.setVisible(true);
            qq_list.addColumn(qq_listArray_Style_Column);

            // Store converted from qqds_DropList
            ArrayColumn qq_listArray_Store_Column = new ArrayColumn("Store", 2, getqq_listArray_Store().getMinimumSize().width, new ComboBoxCellRenderer(getqq_listArray_Store()), DropFillinFactory.newDropListEditor(getqq_listArray_Store()), true);
            qq_listArray_Store_Column.setHeaderValue("Store");
            qq_listArray_Store_Column.setVisible(true);
            qq_list.addColumn(qq_listArray_Store_Column);

            // Sold converted from qqds_DataField
            ArrayColumn qq_listArray_Sold_Column = new ArrayColumn("Sold", 3, 100, new FormattedCellRenderer(getqq_listArray_Sold()), new FormattedCellEditor(getqq_listArray_Sold()), true);
            qq_listArray_Sold_Column.setHeaderValue("Sold");
            qq_listArray_Sold_Column.setVisible(true);
            qq_list.addColumn(qq_listArray_Sold_Column);

            // frontHook converted from qqds_ToggleField
            ArrayColumn qq_listArray_frontHook_Column = new ArrayColumn("frontHook", 4, 31, new CheckBoxCellRenderer(getqq_listArray_frontHook()), new CheckBoxCellEditor(getqq_listArray_frontHook()), true);
            qq_listArray_frontHook_Column.setHeaderValue("Front");
            qq_listArray_frontHook_Column.setVisible(true);
            qq_list.addColumn(qq_listArray_frontHook_Column);

            // Markup converted from qqds_DataField
            ArrayColumn qq_listArray_Markup_Column = new ArrayColumn("Markup", 5, 69, new FormattedCellRenderer(getqq_listArray_Markup()), new FormattedCellEditor(getqq_listArray_Markup()), true);
            qq_listArray_Markup_Column.setHeaderValue("Markup");
            qq_listArray_Markup_Column.setVisible(true);
            qq_list.addColumn(qq_listArray_Markup_Column);

            // cost converted from qqds_DataField
            ArrayColumn qq_listArray_cost_Column = new ArrayColumn("cost", 6, 100, new FormattedCellRenderer(getqq_listArray_cost()), new FormattedCellEditor(getqq_listArray_cost()), true);
            qq_listArray_cost_Column.setHeaderValue("cost");
            qq_listArray_cost_Column.setVisible(true);
            qq_list.addColumn(qq_listArray_cost_Column);

            // Color converted from qqds_DropList
            ArrayColumn qq_listArray_Color_Column = new ArrayColumn("Color", 7, getqq_listArray_Color().getMinimumSize().width, new ComboBoxCellRenderer(getqq_listArray_Color()), DropFillinFactory.newDropListEditor(getqq_listArray_Color()), true);
            qq_listArray_Color_Column.setHeaderValue("Color");
            qq_listArray_Color_Column.setVisible(true);
            qq_list.addColumn(qq_listArray_Color_Column);

            //  === End column model ===

            TableFactory.postModelArrayField(qq_list);
            ColourChange.setBackground(qq_list, Constants.C_GRAY2);
        }
        return qq_list;
    }

    public void setqq_list(ArrayField value) {
        ArrayField oldValue = qq_list;
        qq_list = value;
        this.qq_Listeners.firePropertyChange("qq_list", oldValue, value);
    }

    /**
     * qq_hidehook: transformed from: qqds_PushButton
     * TagId=154
     * isInherited=FALSE
     */
    public JButton getqq_hidehook() {
        if (qq_hidehook == null) {
            qq_hidehook = PushButtonFactory.newInstance("hidehook", "hide");
            qq_hidehook.setVerifyInputWhenFocusTarget(true);
            WidthPolicy.set(qq_hidehook, Constants.SP_NATURAL);
            HeightPolicy.set(qq_hidehook, Constants.SP_NATURAL);
            qq_hidehook.setMinimumSize(new Dimension(35, 21));
        }
        return qq_hidehook;
    }

    public void setqq_hidehook(JButton value) {
        JButton oldValue = qq_hidehook;
        qq_hidehook = value;
        this.qq_Listeners.firePropertyChange("qq_hidehook", oldValue, value);
    }

    /**
     * qq_populate: transformed from: qqds_PushButton
     * TagId=151
     * isInherited=FALSE
     */
    public JButton getqq_populate() {
        if (qq_populate == null) {
            qq_populate = PushButtonFactory.newInstance("populate", "Poulate");
            qq_populate.setMnemonic( 'P' );
            qq_populate.setVerifyInputWhenFocusTarget(true);
            WidthPolicy.set(qq_populate, Constants.SP_NATURAL);
            HeightPolicy.set(qq_populate, Constants.SP_NATURAL);
            qq_populate.setMinimumSize(new Dimension(57, 21));
        }
        return qq_populate;
    }

    public void setqq_populate(JButton value) {
        JButton oldValue = qq_populate;
        qq_populate = value;
        this.qq_Listeners.firePropertyChange("qq_populate", oldValue, value);
    }

    /**
     * qq_GridField204: transformed from: qqds_GridField
     * TagId=204
     * isInherited=FALSE
     * In forte this was a 2x1 grid field.
     * There are no cell margins set
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_GridField204Properties() {
        qq_GridField204.setCollapsed(true);
        qq_GridField204.setHeightPolicy(Constants.SP_NATURAL);
        qq_GridField204.setWidthPolicy(Constants.SP_NATURAL);
        qq_GridField204.setBackground(null);
    }

    public GridField getqq_GridField204() {
        if (qq_GridField204 == null) {
            qq_GridField204 = CompoundFieldFactory.newGridField("qq_GridField204", true);
            setqq_GridField204Properties();
            qq_GridField204.setMinimumSize(new Dimension(93, 21));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField204.add( getqq_hidehook(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 1; // Column 2
            qq_gbc1.gridy = 0; // Row 1
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField204.add( getqq_populate(), qq_gbc1 );

        }
        return qq_GridField204;
    }

    public void setqq_GridField204(GridField value) {
        GridField oldValue = qq_GridField204;
        qq_GridField204 = value;
        this.qq_Listeners.firePropertyChange("qq_GridField204", oldValue, value);
    }

    /**
     * qq_junk: transformed from: qqds_DataField
     * TagId=205
     * isInherited=FALSE
     */
    public DataField getqq_junk() {
        if (qq_junk == null) {
            // Mask type: MK_NONE
            qq_junk = DataFieldFactory.newDataField("junk", 14, Constants.MK_NONE);
            qq_junk.setOriginalFormatText(null);
            qq_junk.setHorizontalAlignment(JTextField.LEFT);
            getBindingManager().bindComponent(qq_junk, "junk");
            WidthPolicy.set(qq_junk, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_junk, Constants.SP_NATURAL);
            qq_junk.setMinimumSize(new Dimension(95, 19));
            qq_junk.setSize(new Dimension(95, 19));
        }
        return qq_junk;
    }

    public void setqq_junk(DataField value) {
        DataField oldValue = qq_junk;
        qq_junk = value;
        this.qq_Listeners.firePropertyChange("qq_junk", oldValue, value);
    }

    /**
     * qq_GridField203: transformed from: qqds_GridField
     * TagId=203
     * isInherited=FALSE
     * In forte this was a 1x3 grid field.
     * The cell margins are all 50 mils
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_GridField203Properties() {
        qq_GridField203.setCellTopMargin(25);
        qq_GridField203.setCellBottomMargin(25);
        qq_GridField203.setCellLeftMargin(25);
        qq_GridField203.setCellRightMargin(25);
        qq_GridField203.setCollapsed(true);
        qq_GridField203.setHeightPolicy(Constants.SP_NATURAL);
        qq_GridField203.setWidthPolicy(Constants.SP_NATURAL);
        qq_GridField203.setBackground(null);
        qq_GridField203.setLocation(16, 19);
    }

    public GridField getqq_GridField203() {
        if (qq_GridField203 == null) {
            qq_GridField203 = CompoundFieldFactory.newGridField("qq_GridField203", true);
            setqq_GridField203Properties();
            qq_GridField203.setMinimumSize(new Dimension(810, 434));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(2, 2, 2, 2); // Top, Left, Bottom, Right Margin
            qq_GridField203.add( getqq_junk(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 0; // Column 1
            qq_gbc1.gridy = 1; // Row 2
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(2, 2, 2, 2); // Top, Left, Bottom, Right Margin
            qq_GridField203.add( getqq_list_sp(), qq_gbc1 );

            GridBagConstraints qq_gbc2 = new GridBagConstraints();
            qq_gbc2.gridx = 0; // Column 1
            qq_gbc2.gridy = 2; // Row 3
            qq_gbc2.weightx = 0;
            qq_gbc2.weighty = 0;
            qq_gbc2.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc2.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc2.insets = new Insets(2, 2, 2, 2); // Top, Left, Bottom, Right Margin
            qq_GridField203.add( getqq_GridField204(), qq_gbc2 );

        }
        return qq_GridField203;
    }

    public void setqq_GridField203(GridField value) {
        GridField oldValue = qq_GridField203;
        qq_GridField203 = value;
        this.qq_Listeners.firePropertyChange("qq_GridField203", oldValue, value);
    }

    /**
     * qq_Panel29: transformed from: qqds_Panel
     * TagId=29
     * isInherited=FALSE
     */
    protected void setqq_Panel29Properties() {
        FrameColor.set(qq_Panel29, Constants.C_INHERIT);
        HeightPolicy.set(qq_Panel29, Constants.SP_TO_PARENT);
        WidthPolicy.set(qq_Panel29, Constants.SP_TO_PARENT);
        qq_Panel29.setLocation(2, 21);
    }

    public Panel getqq_Panel29() {
        if (qq_Panel29 == null) {
            qq_Panel29 = CompoundFieldFactory.newPanel("qq_Panel29");
            setqq_Panel29Properties();
            qq_Panel29.setMinimumSize(new Dimension(0, 0));
            qq_Panel29.add( getqq_GridField203() );
        }
        return qq_Panel29;
    }

    public void setqq_Panel29(Panel value) {
        Panel oldValue = qq_Panel29;
        qq_Panel29 = value;
        this.qq_Listeners.firePropertyChange("qq_Panel29", oldValue, value);
    }

    /**
     * qq_aTreeView_sp: transformed from: qqds_TreeView
     * TagId=32
     * isInherited=FALSE
     */
    public JScrollPane getqq_aTreeView_sp() {
        if (qq_aTreeView_sp == null) {
            qq_aTreeView_sp = CompoundFieldFactory.newScrollPane();
            qq_aTreeView_sp.setName("aTreeView");
            qq_aTreeView_sp.setViewportView(getqq_aTreeView());
            qq_aTreeView_sp.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
            qq_aTreeView_sp.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED);
            WidthPolicy.set(qq_aTreeView_sp, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aTreeView_sp, Constants.SP_EXPLICIT);
            qq_aTreeView_sp.setSize(new Dimension(398, 165));
            qq_aTreeView_sp.setMinimumSize(new Dimension(398, 165));
            qq_aTreeView_sp.setPreferredSize(new Dimension(398, 165));
            qq_aTreeView_sp.setLocation(12, 12);
        }
        return qq_aTreeView_sp;
    }

    public void setqq_aTreeView_sp(JScrollPane value) {
        JScrollPane oldValue = qq_aTreeView_sp;
        qq_aTreeView_sp = value;
        this.qq_Listeners.firePropertyChange("qq_aTreeView_sp", oldValue, value);
    }

    /**
     * qq_aTreeView: transformed from: qqds_TreeView
     * TagId=32
     * isInherited=FALSE
     */
    public TreeViewWidget getqq_aTreeView() {
        if (qq_aTreeView == null) {
            qq_aTreeView = TreeFieldFactory.newTreeView(getATreeView());
            qq_aTreeView.setName("aTreeView");
            qq_aTreeView.setRootVisible(true);
            qq_aTreeView.setDragEnabled(false);
            qq_aTreeView.setLocation(12, 12);
        }
        return qq_aTreeView;
    }

    public void setqq_aTreeView(TreeViewWidget value) {
        TreeViewWidget oldValue = qq_aTreeView;
        qq_aTreeView = value;
        this.qq_Listeners.firePropertyChange("qq_aTreeView", oldValue, value);
    }

    /**
     * qq_bList: transformed from: qqds_ListView
     * TagId=145
     * isInherited=FALSE
     */
    public ListView getqq_bList() {
        if (qq_bList == null) {
                qq_bList = TableFactory.newListView("bList", Constants.LT_DETAIL, null, Font.PLAIN);
                qq_bList.setMappedType(Array_Of_BraNode.class);
                Array_Of_OutlineColumnDesc<OutlineColumnDesc> columns = new Array_Of_OutlineColumnDesc<OutlineColumnDesc>();
                columns.add(getqq_bList_DVNodetext());
                columns.add(getqq_bList_Price());
                qq_bList.setColumnList(columns);
                qq_bList.setHasTitles(false);
                qq_bList.setSize(new Dimension(258, 163));
                qq_bList.setMinimumSize(new Dimension(258, 163));
                // OPTIONAL qq_bList.setPreferredSize(new Dimension(258, 163));
                WidthPolicy.set(qq_bList, Constants.SP_EXPLICIT);
                HeightPolicy.set(qq_bList, Constants.SP_EXPLICIT);
                qq_bList.setLocation(429, 12);
            }
            return qq_bList;
        }

        public void setqq_bList(ListView value) {
            ListView oldValue = qq_bList;
            qq_bList = value;
            this.qq_Listeners.firePropertyChange("qq_bList", oldValue, value);
        }
        public OutlineColumnDesc getqq_bList_DVNodetext() {
            if (qq_bList_DVNodetext == null) {
                qq_bList_DVNodetext = new OutlineColumnDesc(Constants.TA_LEFT, false, false, 8, "DVNodeText", Constants.FP_DEFAULT, Constants.FS_VISIBLE, "Name", 0);
            }
            return qq_bList_DVNodetext;
        }
        public OutlineColumnDesc getqq_bList_Price() {
            if (qq_bList_Price == null) {
                qq_bList_Price = new OutlineColumnDesc(Constants.TA_LEFT, false, false, 8, "price", Constants.FP_DEFAULT, Constants.FS_VISIBLE, "Price", 0);
            }
            return qq_bList_Price;
        }

    /**
     * qq_aOutlineField: transformed from: qqds_OutlineField
     * TagId=206
     * isInherited=FALSE
     */
    public OutlineField getqq_aOutlineField() {
        if (qq_aOutlineField == null) {
            Array_Of_OutlineColumnDesc<OutlineColumnDesc> columns = new Array_Of_OutlineColumnDesc<OutlineColumnDesc>();
            columns.add(getqq_aOutlineField_DVNodeText());
            columns.add(getqq_aOutlineField_Extension());
            columns.add(getqq_aOutlineField_Size());
            qq_aOutlineField = TableFactory.newOutlineField("aOutlineField", columns);
            qq_aOutlineField.setShowHeader(true);
            qq_aOutlineField.setControlsDisplayed(true);
            qq_aOutlineField.setVertScrollBar(true);
            qq_aOutlineField.setHorzScrollBar(true);
            TreeRootVisible.set(qq_aOutlineField, true);
            qq_aOutlineField.setTitleSetNum(0);
            qq_aOutlineField.setLocation(14, 196);
            WidthPolicy.set(qq_aOutlineField, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_aOutlineField, Constants.SP_EXPLICIT);
            qq_aOutlineField.setSize(new Dimension(405, 156));
            qq_aOutlineField.setMinimumSize(new Dimension(405, 156));
            qq_aOutlineField.setPreferredSize(new Dimension(405, 156));
            qq_aOutlineField.setLocation(14, 196);
        }
        return qq_aOutlineField;
    }

    public void setqq_aOutlineField(OutlineField value) {
        OutlineField oldValue = qq_aOutlineField;
        qq_aOutlineField = value;
        this.qq_Listeners.firePropertyChange("qq_aOutlineField", oldValue, value);
    }
    public OutlineColumnDesc getqq_aOutlineField_DVNodeText() {
        if (qq_aOutlineField_DVNodeText == null) {
            qq_aOutlineField_DVNodeText = new OutlineColumnDesc(Constants.TA_LEFT, false, false, 1, "DVNodeText", Constants.FP_DEFAULT, Constants.FS_VISIBLE, "File Name", 0);
        }
        return qq_aOutlineField_DVNodeText;
    }
    public OutlineColumnDesc getqq_aOutlineField_Extension() {
        if (qq_aOutlineField_Extension == null) {
            qq_aOutlineField_Extension = new OutlineColumnDesc(Constants.TA_LEFT, false, false, 1, "extension", Constants.FP_DEFAULT, Constants.FS_VISIBLE, "Extension", 0);
        }
        return qq_aOutlineField_Extension;
    }
    public OutlineColumnDesc getqq_aOutlineField_Size() {
        if (qq_aOutlineField_Size == null) {
            qq_aOutlineField_Size = new OutlineColumnDesc(Constants.TA_LEFT, false, false, 1, "size", Constants.FP_DEFAULT, Constants.FS_VISIBLE, "Size", 0);
        }
        return qq_aOutlineField_Size;
    }

    /**
     * qq_treePanel: transformed from: qqds_Panel
     * TagId=30
     * isInherited=FALSE
     */
    protected void setqq_treePanelProperties() {
        FrameColor.set(qq_treePanel, Constants.C_INHERIT);
        HeightPolicy.set(qq_treePanel, Constants.SP_TO_PARENT);
        WidthPolicy.set(qq_treePanel, Constants.SP_TO_PARENT);
        qq_treePanel.setLocation(2, 21);
    }

    public Panel getqq_treePanel() {
        if (qq_treePanel == null) {
            qq_treePanel = CompoundFieldFactory.newPanel("treePanel");
            setqq_treePanelProperties();
            qq_treePanel.setMinimumSize(new Dimension(0, 0));
            qq_treePanel.add( getqq_aOutlineField() );
            qq_treePanel.add( getqq_bList() );
            qq_treePanel.add( getqq_aTreeView_sp() );
        }
        return qq_treePanel;
    }

    public void setqq_treePanel(Panel value) {
        Panel oldValue = qq_treePanel;
        qq_treePanel = value;
        this.qq_Listeners.firePropertyChange("qq_treePanel", oldValue, value);
    }

    /**
     * qq_Find: transformed from: qqds_PushButton
     * TagId=106
     * isInherited=FALSE
     */
    public JButton getqq_Find() {
        if (qq_Find == null) {
            qq_Find = PushButtonFactory.newInstance("Find", "Find");
            qq_Find.setVerifyInputWhenFocusTarget(true);
            WidthPolicy.set(qq_Find, Constants.SP_NATURAL);
            HeightPolicy.set(qq_Find, Constants.SP_NATURAL);
            qq_Find.setMinimumSize(new Dimension(35, 21));
        }
        return qq_Find;
    }

    public void setqq_Find(JButton value) {
        JButton oldValue = qq_Find;
        qq_Find = value;
        this.qq_Listeners.firePropertyChange("qq_Find", oldValue, value);
    }

    /**
     * qq_save: transformed from: qqds_PushButton
     * TagId=107
     * isInherited=FALSE
     */
    public JButton getqq_save() {
        if (qq_save == null) {
            qq_save = PushButtonFactory.newInstance("save", "Save");
            qq_save.setVerifyInputWhenFocusTarget(true);
            WidthPolicy.set(qq_save, Constants.SP_NATURAL);
            HeightPolicy.set(qq_save, Constants.SP_NATURAL);
            qq_save.setMinimumSize(new Dimension(38, 21));
        }
        return qq_save;
    }

    public void setqq_save(JButton value) {
        JButton oldValue = qq_save;
        qq_save = value;
        this.qq_Listeners.firePropertyChange("qq_save", oldValue, value);
    }

    /**
     * qq_One: transformed from: qqds_PushButton
     * TagId=108
     * isInherited=FALSE
     */
    public JButton getqq_One() {
        if (qq_One == null) {
            qq_One = PushButtonFactory.newInstance("One", "One");
            qq_One.setVerifyInputWhenFocusTarget(true);
            WidthPolicy.set(qq_One, Constants.SP_NATURAL);
            HeightPolicy.set(qq_One, Constants.SP_NATURAL);
            qq_One.setMinimumSize(new Dimension(35, 21));
        }
        return qq_One;
    }

    public void setqq_One(JButton value) {
        JButton oldValue = qq_One;
        qq_One = value;
        this.qq_Listeners.firePropertyChange("qq_One", oldValue, value);
    }

    /**
     * qq_clearBtn: transformed from: qqds_PushButton
     * TagId=123
     * isInherited=FALSE
     */
    public JButton getqq_clearBtn() {
        if (qq_clearBtn == null) {
            qq_clearBtn = PushButtonFactory.newInstance("clearBtn", "Button");
            qq_clearBtn.setVerifyInputWhenFocusTarget(true);
            WidthPolicy.set(qq_clearBtn, Constants.SP_NATURAL);
            HeightPolicy.set(qq_clearBtn, Constants.SP_NATURAL);
            qq_clearBtn.setMinimumSize(new Dimension(47, 21));
        }
        return qq_clearBtn;
    }

    public void setqq_clearBtn(JButton value) {
        JButton oldValue = qq_clearBtn;
        qq_clearBtn = value;
        this.qq_Listeners.firePropertyChange("qq_clearBtn", oldValue, value);
    }

    /**
     * qq_buttonGrid: transformed from: qqds_GridField
     * TagId=105
     * isInherited=FALSE
     * In forte this was a 3x2 grid field.
     * The cell margins are all 10 mils
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_buttonGridProperties() {
        qq_buttonGrid.setCellTopMargin(5);
        qq_buttonGrid.setCellBottomMargin(5);
        qq_buttonGrid.setCellLeftMargin(5);
        qq_buttonGrid.setCellRightMargin(5);
        qq_buttonGrid.setCollapsed(true);
        qq_buttonGrid.setHeightPolicy(Constants.SP_NATURAL);
        qq_buttonGrid.setWidthPolicy(Constants.SP_NATURAL);
        qq_buttonGrid.setBackground(null);
    }

    public GridField getqq_buttonGrid() {
        if (qq_buttonGrid == null) {
            qq_buttonGrid = CompoundFieldFactory.newGridField("buttonGrid", false);
            setqq_buttonGridProperties();
            qq_buttonGrid.setMinimumSize(new Dimension(124, 47));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 1; // Column 2
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_buttonGrid.add( getqq_clearBtn(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 0; // Column 1
            qq_gbc1.gridy = 1; // Row 2
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_buttonGrid.add( getqq_One(), qq_gbc1 );

            GridBagConstraints qq_gbc2 = new GridBagConstraints();
            qq_gbc2.gridx = 1; // Column 2
            qq_gbc2.gridy = 1; // Row 2
            qq_gbc2.weightx = 0;
            qq_gbc2.weighty = 0;
            qq_gbc2.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc2.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc2.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_buttonGrid.add( getqq_Find(), qq_gbc2 );

            GridBagConstraints qq_gbc3 = new GridBagConstraints();
            qq_gbc3.gridx = 2; // Column 3
            qq_gbc3.gridy = 1; // Row 2
            qq_gbc3.weightx = 0;
            qq_gbc3.weighty = 0;
            qq_gbc3.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc3.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc3.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_buttonGrid.add( getqq_save(), qq_gbc3 );

        }
        return qq_buttonGrid;
    }

    public void setqq_buttonGrid(GridField value) {
        GridField oldValue = qq_buttonGrid;
        qq_buttonGrid = value;
        this.qq_Listeners.firePropertyChange("qq_buttonGrid", oldValue, value);
    }

    /**
     * qq_GridField91: transformed from: qqds_GridField
     * TagId=91
     * isInherited=FALSE
     * In forte this was a 1x1 grid field.
     * The cell margins are all 100 mils
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_GridField91Properties() {
        qq_GridField91.setCellTopMargin(50);
        qq_GridField91.setCellBottomMargin(50);
        qq_GridField91.setCellLeftMargin(50);
        qq_GridField91.setCellRightMargin(50);
        qq_GridField91.setCollapsed(true);
        qq_GridField91.setHeightPolicy(Constants.SP_NATURAL);
        qq_GridField91.setWidthPolicy(Constants.SP_NATURAL);
        qq_GridField91.setBackground(null);
        qq_GridField91.setLocation(14, 12);
    }

    public GridField getqq_GridField91() {
        if (qq_GridField91 == null) {
            qq_GridField91 = CompoundFieldFactory.newGridField("qq_GridField91", true);
            setqq_GridField91Properties();
            qq_GridField91.setMinimumSize(new Dimension(144, 67));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_GridField91.add( getqq_buttonGrid(), qq_gbc );

        }
        return qq_GridField91;
    }

    public void setqq_GridField91(GridField value) {
        GridField oldValue = qq_GridField91;
        qq_GridField91 = value;
        this.qq_Listeners.firePropertyChange("qq_GridField91", oldValue, value);
    }

    /**
     * qq_NameLbl: transformed from: qqds_TextGraphic
     * TagId=180
     * isInherited=FALSE
     */
    public TextGraphic getqq_NameLbl() {
        if (qq_NameLbl == null) {
            qq_NameLbl = GraphicFactory.newTextGraphic("Name\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_NameLbl, mcat);
            WidthPolicy.set(qq_NameLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_NameLbl, Constants.SP_NATURAL);
            qq_NameLbl.setMinimumSize(new Dimension(33, 14));
        }
        return qq_NameLbl;
    }

    public void setqq_NameLbl(TextGraphic value) {
        TextGraphic oldValue = qq_NameLbl;
        qq_NameLbl = value;
        this.qq_Listeners.firePropertyChange("qq_NameLbl", oldValue, value);
    }

    /**
     * qq_theBra_Name: transformed from: qqds_DataField
     * TagId=168
     * isInherited=FALSE
     */
    public DataField getqq_theBra_Name() {
        if (qq_theBra_Name == null) {
            // Mask type: MK_NONE
            qq_theBra_Name = DataFieldFactory.newDataField("Name", 18, TextNullable.class, Constants.MK_NONE);
            qq_theBra_Name.setOriginalFormatText(null);
            qq_theBra_Name.setHorizontalAlignment(JTextField.LEFT);
            getBindingManager().bindComponent(qq_theBra_Name, "theBra.name");
            WidthPolicy.set(qq_theBra_Name, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_theBra_Name, Constants.SP_NATURAL);
            qq_theBra_Name.setMinimumSize(new Dimension(119, 19));
            qq_theBra_Name.setSize(new Dimension(119, 19));
        }
        return qq_theBra_Name;
    }

    public void setqq_theBra_Name(DataField value) {
        DataField oldValue = qq_theBra_Name;
        qq_theBra_Name = value;
        this.qq_Listeners.firePropertyChange("qq_theBra_Name", oldValue, value);
    }

    /**
     * qq_StyleLbl: transformed from: qqds_TextGraphic
     * TagId=181
     * isInherited=FALSE
     */
    public TextGraphic getqq_StyleLbl() {
        if (qq_StyleLbl == null) {
            qq_StyleLbl = GraphicFactory.newTextGraphic("Style\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_StyleLbl, mcat);
            WidthPolicy.set(qq_StyleLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_StyleLbl, Constants.SP_NATURAL);
            qq_StyleLbl.setMinimumSize(new Dimension(30, 14));
        }
        return qq_StyleLbl;
    }

    public void setqq_StyleLbl(TextGraphic value) {
        TextGraphic oldValue = qq_StyleLbl;
        qq_StyleLbl = value;
        this.qq_Listeners.firePropertyChange("qq_StyleLbl", oldValue, value);
    }

    /**
     * qq_theBra_Style: transformed from: qqds_RadioList
     * TagId=176
     * isInherited=FALSE
     */
    public RadioList getqq_theBra_Style() {
        if (qq_theBra_Style == null) {
            String[] names = {"Full cup", "Padded", "Half cup", "Demi"};
            qq_theBra_Style = ListFieldFactory.newRadioList(Constants.FO_VERTICAL, "", names, 1, Constants.LP_CONSTANT);
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, names[0], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, names[1], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, names[2], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, names[3], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            qq_theBra_Style.setName("Style");
            getBindingManager().bindComponent(qq_theBra_Style, "theBra.style", elements);
            if (qq_theBra_Style.getSelectedIndex() == -1)
                qq_theBra_Style.setSelectedIndex(0);
            // OPTIONAL UIutils.reloadLabelText(qq_theBra_Style, mcat);
        }
        return qq_theBra_Style;
    }

    public void setqq_theBra_Style(RadioList value) {
        RadioList oldValue = qq_theBra_Style;
        qq_theBra_Style = value;
        this.qq_Listeners.firePropertyChange("qq_theBra_Style", oldValue, value);
    }

    /**
     * qq_ClaspLbl: transformed from: qqds_TextGraphic
     * TagId=182
     * isInherited=FALSE
     */
    public TextGraphic getqq_ClaspLbl() {
        if (qq_ClaspLbl == null) {
            qq_ClaspLbl = GraphicFactory.newTextGraphic("Clasp\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_ClaspLbl, mcat);
            WidthPolicy.set(qq_ClaspLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_ClaspLbl, Constants.SP_NATURAL);
            qq_ClaspLbl.setMinimumSize(new Dimension(31, 14));
        }
        return qq_ClaspLbl;
    }

    public void setqq_ClaspLbl(TextGraphic value) {
        TextGraphic oldValue = qq_ClaspLbl;
        qq_ClaspLbl = value;
        this.qq_Listeners.firePropertyChange("qq_ClaspLbl", oldValue, value);
    }

    /**
     * qq_theBra_frontHook: transformed from: qqds_ToggleField
     * TagId=177
     * isInherited=FALSE
     */
    public JCheckBox getqq_theBra_frontHook() {
        if (qq_theBra_frontHook == null) {
            qq_theBra_frontHook = ToggleFieldFactory.newToggleField("Front hook", "frontHook");
            getBindingManager().bindComponent(qq_theBra_frontHook, "theBra.frontHook");
            // OPTIONAL UIutils.reloadLabelText(qq_theBra_frontHook, mcat);
        }
        return qq_theBra_frontHook;
    }

    public void setqq_theBra_frontHook(JCheckBox value) {
        JCheckBox oldValue = qq_theBra_frontHook;
        qq_theBra_frontHook = value;
        this.qq_Listeners.firePropertyChange("qq_theBra_frontHook", oldValue, value);
    }

    /**
     * qq_DescriptionLbl: transformed from: qqds_TextGraphic
     * TagId=183
     * isInherited=FALSE
     */
    public TextGraphic getqq_DescriptionLbl() {
        if (qq_DescriptionLbl == null) {
            qq_DescriptionLbl = GraphicFactory.newTextGraphic("Description\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_DescriptionLbl, mcat);
            WidthPolicy.set(qq_DescriptionLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_DescriptionLbl, Constants.SP_NATURAL);
            qq_DescriptionLbl.setMinimumSize(new Dimension(59, 14));
        }
        return qq_DescriptionLbl;
    }

    public void setqq_DescriptionLbl(TextGraphic value) {
        TextGraphic oldValue = qq_DescriptionLbl;
        qq_DescriptionLbl = value;
        this.qq_Listeners.firePropertyChange("qq_DescriptionLbl", oldValue, value);
    }

    /**
     * qq_theBra_description_sp: transformed from: qqds_TextField
     * TagId=179
     * isInherited=FALSE
     */
    public JScrollPane getqq_theBra_description_sp() {
        if (qq_theBra_description_sp == null) {
            qq_theBra_description_sp = CompoundFieldFactory.newScrollPane();
            qq_theBra_description_sp.setName("description");
            qq_theBra_description_sp.setViewportView(getqq_theBra_description());
            qq_theBra_description_sp.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
            qq_theBra_description_sp.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
            WidthPolicy.set(qq_theBra_description_sp, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_theBra_description_sp, Constants.SP_EXPLICIT);
            qq_theBra_description_sp.setSize(new Dimension(178, 67));
            qq_theBra_description_sp.setMinimumSize(new Dimension(178, 67));
            qq_theBra_description_sp.setPreferredSize(new Dimension(178, 67));
        }
        return qq_theBra_description_sp;
    }

    public void setqq_theBra_description_sp(JScrollPane value) {
        JScrollPane oldValue = qq_theBra_description_sp;
        qq_theBra_description_sp = value;
        this.qq_Listeners.firePropertyChange("qq_theBra_description_sp", oldValue, value);
    }

    /**
     * qq_theBra_description: transformed from: qqds_TextField
     * TagId=179
     * isInherited=FALSE
     */
    public MultiLineTextField getqq_theBra_description() {
        if (qq_theBra_description == null) {
            qq_theBra_description = TextEditFactory.newTextField("description", 4, 21);
            qq_theBra_description.setWrapStyleWord( true );
            qq_theBra_description.setLineWrap( true );
            getBindingManager().bindComponent(qq_theBra_description, "theBra.description");
            ExitOnTab.set(qq_theBra_description, true);
            WidthPolicy.set(qq_theBra_description, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_theBra_description, Constants.SP_EXPLICIT);
        }
        return qq_theBra_description;
    }

    public void setqq_theBra_description(MultiLineTextField value) {
        MultiLineTextField oldValue = qq_theBra_description;
        qq_theBra_description = value;
        this.qq_Listeners.firePropertyChange("qq_theBra_description", oldValue, value);
    }

    /**
     * qq_PriceLbl: transformed from: qqds_TextGraphic
     * TagId=184
     * isInherited=FALSE
     */
    public TextGraphic getqq_PriceLbl() {
        if (qq_PriceLbl == null) {
            qq_PriceLbl = GraphicFactory.newTextGraphic("Price\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_PriceLbl, mcat);
            WidthPolicy.set(qq_PriceLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_PriceLbl, Constants.SP_NATURAL);
            qq_PriceLbl.setMinimumSize(new Dimension(28, 14));
        }
        return qq_PriceLbl;
    }

    public void setqq_PriceLbl(TextGraphic value) {
        TextGraphic oldValue = qq_PriceLbl;
        qq_PriceLbl = value;
        this.qq_Listeners.firePropertyChange("qq_PriceLbl", oldValue, value);
    }

    /**
     * qq_theBra_cost: transformed from: qqds_DataField
     * TagId=169
     * isInherited=FALSE
     */
    public DataField getqq_theBra_cost() {
        if (qq_theBra_cost == null) {
            // Mask type: MK_TEMPLATE
            // original Forte format string -->$#,##0.00<--
            this.qq_theBra_cost = DataFieldFactory.newDataField("cost", 15, "$#,##0.00", Double.TYPE);
            qq_theBra_cost.setOriginalFormatText("$#,##0.00");
            qq_theBra_cost.setHorizontalAlignment(JTextField.RIGHT);
            getBindingManager().bindComponent(qq_theBra_cost, "theBra.cost");
            WidthPolicy.set(qq_theBra_cost, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_theBra_cost, Constants.SP_NATURAL);
            qq_theBra_cost.setMinimumSize(new Dimension(100, 19));
            qq_theBra_cost.setSize(new Dimension(100, 19));
        }
        return qq_theBra_cost;
    }

    public void setqq_theBra_cost(DataField value) {
        DataField oldValue = qq_theBra_cost;
        qq_theBra_cost = value;
        this.qq_Listeners.firePropertyChange("qq_theBra_cost", oldValue, value);
    }

    /**
     * qq_ColourLbl: transformed from: qqds_TextGraphic
     * TagId=185
     * isInherited=FALSE
     */
    public TextGraphic getqq_ColourLbl() {
        if (qq_ColourLbl == null) {
            qq_ColourLbl = GraphicFactory.newTextGraphic("Colour\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_ColourLbl, mcat);
            WidthPolicy.set(qq_ColourLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_ColourLbl, Constants.SP_NATURAL);
            qq_ColourLbl.setMinimumSize(new Dimension(36, 14));
        }
        return qq_ColourLbl;
    }

    public void setqq_ColourLbl(TextGraphic value) {
        TextGraphic oldValue = qq_ColourLbl;
        qq_ColourLbl = value;
        this.qq_Listeners.firePropertyChange("qq_ColourLbl", oldValue, value);
    }

    /**
     * qq_theBra_Color: transformed from: qqds_DropList
     * TagId=178
     * isInherited=FALSE
     */
    public DropList getqq_theBra_Color() {
        if (qq_theBra_Color == null) {
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, "Red", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, "Black", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, "White", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, "Ivory", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );

            qq_theBra_Color = DropFillinFactory.newDropList();
            qq_theBra_Color.setName("Color");
            getBindingManager().bindComponent(qq_theBra_Color, "theBra.color", elements);
            qq_theBra_Color.addActionListener( (DropListModel)qq_theBra_Color.getModel() );
            // OPTIONAL UIutils.reloadLabelText(qq_theBra_Color, mcat);
            qq_theBra_Color.setMaximumRowCount(4);
            WidthPolicy.set(qq_theBra_Color, Constants.SP_NATURAL);
            HeightPolicy.set(qq_theBra_Color, Constants.SP_NATURAL);
            qq_theBra_Color.setMinimumSize(new Dimension(63, 21));
        }
        return qq_theBra_Color;
    }

    public void setqq_theBra_Color(DropList value) {
        DropList oldValue = qq_theBra_Color;
        qq_theBra_Color = value;
        this.qq_Listeners.firePropertyChange("qq_theBra_Color", oldValue, value);
    }

    /**
     * qq_theBra_Markup: transformed from: qqds_DataField
     * TagId=186
     * isInherited=FALSE
     */
    public DataField getqq_theBra_Markup() {
        if (qq_theBra_Markup == null) {
            // Mask type: MK_NONE
            qq_theBra_Markup = DataFieldFactory.newDataField("Markup", 18, DecimalNullable.class, Constants.MK_NONE);
            qq_theBra_Markup.setOriginalFormatText(null);
            qq_theBra_Markup.setHorizontalAlignment(JTextField.RIGHT);
            getBindingManager().bindComponent(qq_theBra_Markup, "theBra.markup");
            WidthPolicy.set(qq_theBra_Markup, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_theBra_Markup, Constants.SP_NATURAL);
            qq_theBra_Markup.setMinimumSize(new Dimension(117, 19));
            qq_theBra_Markup.setSize(new Dimension(117, 19));
        }
        return qq_theBra_Markup;
    }

    public void setqq_theBra_Markup(DataField value) {
        DataField oldValue = qq_theBra_Markup;
        qq_theBra_Markup = value;
        this.qq_Listeners.firePropertyChange("qq_theBra_Markup", oldValue, value);
    }

    /**
     * qq_MarkupLbl: transformed from: qqds_TextGraphic
     * TagId=187
     * isInherited=FALSE
     */
    public TextGraphic getqq_MarkupLbl() {
        if (qq_MarkupLbl == null) {
            qq_MarkupLbl = GraphicFactory.newTextGraphic("Markup\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_MarkupLbl, mcat);
            WidthPolicy.set(qq_MarkupLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_MarkupLbl, Constants.SP_NATURAL);
            qq_MarkupLbl.setMinimumSize(new Dimension(40, 14));
        }
        return qq_MarkupLbl;
    }

    public void setqq_MarkupLbl(TextGraphic value) {
        TextGraphic oldValue = qq_MarkupLbl;
        qq_MarkupLbl = value;
        this.qq_Listeners.firePropertyChange("qq_MarkupLbl", oldValue, value);
    }

    /**
     * qq_theBra: transformed from: qqds_GridField
     * TagId=92
     * isInherited=FALSE
     * In forte this was a 2x7 grid field, displaying a Bra object.
     * There are no cell margins set
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_theBraProperties() {
        qq_theBra.setCollapsed(true);
        qq_theBra.setHeightPolicy(Constants.SP_NATURAL);
        qq_theBra.setWidthPolicy(Constants.SP_NATURAL);
        qq_theBra.setBackground(null);
        qq_theBra.setLocation(233, 45);
    }

    public GridField getqq_theBra() {
        if (qq_theBra == null) {
            qq_theBra = CompoundFieldFactory.newGridField("theBra", false);
            getBindingManager().bindComponent(qq_theBra, "theBra");
            setqq_theBraProperties();
            qq_theBra.setMinimumSize(new Dimension(228, 247));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_theBra.add( getqq_NameLbl(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 1; // Column 2
            qq_gbc1.gridy = 0; // Row 1
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_theBra.add( getqq_theBra_Name(), qq_gbc1 );

            GridBagConstraints qq_gbc2 = new GridBagConstraints();
            qq_gbc2.gridx = 0; // Column 1
            qq_gbc2.gridy = 1; // Row 2
            qq_gbc2.weightx = 0;
            qq_gbc2.weighty = 0;
            qq_gbc2.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc2.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc2.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_theBra.add( getqq_StyleLbl(), qq_gbc2 );

            GridBagConstraints qq_gbc3 = new GridBagConstraints();
            qq_gbc3.gridx = 1; // Column 2
            qq_gbc3.gridy = 1; // Row 2
            qq_gbc3.weightx = 0;
            qq_gbc3.weighty = 0;
            qq_gbc3.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc3.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc3.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_theBra.add( getqq_theBra_Style(), qq_gbc3 );

            GridBagConstraints qq_gbc4 = new GridBagConstraints();
            qq_gbc4.gridx = 0; // Column 1
            qq_gbc4.gridy = 2; // Row 3
            qq_gbc4.weightx = 0;
            qq_gbc4.weighty = 0;
            qq_gbc4.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc4.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc4.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_theBra.add( getqq_ClaspLbl(), qq_gbc4 );

            GridBagConstraints qq_gbc5 = new GridBagConstraints();
            qq_gbc5.gridx = 1; // Column 2
            qq_gbc5.gridy = 2; // Row 3
            qq_gbc5.weightx = 0;
            qq_gbc5.weighty = 0;
            qq_gbc5.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc5.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc5.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_theBra.add( getqq_theBra_frontHook(), qq_gbc5 );

            GridBagConstraints qq_gbc6 = new GridBagConstraints();
            qq_gbc6.gridx = 0; // Column 1
            qq_gbc6.gridy = 3; // Row 4
            qq_gbc6.weightx = 0;
            qq_gbc6.weighty = 0;
            qq_gbc6.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc6.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc6.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_theBra.add( getqq_DescriptionLbl(), qq_gbc6 );

            GridBagConstraints qq_gbc7 = new GridBagConstraints();
            qq_gbc7.gridx = 1; // Column 2
            qq_gbc7.gridy = 3; // Row 4
            qq_gbc7.weightx = 0;
            qq_gbc7.weighty = 0;
            qq_gbc7.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc7.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc7.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_theBra.add( getqq_theBra_description_sp(), qq_gbc7 );

            GridBagConstraints qq_gbc8 = new GridBagConstraints();
            qq_gbc8.gridx = 0; // Column 1
            qq_gbc8.gridy = 4; // Row 5
            qq_gbc8.weightx = 0;
            qq_gbc8.weighty = 0;
            qq_gbc8.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc8.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc8.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_theBra.add( getqq_PriceLbl(), qq_gbc8 );

            GridBagConstraints qq_gbc9 = new GridBagConstraints();
            qq_gbc9.gridx = 1; // Column 2
            qq_gbc9.gridy = 4; // Row 5
            qq_gbc9.weightx = 0;
            qq_gbc9.weighty = 0;
            qq_gbc9.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc9.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc9.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_theBra.add( getqq_theBra_cost(), qq_gbc9 );

            GridBagConstraints qq_gbc10 = new GridBagConstraints();
            qq_gbc10.gridx = 0; // Column 1
            qq_gbc10.gridy = 5; // Row 6
            qq_gbc10.weightx = 0;
            qq_gbc10.weighty = 0;
            qq_gbc10.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc10.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc10.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_theBra.add( getqq_MarkupLbl(), qq_gbc10 );

            GridBagConstraints qq_gbc11 = new GridBagConstraints();
            qq_gbc11.gridx = 1; // Column 2
            qq_gbc11.gridy = 5; // Row 6
            qq_gbc11.weightx = 0;
            qq_gbc11.weighty = 0;
            qq_gbc11.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc11.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc11.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_theBra.add( getqq_theBra_Markup(), qq_gbc11 );

            GridBagConstraints qq_gbc12 = new GridBagConstraints();
            qq_gbc12.gridx = 0; // Column 1
            qq_gbc12.gridy = 6; // Row 7
            qq_gbc12.weightx = 0;
            qq_gbc12.weighty = 0;
            qq_gbc12.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc12.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc12.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_theBra.add( getqq_ColourLbl(), qq_gbc12 );

            GridBagConstraints qq_gbc13 = new GridBagConstraints();
            qq_gbc13.gridx = 1; // Column 2
            qq_gbc13.gridy = 6; // Row 7
            qq_gbc13.weightx = 0;
            qq_gbc13.weighty = 0;
            qq_gbc13.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc13.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc13.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_theBra.add( getqq_theBra_Color(), qq_gbc13 );

        }
        return qq_theBra;
    }

    public void setqq_theBra(GridField value) {
        GridField oldValue = qq_theBra;
        qq_theBra = value;
        this.qq_Listeners.firePropertyChange("qq_theBra", oldValue, value);
    }

    /**
     * qq_Panel33: transformed from: qqds_Panel
     * TagId=33
     * isInherited=FALSE
     */
    protected void setqq_Panel33Properties() {
        FrameColor.set(qq_Panel33, Constants.C_INHERIT);
        HeightPolicy.set(qq_Panel33, Constants.SP_TO_PARENT);
        WidthPolicy.set(qq_Panel33, Constants.SP_TO_PARENT);
        qq_Panel33.setLocation(2, 21);
    }

    public Panel getqq_Panel33() {
        if (qq_Panel33 == null) {
            qq_Panel33 = CompoundFieldFactory.newPanel("qq_Panel33");
            setqq_Panel33Properties();
            qq_Panel33.setMinimumSize(new Dimension(0, 0));
            qq_Panel33.add( getqq_theBra() );
            qq_Panel33.add( getqq_GridField91() );
        }
        return qq_Panel33;
    }

    public void setqq_Panel33(Panel value) {
        Panel oldValue = qq_Panel33;
        qq_Panel33 = value;
        this.qq_Listeners.firePropertyChange("qq_Panel33", oldValue, value);
    }

    /**
     * qq_Hide: transformed from: qqds_PushButton
     * TagId=112
     * isInherited=FALSE
     */
    public JButton getqq_Hide() {
        if (qq_Hide == null) {
            qq_Hide = PushButtonFactory.newInstance("Hide", "Hide");
            qq_Hide.setVerifyInputWhenFocusTarget(true);
            WidthPolicy.set(qq_Hide, Constants.SP_NATURAL);
            HeightPolicy.set(qq_Hide, Constants.SP_NATURAL);
            qq_Hide.setMinimumSize(new Dimension(36, 21));
        }
        return qq_Hide;
    }

    public void setqq_Hide(JButton value) {
        JButton oldValue = qq_Hide;
        qq_Hide = value;
        this.qq_Listeners.firePropertyChange("qq_Hide", oldValue, value);
    }

    /**
     * qq_Show: transformed from: qqds_PushButton
     * TagId=113
     * isInherited=FALSE
     */
    public JButton getqq_Show() {
        if (qq_Show == null) {
            qq_Show = PushButtonFactory.newInstance("Show", "Show");
            qq_Show.setVerifyInputWhenFocusTarget(true);
            WidthPolicy.set(qq_Show, Constants.SP_NATURAL);
            HeightPolicy.set(qq_Show, Constants.SP_NATURAL);
            qq_Show.setMinimumSize(new Dimension(40, 21));
        }
        return qq_Show;
    }

    public void setqq_Show(JButton value) {
        JButton oldValue = qq_Show;
        qq_Show = value;
        this.qq_Listeners.firePropertyChange("qq_Show", oldValue, value);
    }

    /**
     * qq_GridField111: transformed from: qqds_GridField
     * TagId=111
     * isInherited=FALSE
     * In forte this was a 2x1 grid field.
     * The cell margins are all 10 mils
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_GridField111Properties() {
        qq_GridField111.setCellTopMargin(5);
        qq_GridField111.setCellBottomMargin(5);
        qq_GridField111.setCellLeftMargin(5);
        qq_GridField111.setCellRightMargin(5);
        qq_GridField111.setCollapsed(true);
        qq_GridField111.setHeightPolicy(Constants.SP_NATURAL);
        qq_GridField111.setWidthPolicy(Constants.SP_NATURAL);
        qq_GridField111.setBackground(null);
    }

    public GridField getqq_GridField111() {
        if (qq_GridField111 == null) {
            qq_GridField111 = CompoundFieldFactory.newGridField("qq_GridField111", true);
            setqq_GridField111Properties();
            qq_GridField111.setMinimumSize(new Dimension(79, 24));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField111.add( getqq_Show(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 1; // Column 2
            qq_gbc1.gridy = 0; // Row 1
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_GridField111.add( getqq_Hide(), qq_gbc1 );

        }
        return qq_GridField111;
    }

    public void setqq_GridField111(GridField value) {
        GridField oldValue = qq_GridField111;
        qq_GridField111 = value;
        this.qq_Listeners.firePropertyChange("qq_GridField111", oldValue, value);
    }

    /**
     * qq_SomeTextLbl: transformed from: qqds_TextGraphic
     * TagId=115
     * isInherited=FALSE
     */
    public TextGraphic getqq_SomeTextLbl() {
        if (qq_SomeTextLbl == null) {
            qq_SomeTextLbl = GraphicFactory.newTextGraphic("Some Text\n", "");
            // OPTIONAL UIutils.reloadLabelText(qq_SomeTextLbl, mcat);
            WidthPolicy.set(qq_SomeTextLbl, Constants.SP_NATURAL);
            HeightPolicy.set(qq_SomeTextLbl, Constants.SP_NATURAL);
            qq_SomeTextLbl.setMinimumSize(new Dimension(57, 14));
        }
        return qq_SomeTextLbl;
    }

    public void setqq_SomeTextLbl(TextGraphic value) {
        TextGraphic oldValue = qq_SomeTextLbl;
        qq_SomeTextLbl = value;
        this.qq_Listeners.firePropertyChange("qq_SomeTextLbl", oldValue, value);
    }

    /**
     * qq_uslessRadioList: transformed from: qqds_RadioList
     * TagId=116
     * isInherited=FALSE
     */
    public RadioList getqq_uslessRadioList() {
        if (qq_uslessRadioList == null) {
            String[] names = {"One", "Two", "Three", "Four"};
            qq_uslessRadioList = ListFieldFactory.newRadioList(Constants.FO_VERTICAL, "", names, 1, Constants.LP_CONSTANT);
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, names[0], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, names[1], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, names[2], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, names[3], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            qq_uslessRadioList.setName("uslessRadioList");
            getBindingManager().bindComponent(qq_uslessRadioList, "uslessRadioList", elements);
            if (qq_uslessRadioList.getSelectedIndex() == -1)
                qq_uslessRadioList.setSelectedIndex(0);
            // OPTIONAL UIutils.reloadLabelText(qq_uslessRadioList, mcat);
        }
        return qq_uslessRadioList;
    }

    public void setqq_uslessRadioList(RadioList value) {
        RadioList oldValue = qq_uslessRadioList;
        qq_uslessRadioList = value;
        this.qq_Listeners.firePropertyChange("qq_uslessRadioList", oldValue, value);
    }

    /**
     * qq_innerGrid: transformed from: qqds_GridField
     * TagId=114
     * isInherited=FALSE
     * In forte this was a 1x2 grid field.
     * There are no cell margins set
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_innerGridProperties() {
        Caption.set(qq_innerGrid, "A Caption");
        FrameWeight.set(qq_innerGrid, Constants.W_DEFAULT);
        qq_innerGrid.setCollapsed(true);
        qq_innerGrid.setHeightPolicy(Constants.SP_NATURAL);
        qq_innerGrid.setWidthPolicy(Constants.SP_NATURAL);
        qq_innerGrid.setBackground(null);
    }

    public GridField getqq_innerGrid() {
        if (qq_innerGrid == null) {
            qq_innerGrid = CompoundFieldFactory.newGridField("innerGrid", false);
            setqq_innerGridProperties();
            qq_innerGrid.setMinimumSize(new Dimension(60, 112));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_innerGrid.add( getqq_SomeTextLbl(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 0; // Column 1
            qq_gbc1.gridy = 1; // Row 2
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(0, 0, 0, 0); // Top, Left, Bottom, Right Margin
            qq_innerGrid.add( getqq_uslessRadioList(), qq_gbc1 );

        }
        return qq_innerGrid;
    }

    public void setqq_innerGrid(GridField value) {
        GridField oldValue = qq_innerGrid;
        qq_innerGrid = value;
        this.qq_Listeners.firePropertyChange("qq_innerGrid", oldValue, value);
    }

    /**
     * qq_GridField110: transformed from: qqds_GridField
     * TagId=110
     * isInherited=FALSE
     * In forte this was a 1x2 grid field.
     * The cell margins are all 100 mils
     * The width policy is set to Natural, and the height policy is set to Natural.
     */
    protected void setqq_GridField110Properties() {
        qq_GridField110.setCellTopMargin(50);
        qq_GridField110.setCellBottomMargin(50);
        qq_GridField110.setCellLeftMargin(50);
        qq_GridField110.setCellRightMargin(50);
        qq_GridField110.setCollapsed(true);
        qq_GridField110.setHeightPolicy(Constants.SP_NATURAL);
        qq_GridField110.setWidthPolicy(Constants.SP_NATURAL);
        qq_GridField110.setBackground(null);
        qq_GridField110.setLocation(14, 12);
    }

    public GridField getqq_GridField110() {
        if (qq_GridField110 == null) {
            qq_GridField110 = CompoundFieldFactory.newGridField("qq_GridField110", true);
            setqq_GridField110Properties();
            qq_GridField110.setMinimumSize(new Dimension(100, 166));
            GridBagConstraints qq_gbc = new GridBagConstraints();
            qq_gbc.gridx = 0; // Column 1
            qq_gbc.gridy = 0; // Row 1
            qq_gbc.weightx = 0;
            qq_gbc.weighty = 0;
            qq_gbc.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_GridField110.add( getqq_innerGrid(), qq_gbc );

            GridBagConstraints qq_gbc1 = new GridBagConstraints();
            qq_gbc1.gridx = 0; // Column 1
            qq_gbc1.gridy = 1; // Row 2
            qq_gbc1.weightx = 0;
            qq_gbc1.weighty = 0;
            qq_gbc1.anchor = GridBagConstraints.CENTER; // Gravity - original: CG_DEFAULT gf
            qq_gbc1.fill = GridBagConstraints.NONE; // Size to parent - original: No size to parent
            qq_gbc1.insets = new Insets(4, 4, 4, 4); // Top, Left, Bottom, Right Margin
            qq_GridField110.add( getqq_GridField111(), qq_gbc1 );

        }
        return qq_GridField110;
    }

    public void setqq_GridField110(GridField value) {
        GridField oldValue = qq_GridField110;
        qq_GridField110 = value;
        this.qq_Listeners.firePropertyChange("qq_GridField110", oldValue, value);
    }

    /**
     * qq_Panel109: transformed from: qqds_Panel
     * TagId=109
     * isInherited=FALSE
     */
    protected void setqq_Panel109Properties() {
        FrameColor.set(qq_Panel109, Constants.C_INHERIT);
        HeightPolicy.set(qq_Panel109, Constants.SP_TO_PARENT);
        WidthPolicy.set(qq_Panel109, Constants.SP_TO_PARENT);
        qq_Panel109.setLocation(2, 21);
    }

    public Panel getqq_Panel109() {
        if (qq_Panel109 == null) {
            qq_Panel109 = CompoundFieldFactory.newPanel("qq_Panel109");
            setqq_Panel109Properties();
            qq_Panel109.setMinimumSize(new Dimension(0, 0));
            qq_Panel109.add( getqq_GridField110() );
        }
        return qq_Panel109;
    }

    public void setqq_Panel109(Panel value) {
        Panel oldValue = qq_Panel109;
        qq_Panel109 = value;
        this.qq_Listeners.firePropertyChange("qq_Panel109", oldValue, value);
    }

    /**
     * qq_tabs: transformed from: qqds_TabFolder
     * TagId=12
     * isInherited=FALSE
     */
    public TabFolder getqq_tabs() {
        if (qq_tabs == null) {
            qq_tabs = CompoundFieldFactory.newTabFolder("tabs", JTabbedPane.SCROLL_TAB_LAYOUT);
            WidthPolicy.set(qq_tabs, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_tabs, Constants.SP_EXPLICIT);
            qq_tabs.setSize(new Dimension(839, 626));
            qq_tabs.setMinimumSize(new Dimension(839, 626));
            qq_tabs.setPreferredSize(new Dimension(839, 626));
            qq_tabs.setLocation(16, 11);
            // TODO [1004,Minor]: No data mapping has been generated for this field
            qq_tabs.addTab("Data Fields", getqq_Panel13());
            qq_tabs.addTab("Lists and Toggles", getqq_Panel34());
            qq_tabs.addTab("Buttons and Scroll", getqq_bs());
            qq_tabs.addTab("Array Field", getqq_Panel29());
            qq_tabs.addTab("Tree, List and Outline", getqq_treePanel());
            qq_tabs.addTab("Mapped Object", getqq_Panel33());
            qq_tabs.addTab("Panel States", getqq_Panel109());
        }
        return qq_tabs;
    }

    public void setqq_tabs(TabFolder value) {
        TabFolder oldValue = qq_tabs;
        qq_tabs = value;
        this.qq_Listeners.firePropertyChange("qq_tabs", oldValue, value);
    }

    /**
     * Form: transformed from: qqds_Panel
     * TagId=1
     * isInherited=FALSE
     */
    protected void setFormProperties() {
        Form.setOpaque( true );
        ColourChange.setBackground(Form, UIutils.BrightGreen);
    }

    public JPanel getForm() {
        if (Form == null) {
            Form = CompoundFieldFactory.newForm();
            this.setFormProperties();
            Form.add( getqq_tabs() );
        }
        return Form;
    }

    public void setForm(JPanel value) {
        JPanel oldValue = Form;
        Form = value;
        this.qq_Listeners.firePropertyChange("Form", oldValue, value);
    }

    /**
     * Gets the system close policy
     *
     * The SystemClosePolicy property determines how a window responds to user attempts to close it by using the native window system through the window close box or a window system menu command.
     * SystemClosePolicy responds to window closure attempts according to the following parameters:
     * <li>Constants.SC_DISABLED  Does not allow window closure through window system.</li>
     * <li>Constants.SC_ENABLEDNOFINALIZE  Window can be closed, but the contents are not verified, guaranteeing that the window will close (for example, the user clicks the Cancel button).</li>
     * <li>Constants.SC_ENABLEDFINALIZE  Posts the RequestFinalize method on the window, with a reason code of zero.</li>
     * <li>Constants.SC_ENABLEDSHUTDOWN  Posts Shutdown event to window�s task and to all tasks started by that task. This is the default value.</li>
     */
    public int getSystemClosePolicy() {
        return qq_SystemClosePolicy;
    }

    /**
     * Sets the system close policy
     *
     * The SystemClosePolicy property determines how a window responds to user attempts to close it by using the native window system through the window close box or a window system menu command.
     * SystemClosePolicy responds to window closure attempts according to the following parameters:
     * <li>Constants.SC_DISABLED  Does not allow window closure through window system.</li>
     * <li>Constants.SC_ENABLEDNOFINALIZE  Window can be closed, but the contents are not verified, guaranteeing that the window will close (for example, the user clicks the Cancel button).</li>
     * <li>Constants.SC_ENABLEDFINALIZE  Posts the RequestFinalize method on the window, with a reason code of zero.</li>
     * <li>Constants.SC_ENABLEDSHUTDOWN  Posts Shutdown event to window�s task and to all tasks started by that task. This is the default value.</li>
     */
    public void setSystemClosePolicy(int policy) {
        this.qq_SystemClosePolicy = policy;
        if (policy == Constants.SC_DISABLED) {
            this.addComponentListener(new CloseHideAdaptor(this));
        } else {
            for (ComponentListener cl : this.getComponentListeners()) {
                if (cl instanceof CloseHideAdaptor) {
                    this.removeComponentListener(cl);
                    break;
                }
            }
        }
    }

    /**
     * Gets the initial position policy
     *
     * The InitialPositionPolicy property sets the position of a main window when it is first displayed, relative to a primary window or the screen.
     * You use the InitialPositionPolicy property in conjunction with the InitialX, InitialY properties.
     * InitialPositionPolicy sets the position of a window according to the following values:
     * <li>Constants.PP_SYSTEMDEFAULT    Accepts the default window system placement specification.</li>
     * <li>Constants.PP_PRIMARYCENTERED  Centers the window relative to the window specified as the PrimaryWindow property.</li>
     * <li>Constants.PP_PRIMARYRELATIVE  Positions the window relative to the primary window, using the PrimaryWindow, InitialX and InitialY attributes.</li>
     * <li>Constants.PP_SCREENCENTERED  Centers the window relative to the screen.</li>
     * <li>Constants.PP_SCREENRELATIVE  Positions the window relative to the screen, using the InitialX and InitialY properties.</li>
     */
    public int getInitialPositionPolicy() {
        return qq_initialPositionPolicy;
    }

    /**
     * Sets the initial position policy
     *
     * The InitialPositionPolicy property sets the position of a main window when it is first displayed, relative to a primary window or the screen.
     * You use the InitialPositionPolicy property in conjunction with the InitialX, InitialY properties.
     * InitialPositionPolicy sets the position of a window according to the following values:
     * <li>Constants.PP_SYSTEMDEFAULT    Accepts the default window system placement specification.</li>
     * <li>Constants.PP_PRIMARYCENTERED  Centers the window relative to the window specified as the PrimaryWindow property.</li>
     * <li>Constants.PP_PRIMARYRELATIVE  Positions the window relative to the primary window, using the PrimaryWindow, InitialX and InitialY attributes.</li>
     * <li>Constants.PP_SCREENCENTERED  Centers the window relative to the screen.</li>
     * <li>Constants.PP_SCREENRELATIVE  Positions the window relative to the screen, using the InitialX and InitialY properties.</li>
     */
    public void setInitialPositionPolicy(int policy) {
        this.qq_initialPositionPolicy = policy;
    }

    /**
     * Gets the primary window
     *
     * The primary window property designates a window, known as a primary window, to serve as an initial position reference for the current window.
     * When a main window first realizes itself through the Open method on the UserWindow, it assumes a position according to the InitialPositionPolicy attribute.
     * When the InitialPositionPolicy property is set to PP_PRIMARYRELATIVE (relative to the primary window) or PP_PRIMARYCENTERED (centered on the primary window),
     * the window realizes itself in a position relative to the designated primary window.<p>
     * <p>
     * To take a position relative to the primary window, a window uses the PrimaryWindow attribute in conjunction with the InitialX and InitialY properties, which specify the window�s horizontal and vertical coordinates.
     */
    public Window getPrimaryWindow() {
        return this.primaryWindow;
    }

    /**
     * Sets the primary window
     *
     * The primary window property designates a window, known as a primary window, to serve as an initial position reference for the current window.
     * When a main window first realizes itself through the Open method on the UserWindow, it assumes a position according to the InitialPositionPolicy attribute.
     * When the InitialPositionPolicy property is set to PP_PRIMARYRELATIVE (relative to the primary window) or PP_PRIMARYCENTERED (centered on the primary window),
     * the window realizes itself in a position relative to the designated primary window.<p>
     * <p>
     * To take a position relative to the primary window, a window uses the PrimaryWindow attribute in conjunction with the InitialX and InitialY properties, which specify the window�s horizontal and vertical coordinates.
     */
    public void setPrimaryWindow(Window value) {
        this.primaryWindow = value;
    }

    /**
     * Gets the InitialX value
     *
     * The InitialX property (integer) is the window�s initial horizontal screen position, relative to a primary window or the screen. It is specified in mils.
     * InitialX applies only to main windows and only when a window�s InitialPositionPolicy attribute is set to PP_PRIMARYRELATIVE (relative to the primary window) or PP_SCREENRELATIVE (relative to the screen).
     * InitialX, and its corollary, InitialY, work in conjunction with the PrimaryWindow and InitialPositionPolicy attributes to determine the position of a main window when it is first realized.
     */
    public int getInitialX() {
        return initialX;
    }

    /**
     * Sets the InitialX value
     *
     * The InitialX property (integer) is the window�s initial horizontal screen position, relative to a primary window or the screen. It is specified in mils.
     * InitialX applies only to main windows and only when a window�s InitialPositionPolicy attribute is set to PP_PRIMARYRELATIVE (relative to the primary window) or PP_SCREENRELATIVE (relative to the screen).
     * InitialX, and its corollary, InitialY, work in conjunction with the PrimaryWindow and InitialPositionPolicy attributes to determine the position of a main window when it is first realized.
     */
    public void setInitialX(int value) {
        this.initialX = value;
    }

    /**
     * Gets the InitialY value
     *
     * The InitialY property (integer) is the window�s initial vertical screen position, relative to a primary window or the screen. It is specified in mils.
     * InitialY applies only to main windows and only when a window�s InitialPositionPolicy attribute is set to PP_PRIMARYRELATIVE (relative to the primary window) or PP_SCREENRELATIVE (relative to the screen).
     * InitialY, and its corollary, InitialX, work in conjunction with the PrimaryWindow and InitialPositionPolicy attributes to determine the position of a main window when it is first realized.
     */
    public int getInitialY() {
        return initialY;
    }

    /**
     * Sets the InitialY value
     *
     * The InitialY property (integer) is the window�s initial vertical screen position, relative to a primary window or the screen. It is specified in mils.
     * InitialY applies only to main windows and only when a window�s InitialPositionPolicy attribute is set to PP_PRIMARYRELATIVE (relative to the primary window) or PP_SCREENRELATIVE (relative to the screen).
     * InitialY, and its corollary, InitialX, work in conjunction with the PrimaryWindow and InitialPositionPolicy attributes to determine the position of a main window when it is first realized.
     */
    public void setInitialY(int value) {
        this.initialY = value;
    }

    /**
     * Gets the default message set number for the window and its widgets.
     */
    public int getSetNum() {
        return this.qq_defaultSet;
    }

    /**
     * Sets the default message set number for the window and its widgets.
     */
    public void setSetNum(int value) {
        this.qq_defaultSet = value;
    }

    /**
     * Gets the message set number for the message number of the window's title.
     */
    public int getTitleSetNum() {
        return this.qq_msgSet;
    }

    /**
     * Sets the message set number for the message number of the window's title.
     */
    public void setTitleSetNum(int value) {
        this.qq_msgSet = value;
    }

    /**
     * Gets the message number for the message number of the window's title.
     */
    public int getTitleMsgNum() {
        return this.qq_msgNumber;
    }

    /**
     * Sets the message number for the message number of the window's title.
     */
    public void setTitleMsgNum(int value) {
        this.qq_msgNumber = value;
    }


    /**
     * qq_listArray_Name: transformed from: qqds_DataField
     * TagId=79
     * isInherited=FALSE
     */
    public DataField getqq_listArray_Name() {
        if (qq_listArray_Name == null) {
            // Mask type: MK_NONE
            qq_listArray_Name = DataFieldFactory.newDataField("Name", 18, TextData.class, Constants.MK_NONE);
            qq_listArray_Name.setOriginalFormatText(null);
            qq_listArray_Name.setHorizontalAlignment(JTextField.LEFT);
            WidthPolicy.set(qq_listArray_Name, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_listArray_Name, Constants.SP_NATURAL);
            qq_listArray_Name.setMinimumSize(new Dimension(119, 19));
            qq_listArray_Name.setSize(new Dimension(119, 19));
            qq_listArray_Name.setLocation(23, 30);
            ArrayFieldCellHelper.setUpCellEditor(qq_listArray_Name, qq_list, 0, false);
        }
        return qq_listArray_Name;
    }

    public void setqq_listArray_Name(DataField value) {
        DataField oldValue = qq_listArray_Name;
        qq_listArray_Name = value;
        this.qq_Listeners.firePropertyChange("qq_listArray_Name", oldValue, value);
    }

    /**
     * qq_listArray_Style: transformed from: qqds_RadioList
     * TagId=81
     * isInherited=FALSE
     */
    public RadioList getqq_listArray_Style() {
        if (qq_listArray_Style == null) {
            String[] names = {"Full cup", "Padded", "Half cup", "Demi"};
            qq_listArray_Style = ListFieldFactory.newRadioList(Constants.FO_HORIZONTAL, "", names, 1, Constants.LP_CONSTANT);
            Array_Of_ListElement<ListElement> elements = new Array_Of_ListElement<ListElement>();
            elements.add( new ListElement( 1, names[0], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 2, names[1], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 3, names[2], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            elements.add( new ListElement( 4, names[3], ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE ) );
            qq_listArray_Style.setName("Style");
            qq_listArray_Style.setModel(new RadioListModel(new SelectionInList(elements), qq_listArray_Style) );
            if (qq_listArray_Style.getSelectedIndex() == -1)
                qq_listArray_Style.setSelectedIndex(0);
            // OPTIONAL UIutils.reloadLabelText(qq_listArray_Style, mcat);
            ArrayFieldCellHelper.setUpCellEditor(qq_listArray_Style, qq_list, 1, false);
            qq_listArray_Style.setLocation(131, 31);
        }
        return qq_listArray_Style;
    }

    public void setqq_listArray_Style(RadioList value) {
        RadioList oldValue = qq_listArray_Style;
        qq_listArray_Style = value;
        this.qq_Listeners.firePropertyChange("qq_listArray_Style", oldValue, value);
    }

    /**
     * qq_listArray_Store: transformed from: qqds_DropList
     * TagId=190
     * isInherited=FALSE
     */
    public DropList getqq_listArray_Store() {
        if (qq_listArray_Store == null) {
            ListElement[] elements = new ListElement[4];
            elements[0] = new ListElement( 1, "North", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE );
            elements[1] = new ListElement( 2, "East", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE );
            elements[2] = new ListElement( 3, "South", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE );
            elements[3] = new ListElement( 4, "West", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE );

            qq_listArray_Store = DropFillinFactory.newDropList(elements);
            qq_listArray_Store.setName("Store");
            // OPTIONAL UIutils.reloadLabelText(qq_listArray_Store, mcat);
            qq_listArray_Store.setMaximumRowCount(4);
            ArrayFieldCellHelper.setUpCellEditor(qq_listArray_Store, qq_list, 2, false);
            WidthPolicy.set(qq_listArray_Store, Constants.SP_NATURAL);
            HeightPolicy.set(qq_listArray_Store, Constants.SP_NATURAL);
            qq_listArray_Store.setMinimumSize(new Dimension(63, 21));
            qq_listArray_Store.setLocation(191, 19);
        }
        return qq_listArray_Store;
    }

    public void setqq_listArray_Store(DropList value) {
        DropList oldValue = qq_listArray_Store;
        qq_listArray_Store = value;
        this.qq_Listeners.firePropertyChange("qq_listArray_Store", oldValue, value);
    }

    /**
     * qq_listArray_Sold: transformed from: qqds_DataField
     * TagId=155
     * isInherited=FALSE
     */
    public DataField getqq_listArray_Sold() {
        if (qq_listArray_Sold == null) {
            // Mask type: MK_TEMPLATE
            // original Forte format string -->dd/mm/yyyy<--
            qq_listArray_Sold = DataFieldFactory.newDataField("Sold", 20, DateTimeNullable.class);
            DateTemplate.set(qq_listArray_Sold, "dd/mm/yyyy", DateTimeNullable.class);
            qq_listArray_Sold.setOriginalFormatText("dd/mm/yyyy");
            qq_listArray_Sold.setHorizontalAlignment(JTextField.LEFT);
            WidthPolicy.set(qq_listArray_Sold, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_listArray_Sold, Constants.SP_NATURAL);
            qq_listArray_Sold.setMinimumSize(new Dimension(100, 19));
            qq_listArray_Sold.setSize(new Dimension(100, 19));
            qq_listArray_Sold.setLocation(202, 27);
            ArrayFieldCellHelper.setUpCellEditor(qq_listArray_Sold, qq_list, 3, false);
        }
        return qq_listArray_Sold;
    }

    public void setqq_listArray_Sold(DataField value) {
        DataField oldValue = qq_listArray_Sold;
        qq_listArray_Sold = value;
        this.qq_Listeners.firePropertyChange("qq_listArray_Sold", oldValue, value);
    }

    /**
     * qq_listArray_frontHook: transformed from: qqds_ToggleField
     * TagId=83
     * isInherited=FALSE
     */
    public JCheckBox getqq_listArray_frontHook() {
        if (qq_listArray_frontHook == null) {
            qq_listArray_frontHook = ToggleFieldFactory.newToggleField("", "frontHook");
            // OPTIONAL UIutils.reloadLabelText(qq_listArray_frontHook, mcat);
            ArrayFieldCellHelper.setUpCellEditor(qq_listArray_frontHook, qq_list, 4, false);
            qq_listArray_frontHook.setLocation(249, 33);
        }
        return qq_listArray_frontHook;
    }

    public void setqq_listArray_frontHook(JCheckBox value) {
        JCheckBox oldValue = qq_listArray_frontHook;
        qq_listArray_frontHook = value;
        this.qq_Listeners.firePropertyChange("qq_listArray_frontHook", oldValue, value);
    }

    /**
     * qq_listArray_Markup: transformed from: qqds_DataField
     * TagId=188
     * isInherited=FALSE
     */
    public DataField getqq_listArray_Markup() {
        if (qq_listArray_Markup == null) {
            // Mask type: MK_TEMPLATE
            // original Forte format string -->CURRENCY<--
            this.qq_listArray_Markup = DataFieldFactory.newDataField("Markup", 20, "$#,##0.00", DecimalNullable.class);
            qq_listArray_Markup.setOriginalFormatText("CURRENCY");
            qq_listArray_Markup.setHorizontalAlignment(JTextField.RIGHT);
            WidthPolicy.set(qq_listArray_Markup, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_listArray_Markup, Constants.SP_NATURAL);
            qq_listArray_Markup.setMinimumSize(new Dimension(69, 19));
            qq_listArray_Markup.setSize(new Dimension(69, 19));
            qq_listArray_Markup.setLocation(337, 24);
            ArrayFieldCellHelper.setUpCellEditor(qq_listArray_Markup, qq_list, 5, false);
        }
        return qq_listArray_Markup;
    }

    public void setqq_listArray_Markup(DataField value) {
        DataField oldValue = qq_listArray_Markup;
        qq_listArray_Markup = value;
        this.qq_Listeners.firePropertyChange("qq_listArray_Markup", oldValue, value);
    }

    /**
     * qq_listArray_cost: transformed from: qqds_DataField
     * TagId=85
     * isInherited=FALSE
     */
    public DataField getqq_listArray_cost() {
        if (qq_listArray_cost == null) {
            // Mask type: MK_TEMPLATE
            // original Forte format string -->$#,##0.00<--
            this.qq_listArray_cost = DataFieldFactory.newDataField("cost", 15, "$#,##0.00", DecimalData.class);
            qq_listArray_cost.setOriginalFormatText("$#,##0.00");
            qq_listArray_cost.setHorizontalAlignment(JTextField.RIGHT);
            WidthPolicy.set(qq_listArray_cost, Constants.SP_EXPLICIT);
            HeightPolicy.set(qq_listArray_cost, Constants.SP_NATURAL);
            qq_listArray_cost.setMinimumSize(new Dimension(100, 19));
            qq_listArray_cost.setSize(new Dimension(100, 19));
            qq_listArray_cost.setLocation(333, 36);
            ArrayFieldCellHelper.setUpCellEditor(qq_listArray_cost, qq_list, 6, false);
        }
        return qq_listArray_cost;
    }

    public void setqq_listArray_cost(DataField value) {
        DataField oldValue = qq_listArray_cost;
        qq_listArray_cost = value;
        this.qq_Listeners.firePropertyChange("qq_listArray_cost", oldValue, value);
    }

    /**
     * qq_listArray_Color: transformed from: qqds_DropList
     * TagId=87
     * isInherited=FALSE
     */
    public DropList getqq_listArray_Color() {
        if (qq_listArray_Color == null) {
            ListElement[] elements = new ListElement[4];
            elements[0] = new ListElement( 1, "Red", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE );
            elements[1] = new ListElement( 2, "Black", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE );
            elements[2] = new ListElement( 3, "White", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE );
            elements[3] = new ListElement( 4, "Ivory", ListElement.qq_Resolver.cINTEGERVALUE_TEXTVALUE );

            qq_listArray_Color = DropFillinFactory.newDropList(elements);
            qq_listArray_Color.setName("Color");
            // OPTIONAL UIutils.reloadLabelText(qq_listArray_Color, mcat);
            qq_listArray_Color.setMaximumRowCount(4);
            ArrayFieldCellHelper.setUpCellEditor(qq_listArray_Color, qq_list, 7, false);
            WidthPolicy.set(qq_listArray_Color, Constants.SP_NATURAL);
            HeightPolicy.set(qq_listArray_Color, Constants.SP_NATURAL);
            qq_listArray_Color.setMinimumSize(new Dimension(63, 21));
            qq_listArray_Color.setLocation(456, 35);
        }
        return qq_listArray_Color;
    }

    public void setqq_listArray_Color(DropList value) {
        DropList oldValue = qq_listArray_Color;
        qq_listArray_Color = value;
        this.qq_Listeners.firePropertyChange("qq_listArray_Color", oldValue, value);
    }


    /**
     * Initialise the window and all its children.
     */
    protected void initialize() {
        if (this.Form == null) {
            this.setName( "one2" );
            this.setTitle( "" );
            this.setSystemClosePolicy(Constants.SC_ENABLEDSHUTDOWN);
            this.setJMenuBar( getqq_MenuBar() );
            if (this.getContentPane() != this.getForm()) {
                this.setContentPane(getForm());
            }
            this.qq_setupWindowUsage();
            this.setResizable( false );
            this.setAlwaysOnTop(false);
            UserWindow.setIconizeEnabled(this, true);
            WindowManager.addWindowListener(this);
            this.setDefaultCloseOperation(javax.swing.WindowConstants.DO_NOTHING_ON_CLOSE);
            this.setUsage(DisplayProject.Constants.WU_UPDATE);
            UIutils.processGUIActions();
            this.pack();
            this.setInitialX(0);
            this.setInitialY(0);
            this.setInitialPositionPolicy(Constants.PP_SYSTEMDEFAULT);
        }
    }


    // ----------------
    //  Window usage
    //-----------------
    protected WindowUsageMap usage = new WindowUsageMap();
    public int getUsage() {
        return this.usage.getUsage();
    }
    public WindowUsageMap getUsageMap() {
        return this.usage;
    }
    /**
     * Sets the window usage
     *
     * The Usage property sets the state for all a window�s child widgets at once, providing collective widget state changes on a predefined basis. A widget�s state determines how the widget reacts to mouse actions and how it displays itself. A window�s Usage property provides a convenient way to control the states of a group of widgets in the context of their parent window. With the Usage attribute, you can synchronize widget states to conform to a pattern you establish for the window.
     * The Usage attribute accepts the following values:
     * <li>Constants.WU_EDIT  Edit usage: widgets themselves are editable, but not underlying data.</li>
     * <li>Constants.WU_QUERY  Query only usage: widget data is editable, but not widgets themselves.</li>
     * <li>Constants.WU_UPDATE  Update usage: mouse actions and keyboard input accepted. Widgets themselves are changeable. This is the default.</li>
     * <li>Constants.WU_USER1  A user-defined usage. Default values same as WU_UPDATE.</li>
     * <li>Constants.WU_USER2  A user-defined usage. Default values same as WU_UPDATE.</li>
     * <li>Constants.WU_USER3  A user-defined usage. Default values same as WU_UPDATE.</li>
     * <li>Constants.WU_VIEW  View-only usage: no keyboard input is accepted. Widget posts Click events for mouse clicks.</li>
     */
    public void setUsage(int usage) {
        this.usage.setUsage(usage);
    }
    public void qq_setupWindowUsage() {
        this.usage = new WindowUsageMap();
        this.usage.add(getqq_fileNew(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_fileOpen(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_fileSave(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_separator(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_filePrint(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_filePrintSetup(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_separator1(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_fileExit(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_file(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_editCut(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_editCopy(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_editPaste(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_editDelete(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_editSelectall(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_edit(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_helpContents(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_helpSearch(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_helpOnHelp(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_separator2(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_helpAbout(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_help(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_tableOne(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_tebleTwo(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_tableThree(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_table_popup(), Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED, Constants.MS_ENABLED);
        this.usage.add(getqq_tabs(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_Panel34(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_GridField35(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_GridField36(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_ToggleFieldsGrid(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aToggleBoolean(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aToggleBooleanData(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_FillInFieldsGrid(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aFillInString(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aFillInTextdata(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_GridField43(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_RadioListsGrid(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aRadioInteger(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aRadioIntegerData(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aRadioString(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aRadioTextData(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_DropListsGrid(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aDropListInteger(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aDropListIntegerData(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aDropListString(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aDropListTextData(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_ScrollListsGrid(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aScrollListInteger(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aScrollListIntegerData(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aScrollListString(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aScrollListTextData(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_SetGet(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_Panel109(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_GridField110(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_GridField111(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_Hide(), Constants.FS_UPDATE, Constants.FS_DISABLED, Constants.FS_QUERY, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_Show(), Constants.FS_DISABLED, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_innerGrid(), Constants.FS_UPDATE, Constants.FS_INVISIBLE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_SomeTextLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_uslessRadioList(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_Panel33(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_GridField91(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_buttonGrid(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_Find(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_save(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_One(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_clearBtn(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_theBra(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_NameLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_theBra_Name(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_StyleLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_theBra_Style(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_ClaspLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_theBra_frontHook(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_DescriptionLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_theBra_description(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_PriceLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_theBra_cost(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_ColourLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_theBra_Color(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_theBra_Markup(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_MarkupLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_treePanel(), Constants.FS_UPDATE, Constants.FS_INVISIBLE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aTreeView(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_bList(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aOutlineField(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_bs(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_PictureGraphic207(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_aPictureButton(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_aPushButton(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_aScrollInteger(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aScrollIntegerData(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_soap(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_Container(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_Jar(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_Jsp(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_PictureGraphic121(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_Panel13(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_GridField66(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_StringLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_aString(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_DecimalDataCurrencyLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_aDecimalData(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_TextDataLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_aTextData(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_MaskedStringLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_aPhone(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_UppercaseStringLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_UpperCase(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aDate(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_IntegerLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_aInteger(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_IntegerDataLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_aIntegerData(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_DoubleLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_aDouble(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_DoubleDataLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_aDoubleData(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_DateLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_someAction(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_WierdDCLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_wDC(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aDateNullable(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_aDecimalNullable(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_DateTimeNullableLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_DecimalNullableLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_aIntegerNullable(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_IntegerNullableLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_aDoubleNullable(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_DoubleNullableLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_aTextNullable(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_TextNullableLbl(), Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_Panel29(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_GridField203(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_list(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_listArray_Name(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_listArray_Style(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_listArray_Store(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_listArray_Sold(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_listArray_frontHook(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_listArray_Markup(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_listArray_cost(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_listArray_Color(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_GridField204(), Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
        this.usage.add(getqq_hidehook(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_populate(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_INACTIVE, Constants.FS_INACTIVE, Constants.FS_INACTIVE);
        this.usage.add(getqq_junk(), Constants.FS_UPDATE, Constants.FS_VIEWONLY, Constants.FS_QUERY, Constants.FS_UPDATE, Constants.FS_UPDATE, Constants.FS_UPDATE);
    }
    // </editor-fold>

    // -----------
    // Main method
    // -----------
    public static void main( String[] args ) {
        FrameworkUtils.setCmdLineArgs(args);
        AppletConnectionInfo client = null;
        try {
            // Install our own focus manager. MUST be done prior to setting the
            // UIManager, otherwise you'll run into issues like things have the wrong focus.
            KeyboardFocusManager.setCurrentKeyboardFocusManager(new ForteKeyboardFocusManager());

            UIManager.setLookAndFeel(new Win32LookAndFeel());

            client = UserWindow.postAPPLETStarted();
            One2 one2_start = new One2();
            one2_start.display();
            UserWindow.postAPPLETStopped(client);
            System.exit(0);
        } catch (Throwable e) {
            ErrorMgr.showErrors(null, "Unhandled exception", e);
            UserWindow.postAPPLETStopped(client);
            System.exit(0);
        }
    }
// end class one2
// c Pass 2 Conversion Time: 3213 milliseconds
TOP

Related Classes of AllWidgets_with_Mapping.One2

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.