]> git.mxchange.org Git - addressbook-lib.git/blob - Addressbook/src/org/mxchange/addressbook/client/gui/AddressbookFrame.form
Added stuff for Swing client
[addressbook-lib.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     <Container class="javax.swing.JDialog" name="enterDownDataDialog">
6       <Properties>
7         <Property name="alwaysOnTop" type="boolean" value="true"/>
8       </Properties>
9       <AccessibilityProperties>
10         <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
11           <ResourceString bundle="org/mxchange/addressbook/client/gui/Bundle.properties" key="AddressbookFrame.enterDownDataDialog.AccessibleContext.accessibleName" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
12         </Property>
13       </AccessibilityProperties>
14
15       <Layout>
16         <DimensionLayout dim="0">
17           <Group type="103" groupAlignment="0" attributes="0">
18               <EmptySpace min="0" pref="400" max="32767" attributes="0"/>
19           </Group>
20         </DimensionLayout>
21         <DimensionLayout dim="1">
22           <Group type="103" groupAlignment="0" attributes="0">
23               <EmptySpace min="0" pref="300" max="32767" attributes="0"/>
24           </Group>
25         </DimensionLayout>
26       </Layout>
27     </Container>
28     <Menu class="javax.swing.JMenuBar" name="menuBar">
29       <SubComponents>
30         <Menu class="javax.swing.JMenu" name="mainMenu">
31           <Properties>
32             <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
33               <ResourceString bundle="org/mxchange/addressbook/client/gui/Bundle.properties" key="AddressbookFrame.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
34             </Property>
35             <Property name="focusable" type="boolean" value="false"/>
36             <Property name="name" type="java.lang.String" value="" noResource="true"/>
37           </Properties>
38           <SubComponents>
39             <MenuItem class="javax.swing.JMenuItem" name="exitProgram">
40               <Properties>
41                 <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
42                   <KeyStroke key="Alt+X"/>
43                 </Property>
44                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
45                   <ResourceString bundle="org/mxchange/addressbook/client/gui/Bundle.properties" key="AddressbookFrame.exitProgram.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
46                 </Property>
47                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
48                   <ResourceString bundle="org/mxchange/addressbook/client/gui/Bundle.properties" key="AddressbookFrame.exitProgram.toolTipText" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
49                 </Property>
50               </Properties>
51               <Events>
52                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="exitProgramActionPerformed"/>
53               </Events>
54             </MenuItem>
55           </SubComponents>
56         </Menu>
57         <Menu class="javax.swing.JMenu" name="addressbookMenu">
58           <Properties>
59             <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
60               <ResourceString bundle="org/mxchange/addressbook/client/gui/Bundle.properties" key="AddressbookFrame.addressbookMenu.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
61             </Property>
62           </Properties>
63           <SubComponents>
64             <MenuItem class="javax.swing.JMenuItem" name="addOwnData">
65               <Properties>
66                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
67                   <ResourceString bundle="org/mxchange/addressbook/client/gui/Bundle.properties" key="AddressbookFrame.addOwn.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
68                 </Property>
69                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
70                   <ResourceString bundle="org/mxchange/addressbook/client/gui/Bundle.properties" key="AddressbookFrame.addOwnData.toolTipText" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
71                 </Property>
72                 <Property name="enabled" type="boolean" value="false"/>
73                 <Property name="name" type="java.lang.String" value="addOwn" noResource="true"/>
74               </Properties>
75               <AccessibilityProperties>
76                 <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
77                   <ResourceString bundle="org/mxchange/addressbook/client/gui/Bundle.properties" key="AddressbookFrame.addOwnData.AccessibleContext.accessibleName" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
78                 </Property>
79                 <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
80                   <ResourceString bundle="org/mxchange/addressbook/client/gui/Bundle.properties" key="AddressbookFrame.addOwnData.AccessibleContext.accessibleDescription" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
81                 </Property>
82               </AccessibilityProperties>
83               <Events>
84                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="addOwnDataActionPerformed"/>
85               </Events>
86             </MenuItem>
87           </SubComponents>
88         </Menu>
89       </SubComponents>
90     </Menu>
91   </NonVisualComponents>
92   <Properties>
93     <Property name="defaultCloseOperation" type="int" value="0"/>
94     <Property name="title" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
95       <Connection code="AddressbookApplication.printableTitle()" type="code"/>
96     </Property>
97     <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
98       <Color id="Standardcursor"/>
99     </Property>
100     <Property name="name" type="java.lang.String" value="main" noResource="true"/>
101   </Properties>
102   <SyntheticProperties>
103     <SyntheticProperty name="menuBar" type="java.lang.String" value="menuBar"/>
104     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
105     <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
106   </SyntheticProperties>
107   <AuxValues>
108     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
109     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
110     <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
111     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
112     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
113     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
114     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
115     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
116     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
117   </AuxValues>
118
119   <Layout>
120     <DimensionLayout dim="0">
121       <Group type="103" groupAlignment="0" attributes="0">
122           <EmptySpace min="0" pref="400" max="32767" attributes="0"/>
123       </Group>
124     </DimensionLayout>
125     <DimensionLayout dim="1">
126       <Group type="103" groupAlignment="0" attributes="0">
127           <EmptySpace min="0" pref="279" max="32767" attributes="0"/>
128       </Group>
129     </DimensionLayout>
130   </Layout>
131 </Form>