acceptfriend.form

来自「下了就知道了」· FORM 代码 · 共 141 行

FORM
141
字号
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">  <Properties>    <Property name="defaultCloseOperation" type="int" value="3"/>  </Properties>  <SyntheticProperties>    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>  </SyntheticProperties>  <AuxValues>    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>  </AuxValues>  <Layout>    <DimensionLayout dim="0">      <Group type="103" groupAlignment="0" attributes="0">          <Component id="jPanel1" alignment="0" max="32767" attributes="0"/>      </Group>    </DimensionLayout>    <DimensionLayout dim="1">      <Group type="103" groupAlignment="0" attributes="0">          <Component id="jPanel1" alignment="0" max="32767" attributes="0"/>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <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="AcceptFriend - AcceptFriend.java">              <Color PropertyName="color" blue="0" green="0" red="0" type="rgb"/>            </TitledBorder>          </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">                      <Group type="102" attributes="0">                          <Group type="103" groupAlignment="0" attributes="0">                              <Component id="l_friends_name" alignment="0" min="-2" max="-2" attributes="0"/>                              <Component id="l_user_name" alignment="0" min="-2" max="-2" attributes="0"/>                          </Group>                          <EmptySpace min="-2" pref="12" max="-2" attributes="0"/>                          <Group type="103" groupAlignment="0" attributes="0">                              <Component id="t_user_name" pref="184" max="32767" attributes="0"/>                              <Component id="t_friends_name" alignment="0" pref="184" max="32767" attributes="0"/>                          </Group>                      </Group>                      <Group type="102" alignment="0" attributes="0">                          <Component id="b_accept" min="-2" max="-2" attributes="0"/>                          <EmptySpace pref="94" max="32767" attributes="0"/>                          <Component id="b_decline" min="-2" max="-2" attributes="0"/>                      </Group>                      <Component id="l_login_display" alignment="0" min="-2" max="-2" attributes="0"/>                  </Group>                  <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"/>                  <Group type="103" groupAlignment="3" attributes="0">                      <Component id="l_friends_name" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="t_friends_name" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>                  <EmptySpace max="-2" attributes="0"/>                  <Group type="103" groupAlignment="3" attributes="0">                      <Component id="l_user_name" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="t_user_name" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>                  <EmptySpace min="-2" pref="22" max="-2" attributes="0"/>                  <Component id="l_login_display" min="-2" max="-2" attributes="0"/>                  <EmptySpace min="-2" pref="16" max="-2" attributes="0"/>                  <Group type="103" groupAlignment="3" attributes="0">                      <Component id="b_accept" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="b_decline" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>                  <EmptySpace max="-2" attributes="0"/>              </Group>          </Group>        </DimensionLayout>      </Layout>      <SubComponents>        <Component class="javax.swing.JLabel" name="l_friends_name">          <Properties>            <Property name="text" type="java.lang.String" value="Friend"/>          </Properties>        </Component>        <Component class="javax.swing.JTextField" name="t_friends_name">          <Properties>            <Property name="text" type="java.lang.String" value="jTextField1"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="l_user_name">          <Properties>            <Property name="text" type="java.lang.String" value="User"/>          </Properties>        </Component>        <Component class="javax.swing.JTextField" name="t_user_name">          <Properties>            <Property name="text" type="java.lang.String" value="jTextField2"/>          </Properties>        </Component>        <Component class="javax.swing.JButton" name="b_accept">          <Properties>            <Property name="text" type="java.lang.String" value="Accept"/>          </Properties>          <Events>            <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="b_acceptMouseClicked"/>          </Events>        </Component>        <Component class="javax.swing.JButton" name="b_decline">          <Properties>            <Property name="text" type="java.lang.String" value="Decline"/>          </Properties>          <Events>            <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="b_declineMouseClicked"/>          </Events>        </Component>        <Component class="javax.swing.JLabel" name="l_login_display">          <Properties>            <Property name="text" type="java.lang.String" value="l_login_display"/>          </Properties>        </Component>      </SubComponents>    </Container>  </SubComponents></Form>

⌨️ 快捷键说明

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