this.prorgessLData.height = 17;
this.prorgessLData.left = new FormAttachment(25, 1000, 0);
this.prorgessLData.top = new FormAttachment(0, 1000, 507);
this.prorgessLData.right = new FormAttachment(976, 1000, 0);
this.prorgessLData.bottom = new FormAttachment(897, 1000, 0);
this.progressIndicator = new ProgressIndicator(paramComposite);
this.progressIndicator.setLayoutData(this.prorgessLData);
}