Add missing NetBeans *.form files.
[nbgit.git] / src / org / netbeans / modules / git / ui / log / SearchHistoryPanel.form
blobe6dfe1e18890c1692ae4ddaa46960301a52d428f
1 <?xml version="1.0" encoding="UTF-8" ?>
3 <Form version="1.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4 <NonVisualComponents>
5 <Component class="javax.swing.ButtonGroup" name="buttonGroup1">
6 </Component>
7 </NonVisualComponents>
8 <Properties>
9 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
10 <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
11 <EmptyBorder bottom="0" left="8" right="8" top="8"/>
12 </Border>
13 </Property>
14 </Properties>
15 <AuxValues>
16 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
17 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
18 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
19 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
20 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
21 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
22 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
23 <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"/>
24 </AuxValues>
26 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
27 <SubComponents>
28 <Container class="javax.swing.JPanel" name="searchCriteriaPanel">
29 <Constraints>
30 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
31 <GridBagConstraints gridX="0" gridY="0" gridWidth="0" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="23" weightX="1.0" weightY="0.0"/>
32 </Constraint>
33 </Constraints>
35 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
36 </Container>
37 <Component class="javax.swing.JButton" name="bSearch">
38 <Properties>
39 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
40 <ResourceString bundle="org/netbeans/modules/git/ui/log/Bundle.properties" key="TT_Search" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
41 </Property>
42 </Properties>
43 <Constraints>
44 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
45 <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="21" weightX="0.0" weightY="0.0"/>
46 </Constraint>
47 </Constraints>
48 </Component>
49 <Container class="javax.swing.JPanel" name="jPanel1">
50 <Properties>
51 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
52 <Dimension value="[10, 6]"/>
53 </Property>
54 </Properties>
55 <Constraints>
56 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
57 <GridBagConstraints gridX="-1" gridY="2" gridWidth="0" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="2" insetsRight="0" anchor="10" weightX="1.0" weightY="0.0"/>
58 </Constraint>
59 </Constraints>
61 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/>
62 </Container>
63 <Container class="javax.swing.JToolBar" name="jToolBar1">
64 <Properties>
65 <Property name="floatable" type="boolean" value="false"/>
66 <Property name="rollover" type="boolean" value="true"/>
67 </Properties>
68 <Constraints>
69 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
70 <GridBagConstraints gridX="-1" gridY="3" gridWidth="0" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
71 </Constraint>
72 </Constraints>
74 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
75 <SubComponents>
76 <Component class="javax.swing.JToggleButton" name="tbSummary">
77 <Properties>
78 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
79 <ComponentRef name="buttonGroup1"/>
80 </Property>
81 <Property name="selected" type="boolean" value="true"/>
82 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
83 <ResourceString bundle="org/netbeans/modules/git/ui/log/Bundle.properties" key="CTL_ShowSummary" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
84 </Property>
85 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
86 <ResourceString bundle="org/netbeans/modules/git/ui/log/Bundle.properties" key="TT_Summary" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
87 </Property>
88 </Properties>
89 <AccessibilityProperties>
90 <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
91 <ResourceString bundle="org/netbeans/modules/git/ui/log/Bundle.properties" key="CTL_ShowSummary" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
92 </Property>
93 </AccessibilityProperties>
94 <Events>
95 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="onViewToggle"/>
96 </Events>
97 <AuxValues>
98 <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
99 </AuxValues>
100 </Component>
101 <Component class="javax.swing.JToggleButton" name="tbDiff">
102 <Properties>
103 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
104 <ComponentRef name="buttonGroup1"/>
105 </Property>
106 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
107 <ResourceString bundle="org/netbeans/modules/git/ui/log/Bundle.properties" key="CTL_ShowDiff" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
108 </Property>
109 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
110 <ResourceString bundle="org/netbeans/modules/git/ui/log/Bundle.properties" key="TT_ShowDiff" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
111 </Property>
112 </Properties>
113 <Events>
114 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="onViewToggle"/>
115 </Events>
116 </Component>
117 <Component class="javax.swing.JSeparator" name="jSeparator2">
118 <Properties>
119 <Property name="orientation" type="int" value="1"/>
120 <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
121 <Dimension value="[2, 32767]"/>
122 </Property>
123 </Properties>
124 </Component>
125 <Component class="javax.swing.JButton" name="bNext">
126 <AccessibilityProperties>
127 <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
128 <ResourceString bundle="org/netbeans/modules/subversion/ui/history/Bundle.properties" key="ACSN_NextDifference" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
129 </Property>
130 <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
131 <ResourceString bundle="org/netbeans/modules/subversion/ui/history/Bundle.properties" key="ACSD_NextDifference" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
132 </Property>
133 </AccessibilityProperties>
134 </Component>
135 <Component class="javax.swing.JButton" name="bPrev">
136 <AccessibilityProperties>
137 <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
138 <ResourceString bundle="org/netbeans/modules/subversion/ui/history/Bundle.properties" key="ACSN_PrevDifference" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
139 </Property>
140 <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
141 <ResourceString bundle="org/netbeans/modules/subversion/ui/history/Bundle.properties" key="ACSD_PrevDifference" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
142 </Property>
143 </AccessibilityProperties>
144 </Component>
145 <Component class="javax.swing.JToolBar$Separator" name="jSeparator3">
146 </Component>
147 <Component class="javax.swing.JCheckBox" name="showMergesChkBox">
148 <Properties>
149 <Property name="selected" type="boolean" value="true"/>
150 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
151 <ResourceString bundle="org/netbeans/modules/git/ui/log/Bundle.properties" key="CTL_ShowMerge" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
152 </Property>
153 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
154 <ResourceString bundle="org/netbeans/modules/git/ui/log/Bundle.properties" key="TT_ShowMerges" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
155 </Property>
156 <Property name="focusable" type="boolean" value="false"/>
157 <Property name="horizontalTextPosition" type="int" value="4"/>
158 <Property name="verticalTextPosition" type="int" value="3"/>
159 </Properties>
160 <Events>
161 <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="showMergesChkBoxStateChanged"/>
162 </Events>
163 </Component>
164 </SubComponents>
165 </Container>
166 <Container class="javax.swing.JPanel" name="resultsPanel">
167 <Constraints>
168 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
169 <GridBagConstraints gridX="0" gridY="4" gridWidth="0" gridHeight="0" fill="1" ipadX="0" ipadY="0" insetsTop="8" insetsLeft="0" insetsBottom="8" insetsRight="0" anchor="10" weightX="1.0" weightY="1.0"/>
170 </Constraint>
171 </Constraints>
173 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
174 </Container>
175 </SubComponents>
176 </Form>