wasWriteOk = false;
jPanel1 = new JPanel();
label1 = new HelpedLabel(Translator.getTranslation("AccTypeId"),
"Number", "accounttype", view);
textField1 = new IntegerField("Number", "accounttype", view);
textField1.setEnabled(false);
label2 = new HelpedLabel(Translator.getTranslation("Account type name"),
"Name", "accounttype", view);
textField2 = new HelpedTextField("Name", "accounttype", view);
label3 = new HelpedLabel(Translator.getTranslation("Sorting order for reports"),
"Sort", "accounttype", view);
textField3 = new IntegerField("Sort", "accounttype", view);
JPanel jPanel22 = new JPanel();
jPanel22.setLayout(new BoxLayout(jPanel22, BoxLayout.Y_AXIS));
jPanel1.setLayout(new GridLayout(5, 2));