📄 cssdemoview.form
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.5" maxVersion="1.6"> <NonVisualComponents> <Container class="javax.swing.JPanel" name="mainPanel"> <Properties> <Property name="name" type="java.lang.String" value="mainPanel" noResource="true"/> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel1" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Component id="jToolBar1" alignment="0" min="-2" pref="146" max="-2" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jPanel3" max="32767" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="1" max="-2" attributes="0"> <Component id="jPanel1" alignment="0" max="32767" attributes="0"/> <Component id="jPanel4" alignment="0" max="32767" attributes="1"/> <Component id="jPanel2" alignment="0" max="32767" attributes="1"/> </Group> </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"> <Component id="jToolBar1" min="-2" max="-2" attributes="0"/> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Component id="jLabel1" min="-2" max="-2" attributes="0"/> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Component id="jPanel1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jPanel4" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JToolBar" name="jToolBar1"> <Properties> <Property name="rollover" type="boolean" value="true"/> <Property name="name" type="java.lang.String" value="jToolBar1" noResource="true"/> </Properties> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/> <SubComponents> <Component class="javax.swing.JButton" name="jButton1"> <Properties> <Property name="icon" type="javax.swing.Icon" resourceKey="jButton1.icon"/> <Property name="text" type="java.lang.String" resourceKey="jButton1.text"/> <Property name="focusable" type="boolean" value="false"/> <Property name="horizontalTextPosition" type="int" value="0"/> <Property name="name" type="java.lang.String" value="jButton1" noResource="true"/> <Property name="verticalTextPosition" type="int" value="3"/> </Properties> </Component> <Component class="javax.swing.JButton" name="jButton2"> <Properties> <Property name="icon" type="javax.swing.Icon" resourceKey="jButton2.icon"/> <Property name="text" type="java.lang.String" resourceKey="jButton2.text"/> <Property name="focusable" type="boolean" value="false"/> <Property name="horizontalTextPosition" type="int" value="0"/> <Property name="name" type="java.lang.String" value="jButton2" noResource="true"/> <Property name="verticalTextPosition" type="int" value="3"/> </Properties> </Component> <Component class="javax.swing.JButton" name="jButton3"> <Properties> <Property name="icon" type="javax.swing.Icon" resourceKey="jButton3.icon"/> <Property name="text" type="java.lang.String" resourceKey="jButton3.text"/> <Property name="focusable" type="boolean" value="false"/> <Property name="horizontalTextPosition" type="int" value="0"/> <Property name="name" type="java.lang.String" value="jButton3" noResource="true"/> <Property name="verticalTextPosition" type="int" value="3"/> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="text" type="java.lang.String" resourceKey="jLabel1.text"/> <Property name="name" type="java.lang.String" value="jLabel1" noResource="true"/> </Properties> <AuxValues> <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="jLabel1.putClientProperty("styleClass", "heading");"/> </AuxValues> </Component> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties> <Property name="name" type="java.lang.String" value="jPanel1" noResource="true"/> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="jCheckBox" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jRadioButton1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jButton4" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jToggleButton1" min="-2" max="-2" attributes="0"/> <EmptySpace pref="103" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jCheckBox" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jButton4" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jToggleButton1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jRadioButton1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JCheckBox" name="jCheckBox"> <Properties> <Property name="text" type="java.lang.String" resourceKey="jCheckBox.text"/> <Property name="name" type="java.lang.String" value="jCheckBox" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JRadioButton" name="jRadioButton1"> <Properties> <Property name="text" type="java.lang.String" resourceKey="jRadioButton1.text"/> <Property name="name" type="java.lang.String" value="jRadioButton1" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JButton" name="jButton4"> <Properties> <Property name="text" type="java.lang.String" resourceKey="jButton4.text"/> <Property name="name" type="java.lang.String" value="jButton4" noResource="true"/> </Properties> </Component> <Component class="javax.swing.JToggleButton" name="jToggleButton1"> <Properties> <Property name="text" type="java.lang.String" resourceKey="jToggleButton1.text"/> <Property name="name" type="java.lang.String" value="jToggleButton1" noResource="true"/> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JLabel" name="jLabel2"> <Properties> <Property name="text" type="java.lang.String" resourceKey="jLabel2.text"/> <Property name="name" type="java.lang.String" value="jLabel2" noResource="true"/> </Properties> <AuxValues> <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="jLabel2.putClientProperty("styleClass", "heading");"/> </AuxValues> </Component> <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"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel3" min="-2" max="-2" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jTextField1" linkSize="2" min="-2" pref="114" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jPasswordField1" linkSize="2" min="-2" max="-2" attributes="0"/> </Group> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="jScrollPane1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jScrollPane2" min="-2" pref="125" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="103" groupAlignment="1" max="-2" attributes="0"> <Component id="jScrollPane2" alignment="0" max="32767" attributes="1"/> <Component id="jScrollPane1" alignment="0" max="32767" attributes="1"/> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="jLabel3" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jTextField1" min="-2" pref="20" max="-2" attributes="0"/> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Component id="jPasswordField1" min="-2" 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> <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.JTextArea" name="jTextArea1"> <Properties> <Property name="columns" type="int" value="20"/> <Property name="rows" type="int" value="5"/> <Property name="text" type="java.lang.String" resourceKey="jTextArea1.text"/> <Property name="name" type="java.lang.String" value="jTextArea1" noResource="true"/> </Properties> </Component> </SubComponents> </Container> <Container class="javax.swing.JScrollPane" name="jScrollPane2"> <Properties> <Property name="name" type="java.lang.String" value="jScrollPane2" noResource="true"/> </Properties> <AuxValues> <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> </AuxValues> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> <SubComponents>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -