|
|
@ -282,12 +282,12 @@ public class PageSetupPane extends BasicPane { |
|
|
|
|
|
|
|
|
|
|
|
JPanel marginLeftTextPane = FRGUIPaneFactory.createNormalFlowInnerContainer_S_Pane(); |
|
|
|
JPanel marginLeftTextPane = FRGUIPaneFactory.createNormalFlowInnerContainer_S_Pane(); |
|
|
|
marginLeftPane.add(marginLeftTextPane); |
|
|
|
marginLeftPane.add(marginLeftTextPane); |
|
|
|
marginLeftTextPane.add(new UILabel(BidiUtils.reverseConcatenateStrings(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_Top_Duplicate"), ":"))); |
|
|
|
marginLeftTextPane.add(new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_Top_Duplicate") + ":")); |
|
|
|
marginTopUnitFieldPane = new UnitFieldPane(Constants.UNIT_MM); |
|
|
|
marginTopUnitFieldPane = new UnitFieldPane(Constants.UNIT_MM); |
|
|
|
marginLeftTextPane.add(marginTopUnitFieldPane); |
|
|
|
marginLeftTextPane.add(marginTopUnitFieldPane); |
|
|
|
JPanel marginLeftUnitPane = FRGUIPaneFactory.createNormalFlowInnerContainer_S_Pane(); |
|
|
|
JPanel marginLeftUnitPane = FRGUIPaneFactory.createNormalFlowInnerContainer_S_Pane(); |
|
|
|
marginLeftPane.add(marginLeftUnitPane); |
|
|
|
marginLeftPane.add(marginLeftUnitPane); |
|
|
|
marginLeftUnitPane.add(new UILabel(BidiUtils.reverseConcatenateStrings(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_Bottom"), ":"))); |
|
|
|
marginLeftUnitPane.add(new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_Bottom") + ":")); |
|
|
|
marginBottomUnitFieldPane = new UnitFieldPane(Constants.UNIT_MM); |
|
|
|
marginBottomUnitFieldPane = new UnitFieldPane(Constants.UNIT_MM); |
|
|
|
marginLeftUnitPane.add(marginBottomUnitFieldPane); |
|
|
|
marginLeftUnitPane.add(marginBottomUnitFieldPane); |
|
|
|
|
|
|
|
|
|
|
@ -298,13 +298,13 @@ public class PageSetupPane extends BasicPane { |
|
|
|
// peter:这个一个垂直的上下的字符panel.
|
|
|
|
// peter:这个一个垂直的上下的字符panel.
|
|
|
|
JPanel marginRightTextPane = FRGUIPaneFactory.createNormalFlowInnerContainer_S_Pane(); |
|
|
|
JPanel marginRightTextPane = FRGUIPaneFactory.createNormalFlowInnerContainer_S_Pane(); |
|
|
|
marginRightPane.add(marginRightTextPane); |
|
|
|
marginRightPane.add(marginRightTextPane); |
|
|
|
marginRightTextPane.add(new UILabel(BidiUtils.reverseConcatenateStrings(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Basic_Left"), ":"))); |
|
|
|
marginRightTextPane.add(new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Basic_Left") + ":")); |
|
|
|
marginLeftUnitFieldPane = new UnitFieldPane(Constants.UNIT_MM); |
|
|
|
marginLeftUnitFieldPane = new UnitFieldPane(Constants.UNIT_MM); |
|
|
|
marginRightTextPane.add(marginLeftUnitFieldPane); |
|
|
|
marginRightTextPane.add(marginLeftUnitFieldPane); |
|
|
|
|
|
|
|
|
|
|
|
JPanel marginRightUnitPane = FRGUIPaneFactory.createNormalFlowInnerContainer_S_Pane(); |
|
|
|
JPanel marginRightUnitPane = FRGUIPaneFactory.createNormalFlowInnerContainer_S_Pane(); |
|
|
|
marginRightPane.add(marginRightUnitPane); |
|
|
|
marginRightPane.add(marginRightUnitPane); |
|
|
|
marginRightUnitPane.add(new UILabel(BidiUtils.reverseConcatenateStrings(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Form_Right"), ":"))); |
|
|
|
marginRightUnitPane.add(new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Form_Right") + ":")); |
|
|
|
marginRightUnitFieldPane = new UnitFieldPane(Constants.UNIT_MM); |
|
|
|
marginRightUnitFieldPane = new UnitFieldPane(Constants.UNIT_MM); |
|
|
|
marginRightUnitPane.add(marginRightUnitFieldPane); |
|
|
|
marginRightUnitPane.add(marginRightUnitFieldPane); |
|
|
|
|
|
|
|
|
|
|
@ -324,7 +324,7 @@ public class PageSetupPane extends BasicPane { |
|
|
|
// header height.
|
|
|
|
// header height.
|
|
|
|
JPanel headerHeightPane = FRGUIPaneFactory.createNormalFlowInnerContainer_S_Pane(); |
|
|
|
JPanel headerHeightPane = FRGUIPaneFactory.createNormalFlowInnerContainer_S_Pane(); |
|
|
|
hfHeightPane.add(headerHeightPane); |
|
|
|
hfHeightPane.add(headerHeightPane); |
|
|
|
headerHeightPane.add(new UILabel(BidiUtils.reverseConcatenateStrings(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_PageSetup_Header"), ":"))); |
|
|
|
headerHeightPane.add(new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_PageSetup_Header") + ":")); |
|
|
|
|
|
|
|
|
|
|
|
headerUnitFieldPane = new UnitFieldPane(Constants.UNIT_MM); |
|
|
|
headerUnitFieldPane = new UnitFieldPane(Constants.UNIT_MM); |
|
|
|
headerHeightPane.add(headerUnitFieldPane); |
|
|
|
headerHeightPane.add(headerUnitFieldPane); |
|
|
@ -332,7 +332,7 @@ public class PageSetupPane extends BasicPane { |
|
|
|
// footer height.
|
|
|
|
// footer height.
|
|
|
|
JPanel footerHeightPane = FRGUIPaneFactory.createNormalFlowInnerContainer_S_Pane(); |
|
|
|
JPanel footerHeightPane = FRGUIPaneFactory.createNormalFlowInnerContainer_S_Pane(); |
|
|
|
hfHeightPane.add(footerHeightPane); |
|
|
|
hfHeightPane.add(footerHeightPane); |
|
|
|
footerHeightPane.add(new UILabel(BidiUtils.reverseConcatenateStrings(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_PageSetup_Footer"), ":"))); |
|
|
|
footerHeightPane.add(new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_PageSetup_Footer") + ":")); |
|
|
|
|
|
|
|
|
|
|
|
footerUnitFieldPane = new UnitFieldPane(Constants.UNIT_MM); |
|
|
|
footerUnitFieldPane = new UnitFieldPane(Constants.UNIT_MM); |
|
|
|
footerHeightPane.add(footerUnitFieldPane); |
|
|
|
footerHeightPane.add(footerUnitFieldPane); |
|
|
|