/src/mpv5/ui/dialogs/MiniCalendarFrame.form
Unknown | 111 lines | 107 code | 4 blank | 0 comment | 0 complexity | 15c004301ef5017004775f650515f875 MD5 | raw file
Possible License(s): LGPL-3.0, Apache-2.0, GPL-3.0, GPL-2.0, AGPL-3.0, JSON, BSD-3-Clause
1<?xml version="1.0" encoding="UTF-8" ?> 2 3<Form version="1.3" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> 4 <Properties> 5 <Property name="defaultCloseOperation" type="int" value="2"/> 6 <Property name="title" type="java.lang.String" value="Datum wählen"/> 7 <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 8 <Color blue="ff" green="ff" red="ff" type="rgb"/> 9 </Property> 10 <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor"> 11 <Color id="Standardcursor"/> 12 </Property> 13 <Property name="locationByPlatform" type="boolean" value="true"/> 14 </Properties> 15 <SyntheticProperties> 16 <SyntheticProperty name="formSizePolicy" type="int" value="1"/> 17 </SyntheticProperties> 18 <AuxValues> 19 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> 20 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> 21 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> 22 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> 23 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> 24 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> 25 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> 26 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> 27 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="1"/> 28 </AuxValues> 29 30 <Layout> 31 <DimensionLayout dim="0"> 32 <Group type="103" groupAlignment="0" attributes="0"> 33 <Component id="jPanel2" min="-2" max="-2" attributes="0"/> 34 </Group> 35 </DimensionLayout> 36 <DimensionLayout dim="1"> 37 <Group type="103" groupAlignment="0" attributes="0"> 38 <Component id="jPanel2" min="-2" max="-2" attributes="0"/> 39 </Group> 40 </DimensionLayout> 41 </Layout> 42 <SubComponents> 43 <Container class="javax.swing.JPanel" name="jPanel2"> 44 <Properties> 45 <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 46 <Color blue="ca" green="db" red="e3" type="rgb"/> 47 </Property> 48 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 49 <Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo"> 50 <LineBorder roundedCorners="true"/> 51 </Border> 52 </Property> 53 </Properties> 54 55 <Layout> 56 <DimensionLayout dim="0"> 57 <Group type="103" groupAlignment="0" attributes="0"> 58 <Group type="102" alignment="0" attributes="0"> 59 <EmptySpace max="-2" attributes="0"/> 60 <Group type="103" groupAlignment="1" attributes="0"> 61 <Component id="jButton1" alignment="1" min="-2" max="-2" attributes="0"/> 62 <Component id="jPanel1" alignment="1" min="-2" pref="247" max="-2" attributes="0"/> 63 </Group> 64 <EmptySpace max="32767" attributes="0"/> 65 </Group> 66 </Group> 67 </DimensionLayout> 68 <DimensionLayout dim="1"> 69 <Group type="103" groupAlignment="0" attributes="0"> 70 <Group type="102" alignment="0" attributes="0"> 71 <EmptySpace max="-2" attributes="0"/> 72 <Component id="jPanel1" min="-2" pref="201" max="-2" attributes="0"/> 73 <EmptySpace max="-2" attributes="0"/> 74 <Component id="jButton1" min="-2" max="-2" attributes="0"/> 75 <EmptySpace min="-2" max="-2" attributes="0"/> 76 </Group> 77 </Group> 78 </DimensionLayout> 79 </Layout> 80 <SubComponents> 81 <Component class="javax.swing.JButton" name="jButton1"> 82 <Properties> 83 <Property name="text" type="java.lang.String" value="Ok"/> 84 </Properties> 85 <Events> 86 <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton1MouseClicked"/> 87 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> 88 <EventHandler event="keyPressed" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="jButton1KeyPressed"/> 89 </Events> 90 </Component> 91 <Container class="javax.swing.JPanel" name="jPanel1"> 92 <Properties> 93 <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 94 <Color blue="ff" green="ff" red="ff" type="rgb"/> 95 </Property> 96 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 97 <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo"> 98 <EtchetBorder/> 99 </Border> 100 </Property> 101 </Properties> 102 <Events> 103 <EventHandler event="keyPressed" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="jPanel1KeyPressed"/> 104 </Events> 105 106 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> 107 </Container> 108 </SubComponents> 109 </Container> 110 </SubComponents> 111</Form>