|
|
|
@ -42,8 +42,7 @@ public class WriteWebSettingPane extends WebSettingPane<WebWrite> {
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
protected JPanel createOtherSetPane() { |
|
|
|
|
colorBox = new UICheckBox(Inter.getLocText(new String[]{"Face_Write", "Current", "Edit", "Row", |
|
|
|
|
"Background", "Set"}) + ":"); |
|
|
|
|
colorBox = new UICheckBox(Inter.getLocText("FR-Designer_Set_BG_Of_Current_Row") + ":"); |
|
|
|
|
colorBox.setSelected(true); |
|
|
|
|
colorButton = new UIColorButton(BaseUtils.readIcon("/com/fr/design/images/gui/color/background.png")); |
|
|
|
|
colorBox.addActionListener(new ActionListener() { |
|
|
|
@ -74,7 +73,8 @@ public class WriteWebSettingPane extends WebSettingPane<WebWrite> {
|
|
|
|
|
rptShowButtonGroup.add(leftRadioButton); |
|
|
|
|
JPanel showLocPane = GUICoreUtils.createFlowPane(new Component[]{rptShowLocationLabel, centerRadioButton, leftRadioButton}, FlowLayout.LEFT); |
|
|
|
|
|
|
|
|
|
unloadCheck = new UICheckBox(Inter.getLocText(new String[]{"Event-unloadcheck", "Tooltips"})); |
|
|
|
|
// unloadCheck = new UICheckBox(Inter.getLocText(new String[]{"Event-unloadcheck", "Tooltips"}));
|
|
|
|
|
unloadCheck = new UICheckBox(Inter.getLocText("FR-Designer_Unload_Check")); |
|
|
|
|
unloadCheck.setSelected(true); |
|
|
|
|
|
|
|
|
|
showWidgets = new UICheckBox(Inter.getLocText(new String[]{"Event-showWidgets"})); |
|
|
|
|