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

📄 mainframe.form

📁 基于JavaMail API 实现的桌面程序,邮件收发器
💻 FORM
📖 第 1 页 / 共 2 页
字号:
                                      </Group>                                      <EmptySpace min="-2" pref="9" max="-2" attributes="0"/>                                  </Group>                              </Group>                              <Group type="103" groupAlignment="0" max="-2" attributes="0">                                  <Group type="102" alignment="1" attributes="0">                                      <EmptySpace max="-2" attributes="0"/>                                      <Component id="tf_smtp" min="-2" pref="138" max="-2" attributes="0"/>                                  </Group>                                  <Group type="102" alignment="0" attributes="0">                                      <EmptySpace max="-2" attributes="0"/>                                      <Component id="tf_pop3" min="-2" pref="137" max="-2" attributes="0"/>                                  </Group>                                  <Group type="102" alignment="0" attributes="0">                                      <EmptySpace min="-2" pref="17" max="-2" attributes="0"/>                                      <Group type="103" groupAlignment="0" attributes="0">                                          <Component id="tf_userpassword" alignment="0" pref="121" max="32767" attributes="0"/>                                          <Component id="tf_username" alignment="0" max="32767" attributes="0"/>                                      </Group>                                  </Group>                              </Group>                          </Group>                      </Group>                      <EmptySpace min="-2" pref="403" max="-2" attributes="0"/>                  </Group>                  <Group type="102" alignment="1" attributes="0">                      <EmptySpace pref="164" max="32767" attributes="0"/>                      <Component id="btn_Comfirm" min="-2" max="-2" attributes="0"/>                      <EmptySpace min="-2" pref="298" 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" pref="61" max="-2" attributes="0"/>                      <Group type="103" groupAlignment="3" attributes="0">                          <Component id="tf_smtp" alignment="3" min="-2" max="-2" attributes="0"/>                          <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>                      </Group>                      <EmptySpace max="-2" attributes="0"/>                      <Group type="103" groupAlignment="3" attributes="0">                          <Component id="tf_pop3" alignment="3" min="-2" max="-2" attributes="0"/>                          <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/>                      </Group>                      <Group type="103" groupAlignment="0" attributes="0">                          <Group type="102" attributes="0">                              <EmptySpace min="-2" pref="32" max="-2" attributes="0"/>                              <Group type="103" groupAlignment="3" attributes="0">                                  <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/>                                  <Component id="tf_username" alignment="3" min="-2" max="-2" attributes="0"/>                              </Group>                              <EmptySpace max="-2" attributes="0"/>                              <Group type="103" groupAlignment="3" attributes="0">                                  <Component id="jLabel7" alignment="3" min="-2" max="-2" attributes="0"/>                                  <Component id="tf_userpassword" alignment="3" min="-2" max="-2" attributes="0"/>                              </Group>                          </Group>                          <Group type="102" alignment="0" attributes="0">                              <EmptySpace min="-2" pref="16" max="-2" attributes="0"/>                              <Component id="cb_Anth" min="-2" max="-2" attributes="0"/>                          </Group>                      </Group>                      <EmptySpace min="-2" pref="142" max="-2" attributes="0"/>                      <Component id="btn_Comfirm" min="-2" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                  </Group>              </Group>            </DimensionLayout>          </Layout>          <SubComponents>            <Component class="javax.swing.JLabel" name="jLabel4">              <Properties>                <Property name="text" type="java.lang.String" value="   SMTP:"/>              </Properties>            </Component>            <Component class="javax.swing.JTextField" name="tf_smtp">              <AuxValues>                <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="tf_smtp.setText(&quot;smtp.163.com&quot;);"/>              </AuxValues>            </Component>            <Component class="javax.swing.JLabel" name="jLabel5">              <Properties>                <Property name="text" type="java.lang.String" value="   POP3:"/>              </Properties>            </Component>            <Component class="javax.swing.JTextField" name="tf_pop3">              <AuxValues>                <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="tf_pop3.setText(&quot;pop3.163.com&quot;);"/>              </AuxValues>            </Component>            <Component class="javax.swing.JCheckBox" name="cb_Anth">              <Properties>                <Property name="selected" type="boolean" value="true"/>                <Property name="text" type="java.lang.String" value="&#x662f;&#x5426;&#x9700;&#x8981;&#x8ba4;&#x8bc1;"/>                <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="cb_AnthActionPerformed"/>                <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cb_AnthMouseClicked"/>              </Events>            </Component>            <Component class="javax.swing.JLabel" name="jLabel6">              <Properties>                <Property name="text" type="java.lang.String" value="&#x7528;&#x6237;&#x540d;"/>              </Properties>            </Component>            <Component class="javax.swing.JLabel" name="jLabel7">              <Properties>                <Property name="text" type="java.lang.String" value="&#x5bc6;  &#x7801;"/>              </Properties>            </Component>            <Component class="javax.swing.JTextField" name="tf_username">            </Component>            <Component class="javax.swing.JButton" name="btn_Comfirm">              <Properties>                <Property name="text" type="java.lang.String" value="&#x786e;&#x5b9a;"/>              </Properties>              <Events>                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btn_ComfirmActionPerformed"/>              </Events>            </Component>            <Component class="javax.swing.JPasswordField" name="tf_userpassword">            </Component>          </SubComponents>        </Container>        <Container class="javax.swing.JPanel" name="jPanel3">          <Constraints>            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">              <JTabbedPaneConstraints tabName="&#x6536;&#x4ef6;&#x7bb1;">                <Property name="tabTitle" type="java.lang.String" value="&#x6536;&#x4ef6;&#x7bb1;"/>              </JTabbedPaneConstraints>            </Constraint>          </Constraints>          <Layout>            <DimensionLayout dim="0">              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" alignment="0" attributes="0">                      <EmptySpace min="-2" pref="55" max="-2" attributes="0"/>                      <Component id="jButton1" min="-2" pref="130" max="-2" attributes="1"/>                      <EmptySpace min="-2" pref="102" max="-2" attributes="0"/>                      <Component id="jButton2" min="-2" max="-2" attributes="1"/>                      <EmptySpace min="-2" pref="103" max="-2" attributes="0"/>                  </Group>                  <Component id="jScrollPane2" alignment="0" pref="519" max="32767" attributes="0"/>                  <Group type="102" alignment="0" attributes="0">                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jLabel8" min="-2" pref="200" max="-2" attributes="0"/>                      <EmptySpace min="-2" pref="91" max="-2" attributes="0"/>                      <Component id="jLabel9" pref="208" 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="1" attributes="0">                      <Group type="103" groupAlignment="3" attributes="0">                          <Component id="jLabel8" alignment="3" pref="22" max="32767" attributes="0"/>                          <Component id="jLabel9" alignment="3" min="-2" pref="18" max="-2" attributes="0"/>                      </Group>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jScrollPane2" min="-2" pref="301" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                      <Group type="103" groupAlignment="3" attributes="0">                          <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/>                          <Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/>                      </Group>                      <EmptySpace max="-2" attributes="0"/>                  </Group>              </Group>            </DimensionLayout>          </Layout>          <SubComponents>            <Container class="javax.swing.JScrollPane" name="jScrollPane2">              <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.JList" name="MailList">                  <Properties>                    <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor">                      <StringArray count="0"/>                    </Property>                    <Property name="selectionMode" type="int" value="0"/>                  </Properties>                  <Events>                    <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="MailListMouseClicked"/>                  </Events>                </Component>              </SubComponents>            </Container>            <Component class="javax.swing.JButton" name="jButton1">              <Properties>                <Property name="text" type="java.lang.String" value="&#x83b7;&#x53d6;&#x90ae;&#x4ef6;&#x5217;&#x8868;"/>              </Properties>              <Events>                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>              </Events>            </Component>            <Component class="javax.swing.JButton" name="jButton2">              <Properties>                <Property name="text" type="java.lang.String" value="&#x70b9;&#x51fb;&#x67e5;&#x770b;&#x8be6;&#x7ec6;&#x4fe1;&#x606f;"/>              </Properties>              <Events>                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>              </Events>            </Component>            <Component class="javax.swing.JLabel" name="jLabel8">              <Properties>                <Property name="text" type="java.lang.String" value="&#x53d1;&#x4fe1;&#x4eba;"/>              </Properties>            </Component>            <Component class="javax.swing.JLabel" name="jLabel9">              <Properties>                <Property name="text" type="java.lang.String" value="&#x4e3b;&#x9898;"/>              </Properties>            </Component>          </SubComponents>        </Container>      </SubComponents>    </Container>  </SubComponents></Form>

⌨️ 快捷键说明

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