/src/mpv5/ui/dialogs/SplashScreen.form
Unknown | 122 lines | 119 code | 3 blank | 0 comment | 0 complexity | ac67af67904dbc4bcd3bfab0a8b110c3 MD5 | raw file
1<?xml version="1.0" encoding="UTF-8" ?> 2 3<Form version="1.5" maxVersion="1.7" 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="MP Start.."/> 7 <Property name="resizable" type="boolean" value="false"/> 8 <Property name="undecorated" type="boolean" value="true"/> 9 </Properties> 10 <SyntheticProperties> 11 <SyntheticProperty name="formSizePolicy" type="int" value="1"/> 12 </SyntheticProperties> 13 <AuxValues> 14 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> 15 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> 16 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> 17 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> 18 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> 19 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> 20 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> 21 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> 22 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> 23 <AuxValue name="designerSize" 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,1,50,0,0,1,-67"/> 24 </AuxValues> 25 26 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> 27 <SubComponents> 28 <Container class="javax.swing.JPanel" name="jPanel1"> 29 <Properties> 30 <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 31 <Color blue="33" green="33" id="OptionPane.errorDialog.border.background" palette="3" red="99" type="palette"/> 32 </Property> 33 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 34 <Dimension value="[450, 300]"/> 35 </Property> 36 </Properties> 37 <AuxValues> 38 <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value=" new javax.swing.JPanel(){
 public void paintComponent(Graphics g) {
 g.drawImage(image, 0, 0, this);
 super.paintComponent(g);
 }
}"/> 39 </AuxValues> 40 <Constraints> 41 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> 42 <BorderConstraints direction="Center"/> 43 </Constraint> 44 </Constraints> 45 46 <Layout> 47 <DimensionLayout dim="0"> 48 <Group type="103" groupAlignment="0" attributes="0"> 49 <Group type="102" alignment="0" attributes="0"> 50 <EmptySpace max="-2" attributes="0"/> 51 <Group type="103" groupAlignment="0" attributes="0"> 52 <Component id="progress" alignment="0" pref="421" max="32767" attributes="0"/> 53 <Group type="102" alignment="0" attributes="0"> 54 <Component id="info" min="-2" pref="177" max="-2" attributes="0"/> 55 <EmptySpace pref="67" max="32767" attributes="0"/> 56 <Component id="title" min="-2" pref="177" max="-2" attributes="0"/> 57 </Group> 58 <Component id="jProgressBar1" alignment="0" pref="421" max="32767" attributes="0"/> 59 </Group> 60 <EmptySpace max="-2" attributes="0"/> 61 </Group> 62 </Group> 63 </DimensionLayout> 64 <DimensionLayout dim="1"> 65 <Group type="103" groupAlignment="0" attributes="0"> 66 <Group type="102" attributes="0"> 67 <EmptySpace max="-2" attributes="0"/> 68 <Group type="103" groupAlignment="3" attributes="0"> 69 <Component id="info" alignment="3" min="-2" max="-2" attributes="0"/> 70 <Component id="title" alignment="3" min="-2" max="-2" attributes="0"/> 71 </Group> 72 <EmptySpace min="-2" pref="235" max="-2" attributes="0"/> 73 <Component id="jProgressBar1" min="-2" pref="11" max="-2" attributes="0"/> 74 <EmptySpace max="-2" attributes="0"/> 75 <Component id="progress" min="-2" max="-2" attributes="0"/> 76 <EmptySpace max="-2" attributes="0"/> 77 </Group> 78 </Group> 79 </DimensionLayout> 80 </Layout> 81 <SubComponents> 82 <Component class="javax.swing.JLabel" name="progress"> 83 <Properties> 84 <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 85 <Color blue="ff" green="ff" red="ff" type="rgb"/> 86 </Property> 87 <Property name="text" type="java.lang.String" value="Progress"/> 88 </Properties> 89 </Component> 90 <Component class="javax.swing.JLabel" name="info"> 91 <Properties> 92 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 93 <Font name="Dialog" size="12" style="0"/> 94 </Property> 95 <Property name="foreground" type="java.awt.Color" noResource="true" editor="org.netbeans.beaninfo.editors.ColorEditor"> 96 <Color blue="0" green="0" red="0" type="rgb"/> 97 </Property> 98 <Property name="text" type="java.lang.String" value="Version info"/> 99 </Properties> 100 </Component> 101 <Component class="javax.swing.JProgressBar" name="jProgressBar1"> 102 <Properties> 103 <Property name="borderPainted" type="boolean" value="false"/> 104 <Property name="stringPainted" type="boolean" value="true"/> 105 </Properties> 106 </Component> 107 <Component class="javax.swing.JLabel" name="title"> 108 <Properties> 109 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 110 <Font name="Dialog" size="12" style="0"/> 111 </Property> 112 <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 113 <Color blue="ff" green="ff" red="ff" type="rgb"/> 114 </Property> 115 <Property name="horizontalAlignment" type="int" value="4"/> 116 <Property name="text" type="java.lang.String" value="Title"/> 117 </Properties> 118 </Component> 119 </SubComponents> 120 </Container> 121 </SubComponents> 122</Form>