📄 operationframe.form
字号:
<Property name="editable" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JRadioButton" name="numberJRadioButton"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroup1"/> </Property> <Property name="text" type="java.lang.String" value="序号"/> <Property name="enabled" type="boolean" value="false"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="numberJRadioButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JRadioButton" name="nameJRadioButton"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroup1"/> </Property> <Property name="text" type="java.lang.String" value="名称"/> <Property name="enabled" type="boolean" value="false"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="nameJRadioButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JRadioButton" name="dateJRadioButton"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroup1"/> </Property> <Property name="text" type="java.lang.String" value="日期"/> <Property name="enabled" type="boolean" value="false"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="dateJRadioButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="seeJButton"> <Properties> <Property name="text" type="java.lang.String" value="查询"/> <Property name="enabled" type="boolean" value="false"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="seeJButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JRadioButton" name="allJRadioButton"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroup1"/> </Property> <Property name="text" type="java.lang.String" value="所有"/> <Property name="enabled" type="boolean" value="false"/> </Properties> </Component> <Container class="javax.swing.JScrollPane" name="jScrollPane1"> <AuxValues> <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> </AuxValues> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> <SubComponents> <Component class="javax.swing.JTextArea" name="oneJTextArea"> <Properties> <Property name="columns" type="int" value="20"/> <Property name="editable" type="boolean" value="false"/> <Property name="rows" type="int" value="5"/> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JRadioButton" name="placeJRadioButton"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroup1"/> </Property> <Property name="text" type="java.lang.String" value="拍摄地点"/> <Property name="enabled" type="boolean" value="false"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="placeJRadioButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JTextField" name="place1JTextField"> <Properties> <Property name="editable" type="boolean" value="false"/> </Properties> </Component> <Container class="javax.swing.JPanel" name="jPanel1"> <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="排序"/> </Border> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="upJRadioButton" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="downJRadioButton" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="16" max="32767" attributes="0"/> <Component id="orderJButton" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="upJRadioButton" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="downJRadioButton" min="-2" max="-2" attributes="0"/> <EmptySpace pref="10" max="32767" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <EmptySpace pref="21" max="32767" attributes="0"/> <Component id="orderJButton" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="18" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JRadioButton" name="upJRadioButton"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroup2"/> </Property> <Property name="text" type="java.lang.String" value="升序"/> <Property name="enabled" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JRadioButton" name="downJRadioButton"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroup2"/> </Property> <Property name="text" type="java.lang.String" value="降序"/> <Property name="enabled" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JButton" name="orderJButton"> <Properties> <Property name="text" type="java.lang.String" value="排序"/> <Property name="enabled" type="boolean" value="false"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="orderJButtonActionPerformed"/> </Events> </Component> </SubComponents> </Container> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="newJPanel"> <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="新增相片"/> </Border> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="numberJLabel" min="-2" pref="61" max="-2" attributes="1"/> <Component id="nameJLabel" alignment="0" pref="73" max="32767" attributes="1"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="name2JTextField" pref="141" max="32767" attributes="0"/> <Component id="number2JTextField" alignment="0" pref="141" max="32767" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="77" max="-2" attributes="0"/> <Component id="ok2JButton" pref="81" max="32767" attributes="0"/> <EmptySpace min="-2" pref="80" max="-2" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="descriptionJLabel" min="-2" max="-2" attributes="1"/> <EmptySpace pref="7" max="32767" attributes="0"/> <Component id="jScrollPane2" min="-2" pref="181" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="placeJLabel" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="place2JTextField" pref="140" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="dateJLabel" pref="73" max="32767" attributes="1"/> <EmptySpace max="-2" attributes="0"/> <Component id="date2JTextField" pref="141" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="numberJLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="number2JTextField" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="nameJLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="name2JTextField" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="30" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="dateJLabel" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="date2JTextField" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="27" max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="placeJLabel" min="-2" max="-2" attributes="0"/> <Component id="place2JTextField" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="105" max="32767" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Component id="jScrollPane2" min="-2" pref="157" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="ok2JButton" min="-2" pref="32" max="-2" attributes="0"/> </Group> <Component id="descriptionJLabel" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="18" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="numberJLabel"> <Properties> <Property name="text" type="java.lang.String" value="序号:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="nameJLabel"> <Properties> <Property name="text" type="java.lang.String" value="名称:"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="dateJLabel"> <Properties> <Property name="text" type="java.lang.String" value="日期:"/> </Properties> </Component>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -