⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 newjframe.form

📁 基于c0文法写的生成p-code的编译器
💻 FORM
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">  <Properties>    <Property name="defaultCloseOperation" type="int" value="3"/>  </Properties>  <SyntheticProperties>    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>  </SyntheticProperties>  <AuxValues>    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>    <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="2"/>    <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"/>  </AuxValues>  <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="textArea1" min="-2" pref="356" max="-2" attributes="0"/>                      <EmptySpace min="10" pref="10" max="-2" attributes="0"/>                      <Component id="textArea2" min="-2" pref="271" max="-2" attributes="0"/>                  </Group>                  <Group type="102" alignment="0" attributes="0">                      <EmptySpace max="-2" attributes="0"/>                      <Component id="textArea3" pref="637" max="32767" attributes="0"/>                  </Group>              </Group>              <EmptySpace max="-2" attributes="0"/>          </Group>          <Group type="102" alignment="1" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Component id="label1" min="-2" max="-2" attributes="0"/>              <EmptySpace pref="208" max="32767" attributes="0"/>              <Component id="textField1" min="-2" pref="220" max="-2" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>              <Component id="button1" min="-2" max="-2" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>              <Component id="button3" min="-2" max="-2" attributes="0"/>              <EmptySpace min="-2" pref="27" max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>    <DimensionLayout dim="1">      <Group type="103" groupAlignment="0" attributes="0">          <Group type="102" alignment="1" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" attributes="0">                      <Component id="label1" min="-2" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                  </Group>                  <Group type="103" alignment="0" groupAlignment="0" attributes="0">                      <Group type="102" attributes="0">                          <Component id="textField1" min="-2" max="-2" attributes="1"/>                          <EmptySpace max="-2" attributes="0"/>                      </Group>                      <Group type="103" alignment="0" groupAlignment="0" attributes="0">                          <Group type="102" attributes="0">                              <Component id="button1" min="0" pref="0" max="32767" attributes="1"/>                              <EmptySpace max="-2" attributes="0"/>                          </Group>                          <Group type="102" attributes="0">                              <Component id="button3" min="0" pref="0" max="32767" attributes="1"/>                              <EmptySpace max="-2" attributes="0"/>                          </Group>                      </Group>                  </Group>              </Group>              <Group type="103" groupAlignment="1" attributes="0">                  <Component id="textArea2" alignment="0" pref="438" max="32767" attributes="1"/>                  <Component id="textArea1" alignment="0" pref="438" max="32767" attributes="1"/>              </Group>              <EmptySpace min="-2" pref="9" max="-2" attributes="0"/>              <Component id="textArea3" min="-2" max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Component class="java.awt.TextField" name="textField1">      <Properties>        <Property name="text" type="java.lang.String" value="textField1"/>      </Properties>    </Component>    <Component class="java.awt.Button" name="button1">      <Properties>        <Property name="label" type="java.lang.String" value="open"/>      </Properties>      <Events>        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="button1MouseClicked"/>      </Events>    </Component>    <Component class="java.awt.Button" name="button3">      <Properties>        <Property name="label" type="java.lang.String" value="compile"/>      </Properties>      <Events>        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="button3MouseClicked"/>      </Events>    </Component>    <Component class="java.awt.TextArea" name="textArea1">      <Properties>        <Property name="name" type="java.lang.String" value="fouroutput" noResource="true"/>      </Properties>    </Component>    <Component class="java.awt.TextArea" name="textArea2">      <Properties>        <Property name="name" type="java.lang.String" value="assembleroutput" noResource="true"/>      </Properties>    </Component>    <Component class="java.awt.TextArea" name="textArea3">    </Component>    <Component class="java.awt.Label" name="label1">      <Properties>        <Property name="text" type="java.lang.String" value="C-Compiler"/>      </Properties>    </Component>  </SubComponents></Form>

⌨️ 快捷键说明

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