|
|
@ -647,6 +647,7 @@ public class PreferencePane extends BasicPane { |
|
|
|
JPanel formulaPane = new JPanel(); |
|
|
|
JPanel formulaPane = new JPanel(); |
|
|
|
//设置是否支持将字符串编辑为公式
|
|
|
|
//设置是否支持将字符串编辑为公式
|
|
|
|
supportStringToFormulaBox = new UICheckBox(i18nText("Fine-Design_Report_Support_String_To_Formula")); |
|
|
|
supportStringToFormulaBox = new UICheckBox(i18nText("Fine-Design_Report_Support_String_To_Formula")); |
|
|
|
|
|
|
|
//行容器为一个panel
|
|
|
|
formulaPane.add(supportStringToFormulaBox); |
|
|
|
formulaPane.add(supportStringToFormulaBox); |
|
|
|
editPane.add(formulaPane); |
|
|
|
editPane.add(formulaPane); |
|
|
|
|
|
|
|
|
|
|
|