lblNewLabel.setText(RedisClient.i18nFile.getText(I18nFile.CHANNEL));
final Text channel = new Text(composite_4, SWT.BORDER);
channel.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
channel.setBounds(0, 0, 88, 23);
channel.addControlListener(new ControlAdapter() {
@Override
public void controlResized(ControlEvent e) {
channel.setFocus();
}
});