Browse Source

删除无用代码

master
kerry 7 years ago
parent
commit
38591ff1d9
  1. 7
      designer/src/com/fr/design/widget/ui/WriteUnableRepeatEditorPane.java

7
designer/src/com/fr/design/widget/ui/WriteUnableRepeatEditorPane.java

@ -24,14 +24,7 @@ public abstract class WriteUnableRepeatEditorPane<E extends WriteUnableRepeatEdi
@Override
protected JPanel setFirstContentPane() {
JPanel contentPane = FRGUIPaneFactory.createYBoxEmptyBorderPane();
// JPanel contenter=FRGUIPaneFactory.createMediumHGapFlowInnerContainer_M_Pane_First0();
removeRepeatCheckBox = new UICheckBox(Inter.getLocText("Form-Remove_Repeat_Data"), false);
// contentPane.add(contenter);
// contenter.add(removeRepeatCheckBox);
// JPanel otherContentPane = this.setThirdContentPane();
// if (otherContentPane != null)
// contentPane.add(otherContentPane,BorderLayout.CENTER);
Component[] dicPane = createDicPane();
double f = TableLayout.FILL;

Loading…
Cancel
Save