]> git.mxchange.org Git - addressbook-swing.git/blob - Addressbook/src/org/mxchange/addressbook/client/gui/AddressbookFrame.form
Added a lot stuff:
[addressbook-swing.git] / Addressbook / src / org / mxchange / addressbook / client / gui / AddressbookFrame.form
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4   <NonVisualComponents>
5     <Menu class="javax.swing.JMenuBar" name="mainMenu">
6       <SubComponents>
7         <Menu class="javax.swing.JMenu" name="jMenu1">
8           <Properties>
9             <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
10               <ResourceString bundle="org/mxchange/addressbook/client/gui/Bundle.properties" key="AddressbookFrame.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
11             </Property>
12             <Property name="focusable" type="boolean" value="false"/>
13             <Property name="name" type="java.lang.String" value="" noResource="true"/>
14           </Properties>
15           <SubComponents>
16             <MenuItem class="javax.swing.JMenuItem" name="jMenuItem1">
17               <Properties>
18                 <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
19                   <KeyStroke key="Alt+X"/>
20                 </Property>
21                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
22                   <ResourceString bundle="org/mxchange/addressbook/client/gui/Bundle.properties" key="AddressbookFrame.jMenuItem1.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
23                 </Property>
24                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
25                   <ResourceString bundle="org/mxchange/addressbook/client/gui/Bundle.properties" key="AddressbookFrame.jMenuItem1.toolTipText" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
26                 </Property>
27               </Properties>
28               <Events>
29                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem1ActionPerformed"/>
30               </Events>
31             </MenuItem>
32           </SubComponents>
33         </Menu>
34         <Menu class="javax.swing.JMenu" name="jMenu2">
35           <Properties>
36             <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
37               <ResourceString bundle="org/mxchange/addressbook/client/gui/Bundle.properties" key="AddressbookFrame.jMenu2.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
38             </Property>
39           </Properties>
40         </Menu>
41       </SubComponents>
42     </Menu>
43   </NonVisualComponents>
44   <Properties>
45     <Property name="defaultCloseOperation" type="int" value="3"/>
46     <Property name="title" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
47       <Connection code="AddressbookApplication.printableTitle()" type="code"/>
48     </Property>
49     <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
50       <Color id="Standardcursor"/>
51     </Property>
52     <Property name="name" type="java.lang.String" value="main" noResource="true"/>
53   </Properties>
54   <SyntheticProperties>
55     <SyntheticProperty name="menuBar" type="java.lang.String" value="mainMenu"/>
56     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
57     <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
58   </SyntheticProperties>
59   <AuxValues>
60     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
61     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
62     <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
63     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
64     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
65     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
66     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
67     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
68     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
69   </AuxValues>
70
71   <Layout>
72     <DimensionLayout dim="0">
73       <Group type="103" groupAlignment="0" attributes="0">
74           <Component id="statusPane" alignment="0" pref="400" max="32767" attributes="0"/>
75       </Group>
76     </DimensionLayout>
77     <DimensionLayout dim="1">
78       <Group type="103" groupAlignment="0" attributes="0">
79           <Group type="102" alignment="1" attributes="0">
80               <EmptySpace min="0" pref="257" max="32767" attributes="0"/>
81               <Component id="statusPane" min="-2" max="-2" attributes="0"/>
82           </Group>
83       </Group>
84     </DimensionLayout>
85   </Layout>
86   <SubComponents>
87     <Container class="javax.swing.JScrollPane" name="statusPane">
88       <AuxValues>
89         <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
90       </AuxValues>
91
92       <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
93       <SubComponents>
94         <Component class="javax.swing.JTextPane" name="statusText">
95           <Properties>
96             <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
97               <Color blue="f0" green="f0" red="f0" type="rgb"/>
98             </Property>
99             <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
100               <ResourceString bundle="org/mxchange/addressbook/client/gui/Bundle.properties" key="AddressbookFrame.status.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
101             </Property>
102             <Property name="name" type="java.lang.String" value="status" noResource="true"/>
103           </Properties>
104           <AccessibilityProperties>
105             <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
106               <ResourceString bundle="org/mxchange/addressbook/client/gui/Bundle.properties" key="AddressbookFrame.status.AccessibleContext.accessibleName" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
107             </Property>
108           </AccessibilityProperties>
109         </Component>
110       </SubComponents>
111     </Container>
112   </SubComponents>
113 </Form>