亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? curvesview.form

?? java windows application to draw bezier curves
?? FORM
字號:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.5" maxVersion="1.7">  <NonVisualComponents>    <Container class="javax.swing.JPanel" name="mainPanel">      <Properties>        <Property name="name" type="java.lang.String" value="mainPanel" noResource="true"/>      </Properties>      <Events>        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="mainPanelMouseClicked"/>        <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="mainPanelMouseReleased"/>        <EventHandler event="mouseDragged" listener="java.awt.event.MouseMotionListener" parameters="java.awt.event.MouseEvent" handler="mainPanelMouseDragged"/>        <EventHandler event="mouseMoved" listener="java.awt.event.MouseMotionListener" parameters="java.awt.event.MouseEvent" handler="mainPanelMouseMoved"/>        <EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="mainPanelFocusGained"/>        <EventHandler event="ancestorAdded" listener="javax.swing.event.AncestorListener" parameters="javax.swing.event.AncestorEvent" handler="mainPanelAncestorAdded"/>        <EventHandler event="keyPressed" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="mainPanelKeyPressed"/>        <EventHandler event="keyTyped" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="mainPanelKeyTyped"/>      </Events>      <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="jButton1" min="-2" max="-2" attributes="0"/>                  <EmptySpace type="unrelated" max="-2" attributes="0"/>                  <Component id="jButton2" min="-2" max="-2" attributes="0"/>                  <EmptySpace type="unrelated" max="-2" attributes="0"/>                  <Component id="jButton3" min="-2" max="-2" attributes="0"/>                  <EmptySpace type="unrelated" max="-2" attributes="0"/>                  <Component id="deleteButton" min="-2" max="-2" attributes="0"/>                  <EmptySpace pref="383" max="32767" attributes="0"/>              </Group>          </Group>        </DimensionLayout>        <DimensionLayout dim="1">          <Group type="103" groupAlignment="0" attributes="0">              <Group type="102" alignment="1" attributes="0">                  <EmptySpace pref="407" max="32767" attributes="0"/>                  <Group type="103" groupAlignment="3" attributes="0">                      <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jButton3" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="deleteButton" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>                  <EmptySpace max="-2" attributes="0"/>              </Group>          </Group>        </DimensionLayout>      </Layout>      <SubComponents>        <Component class="javax.swing.JButton" name="jButton1">          <Properties>            <Property name="text" type="java.lang.String" resourceKey="jButton1.text"/>            <Property name="name" type="java.lang.String" value="jButton1" noResource="true"/>          </Properties>          <Events>            <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton1MouseClicked"/>          </Events>        </Component>        <Component class="javax.swing.JButton" name="jButton2">          <Properties>            <Property name="text" type="java.lang.String" resourceKey="jButton2.text"/>            <Property name="name" type="java.lang.String" value="jButton2" noResource="true"/>          </Properties>          <Events>            <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton2MouseClicked"/>          </Events>        </Component>        <Component class="javax.swing.JButton" name="jButton3">          <Properties>            <Property name="text" type="java.lang.String" resourceKey="jButton3.text"/>            <Property name="name" type="java.lang.String" value="jButton3" noResource="true"/>          </Properties>          <Events>            <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton3MouseClicked"/>          </Events>        </Component>        <Component class="javax.swing.JButton" name="deleteButton">          <Properties>            <Property name="text" type="java.lang.String" resourceKey="deleteButton.text"/>            <Property name="actionCommand" type="java.lang.String" resourceKey="deleteButton.actionCommand"/>            <Property name="name" type="java.lang.String" value="deleteButton" noResource="true"/>          </Properties>          <Events>            <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="deleteButtonMouseClicked"/>          </Events>        </Component>      </SubComponents>    </Container>    <Container class="javax.swing.JMenuBar" name="menuBar">      <Properties>        <Property name="name" type="java.lang.String" value="menuBar" noResource="true"/>      </Properties>      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">        <Property name="useNullLayout" type="boolean" value="true"/>      </Layout>      <SubComponents>        <Menu class="javax.swing.JMenu" name="fileMenu">          <Properties>            <Property name="text" type="java.lang.String" resourceKey="fileMenu.text"/>            <Property name="name" type="java.lang.String" value="fileMenu" noResource="true"/>          </Properties>          <AuxValues>            <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>            <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>          </AuxValues>          <SubComponents>            <MenuItem class="javax.swing.JMenuItem" name="exitMenuItem">              <Properties>                <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">                  <action class="org.jdesktop.application.Application" id="quit" methodName="quit"/>                </Property>                <Property name="name" type="java.lang.String" value="exitMenuItem" noResource="true"/>              </Properties>              <AuxValues>                <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>                <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>              </AuxValues>            </MenuItem>          </SubComponents>        </Menu>        <Menu class="javax.swing.JMenu" name="helpMenu">          <Properties>            <Property name="text" type="java.lang.String" resourceKey="helpMenu.text"/>            <Property name="name" type="java.lang.String" value="helpMenu" noResource="true"/>          </Properties>          <AuxValues>            <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>            <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>          </AuxValues>          <SubComponents>            <MenuItem class="javax.swing.JMenuItem" name="aboutMenuItem">              <Properties>                <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">                  <action class="curves.CurvesView" id="showAboutBox" methodName="showAboutBox"/>                </Property>                <Property name="name" type="java.lang.String" value="aboutMenuItem" noResource="true"/>              </Properties>              <AuxValues>                <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>                <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>              </AuxValues>            </MenuItem>          </SubComponents>        </Menu>      </SubComponents>    </Container>    <Container class="javax.swing.JPanel" name="statusPanel">      <Properties>        <Property name="name" type="java.lang.String" value="statusPanel" noResource="true"/>      </Properties>      <Layout>        <DimensionLayout dim="0">          <Group type="103" groupAlignment="0" attributes="0">              <Component id="statusPanelSeparator" alignment="0" pref="675" max="32767" attributes="0"/>              <Group type="102" alignment="0" attributes="0">                  <EmptySpace max="-2" attributes="0"/>                  <Component id="statusMessageLabel" min="-2" max="-2" attributes="0"/>                  <EmptySpace pref="505" max="32767" attributes="0"/>                  <Component id="progressBar" min="-2" max="-2" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>                  <Component id="statusAnimationLabel" min="-2" max="-2" 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="statusPanelSeparator" min="-2" pref="2" max="-2" attributes="0"/>                  <EmptySpace max="32767" attributes="0"/>                  <Group type="103" groupAlignment="3" attributes="0">                      <Component id="statusMessageLabel" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="statusAnimationLabel" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="progressBar" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>                  <EmptySpace min="-2" pref="3" max="-2" attributes="0"/>              </Group>          </Group>        </DimensionLayout>      </Layout>      <SubComponents>        <Component class="javax.swing.JSeparator" name="statusPanelSeparator">          <Properties>            <Property name="name" type="java.lang.String" value="statusPanelSeparator" noResource="true"/>          </Properties>          <AuxValues>            <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>            <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>          </AuxValues>        </Component>        <Component class="javax.swing.JLabel" name="statusMessageLabel">          <Properties>            <Property name="name" type="java.lang.String" value="statusMessageLabel" noResource="true"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="statusAnimationLabel">          <Properties>            <Property name="horizontalAlignment" type="int" value="2"/>            <Property name="name" type="java.lang.String" value="statusAnimationLabel" noResource="true"/>          </Properties>        </Component>        <Component class="javax.swing.JProgressBar" name="progressBar">          <Properties>            <Property name="name" type="java.lang.String" value="progressBar" noResource="true"/>          </Properties>        </Component>      </SubComponents>    </Container>  </NonVisualComponents>  <Properties>    <Property name="component" type="javax.swing.JComponent" editor="org.netbeans.modules.form.ComponentChooserEditor">      <ComponentRef name="mainPanel"/>    </Property>    <Property name="menuBar" type="javax.swing.JMenuBar" editor="org.netbeans.modules.form.ComponentChooserEditor">      <ComponentRef name="menuBar"/>    </Property>    <Property name="statusBar" type="javax.swing.JComponent" editor="org.netbeans.modules.form.ComponentChooserEditor">      <ComponentRef name="statusPanel"/>    </Property>  </Properties>  <AuxValues>    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="2"/>    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/>    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>    <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,-21,0,0,2,-93"/>  </AuxValues></Form>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩精品一二三区| 国产成人超碰人人澡人人澡| 精品国产乱码久久久久久久久| 不卡高清视频专区| 日韩av电影天堂| 国产精品久久久久永久免费观看| 日韩欧美一卡二卡| 精品国产不卡一区二区三区| 一本到高清视频免费精品| 国产在线精品免费av| 午夜精品福利一区二区蜜股av| 国产精品国产自产拍高清av王其| 欧美大黄免费观看| 精品视频123区在线观看| av电影在线观看一区| 国产麻豆一精品一av一免费| 午夜激情一区二区三区| 1024成人网色www| 久久久九九九九| 欧美大片一区二区三区| 欧美疯狂性受xxxxx喷水图片| 91视频在线观看| www.性欧美| www.激情成人| www.欧美色图| 成人激情黄色小说| 处破女av一区二区| 国产成人亚洲精品狼色在线| 国产在线麻豆精品观看| 久久国产综合精品| 捆绑调教美女网站视频一区| 午夜精品久久久久久久| 午夜精品福利一区二区三区蜜桃| 亚洲激情第一区| 亚洲区小说区图片区qvod| 亚洲四区在线观看| 亚洲激情综合网| 一区二区三区四区亚洲| 亚洲一区免费在线观看| 亚洲成人综合网站| 无吗不卡中文字幕| 麻豆精品视频在线观看视频| 日韩黄色片在线观看| 一区二区三区.www| 午夜电影久久久| 美女mm1313爽爽久久久蜜臀| 久久精品国产一区二区三| 国模冰冰炮一区二区| 成人综合婷婷国产精品久久免费| 国产精品1区2区3区| 成人久久视频在线观看| 99re在线精品| 色老综合老女人久久久| 欧美丰满少妇xxxxx高潮对白| 在线成人av影院| 精品区一区二区| 国产精品视频九色porn| 亚洲手机成人高清视频| 亚洲444eee在线观看| 久久精品99久久久| 成人av动漫网站| 在线看一区二区| 日韩三级在线免费观看| 精品成人a区在线观看| 国产精品女上位| 亚洲第一二三四区| 另类调教123区| 成人精品鲁一区一区二区| 91麻豆自制传媒国产之光| 欧美高清www午色夜在线视频| 精品国产伦一区二区三区免费| 久久九九全国免费| 国内精品视频666| www.日韩大片| 91精品在线一区二区| 日本一区二区三区高清不卡 | 国产精品福利一区| 亚洲一区精品在线| 国产一区二区成人久久免费影院| 99国产精品一区| 欧美日韩成人高清| 中文乱码免费一区二区| 亚洲图片自拍偷拍| 国产一区二区三区美女| 欧美亚洲综合在线| 亚洲精品一区二区三区99| 亚洲与欧洲av电影| 国产成人精品免费网站| 欧美精品一卡两卡| 中文字幕中文字幕一区| 麻豆成人久久精品二区三区小说| 91色.com| 国产拍揄自揄精品视频麻豆| 日韩精品欧美精品| 色综合久久综合网97色综合| 欧美不卡一区二区三区四区| 一区二区三区欧美日| 国产成人鲁色资源国产91色综| 欧美精品 日韩| 亚洲欧美另类综合偷拍| 国产伦精品一区二区三区免费迷 | 色悠久久久久综合欧美99| 欧美www视频| 亚洲电影在线免费观看| 粉嫩av一区二区三区在线播放| 欧美日产国产精品| 亚洲欧美日韩系列| 成人网在线播放| 久久午夜羞羞影院免费观看| 天天射综合影视| av在线不卡免费看| 2020国产精品| 蜜臀av性久久久久蜜臀av麻豆| 欧美在线视频你懂得| 中文字幕av资源一区| 国产成人亚洲综合色影视| 欧美成人官网二区| 美女脱光内衣内裤视频久久影院| 欧美色综合网站| 亚洲在线观看免费视频| 色综合色狠狠天天综合色| 国产精品成人网| 成人黄色在线网站| 国产精品乱码久久久久久| 国产乱码精品一区二区三区av| 日韩视频一区二区三区在线播放 | 2017欧美狠狠色| 久久精品国产99| 日韩视频免费观看高清完整版| 一区二区三区日韩欧美| 欧美性视频一区二区三区| 亚洲另类春色校园小说| 91黄色在线观看| 亚洲大片免费看| 欧美日韩精品一区视频| 亚洲aⅴ怡春院| 欧美一区二区三区爱爱| 美女尤物国产一区| 精品国精品自拍自在线| 国产一区二区三区在线观看精品| 国产精品欧美久久久久无广告| 成人精品亚洲人成在线| 综合亚洲深深色噜噜狠狠网站| 91丨九色丨黑人外教| 亚洲午夜精品久久久久久久久| 日本福利一区二区| 亚洲丶国产丶欧美一区二区三区| 欧美另类高清zo欧美| 麻豆精品一二三| 国产日韩欧美高清| av电影一区二区| 亚洲一区二区三区国产| 欧美一二三在线| 国精产品一区一区三区mba桃花 | 中文字幕av一区 二区| 波多野结衣中文字幕一区| 亚洲精品国产精华液| 欧美理论在线播放| 精品影院一区二区久久久| 国产亚洲一区二区三区在线观看| 成人99免费视频| 亚洲va韩国va欧美va| 亚洲精品一区二区三区99| 成人av午夜电影| 亚洲电影欧美电影有声小说| 日韩精品中文字幕在线不卡尤物 | 亚洲成人黄色影院| 欧美精品一区二区久久婷婷| 国产mv日韩mv欧美| 亚洲国产毛片aaaaa无费看| 精品女同一区二区| 日本韩国一区二区| 国产真实乱偷精品视频免| 亚洲美女屁股眼交3| 日韩一区二区三区四区| voyeur盗摄精品| 美女视频第一区二区三区免费观看网站 | 国产酒店精品激情| 一区二区三区不卡视频 | 久久精品夜色噜噜亚洲a∨| 91视频观看视频| 久久av资源站| 一区二区高清免费观看影视大全 | 日本韩国视频一区二区| 黄色日韩三级电影| 夜夜嗨av一区二区三区中文字幕| 欧美成人欧美edvon| 在线精品视频免费观看| 福利一区福利二区| 日韩成人精品视频| 亚洲毛片av在线| 国产日韩欧美亚洲| 欧美一区二区视频观看视频 | 色菇凉天天综合网| 国产一区二区成人久久免费影院| 亚洲国产一区二区在线播放| 中文字幕乱码久久午夜不卡| 91精品国产高清一区二区三区| 99国产精品久久| 国产麻豆精品95视频|