Removed unused ServeAction.
[nbgit.git] / src / org / netbeans / modules / git / ui / commit / CommitPanel.form
blob266774f4081827be313e479b99d0a00cb4b1aa1e
1 <?xml version="1.0" encoding="UTF-8" ?>
3 <Form version="1.3" maxVersion="1.3" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4 <Properties>
5 <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
6 <Dimension value="[400, 300]"/>
7 </Property>
8 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
9 <Dimension value="[650, 400]"/>
10 </Property>
11 </Properties>
12 <AccessibilityProperties>
13 <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
14 <ResourceString bundle="org/netbeans/modules/git/ui/commit/Bundle.properties" key="ACSN_CommitDialog" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
15 </Property>
16 <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
17 <ResourceString bundle="org/netbeans/modules/git/ui/commit/Bundle.properties" key="ACSD_CommitDialog" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
18 </Property>
19 </AccessibilityProperties>
20 <AuxValues>
21 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
22 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
23 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
24 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
25 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="2"/>
26 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
27 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="16"/>
28 </AuxValues>
30 <Layout>
31 <DimensionLayout dim="0">
32 <Group type="103" groupAlignment="0" attributes="0">
33 <Group type="102" alignment="1" attributes="0">
34 <EmptySpace max="-2" attributes="0"/>
35 <Group type="103" groupAlignment="1" attributes="0">
36 <Component id="filesPanel" alignment="0" pref="610" max="32767" attributes="0"/>
37 <Component id="jScrollPane1" alignment="0" pref="610" max="32767" attributes="0"/>
38 <Group type="102" alignment="0" attributes="0">
39 <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
40 <EmptySpace pref="482" max="32767" attributes="0"/>
41 <Component id="recentLink" min="-2" max="-2" attributes="0"/>
42 </Group>
43 <Component id="filesLabel" alignment="0" min="-2" max="-2" attributes="0"/>
44 <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
45 </Group>
46 <EmptySpace max="-2" attributes="0"/>
47 </Group>
48 </Group>
49 </DimensionLayout>
50 <DimensionLayout dim="1">
51 <Group type="103" groupAlignment="0" attributes="0">
52 <Group type="102" alignment="0" attributes="0">
53 <EmptySpace min="-2" max="-2" attributes="0"/>
54 <Group type="103" groupAlignment="3" attributes="0">
55 <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
56 <Component id="recentLink" alignment="3" min="-2" max="-2" attributes="0"/>
57 </Group>
58 <EmptySpace min="-2" max="-2" attributes="0"/>
59 <Component id="jScrollPane1" min="-2" max="-2" attributes="0"/>
60 <EmptySpace min="-2" pref="15" max="-2" attributes="0"/>
61 <Component id="filesLabel" min="-2" max="-2" attributes="0"/>
62 <EmptySpace max="-2" attributes="0"/>
63 <Component id="filesPanel" pref="173" max="32767" attributes="0"/>
64 <EmptySpace max="-2" attributes="0"/>
65 <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
66 <EmptySpace max="-2" attributes="0"/>
67 </Group>
68 </Group>
69 </DimensionLayout>
70 </Layout>
71 <SubComponents>
72 <Component class="javax.swing.JLabel" name="jLabel1">
73 <Properties>
74 <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
75 <ComponentRef name="messageTextArea"/>
76 </Property>
77 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
78 <ResourceString bundle="org/netbeans/modules/git/ui/commit/Bundle.properties" key="CTL_CommitForm_Message" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
79 </Property>
80 </Properties>
81 </Component>
82 <Container class="javax.swing.JScrollPane" name="jScrollPane1">
83 <AuxValues>
84 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
85 </AuxValues>
87 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
88 <SubComponents>
89 <Component class="javax.swing.JTextArea" name="messageTextArea">
90 <Properties>
91 <Property name="columns" type="int" value="30"/>
92 <Property name="lineWrap" type="boolean" value="true"/>
93 <Property name="rows" type="int" value="6"/>
94 <Property name="tabSize" type="int" value="4"/>
95 <Property name="wrapStyleWord" type="boolean" value="true"/>
96 <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
97 <Dimension value="[100, 18]"/>
98 </Property>
99 </Properties>
100 <AccessibilityProperties>
101 <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
102 <ResourceString bundle="org/netbeans/modules/git/ui/commit/Bundle.properties" key="ACSN_CommitForm_Message" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
103 </Property>
104 <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
105 <ResourceString bundle="org/netbeans/modules/git/ui/commit/Bundle.properties" key="ACSD_CommitForm_Message" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
106 </Property>
107 </AccessibilityProperties>
108 </Component>
109 </SubComponents>
110 </Container>
111 <Component class="javax.swing.JLabel" name="filesLabel">
112 <Properties>
113 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
114 <ResourceString bundle="org/netbeans/modules/git/ui/commit/Bundle.properties" key="CTL_CommitForm_FilesToCommit" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
115 </Property>
116 </Properties>
117 </Component>
118 <Container class="javax.swing.JPanel" name="filesPanel">
119 <Properties>
120 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
121 <Dimension value="[240, 108]"/>
122 </Property>
123 </Properties>
125 <Layout>
126 <DimensionLayout dim="0">
127 <Group type="103" groupAlignment="0" attributes="0">
128 <EmptySpace min="0" pref="610" max="32767" attributes="0"/>
129 </Group>
130 </DimensionLayout>
131 <DimensionLayout dim="1">
132 <Group type="103" groupAlignment="0" attributes="0">
133 <EmptySpace min="0" pref="173" max="32767" attributes="0"/>
134 </Group>
135 </DimensionLayout>
136 </Layout>
137 </Container>
138 <Component class="javax.swing.JLabel" name="jLabel2">
139 </Component>
140 <Component class="javax.swing.JLabel" name="recentLink">
141 <Properties>
142 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
143 <Image iconType="3" name="/org/netbeans/modules/git/resources/icons/recent_messages.png"/>
144 </Property>
145 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
146 <ResourceString bundle="org/netbeans/modules/git/ui/commit/Bundle.properties" key="CTL_CommitForm_RecentMessages" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
147 </Property>
148 </Properties>
149 </Component>
150 </SubComponents>
151 </Form>