layout = new FormData();
layout.top = new FormAttachment(null, 0);
layout.left = new FormAttachment(null, 1);
layout.width = 200;
book = new PageBook(parent, SWT.NONE);
layout = new FormData();
layout.top = new FormAttachment(0);
layout.left = new FormAttachment(0);
layout.right = new FormAttachment(100);
layout.bottom = new FormAttachment(100);