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

📄 message.form

📁 下了就知道了
💻 FORM
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">  <NonVisualComponents>    <Menu class="javax.swing.JMenuBar" name="jMenuBar1">      <SubComponents>        <Menu class="javax.swing.JMenu" name="jMenu1">          <Properties>            <Property name="text" type="java.lang.String" value="Menu"/>          </Properties>        </Menu>      </SubComponents>    </Menu>  </NonVisualComponents>  <Properties>    <Property name="defaultCloseOperation" type="int" value="3"/>    <Property name="resizable" type="boolean" value="false"/>  </Properties>  <SyntheticProperties>    <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/>    <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 type="102" alignment="0" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Component id="m_Save" min="-2" max="-2" attributes="0"/>              <EmptySpace pref="114" max="32767" attributes="0"/>              <Component id="b_Close" min="-2" pref="61" 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" alignment="0" attributes="0">              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="m_Save" alignment="3" min="-2" pref="42" max="-2" attributes="0"/>                  <Component id="b_Close" alignment="3" min="-2" pref="47" max="-2" attributes="0"/>              </Group>              <EmptySpace max="-2" attributes="0"/>              <Component id="jPanel1" max="32767" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Component class="javax.swing.JButton" name="m_Save">      <Properties>        <Property name="text" type="java.lang.String" value="Save"/>      </Properties>      <Events>        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="m_SaveMouseClicked"/>      </Events>    </Component>    <Container class="javax.swing.JPanel" name="jPanel1">      <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">                          <Component id="jLabel1" min="-2" max="-2" attributes="0"/>                          <EmptySpace max="-2" attributes="0"/>                          <Component id="m_toUser" min="-2" max="-2" attributes="0"/>                          <EmptySpace pref="146" max="32767" attributes="0"/>                      </Group>                      <Group type="102" alignment="1" attributes="0">                          <Component id="m_WriteScroll" pref="170" max="32767" attributes="0"/>                          <EmptySpace max="-2" attributes="0"/>                          <Component id="m_Send" min="-2" max="-2" attributes="0"/>                          <EmptySpace min="-2" pref="8" max="-2" attributes="0"/>                      </Group>                      <Group type="102" alignment="1" attributes="0">                          <Component id="m_DisplayScroll" pref="232" max="32767" attributes="0"/>                          <EmptySpace max="-2" attributes="0"/>                      </Group>                  </Group>              </Group>          </Group>        </DimensionLayout>        <DimensionLayout dim="1">          <Group type="103" groupAlignment="0" attributes="0">              <Group type="102" alignment="0" attributes="0">                  <Group type="103" groupAlignment="3" attributes="0">                      <Component id="m_toUser" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>                  <EmptySpace max="-2" attributes="0"/>                  <Component id="m_DisplayScroll" min="-2" pref="159" max="-2" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>                  <Group type="103" groupAlignment="0" attributes="0">                      <Component id="m_Send" pref="58" max="32767" attributes="1"/>                      <Component id="m_WriteScroll" min="-2" pref="58" max="-2" attributes="1"/>                  </Group>                  <EmptySpace max="-2" attributes="0"/>              </Group>          </Group>        </DimensionLayout>      </Layout>      <SubComponents>        <Component class="javax.swing.JLabel" name="jLabel1">          <Properties>            <Property name="text" type="java.lang.String" value="Chat With: "/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="m_toUser">          <Properties>            <Property name="text" type="java.lang.String" value="Friend"/>          </Properties>        </Component>        <Container class="javax.swing.JScrollPane" name="m_DisplayScroll">          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>          <SubComponents>            <Component class="javax.swing.JTextPane" name="m_DisplayMessage">              <Properties>                <Property name="editable" type="boolean" value="false"/>              </Properties>            </Component>          </SubComponents>        </Container>        <Container class="javax.swing.JScrollPane" name="m_WriteScroll">          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>          <SubComponents>            <Component class="javax.swing.JTextPane" name="m_WriteMessage">            </Component>          </SubComponents>        </Container>        <Component class="javax.swing.JButton" name="m_Send">          <Properties>            <Property name="text" type="java.lang.String" value="Send"/>          </Properties>          <Events>            <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="m_SendMouseClicked"/>          </Events>        </Component>      </SubComponents>    </Container>    <Component class="javax.swing.JButton" name="b_Close">      <Properties>        <Property name="text" type="java.lang.String" value="Close"/>      </Properties>      <Events>        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="b_CloseMouseClicked"/>      </Events>    </Component>  </SubComponents></Form>

⌨️ 快捷键说明

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