this.lblLastAction = new JbsLabel();
this.txUserNumber = new JbsTextField();
this.pnAddress = new PnTransactionAddressEdit(this);
this.pnDeliveryAddress = new PnTransactionAddressEdit(this);
try {
this.pnPositions = new PnTransactionPositions(this);
} catch (Exception ex) {
logger.error("Error opening position-panel.", ex);
}
this.txTransactionDate = new JbsDateField();
this.sfPaymentTerm = new PaymentTermSelectField();