this.frmpnlNewFormpanel.setHeaderVisible(false);
this.frmpnlNewFormpanel.setHeading("");
this.frmpnlNewFormpanel.setCollapsible(true);
this.verticalPanel.add(this.frmpnlNewFormpanel);
this.customerNameField = new TextField();
this.customerNameField.setEnabled(false);
this.frmpnlNewFormpanel.add(this.customerNameField);
this.customerNameField.setFieldLabel("Name");
this.addressField = new TextArea();
this.addressField.setEnabled(false);
this.frmpnlNewFormpanel.add(this.addressField, new FormData("100%"));
this.addressField.setFieldLabel("Address");
this.phoneField = new TextField();
this.phoneField.setEnabled(false);
this.frmpnlNewFormpanel.add(this.phoneField, new FormData("100%"));
this.phoneField.setFieldLabel("Phone");
this.cashBalanceField = new NumberField();