!7 concept TestImage { new Ref pngFile; S imageMD5; int width, height; bool textKnown; S text; } p-subst { new SimpleCRUD(TestImage) { void makeComponents(TestImage c, Map map) { for (S field : listMinus((L) conceptFieldsInOrder(cc), "width", "height", "imageMD5")) map.put(field, fieldComponent(c, field)); } }.show(); }