📄 elevatorsimulator.form
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> <Properties> <Property name="defaultCloseOperation" type="int" value="3"/> <Property name="title" type="java.lang.String" value="電梯模擬程式 ver 2.01 by MarsPing"/> <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="ff" green="cc" red="cc" type="rgb"/> </Property> <Property name="resizable" type="boolean" value="false"/> </Properties> <SyntheticProperties> <SyntheticProperty name="formSizePolicy" type="int" value="1"/> </SyntheticProperties> <AuxValues> <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> <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"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="cfp" min="-2" max="-2" attributes="0"/> <Component id="powerButton" alignment="0" min="-2" pref="61" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" attributes="0"> <Component id="floorScrollPane" min="-2" pref="241" max="-2" attributes="1"/> <EmptySpace max="-2" attributes="0"/> <Component id="operationPanel" min="-2" pref="115" max="-2" attributes="0"/> </Group> <Component id="listPanel" max="32767" attributes="1"/> </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="1" max="-2" attributes="0"> <Component id="operationPanel" alignment="1" min="-2" pref="361" max="-2" attributes="1"/> <Component id="floorScrollPane" alignment="0" pref="365" max="32767" attributes="1"/> <Component id="cfp" alignment="1" max="32767" attributes="1"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Component id="powerButton" min="-2" pref="46" max="-2" attributes="0"/> <EmptySpace min="-2" pref="64" max="-2" attributes="0"/> </Group> <Group type="102" attributes="0"> <Component id="listPanel" pref="100" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JPanel" name="operationPanel"> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/> </Container> <Container class="javax.swing.JScrollPane" name="floorScrollPane"> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> <SubComponents> <Container class="javax.swing.JPanel" name="fPanel"> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridLayout"> <Property name="columns" type="int" value="0"/> <Property name="rows" type="int" value="8"/> </Layout> </Container> </SubComponents> </Container> <Component class="javax.swing.JButton" name="powerButton"> <Properties> <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="0" green="0" red="99" type="rgb"/> </Property> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Dialog" size="14" style="1"/> </Property> <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="33" green="33" red="33" type="rgb"/> </Property> <Property name="text" type="java.lang.String" value="Power"/> <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> <Insets value="[2, 2, 2, 2]"/> </Property> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="powerButtonMouseClicked"/> </Events> </Component> <Container class="javax.swing.JPanel" name="cfp"> <Properties> <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> <Dimension value="[60, 365]"/> </Property> </Properties> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> </Container> <Container class="javax.swing.JPanel" name="listPanel"> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> </Container> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -