|
|
|
@ -79,7 +79,6 @@ public class FormParaDesigner extends FormDesigner implements ParameterDesignerP
|
|
|
|
|
private static final int SECOND_H_LOCATION = 170; |
|
|
|
|
private static final int ADD_HEIGHT = 20; |
|
|
|
|
private static final int H_GAP = 105; |
|
|
|
|
private static int paraCount; |
|
|
|
|
|
|
|
|
|
private static Image paraImage = BaseUtils.readImage("/com/fr/design/images/form/parameter.png"); |
|
|
|
|
|
|
|
|
@ -239,9 +238,6 @@ public class FormParaDesigner extends FormDesigner implements ParameterDesignerP
|
|
|
|
|
//参数面板独立后只能这边触发调整高度,根据参数个数调整换行,计算高度
|
|
|
|
|
EastRegionContainerPane.getInstance().setParameterHeight((p.getParameterArray().length + 5) / 6 * 30 + 80); |
|
|
|
|
} |
|
|
|
|
System.out.print("1"); |
|
|
|
|
|
|
|
|
|
//ParameterPropertyPane.getInstance().repaintContainer();
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|