📄 playlistpanel.form
字号:
<Group type="102" alignment="0" attributes="0"> <Component id="selected" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="selectBG" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="bg1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="bg2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="title" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="hilight" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="index" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="length" min="-2" max="-2" attributes="0"/> </Group> </Group> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="jLabel4" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jButton8" min="-2" max="-2" attributes="0"/> </Group> </Group> <EmptySpace pref="62" 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="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="title" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="hilight" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="index" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="length" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="selected" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="bg1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="selectBG" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="bg2" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jButton8" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel3"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="com/hadeslee/yoyoplayer/util/UIInfo.properties" key="PlayListPanel.color" replaceFormat="Config.getResource("{key}")"/> </Property> </Properties> </Component> <Component class="javax.swing.JButton" name="title"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="com/hadeslee/yoyoplayer/util/UIInfo.properties" key="PlayListPanel.title" replaceFormat="Config.getResource("{key}")"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="titleActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="hilight"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="com/hadeslee/yoyoplayer/util/UIInfo.properties" key="PlayListPanel.hilight" replaceFormat="Config.getResource("{key}")"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="hilightActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="index"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="com/hadeslee/yoyoplayer/util/UIInfo.properties" key="PlayListPanel.index" replaceFormat="Config.getResource("{key}")"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="indexActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="length"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="com/hadeslee/yoyoplayer/util/UIInfo.properties" key="PlayListPanel.length" replaceFormat="Config.getResource("{key}")"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="lengthActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="selected"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="com/hadeslee/yoyoplayer/util/UIInfo.properties" key="PlayListPanel.selected" replaceFormat="Config.getResource("{key}")"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="selectedActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="bg1"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="com/hadeslee/yoyoplayer/util/UIInfo.properties" key="PlayListPanel.bg1" replaceFormat="Config.getResource("{key}")"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="bg1ActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="bg2"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="com/hadeslee/yoyoplayer/util/UIInfo.properties" key="PlayListPanel.bg2" replaceFormat="Config.getResource("{key}")"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="bg2ActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel4"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="com/hadeslee/yoyoplayer/util/UIInfo.properties" key="PlayListPanel.font" replaceFormat="Config.getResource("{key}")"/> </Property> </Properties> </Component> <Component class="javax.swing.JButton" name="jButton8"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="com/hadeslee/yoyoplayer/util/UIInfo.properties" key="PlayListPanel.changeFont" replaceFormat="Config.getResource("{key}")"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton8ActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="selectBG"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="com/hadeslee/yoyoplayer/util/UIInfo.properties" key="PlayListPanel.selectedBG" replaceFormat="Config.getResource("{key}")"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="selectBGActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel3"> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/> <SubComponents> <Component class="javax.swing.JButton" name="jButton9"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="com/hadeslee/yoyoplayer/util/UIInfo.properties" key="save" replaceFormat="Config.getResource("{key}")"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton9ActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButton10"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="com/hadeslee/yoyoplayer/util/UIInfo.properties" key="reset" replaceFormat="Config.getResource("{key}")"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton10ActionPerformed"/> </Events> </Component> </SubComponents> </Container> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -