public PnlSelEditTfdMultipleIntegerTwin(String strLabel, boolean blnFiedRequired,
DocumentListener lstDocument)
{
super(strLabel, blnFiedRequired);
this._tfdValue1 = new GfrTfdTextCheckableSmallInt(lstDocument);
this._tfdValue2 = new GfrTfdTextCheckableSmallInt(lstDocument);
}