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

📄 downloadmanager.form

📁 一个网络上传下载器
💻 FORM
📖 第 1 页 / 共 2 页
字号:
          </Properties>          <Layout>            <DimensionLayout dim="0">              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" alignment="0" attributes="0">                      <Component id="startButton" linkSize="1" min="-2" max="-2" attributes="0"/>                      <EmptySpace min="-2" pref="30" max="-2" attributes="0"/>                      <Component id="pauseButton" linkSize="1" min="-2" max="-2" attributes="0"/>                      <EmptySpace min="-2" pref="38" max="-2" attributes="0"/>                      <Component id="resumeButton" linkSize="1" min="-2" max="-2" attributes="0"/>                      <EmptySpace min="-2" pref="41" max="-2" attributes="0"/>                      <Component id="cancelButton" linkSize="1" min="-2" max="-2" attributes="0"/>                      <EmptySpace pref="284" max="32767" attributes="0"/>                  </Group>              </Group>            </DimensionLayout>            <DimensionLayout dim="1">              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" alignment="0" attributes="0">                      <EmptySpace max="32767" attributes="0"/>                      <Group type="103" groupAlignment="3" attributes="0">                          <Component id="startButton" alignment="3" min="-2" max="-2" attributes="0"/>                          <Component id="pauseButton" alignment="3" min="-2" max="-2" attributes="0"/>                          <Component id="resumeButton" alignment="3" min="-2" max="-2" attributes="0"/>                          <Component id="cancelButton" alignment="3" min="-2" max="-2" attributes="0"/>                      </Group>                  </Group>              </Group>            </DimensionLayout>          </Layout>          <SubComponents>            <Component class="javax.swing.JButton" name="startButton">              <Properties>                <Property name="text" type="java.lang.String" value="Start"/>                <Property name="name" type="java.lang.String" value="startButton" noResource="true"/>              </Properties>              <Events>                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="startButtonActionPerformed"/>              </Events>            </Component>            <Component class="javax.swing.JButton" name="pauseButton">              <Properties>                <Property name="text" type="java.lang.String" value="Pause"/>                <Property name="name" type="java.lang.String" value="pauseButton" noResource="true"/>              </Properties>              <Events>                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="pauseButtonActionPerformed"/>              </Events>            </Component>            <Component class="javax.swing.JButton" name="resumeButton">              <Properties>                <Property name="text" type="java.lang.String" value="Resume"/>                <Property name="name" type="java.lang.String" value="resumeButton" noResource="true"/>              </Properties>              <Events>                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="resumeButtonActionPerformed"/>              </Events>            </Component>            <Component class="javax.swing.JButton" name="cancelButton">              <Properties>                <Property name="text" type="java.lang.String" value="Stop"/>                <Property name="name" type="java.lang.String" value="cancelButton" noResource="true"/>              </Properties>              <Events>                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelButtonActionPerformed"/>              </Events>            </Component>          </SubComponents>        </Container>        <Container class="javax.swing.JPanel" name="downloadsPanel">          <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="Downloads">                  <Border PropertyName="innerBorder" info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">                    <EtchetBorder/>                  </Border>                </TitledBorder>              </Border>            </Property>            <Property name="name" type="java.lang.String" value="downloadsPanel" noResource="true"/>          </Properties>          <Layout>            <DimensionLayout dim="0">              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" alignment="0" attributes="0">                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jScrollPane1" pref="668" 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">                      <Component id="jScrollPane1" pref="263" max="32767" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                  </Group>              </Group>            </DimensionLayout>          </Layout>          <SubComponents>            <Container class="javax.swing.JScrollPane" name="jScrollPane1">              <Properties>                <Property name="name" type="java.lang.String" value="jScrollPane1" noResource="true"/>              </Properties>              <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>              <SubComponents>                <Component class="javax.swing.JTable" name="jTable1">                  <Properties>                    <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">                      <Connection code="tableModel" type="code"/>                    </Property>                    <Property name="name" type="java.lang.String" value="jTable1" noResource="true"/>                  </Properties>                </Component>              </SubComponents>            </Container>          </SubComponents>        </Container>      </SubComponents>    </Container>    <Container class="javax.swing.JPanel" name="jPanel2">      <Properties>        <Property name="name" type="java.lang.String" value="jPanel2" noResource="true"/>      </Properties>      <Layout>        <DimensionLayout dim="0">          <Group type="103" groupAlignment="0" attributes="0">              <Group type="102" alignment="0" attributes="0">                  <EmptySpace min="-2" pref="22" max="-2" attributes="0"/>                  <Group type="103" groupAlignment="1" attributes="0">                      <Component id="jLabel1" alignment="1" min="-2" max="-2" attributes="0"/>                      <Component id="jLabel3" alignment="1" min="-2" max="-2" attributes="0"/>                      <Component id="jLabel2" min="-2" max="-2" attributes="0"/>                  </Group>                  <EmptySpace min="-2" pref="18" max="-2" attributes="0"/>                  <Group type="103" groupAlignment="0" attributes="0">                      <Component id="txtRenameAs" pref="373" max="32767" attributes="1"/>                      <Component id="txtURL" alignment="0" pref="373" max="32767" attributes="1"/>                      <Group type="102" alignment="0" attributes="0">                          <Component id="txtSaveTo" min="-2" pref="262" max="-2" attributes="1"/>                          <EmptySpace pref="29" max="32767" attributes="0"/>                          <Component id="browseButton" min="-2" max="-2" attributes="0"/>                          <EmptySpace min="-2" pref="11" max="-2" attributes="0"/>                      </Group>                  </Group>                  <EmptySpace min="-2" pref="15" max="-2" attributes="0"/>                  <Component id="jLabel5" min="-2" max="-2" attributes="0"/>                  <EmptySpace type="unrelated" max="-2" attributes="0"/>                  <Component id="threadsSpinner" min="-2" pref="39" max="-2" attributes="1"/>                  <EmptySpace min="-2" pref="96" 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="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="txtURL" alignment="3" pref="23" max="32767" attributes="0"/>                  </Group>                  <EmptySpace max="-2" attributes="0"/>                  <Group type="103" groupAlignment="3" attributes="0">                      <Component id="txtSaveTo" alignment="3" pref="23" max="32767" attributes="0"/>                      <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="browseButton" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="threadsSpinner" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>                  <EmptySpace max="-2" attributes="0"/>                  <Group type="103" groupAlignment="3" attributes="0">                      <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="txtRenameAs" alignment="3" max="32767" attributes="0"/>                  </Group>                  <EmptySpace min="-2" pref="20" 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="URL:"/>            <Property name="name" type="java.lang.String" value="jLabel1" noResource="true"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="jLabel2">          <Properties>            <Property name="text" type="java.lang.String" value="Save To:"/>            <Property name="name" type="java.lang.String" value="jLabel2" noResource="true"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="jLabel3">          <Properties>            <Property name="text" type="java.lang.String" value="Rename As:"/>            <Property name="name" type="java.lang.String" value="jLabel3" noResource="true"/>          </Properties>        </Component>        <Component class="javax.swing.JTextField" name="txtURL">          <Properties>            <Property name="name" type="java.lang.String" value="txtURL" noResource="true"/>          </Properties>          <AuxValues>            <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/>          </AuxValues>        </Component>        <Component class="javax.swing.JTextField" name="txtSaveTo">          <Properties>            <Property name="name" type="java.lang.String" value="txtSaveTo" noResource="true"/>          </Properties>        </Component>        <Component class="javax.swing.JTextField" name="txtRenameAs">          <Properties>            <Property name="name" type="java.lang.String" value="txtRenameAs" noResource="true"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="jLabel5">          <Properties>            <Property name="text" type="java.lang.String" value="Set threads:"/>            <Property name="name" type="java.lang.String" value="jLabel5" noResource="true"/>          </Properties>        </Component>        <Component class="javax.swing.JSpinner" name="threadsSpinner">          <Properties>            <Property name="name" type="java.lang.String" value="threadsSpinner" noResource="true"/>          </Properties>        </Component>        <Component class="javax.swing.JButton" name="browseButton">          <Properties>            <Property name="text" type="java.lang.String" value="Browse"/>            <Property name="name" type="java.lang.String" value="browseButton" noResource="true"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="browseButtonActionPerformed"/>          </Events>        </Component>      </SubComponents>    </Container>  </SubComponents></Form>

⌨️ 快捷键说明

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