remotecontrol.form

来自「tinyos最新版」· FORM 代码 · 共 488 行 · 第 1/3 页

FORM
488
字号
            <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">              <Dimension value="[60, 20]"/>            </Property>            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">              <Dimension value="[60, 20]"/>            </Property>          </Properties>          <Constraints>            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">              <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>            </Constraint>          </Constraints>        </Component>        <Component class="javax.swing.JLabel" name="appIdLabel">          <Properties>            <Property name="text" type="java.lang.String" value="appId"/>          </Properties>          <Constraints>            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">              <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="6" insetsBottom="0" insetsRight="3" anchor="13" weightX="1.0" weightY="0.0"/>            </Constraint>          </Constraints>        </Component>        <Component class="javax.swing.JTextField" name="appIdTextField">          <Properties>            <Property name="toolTipText" type="java.lang.String" value="your remote control application id"/>            <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">              <Dimension value="[40, 20]"/>            </Property>            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">              <Dimension value="[40, 20]"/>            </Property>          </Properties>          <Constraints>            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">              <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="3" anchor="10" weightX="0.0" weightY="0.0"/>            </Constraint>          </Constraints>        </Component>        <Component class="javax.swing.JButton" name="sendButton">          <Properties>            <Property name="text" type="java.lang.String" value="Send"/>            <Property name="toolTipText" type="java.lang.String" value="this sends the command"/>            <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">              <Dimension value="[80, 26]"/>            </Property>            <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">              <Dimension value="[80, 26]"/>            </Property>            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">              <Dimension value="[80, 26]"/>            </Property>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="sendButtonActionPerformed"/>          </Events>          <Constraints>            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">              <GridBagConstraints gridX="-1" gridY="-1" gridWidth="-1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="3" insetsBottom="3" insetsRight="3" anchor="13" weightX="1.0" weightY="0.0"/>            </Constraint>          </Constraints>        </Component>        <Container class="javax.swing.JTabbedPane" name="jTabbedPane1">          <Properties>            <Property name="toolTipText" type="java.lang.String" value=""/>          </Properties>          <Constraints>            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">              <GridBagConstraints gridX="0" gridY="1" gridWidth="0" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="10" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="1.0" weightY="0.0"/>            </Constraint>          </Constraints>          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>          <SubComponents>            <Container class="javax.swing.JPanel" name="intPanel">              <Constraints>                <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">                  <JTabbedPaneConstraints tabName="Int">                    <Property name="tabTitle" type="java.lang.String" value="Int"/>                  </JTabbedPaneConstraints>                </Constraint>              </Constraints>              <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>              <SubComponents>                <Component class="javax.swing.JLabel" name="intCmdLabel">                  <Properties>                    <Property name="text" type="java.lang.String" value="Integer Parameter"/>                    <Property name="toolTipText" type="java.lang.String" value="(uint16)"/>                  </Properties>                  <Constraints>                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">                      <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="0" ipadX="10" ipadY="0" insetsTop="0" insetsLeft="5" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>                    </Constraint>                  </Constraints>                </Component>                <Component class="javax.swing.JTextField" name="intCmdTextField">                  <Properties>                    <Property name="toolTipText" type="java.lang.String" value="application dependent integer parameter"/>                    <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">                      <Dimension value="[40, 20]"/>                    </Property>                    <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">                      <Dimension value="[40, 20]"/>                    </Property>                  </Properties>                  <Constraints>                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">                      <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="0" ipadX="10" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="5" anchor="17" weightX="1.0" weightY="0.0"/>                    </Constraint>                  </Constraints>                </Component>              </SubComponents>            </Container>            <Container class="javax.swing.JPanel" name="runPanel">              <Constraints>                <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">                  <JTabbedPaneConstraints tabName="Start/Stop">                    <Property name="tabTitle" type="java.lang.String" value="Start/Stop"/>                  </JTabbedPaneConstraints>                </Constraint>              </Constraints>              <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>              <SubComponents>                <Component class="javax.swing.JRadioButton" name="startRadioButton">                  <Properties>                    <Property name="selected" type="boolean" value="true"/>                    <Property name="text" type="java.lang.String" value="Start"/>                  </Properties>                  <Events>                    <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="startRadioButtonActionPerformed"/>                  </Events>                  <Constraints>                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">                      <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="1.0" weightY="0.0"/>                    </Constraint>                  </Constraints>                </Component>                <Component class="javax.swing.JRadioButton" name="stopRadioButton">                  <Properties>                    <Property name="text" type="java.lang.String" value="Stop"/>                  </Properties>                  <Events>                    <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="stopRadioButtonActionPerformed"/>                  </Events>                  <Constraints>                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">                      <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="1.0" weightY="0.0"/>                    </Constraint>                  </Constraints>                </Component>                <Component class="javax.swing.JRadioButton" name="restartRadioButton">                  <Properties>                    <Property name="text" type="java.lang.String" value="Restart"/>                  </Properties>                  <Events>                    <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="restartRadioButtonActionPerformed"/>                  </Events>

⌨️ 快捷键说明

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