📄 mycalendar.form
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> <NonVisualComponents> <Container class="javax.swing.JPopupMenu" name="pm"> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout"> <Property name="useNullLayout" type="boolean" value="true"/> </Layout> <SubComponents> <MenuItem class="javax.swing.JMenuItem" name="miWriteDayMemo"> <Properties> <Property name="text" type="java.lang.String" value="写该天备忘录"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="miWriteDayMemoActionPerformed"/> </Events> </MenuItem> </SubComponents> </Container> <Menu class="javax.swing.JMenuBar" name="mb"> <Properties> <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="f8" green="e4" id="不活动标题文本" palette="2" red="d8" type="palette"/> </Property> </Properties> <SubComponents> <Menu class="javax.swing.JMenu" name="mMemo"> <Properties> <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="f8" green="e4" id="不活动标题文本" palette="2" red="d8" type="palette"/> </Property> <Property name="mnemonic" type="int" value="77"/> <Property name="text" type="java.lang.String" value="备忘录(M)"/> </Properties> <SubComponents> <MenuItem class="javax.swing.JMenuItem" name="miThatDayMemo"> <Properties> <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> <KeyStroke key="Alt+T"/> </Property> <Property name="text" type="java.lang.String" value="查该日备忘录"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="miThatDayMemoActionPerformed"/> </Events> </MenuItem> <MenuItem class="javax.swing.JMenuItem" name="miAllMemo"> <Properties> <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> <KeyStroke key="Alt+A"/> </Property> <Property name="text" type="java.lang.String" value="查看全部备忘录"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="miAllMemoActionPerformed"/> </Events> </MenuItem> <MenuItem class="javax.swing.JSeparator" name="sep"> </MenuItem> <MenuItem class="javax.swing.JMenuItem" name="miWriteMemo"> <Properties> <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> <KeyStroke key="Ctrl+W"/> </Property> <Property name="text" type="java.lang.String" value="写备忘录"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="miWriteMemoActionPerformed"/> </Events> </MenuItem> </SubComponents> </Menu> <Menu class="javax.swing.JMenu" name="mHelp"> <Properties> <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="f8" green="e4" id="不活动标题文本" palette="2" red="d8" type="palette"/> </Property> <Property name="mnemonic" type="int" value="72"/> <Property name="text" type="java.lang.String" value="帮助(H)"/> </Properties> <SubComponents> <MenuItem class="javax.swing.JMenuItem" name="miHelp"> <Properties> <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> <KeyStroke key="F1"/> </Property> <Property name="mnemonic" type="int" value="67"/> <Property name="text" type="java.lang.String" value="帮助内容(C)"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="miHelpActionPerformed"/> </Events> </MenuItem> <MenuItem class="javax.swing.JMenuItem" name="miAbout"> <Properties> <Property name="mnemonic" type="int" value="65"/> <Property name="text" type="java.lang.String" value="关于(A)"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="miAboutActionPerformed"/> </Events> </MenuItem> </SubComponents> </Menu> </SubComponents> </Menu> </NonVisualComponents> <Properties> <Property name="defaultCloseOperation" type="int" value="3"/> <Property name="title" type="java.lang.String" value="日历"/> <Property name="iconImage" type="java.awt.Image" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> <Connection code="Toolkit.getDefaultToolkit().createImage(getClass().getResource("/calendar/today.png"))" type="code"/> </Property> <Property name="resizable" type="boolean" value="false"/> </Properties> <SyntheticProperties> <SyntheticProperty name="menuBar" type="java.lang.String" value="mb"/> <SyntheticProperty name="formSize" 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,0,-4,0,0,1,-123"/> <SyntheticProperty name="formSizePolicy" type="int" value="0"/> <SyntheticProperty name="generateSize" type="boolean" value="true"/> <SyntheticProperty name="generateCenter" type="boolean" value="true"/> </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="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"/> </AuxValues> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="contentPane" alignment="0" max="32767" attributes="0"/> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="contentPane" alignment="0" pref="197" max="32767" attributes="0"/> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JPanel" name="contentPane"> <Properties> <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="ff" green="cc" red="cc" type="rgb"/> </Property> </Properties> <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" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="labYear" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="spYear" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="cboMonths" min="-2" pref="74" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="labTime" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="labCount" max="32767" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="labAllCount" pref="134" max="32767" attributes="0"/> </Group> </Group> </Group> <Component id="spTab" min="-2" pref="251" max="-2" attributes="1"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="panLunar" max="32767" 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"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="panLunar" alignment="0" max="32767" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="3" attributes="0"> <Component id="labYear" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="spYear" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="cboMonths" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="labTime" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="spTab" min="-2" pref="120" max="-2" attributes="0"/> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="labCount" alignment="3" min="-2" pref="19" max="-2" attributes="0"/> <Component id="labAllCount" alignment="3" min="-2" pref="21" max="-2" attributes="0"/> </Group> </Group>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -