2025-03-12 16:23:17 +08:00
|
|
|
JFDML JFormDesigner: "9.0.0.0.352" Java: "21.0.6" encoding: "UTF-8"
|
|
|
|
|
|
|
|
|
|
new FormModel {
|
|
|
|
|
contentType: "form/swing"
|
|
|
|
|
root: new FormRoot {
|
|
|
|
|
add( new FormContainer( "javax.swing.JPanel", new FormLayoutManager( class com.jformdesigner.runtime.NullLayout ) ) {
|
|
|
|
|
name: "this"
|
|
|
|
|
add( new FormContainer( "javax.swing.JScrollPane", new FormLayoutManager( class javax.swing.JScrollPane ) ) {
|
|
|
|
|
name: "scrollPane1"
|
|
|
|
|
add( new FormComponent( "javax.swing.JTable" ) {
|
|
|
|
|
name: "table1"
|
|
|
|
|
"model": new com.jformdesigner.model.SwingTableModel( new java.util.Vector, new java.util.Vector {
|
|
|
|
|
add( "转生次数" )
|
|
|
|
|
add( "名字前缀" )
|
|
|
|
|
add( "名字后缀" )
|
|
|
|
|
}, new java.util.Vector {
|
|
|
|
|
add( class java.lang.Integer )
|
|
|
|
|
add( class java.lang.String )
|
|
|
|
|
add( class java.lang.String )
|
|
|
|
|
}, new java.util.Vector {
|
|
|
|
|
add( null )
|
|
|
|
|
add( null )
|
|
|
|
|
add( null )
|
|
|
|
|
}, new java.util.Vector {
|
|
|
|
|
add( null )
|
|
|
|
|
add( null )
|
|
|
|
|
add( null )
|
|
|
|
|
} )
|
|
|
|
|
} )
|
|
|
|
|
}, new FormLayoutConstraints( class com.jformdesigner.runtime.NullConstraints ) {
|
|
|
|
|
"x": 18
|
|
|
|
|
"y": 10
|
|
|
|
|
"height": 595
|
|
|
|
|
} )
|
|
|
|
|
add( new FormComponent( "javax.swing.JButton" ) {
|
|
|
|
|
name: "button21"
|
|
|
|
|
"text": "删除配置"
|
|
|
|
|
addEvent( new FormEvent( "java.awt.event.ActionListener", "actionPerformed", "删除配置", true ) )
|
|
|
|
|
}, new FormLayoutConstraints( class com.jformdesigner.runtime.NullConstraints ) {
|
|
|
|
|
"width": 100
|
|
|
|
|
"height": 35
|
|
|
|
|
"x": 375
|
2025-03-15 22:12:37 +08:00
|
|
|
"y": 615
|
2025-03-12 16:23:17 +08:00
|
|
|
} )
|
|
|
|
|
add( new FormComponent( "javax.swing.JButton" ) {
|
|
|
|
|
name: "button19"
|
|
|
|
|
"text": "保存配置"
|
|
|
|
|
addEvent( new FormEvent( "java.awt.event.ActionListener", "actionPerformed", "保存配置", true ) )
|
|
|
|
|
}, new FormLayoutConstraints( class com.jformdesigner.runtime.NullConstraints ) {
|
|
|
|
|
"width": 100
|
|
|
|
|
"height": 35
|
2025-03-15 22:12:37 +08:00
|
|
|
"x": 525
|
|
|
|
|
"y": 615
|
2025-03-12 16:23:17 +08:00
|
|
|
} )
|
|
|
|
|
add( new FormComponent( "javax.swing.JButton" ) {
|
|
|
|
|
name: "button25"
|
|
|
|
|
"text": "新增配置"
|
|
|
|
|
addEvent( new FormEvent( "java.awt.event.ActionListener", "actionPerformed", "新增配置", true ) )
|
|
|
|
|
}, new FormLayoutConstraints( class com.jformdesigner.runtime.NullConstraints ) {
|
|
|
|
|
"width": 100
|
|
|
|
|
"height": 35
|
|
|
|
|
"x": 270
|
2025-03-15 22:12:37 +08:00
|
|
|
"y": 615
|
2025-03-12 16:23:17 +08:00
|
|
|
} )
|
2025-03-14 21:30:12 +08:00
|
|
|
add( new FormComponent( "javax.swing.JToggleButton" ) {
|
|
|
|
|
name: "toggleButton3"
|
|
|
|
|
"icon": new com.jformdesigner.model.SwingIcon( 0, "/image/OFF3.png" )
|
|
|
|
|
"selectedIcon": new com.jformdesigner.model.SwingIcon( 0, "/image/ON3.png" )
|
|
|
|
|
"focusPainted": false
|
|
|
|
|
"contentAreaFilled": false
|
|
|
|
|
addEvent( new FormEvent( "java.awt.event.ActionListener", "actionPerformed", "战力开关", true ) )
|
|
|
|
|
}, new FormLayoutConstraints( class com.jformdesigner.runtime.NullConstraints ) {
|
|
|
|
|
"width": 100
|
|
|
|
|
"height": 35
|
2025-03-15 22:12:37 +08:00
|
|
|
"x": 20
|
|
|
|
|
"y": 615
|
2025-03-14 21:30:12 +08:00
|
|
|
} )
|
|
|
|
|
add( new FormComponent( "javax.swing.JLabel" ) {
|
|
|
|
|
name: "label3"
|
|
|
|
|
"text": "战力开关"
|
|
|
|
|
}, new FormLayoutConstraints( class com.jformdesigner.runtime.NullConstraints ) {
|
|
|
|
|
"width": 185
|
|
|
|
|
"height": 30
|
2025-03-15 22:12:37 +08:00
|
|
|
"x": 125
|
|
|
|
|
"y": 620
|
|
|
|
|
} )
|
2025-03-16 12:54:14 +08:00
|
|
|
add( new FormComponent( "javax.swing.JLabel" ) {
|
|
|
|
|
name: "label1"
|
|
|
|
|
"text": "伤害显示单位"
|
|
|
|
|
}, new FormLayoutConstraints( class com.jformdesigner.runtime.NullConstraints ) {
|
|
|
|
|
"x": 490
|
|
|
|
|
"y": 10
|
|
|
|
|
} )
|
2025-03-15 22:12:37 +08:00
|
|
|
add( new FormContainer( "javax.swing.JScrollPane", new FormLayoutManager( class javax.swing.JScrollPane ) ) {
|
|
|
|
|
name: "scrollPane2"
|
2025-03-16 12:54:14 +08:00
|
|
|
add( new FormComponent( "javax.swing.JTextArea" ) {
|
|
|
|
|
name: "textArea1"
|
|
|
|
|
"lineWrap": true
|
2025-03-15 22:12:37 +08:00
|
|
|
} )
|
|
|
|
|
}, new FormLayoutConstraints( class com.jformdesigner.runtime.NullConstraints ) {
|
2025-03-16 12:54:14 +08:00
|
|
|
"x": 490
|
|
|
|
|
"y": 35
|
|
|
|
|
"width": 940
|
|
|
|
|
"height": 110
|
2025-03-14 21:30:12 +08:00
|
|
|
} )
|
2025-03-12 16:23:17 +08:00
|
|
|
}, new FormLayoutConstraints( null ) {
|
|
|
|
|
"location": new java.awt.Point( 0, 0 )
|
|
|
|
|
"size": new java.awt.Dimension( 1570, 670 )
|
|
|
|
|
} )
|
|
|
|
|
}
|
|
|
|
|
}
|