/src/mpv5/logging/YConsole.form
Unknown | 81 lines | 78 code | 3 blank | 0 comment | 0 complexity | 1d5f2744e9547e3b1af6e83e98991f03 MD5 | raw file
1<?xml version="1.1" 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="MP Logger"/> 7 </Properties> 8 <SyntheticProperties> 9 <SyntheticProperty name="formSizePolicy" type="int" value="1"/> 10 </SyntheticProperties> 11 <AuxValues> 12 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> 13 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> 14 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> 15 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> 16 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> 17 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> 18 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> 19 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> 20 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> 21 </AuxValues> 22 23 <Layout> 24 <DimensionLayout dim="0"> 25 <Group type="103" groupAlignment="0" attributes="0"> 26 <Group type="102" attributes="0"> 27 <EmptySpace max="-2" attributes="0"/> 28 <Component id="jButton1" min="-2" max="-2" attributes="0"/> 29 <EmptySpace pref="338" max="32767" attributes="0"/> 30 </Group> 31 <Component id="jScrollPane1" alignment="0" pref="405" max="32767" attributes="0"/> 32 </Group> 33 </DimensionLayout> 34 <DimensionLayout dim="1"> 35 <Group type="103" groupAlignment="0" attributes="0"> 36 <Group type="102" alignment="1" attributes="0"> 37 <Component id="jScrollPane1" pref="217" max="32767" attributes="0"/> 38 <EmptySpace max="-2" attributes="0"/> 39 <Component id="jButton1" min="-2" max="-2" attributes="0"/> 40 <EmptySpace max="-2" attributes="0"/> 41 </Group> 42 </Group> 43 </DimensionLayout> 44 </Layout> 45 <SubComponents> 46 <Container class="javax.swing.JScrollPane" name="jScrollPane1"> 47 <Properties> 48 <Property name="horizontalScrollBarPolicy" type="int" value="32"/> 49 <Property name="verticalScrollBarPolicy" type="int" value="22"/> 50 <Property name="autoscrolls" type="boolean" value="true"/> 51 </Properties> 52 <AuxValues> 53 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> 54 </AuxValues> 55 56 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 57 <SubComponents> 58 <Component class="javax.swing.JTextArea" name="jTextArea1"> 59 <Properties> 60 <Property name="columns" type="int" value="20"/> 61 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 62 <Font name="Dialog" size="10" style="0"/> 63 </Property> 64 <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 65 <Color blue="33" green="33" red="0" type="rgb"/> 66 </Property> 67 <Property name="rows" type="int" value="5"/> 68 </Properties> 69 </Component> 70 </SubComponents> 71 </Container> 72 <Component class="javax.swing.JButton" name="jButton1"> 73 <Properties> 74 <Property name="text" type="java.lang.String" value="Flush"/> 75 </Properties> 76 <Events> 77 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> 78 </Events> 79 </Component> 80 </SubComponents> 81</Form>