📄 frmmain.form
字号:
</Properties> <AuxValues> <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/> </AuxValues> </Component> </SubComponents> </Container> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel2"> <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="Search for Files:"/> </Border> </Property> </Properties> <Constraints> <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> <JTabbedPaneConstraints tabName="Search" toolTip="Search for Shared Files."> <Property name="tabTitle" type="java.lang.String" value="Search"/> <Property name="tabIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/myPackage/myIcons/24x24/searchIcon2.png"/> </Property> <Property name="tabToolTip" type="java.lang.String" value="Search for Shared Files."/> </JTabbedPaneConstraints> </Constraint> </Constraints> <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="jScrollPane2" alignment="0" pref="748" max="32767" attributes="1"/> <Component id="jSeparator3" alignment="1" pref="748" max="32767" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <Component id="jLabel1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="txtFilename" min="-2" pref="356" max="-2" attributes="1"/> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="btnSearch" min="-2" max="-2" attributes="1"/> <EmptySpace min="-2" pref="4" max="-2" attributes="0"/> <Component id="btnDownload" min="-2" pref="525" max="-2" attributes="1"/> <EmptySpace max="-2" attributes="0"/> <Component id="btnStop" pref="118" max="32767" attributes="1"/> </Group> </Group> <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 max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="txtFilename" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="jScrollPane2" min="-2" pref="313" max="-2" attributes="0"/> <EmptySpace min="-2" pref="18" max="-2" attributes="0"/> <Component id="jSeparator3" min="-2" pref="13" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="btnDownload" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="btnSearch" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="btnStop" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="64" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Tahoma" size="11" style="1"/> </Property> <Property name="text" type="java.lang.String" value="File Name:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="txtFilename"> <Properties> <Property name="toolTipText" type="java.lang.String" value="Enter File Name to search for."/> </Properties> </Component> <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.JTable" name="mySearchTable"> <Properties> <Property name="autoCreateRowSorter" type="boolean" value="true"/> <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> <Table columnCount="3" rowCount="17"> <Column editable="true" title="File Name" type="java.lang.Object"/> <Column editable="true" title="Size Bytes" type="java.lang.Object"/> <Column editable="true" title="Check Sum (CRC-32)" type="java.lang.Object"/> </Table> </Property> <Property name="toolTipText" type="java.lang.String" value="List of Found Files."/> </Properties> <AuxValues> <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/> </AuxValues> </Component> </SubComponents> </Container> <Component class="javax.swing.JSeparator" name="jSeparator3"> </Component> <Component class="javax.swing.JButton" name="btnSearch"> <Properties> <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/myPackage/myIcons/24x24/searchIcon.png"/> </Property> <Property name="text" type="java.lang.String" value="Search"/> <Property name="toolTipText" type="java.lang.String" value="Start Searching"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSearchActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="btnStop"> <Properties> <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/myPackage/myIcons/24x24/cancelIcon.png"/> </Property> <Property name="text" type="java.lang.String" value="Stop"/> <Property name="toolTipText" type="java.lang.String" value="Stop searching progress"/> <Property name="enabled" type="boolean" value="false"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnStopActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="btnDownload"> <Properties> <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/myPackage/myIcons/24x24/saveIcon.png"/> </Property> <Property name="text" type="java.lang.String" value="Download"/> <Property name="toolTipText" type="java.lang.String" value="Downloading Selected File."/> <Property name="enabled" type="boolean" value="false"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnDownloadActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel3"> <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="List of Shared Files:"/> </Border> </Property> </Properties> <Constraints> <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> <JTabbedPaneConstraints tabName="Shared Files" toolTip="List of Shared Files"> <Property name="tabTitle" type="java.lang.String" value="Shared Files"/> <Property name="tabIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/myPackage/myIcons/24x24/folderIcon.png"/> </Property> <Property name="tabToolTip" type="java.lang.String" value="List of Shared Files"/> </JTabbedPaneConstraints> </Constraint> </Constraints> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jScrollPane3" pref="748" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> <Component id="jSeparator4" alignment="0" pref="768" max="32767" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="btnReload" pref="748" 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="jScrollPane3" min="-2" pref="382" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jSeparator4" min="-2" pref="10" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="btnReload" min="-2" max="-2" attributes="0"/> <EmptySpace pref="47" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JScrollPane" name="jScrollPane3"> <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.JTable" name="mySharedTable"> <Properties> <Property name="autoCreateRowSorter" type="boolean" value="true"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -