OSDN Git Service

キーワード検索の為のダイアログをメニューバーから呼び出せるように改良.
[nt-manager/nt-manager.git] / src / twitter / gui / form / KeywordSearchDialog.form
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
4   <NonVisualComponents>
5     <Component class="javax.swing.ButtonGroup" name="buttonGroup1">
6       <AuxValues>
7         <AuxValue name="JavaCodeGenerator_SerializeTo" type="java.lang.String" value="KeywordSearchDialog_buttonGroup1"/>
8       </AuxValues>
9     </Component>
10   </NonVisualComponents>
11   <Properties>
12     <Property name="defaultCloseOperation" type="int" value="2"/>
13     <Property name="title" type="java.lang.String" value="Twitter&#x5168;&#x4f53;&#x304b;&#x3089;&#x30ad;&#x30fc;&#x30ef;&#x30fc;&#x30c9;&#x691c;&#x7d22;"/>
14   </Properties>
15   <SyntheticProperties>
16     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
17   </SyntheticProperties>
18   <AuxValues>
19     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
20     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
21     <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
22     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
23     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
24     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
25     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
26     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
27     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
28   </AuxValues>
29
30   <Layout>
31     <DimensionLayout dim="0">
32       <Group type="103" groupAlignment="0" attributes="0">
33           <Group type="102" attributes="0">
34               <EmptySpace max="-2" attributes="0"/>
35               <Group type="103" groupAlignment="0" attributes="0">
36                   <Component id="jTextField1" alignment="0" pref="440" max="32767" attributes="0"/>
37                   <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
38                   <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
39                   <Group type="102" alignment="0" attributes="0">
40                       <Group type="103" groupAlignment="0" attributes="0">
41                           <Component id="jRadioButton1" alignment="0" min="-2" max="-2" attributes="0"/>
42                           <Component id="jRadioButton2" alignment="0" min="-2" max="-2" attributes="0"/>
43                       </Group>
44                       <EmptySpace min="-2" pref="56" max="-2" attributes="0"/>
45                       <Group type="103" groupAlignment="1" attributes="0">
46                           <Group type="102" attributes="0">
47                               <Component id="jTextField2" min="-2" pref="115" max="-2" attributes="0"/>
48                               <EmptySpace min="-2" pref="6" max="-2" attributes="0"/>
49                               <Component id="jLabel3" pref="102" max="32767" attributes="0"/>
50                           </Group>
51                           <Group type="102" alignment="1" attributes="0">
52                               <Component id="jButton2" pref="107" max="32767" attributes="0"/>
53                               <EmptySpace max="-2" attributes="0"/>
54                               <Component id="jButton1" min="-2" pref="110" max="-2" attributes="0"/>
55                           </Group>
56                       </Group>
57                   </Group>
58               </Group>
59               <EmptySpace max="-2" attributes="0"/>
60           </Group>
61       </Group>
62     </DimensionLayout>
63     <DimensionLayout dim="1">
64       <Group type="103" groupAlignment="0" attributes="0">
65           <Group type="102" alignment="0" attributes="0">
66               <EmptySpace max="-2" attributes="0"/>
67               <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
68               <EmptySpace max="-2" attributes="0"/>
69               <Component id="jTextField1" min="-2" max="-2" attributes="0"/>
70               <EmptySpace max="-2" attributes="0"/>
71               <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
72               <EmptySpace max="-2" attributes="0"/>
73               <Group type="103" groupAlignment="3" attributes="0">
74                   <Component id="jRadioButton1" alignment="3" min="-2" max="-2" attributes="0"/>
75                   <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
76                   <Component id="jTextField2" alignment="3" min="-2" max="-2" attributes="0"/>
77               </Group>
78               <Group type="103" groupAlignment="0" attributes="0">
79                   <Group type="102" attributes="0">
80                       <EmptySpace max="-2" attributes="0"/>
81                       <Component id="jRadioButton2" min="-2" max="-2" attributes="0"/>
82                   </Group>
83                   <Group type="102" alignment="0" attributes="0">
84                       <EmptySpace min="-2" pref="27" max="-2" attributes="0"/>
85                       <Group type="103" groupAlignment="3" attributes="0">
86                           <Component id="jButton1" alignment="3" min="-2" pref="37" max="-2" attributes="0"/>
87                           <Component id="jButton2" alignment="3" min="-2" pref="38" max="-2" attributes="0"/>
88                       </Group>
89                   </Group>
90               </Group>
91               <EmptySpace max="32767" attributes="0"/>
92           </Group>
93       </Group>
94     </DimensionLayout>
95   </Layout>
96   <SubComponents>
97     <Component class="javax.swing.JLabel" name="jLabel1">
98       <Properties>
99         <Property name="text" type="java.lang.String" value="&#x691c;&#x7d22;&#x3057;&#x305f;&#x3044;&#x30ad;&#x30fc;&#x30ef;&#x30fc;&#x30c9;&#x3092;&#x5165;&#x529b;&#x3057;&#x3066;&#x304f;&#x3060;&#x3055;&#x3044;"/>
100       </Properties>
101     </Component>
102     <Component class="javax.swing.JTextField" name="jTextField1">
103     </Component>
104     <Component class="javax.swing.JLabel" name="jLabel2">
105       <Properties>
106         <Property name="text" type="java.lang.String" value="&#x60c5;&#x5831;&#x66f4;&#x65b0;&#x9593;&#x9694;&#x3092;&#x6307;&#x5b9a;&#x3057;&#x3066;&#x304f;&#x3060;&#x3055;&#x3044;"/>
107       </Properties>
108     </Component>
109     <Component class="javax.swing.JRadioButton" name="jRadioButton1">
110       <Properties>
111         <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
112           <ComponentRef name="buttonGroup1"/>
113         </Property>
114         <Property name="selected" type="boolean" value="true"/>
115         <Property name="text" type="java.lang.String" value="&#x60c5;&#x5831;&#x3092;&#x5b9a;&#x671f;&#x7684;&#x306b;&#x66f4;&#x65b0;&#x3059;&#x308b;"/>
116       </Properties>
117     </Component>
118     <Component class="javax.swing.JTextField" name="jTextField2">
119       <Properties>
120         <Property name="text" type="java.lang.String" value="60"/>
121       </Properties>
122     </Component>
123     <Component class="javax.swing.JLabel" name="jLabel3">
124       <Properties>
125         <Property name="text" type="java.lang.String" value="&#x79d2;&#x9593;&#x9694;"/>
126       </Properties>
127     </Component>
128     <Component class="javax.swing.JRadioButton" name="jRadioButton2">
129       <Properties>
130         <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
131           <ComponentRef name="buttonGroup1"/>
132         </Property>
133         <Property name="text" type="java.lang.String" value="&#x66f4;&#x65b0;&#x3057;&#x306a;&#x3044;"/>
134       </Properties>
135     </Component>
136     <Component class="javax.swing.JButton" name="jButton1">
137       <Properties>
138         <Property name="text" type="java.lang.String" value="&#x30ad;&#x30e3;&#x30f3;&#x30bb;&#x30eb;"/>
139       </Properties>
140     </Component>
141     <Component class="javax.swing.JButton" name="jButton2">
142       <Properties>
143         <Property name="text" type="java.lang.String" value="&#x691c;&#x7d22;&#x958b;&#x59cb;"/>
144       </Properties>
145     </Component>
146   </SubComponents>
147 </Form>