FontChooserDialog.form 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
  3. <Properties>
  4. <Property name="defaultCloseOperation" type="int" value="0"/>
  5. <Property name="title" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  6. <ResourceString bundle="" key="window.title" replaceFormat="bundle.getString(&quot;{key}&quot;)"/>
  7. </Property>
  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,44,0,0,1,-112"/>
  23. </AuxValues>
  24. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
  25. <SubComponents>
  26. <Container class="javax.swing.JPanel" name="basePanel">
  27. <Constraints>
  28. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  29. <BorderConstraints direction="Center"/>
  30. </Constraint>
  31. </Constraints>
  32. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
  33. <SubComponents>
  34. <Container class="javax.swing.JPanel" name="chooserPanel">
  35. <Properties>
  36. <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
  37. <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
  38. <EmptyBorder bottom="0" left="12" right="11" top="12"/>
  39. </Border>
  40. </Property>
  41. </Properties>
  42. <AuxValues>
  43. <AuxValue name="JavaCodeGenerator_AddingCodePost" type="java.lang.String" value="chooserPanel.add(chooserPane, java.awt.BorderLayout.CENTER);"/>
  44. </AuxValues>
  45. <Constraints>
  46. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  47. <BorderConstraints direction="Center"/>
  48. </Constraint>
  49. </Constraints>
  50. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout">
  51. <Property name="verticalGap" type="int" value="12"/>
  52. </Layout>
  53. <SubComponents>
  54. <Component class="javax.swing.JSeparator" name="chooserSeparator">
  55. <Constraints>
  56. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  57. <BorderConstraints direction="Last"/>
  58. </Constraint>
  59. </Constraints>
  60. </Component>
  61. </SubComponents>
  62. </Container>
  63. <Container class="javax.swing.JPanel" name="controlPanel">
  64. <Properties>
  65. <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
  66. <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
  67. <EmptyBorder bottom="6" left="7" right="6" top="7"/>
  68. </Border>
  69. </Property>
  70. </Properties>
  71. <Constraints>
  72. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  73. <BorderConstraints direction="South"/>
  74. </Constraint>
  75. </Constraints>
  76. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout">
  77. <Property name="alignment" type="int" value="2"/>
  78. </Layout>
  79. <SubComponents>
  80. <Component class="javax.swing.JButton" name="okButton">
  81. <Properties>
  82. <Property name="mnemonic" type="int" editor="org.netbeans.modules.i18n.form.FormI18nMnemonicEditor">
  83. <ResourceString bundle="" key="" replaceFormat="bundle.getString(&quot;{key}&quot;)"/>
  84. </Property>
  85. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  86. <ResourceString bundle="" key="action.ok" replaceFormat="bundle.getString(&quot;{key}&quot;)"/>
  87. </Property>
  88. </Properties>
  89. </Component>
  90. <Component class="javax.swing.JButton" name="cancelButton">
  91. <Properties>
  92. <Property name="mnemonic" type="int" editor="org.netbeans.modules.i18n.form.FormI18nMnemonicEditor">
  93. <ResourceString bundle="" key="" replaceFormat="bundle.getString(&quot;{key}&quot;)"/>
  94. </Property>
  95. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  96. <ResourceString bundle="" key="action.cancel" replaceFormat="bundle.getString(&quot;{key}&quot;)"/>
  97. </Property>
  98. </Properties>
  99. </Component>
  100. </SubComponents>
  101. </Container>
  102. </SubComponents>
  103. </Container>
  104. </SubComponents>
  105. </Form>