📄 mainui.form
字号:
</DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JTextField" name="neural_tf"> <Properties> <Property name="columns" type="int" value="15"/> <Property name="editable" type="boolean" value="false"/> <Property name="text" type="java.lang.String" value="jTextField1"/> </Properties> </Component> <Component class="javax.swing.JButton" name="chooseNet_bt"> <Properties> <Property name="text" type="java.lang.String" value="..."/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="chooseNet_btActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel4"> <Properties> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> <TitledBorder title="Choose file "/> </Border> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="target_tf" min="-2" pref="245" max="-2" attributes="1"/> <EmptySpace max="-2" attributes="0"/> <Component id="chooseTarget_bt" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="1"> <Component id="jRadioButton1" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="39" max="-2" attributes="0"/> <Component id="jRadioButton2" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="32" max="-2" attributes="0"/> <Component id="jToggleButton1" min="-2" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="1" attributes="0"> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jRadioButton1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jRadioButton2" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jToggleButton1" alignment="3" min="-2" pref="23" max="-2" attributes="0"/> </Group> <EmptySpace max="32767" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="target_tf" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="chooseTarget_bt" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="65" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JRadioButton" name="jRadioButton2"> <Properties> <Property name="text" type="java.lang.String" value="Decode"/> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo"> <EmptyBorder bottom="0" left="0" right="0" top="0"/> </Border> </Property> <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> <Insets value="[0, 0, 0, 0]"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jRadioButton2ActionPerformed"/> </Events> </Component> <Component class="javax.swing.JRadioButton" name="jRadioButton1"> <Properties> <Property name="text" type="java.lang.String" value="Encode"/> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo"> <EmptyBorder bottom="0" left="0" right="0" top="0"/> </Border> </Property> <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> <Insets value="[0, 0, 0, 0]"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jRadioButton1ActionPerformed"/> </Events> </Component> <Component class="javax.swing.JTextField" name="target_tf"> <Properties> <Property name="columns" type="int" value="15"/> <Property name="editable" type="boolean" value="false"/> <Property name="text" type="java.lang.String" value="jTextField2"/> </Properties> </Component> <Component class="javax.swing.JButton" name="chooseTarget_bt"> <Properties> <Property name="text" type="java.lang.String" value="..."/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="chooseTarget_btActionPerformed"/> </Events> </Component> <Component class="javax.swing.JToggleButton" name="jToggleButton1"> <Properties> <Property name="text" type="java.lang.String" value="Graph"/> <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> <Insets value="[2, 5, 2, 5]"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jToggleButton1ActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel3"> <Properties> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> <TitledBorder title="Progress"/> </Border> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="291" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="jProgressBar1" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JProgressBar" name="jProgressBar1"> <Properties> <Property name="maximum" type="int" value="99"/> <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> <Dimension value="[150, 20]"/> </Property> <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> <Dimension value="[150, 20]"/> </Property> <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> <Dimension value="[150, 20]"/> </Property> <Property name="string" type="java.lang.String" value="100%"/> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JButton" name="start_bt"> <Properties> <Property name="text" type="java.lang.String" value="Start"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="start_btActionPerformed"/> </Events> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -