⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 operationframe.form

📁 JAVA课程设计,照片浏览系统,可以存储,显示,排序,删除照片,可以对照片添加相应的说明
💻 FORM
📖 第 1 页 / 共 3 页
字号:
            <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="&#x5e8f;&#x53f7;"/>            <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="&#x540d;&#x79f0;"/>            <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="&#x65e5;&#x671f;"/>            <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="&#x67e5;&#x8be2;"/>            <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="&#x6240;&#x6709;"/>            <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="&#x62cd;&#x6444;&#x5730;&#x70b9;"/>            <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="&#x6392;&#x5e8f;"/>              </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="&#x5347;&#x5e8f;"/>                <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="&#x964d;&#x5e8f;"/>                <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="&#x6392;&#x5e8f;"/>                <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="&#x65b0;&#x589e;&#x76f8;&#x7247;"/>          </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="&#x5e8f;&#x53f7;:"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="nameJLabel">          <Properties>            <Property name="text" type="java.lang.String" value="&#x540d;&#x79f0;:"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="dateJLabel">          <Properties>            <Property name="text" type="java.lang.String" value="&#x65e5;&#x671f;:"/>          </Properties>        </Component>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -