📄 aircraft.form
字号:
<Property name="rows" type="int" value="5"/> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JLabel" name="jLabel11"> <Properties> <Property name="text" type="java.lang.String" value="Aircraft TypeId"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel12"> <Properties> <Property name="text" type="java.lang.String" value="Description"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="jTextField11"> </Component> <Component class="javax.swing.JTextField" name="jTextField12"> </Component> <Container class="javax.swing.JTabbedPane" name="jTabbedPane3"> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/> <SubComponents> <Container class="javax.swing.JPanel" name="jPanel6"> <Constraints> <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> <JTabbedPaneConstraints tabName="Classes"> <Property name="tabTitle" type="java.lang.String" value="Classes"/> </JTabbedPaneConstraints> </Constraint> </Constraints> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel13" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="jLabel14" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="jLabel15" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="36" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jTextField13" alignment="1" pref="117" max="32767" attributes="1"/> <Component id="jTextField14" alignment="1" pref="117" max="32767" attributes="1"/> <Component id="jTextField15" alignment="0" pref="117" max="32767" attributes="0"/> </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"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel13" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jTextField13" 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="jLabel14" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jTextField14" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jTextField15" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel15" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="192" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel13"> <Properties> <Property name="text" type="java.lang.String" value="First Class"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="jTextField13"> <Properties> <Property name="text" type="java.lang.String" value=" "/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel14"> <Properties> <Property name="text" type="java.lang.String" value="Business Class"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="jTextField14"> <Properties> <Property name="text" type="java.lang.String" value=" "/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel15"> <Properties> <Property name="text" type="java.lang.String" value="Economy Class"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="jTextField15"> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jTextField15ActionPerformed"/> </Events> </Component> </SubComponents> </Container> </SubComponents> </Container> <Component class="javax.swing.JButton" name="jButton1"> <Properties> <Property name="text" type="java.lang.String" value="New"/> </Properties> </Component> <Component class="javax.swing.JButton" name="jButton2"> <Properties> <Property name="text" type="java.lang.String" value="Save"/> </Properties> </Component> <Component class="javax.swing.JButton" name="jButton3"> <Properties> <Property name="text" type="java.lang.String" value="Edit"/> </Properties> </Component> <Component class="javax.swing.JButton" name="jButton4"> <Properties> <Property name="text" type="java.lang.String" value="Delete"/> </Properties> </Component> <Component class="javax.swing.JButton" name="jButton5"> <Properties> <Property name="text" type="java.lang.String" value="Cancel"/> </Properties> </Component> </SubComponents> </Container> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -