@ -0,0 +1,42 @@ |
|||||||
|
package com.fr.design.write.submit; |
||||||
|
|
||||||
|
import com.fine.theme.utils.FineUIScale; |
||||||
|
import com.fr.design.editor.editor.Editor; |
||||||
|
|
||||||
|
import java.awt.BorderLayout; |
||||||
|
import java.awt.Dimension; |
||||||
|
|
||||||
|
import static com.fine.theme.utils.FineUIScale.scale; |
||||||
|
|
||||||
|
/** |
||||||
|
* 控件面板添加的控件绑定的提交入库事件面板 |
||||||
|
* |
||||||
|
* @author Renekton |
||||||
|
* @since 11.0 |
||||||
|
* Created on 2024/09/13 |
||||||
|
*/ |
||||||
|
public class DBManipulationInWdigetEventNoCellPane extends DBManipulationPane { |
||||||
|
|
||||||
|
public DBManipulationInWdigetEventNoCellPane() { |
||||||
|
super(); |
||||||
|
} |
||||||
|
|
||||||
|
public DBManipulationInWdigetEventNoCellPane(Editor<?>[] vTypes) { |
||||||
|
super(vTypes); |
||||||
|
} |
||||||
|
|
||||||
|
protected Dimension createEditTablePreferredSize() { |
||||||
|
return scale(new Dimension(280, 150)); |
||||||
|
} |
||||||
|
|
||||||
|
protected Dimension getPreferredScrollableViewportSize() { |
||||||
|
return scale(new Dimension(280, 120)); |
||||||
|
} |
||||||
|
protected Dimension createControlBtnPanePreferredSize(){ |
||||||
|
return FineUIScale.scale(new Dimension(110, 20)); |
||||||
|
} |
||||||
|
|
||||||
|
protected String setControlBtnPanePosition(){ |
||||||
|
return BorderLayout.EAST; |
||||||
|
} |
||||||
|
} |
@ -1,29 +1,17 @@ |
|||||||
package com.fr.startup.ui; |
package com.fr.startup.ui; |
||||||
|
|
||||||
import java.awt.Color; |
|
||||||
|
|
||||||
/** |
/** |
||||||
* created by Harrison on 2022/07/07 |
* created by Harrison on 2022/07/07 |
||||||
**/ |
**/ |
||||||
public class StartupPageConstants { |
public class StartupPageConstants { |
||||||
|
|
||||||
/** |
/** |
||||||
* 圆弧长度 |
* 圆角直径 |
||||||
*/ |
*/ |
||||||
public static final int ARC_DIAMETER = 10; |
public static final int ARC_DIAMETER = 16; |
||||||
|
|
||||||
/** |
/** |
||||||
* 内容宽度 |
* 内容宽度 |
||||||
*/ |
*/ |
||||||
public static final int CONTENT_WIDTH = 850; |
public static final int CONTENT_WIDTH = 850; |
||||||
|
|
||||||
/** |
|
||||||
* 边框的颜色 |
|
||||||
*/ |
|
||||||
public static final Color BORDER_COLOR = Color.WHITE; |
|
||||||
|
|
||||||
/** |
|
||||||
* 透明的颜色 |
|
||||||
*/ |
|
||||||
public static final Color TRANSPARENT_COLOR = new Color(0, 0, 0, 0); |
|
||||||
} |
} |
||||||
|
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 538 B |
After Width: | Height: | Size: 690 B |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 906 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 650 B |
After Width: | Height: | Size: 5.3 KiB |
After Width: | Height: | Size: 515 B |
After Width: | Height: | Size: 587 B |
After Width: | Height: | Size: 6.5 KiB |
After Width: | Height: | Size: 5.2 KiB |
@ -1 +1 @@ |
|||||||
report-engine-key=fine-report-engine-1.0.jar |
report-engine-key=fine-report-engine-1.0.0.jar |