PageRenderTime 34ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/src/mpv5/ui/dialogs/SplashScreen.form

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