39404142434445
public PnlSelEditTfdSingleFloatDepth(DocumentListener lstDocument, boolean blnFiedRequired) { super("Depth value", blnFiedRequired); super._tfdValue = new GfrTfdTextCheckableSmallFloat(lstDocument); }
60616263646566676869
true // blnFiedRequired ); this._tfdValueDegrees_ = new GfrTfdTextCheckableSmallInt(lstDocument); this._tfdValueMinutes_ = new GfrTfdTextCheckableSmallInt(lstDocument); this._tfdValueSeconds_ = new GfrTfdTextCheckableSmallFloat(lstDocument); }