OSDN Git Service

ウィジェットに名前を付ける
[coroid/inqubus.git] / frontend / src / yukihane / inqubus / gui / MainFrame.form
1 <?xml version="1.1" encoding="UTF-8" ?>
2
3 <Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4   <NonVisualComponents>
5     <Menu class="javax.swing.JMenuBar" name="jMenuBar1">
6       <SubComponents>
7         <Menu class="javax.swing.JMenu" name="jMenu1">
8           <Properties>
9             <Property name="text" type="java.lang.String" value="File"/>
10           </Properties>
11         </Menu>
12         <Menu class="javax.swing.JMenu" name="jMenu2">
13           <Properties>
14             <Property name="text" type="java.lang.String" value="Edit"/>
15           </Properties>
16         </Menu>
17       </SubComponents>
18     </Menu>
19   </NonVisualComponents>
20   <Properties>
21     <Property name="defaultCloseOperation" type="int" value="3"/>
22   </Properties>
23   <SyntheticProperties>
24     <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/>
25     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
26   </SyntheticProperties>
27   <AuxValues>
28     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
29     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
30     <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
31     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
32     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
33     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
34     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
35     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
36     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
37   </AuxValues>
38
39   <Layout>
40     <DimensionLayout dim="0">
41       <Group type="103" groupAlignment="0" attributes="0">
42           <Component id="jPanel1" alignment="0" max="32767" attributes="0"/>
43       </Group>
44     </DimensionLayout>
45     <DimensionLayout dim="1">
46       <Group type="103" groupAlignment="0" attributes="0">
47           <Component id="jPanel1" alignment="0" max="32767" attributes="0"/>
48       </Group>
49     </DimensionLayout>
50   </Layout>
51   <SubComponents>
52     <Container class="javax.swing.JPanel" name="jPanel1">
53       <Properties>
54         <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
55           <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
56             <EtchetBorder/>
57           </Border>
58         </Property>
59       </Properties>
60
61       <Layout>
62         <DimensionLayout dim="0">
63           <Group type="103" groupAlignment="0" attributes="0">
64               <Group type="102" alignment="1" attributes="0">
65                   <EmptySpace max="-2" attributes="0"/>
66                   <Group type="103" groupAlignment="1" attributes="0">
67                       <Component id="jPanel3" alignment="0" max="32767" attributes="0"/>
68                       <Component id="jScrollPane1" alignment="0" pref="480" max="32767" attributes="0"/>
69                       <Component id="jPanel2" alignment="1" max="32767" attributes="0"/>
70                   </Group>
71                   <EmptySpace max="-2" attributes="0"/>
72               </Group>
73           </Group>
74         </DimensionLayout>
75         <DimensionLayout dim="1">
76           <Group type="103" groupAlignment="0" attributes="0">
77               <Group type="102" alignment="1" attributes="0">
78                   <EmptySpace max="-2" attributes="0"/>
79                   <Component id="jScrollPane1" pref="197" max="32767" attributes="0"/>
80                   <EmptySpace max="-2" attributes="0"/>
81                   <Component id="jPanel2" min="-2" max="-2" attributes="0"/>
82                   <EmptySpace max="-2" attributes="0"/>
83                   <Component id="jPanel3" min="-2" max="-2" attributes="0"/>
84                   <EmptySpace min="-2" pref="24" max="-2" attributes="0"/>
85               </Group>
86           </Group>
87         </DimensionLayout>
88       </Layout>
89       <SubComponents>
90         <Container class="javax.swing.JScrollPane" name="jScrollPane1">
91
92           <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
93           <SubComponents>
94             <Component class="javax.swing.JTable" name="jTable1">
95               <Properties>
96                 <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
97                   <Connection code="targetModel" type="code"/>
98                 </Property>
99                 <Property name="dropMode" type="javax.swing.DropMode" editor="org.netbeans.modules.form.editors.EnumEditor">
100                   <Value id="INSERT_ROWS"/>
101                 </Property>
102               </Properties>
103             </Component>
104           </SubComponents>
105         </Container>
106         <Container class="javax.swing.JPanel" name="jPanel2">
107           <Properties>
108             <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
109               <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
110                 <EtchetBorder/>
111               </Border>
112             </Property>
113           </Properties>
114
115           <Layout>
116             <DimensionLayout dim="0">
117               <Group type="103" groupAlignment="0" attributes="0">
118                   <Group type="102" alignment="0" attributes="0">
119                       <EmptySpace max="-2" attributes="0"/>
120                       <Component id="jButton2" min="-2" max="-2" attributes="0"/>
121                       <EmptySpace max="-2" attributes="0"/>
122                       <Component id="jButton3" min="-2" max="-2" attributes="0"/>
123                       <EmptySpace pref="250" max="32767" attributes="0"/>
124                       <Component id="jButton4" min="-2" max="-2" attributes="0"/>
125                       <EmptySpace max="-2" attributes="0"/>
126                   </Group>
127               </Group>
128             </DimensionLayout>
129             <DimensionLayout dim="1">
130               <Group type="103" groupAlignment="0" attributes="0">
131                   <Group type="102" alignment="0" attributes="0">
132                       <EmptySpace max="-2" attributes="0"/>
133                       <Group type="103" groupAlignment="3" attributes="0">
134                           <Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/>
135                           <Component id="jButton3" alignment="3" min="-2" max="-2" attributes="0"/>
136                           <Component id="jButton4" alignment="3" min="-2" max="-2" attributes="0"/>
137                       </Group>
138                       <EmptySpace max="32767" attributes="0"/>
139                   </Group>
140               </Group>
141             </DimensionLayout>
142           </Layout>
143           <SubComponents>
144             <Component class="javax.swing.JButton" name="jButton2">
145               <Properties>
146                 <Property name="text" type="java.lang.String" value="&#x958b;&#x59cb;"/>
147               </Properties>
148             </Component>
149             <Component class="javax.swing.JButton" name="jButton3">
150               <Properties>
151                 <Property name="text" type="java.lang.String" value="&#x505c;&#x6b62;"/>
152               </Properties>
153             </Component>
154             <Component class="javax.swing.JButton" name="jButton4">
155               <Properties>
156                 <Property name="text" type="java.lang.String" value="&#x9078;&#x629e;&#x89e3;&#x9664;"/>
157               </Properties>
158             </Component>
159           </SubComponents>
160         </Container>
161         <Container class="javax.swing.JPanel" name="jPanel3">
162           <Properties>
163             <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
164               <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
165                 <EtchetBorder/>
166               </Border>
167             </Property>
168           </Properties>
169
170           <Layout>
171             <DimensionLayout dim="0">
172               <Group type="103" groupAlignment="0" attributes="0">
173                   <Group type="102" attributes="0">
174                       <EmptySpace max="-2" attributes="0"/>
175                       <Group type="103" groupAlignment="0" attributes="0">
176                           <Group type="102" attributes="0">
177                               <Group type="103" groupAlignment="0" attributes="0">
178                                   <Component id="commentLabel" alignment="0" min="-2" max="-2" attributes="0"/>
179                                   <Component id="movieLabel" alignment="0" min="-2" max="-2" attributes="0"/>
180                                   <Component id="idLabel" alignment="0" min="-2" max="-2" attributes="0"/>
181                                   <Component id="outputLabel" alignment="0" min="-2" max="-2" attributes="0"/>
182                               </Group>
183                               <EmptySpace max="-2" attributes="0"/>
184                               <Group type="103" groupAlignment="0" attributes="0">
185                                   <Group type="102" alignment="0" attributes="0">
186                                       <Component id="outputConvertCheckBox" min="-2" max="-2" attributes="0"/>
187                                       <EmptySpace max="-2" attributes="0"/>
188                                       <Component id="outputFileField" pref="317" max="32767" attributes="0"/>
189                                       <EmptySpace max="-2" attributes="0"/>
190                                       <Component id="outputFileSelectButton" min="-2" max="-2" attributes="0"/>
191                                   </Group>
192                                   <Group type="102" alignment="0" attributes="0">
193                                       <Component id="useCommentLocalCheckBox" min="-2" max="-2" attributes="0"/>
194                                       <EmptySpace max="-2" attributes="0"/>
195                                       <Component id="commentFileField" pref="317" max="32767" attributes="0"/>
196                                       <EmptySpace max="-2" attributes="0"/>
197                                       <Component id="commentFileSelectButton" min="-2" max="-2" attributes="0"/>
198                                   </Group>
199                                   <Group type="102" alignment="0" attributes="0">
200                                       <Component id="useMovieLocalCheckBox" min="-2" max="-2" attributes="0"/>
201                                       <EmptySpace max="-2" attributes="0"/>
202                                       <Component id="movieFileField" pref="317" max="32767" attributes="0"/>
203                                       <EmptySpace max="-2" attributes="0"/>
204                                       <Component id="movieFileSelectButton" min="-2" max="-2" attributes="0"/>
205                                   </Group>
206                                   <Component id="idField" alignment="0" min="-2" pref="100" max="-2" attributes="0"/>
207                               </Group>
208                           </Group>
209                           <Component id="applyButton" alignment="1" min="-2" max="-2" attributes="0"/>
210                       </Group>
211                       <EmptySpace max="-2" attributes="0"/>
212                   </Group>
213               </Group>
214             </DimensionLayout>
215             <DimensionLayout dim="1">
216               <Group type="103" groupAlignment="0" attributes="0">
217                   <Group type="102" alignment="0" attributes="0">
218                       <EmptySpace max="-2" attributes="0"/>
219                       <Group type="103" groupAlignment="3" attributes="0">
220                           <Component id="idField" alignment="3" min="-2" max="-2" attributes="0"/>
221                           <Component id="idLabel" alignment="3" min="-2" max="-2" attributes="0"/>
222                       </Group>
223                       <EmptySpace max="-2" attributes="0"/>
224                       <Group type="103" groupAlignment="3" attributes="0">
225                           <Component id="movieLabel" alignment="3" min="-2" max="-2" attributes="0"/>
226                           <Component id="movieFileField" alignment="3" min="-2" max="-2" attributes="0"/>
227                           <Component id="movieFileSelectButton" alignment="3" min="-2" max="-2" attributes="0"/>
228                           <Component id="useMovieLocalCheckBox" alignment="3" min="-2" max="-2" attributes="0"/>
229                       </Group>
230                       <EmptySpace max="-2" attributes="0"/>
231                       <Group type="103" groupAlignment="0" attributes="0">
232                           <Group type="103" groupAlignment="3" attributes="0">
233                               <Component id="commentLabel" alignment="3" min="-2" max="-2" attributes="0"/>
234                               <Component id="commentFileField" alignment="3" min="-2" max="-2" attributes="0"/>
235                               <Component id="commentFileSelectButton" alignment="3" min="-2" max="-2" attributes="0"/>
236                           </Group>
237                           <Component id="useCommentLocalCheckBox" alignment="0" min="-2" max="-2" attributes="0"/>
238                       </Group>
239                       <EmptySpace max="-2" attributes="0"/>
240                       <Group type="103" groupAlignment="3" attributes="0">
241                           <Component id="outputLabel" alignment="3" min="-2" max="-2" attributes="0"/>
242                           <Component id="outputFileField" alignment="3" min="-2" max="-2" attributes="0"/>
243                           <Component id="outputFileSelectButton" alignment="3" min="-2" max="-2" attributes="0"/>
244                           <Component id="outputConvertCheckBox" alignment="3" min="-2" max="-2" attributes="0"/>
245                       </Group>
246                       <EmptySpace type="unrelated" max="-2" attributes="0"/>
247                       <Component id="applyButton" min="-2" max="-2" attributes="0"/>
248                       <EmptySpace max="32767" attributes="0"/>
249                   </Group>
250               </Group>
251             </DimensionLayout>
252           </Layout>
253           <SubComponents>
254             <Component class="javax.swing.JLabel" name="idLabel">
255               <Properties>
256                 <Property name="text" type="java.lang.String" value="ID"/>
257               </Properties>
258             </Component>
259             <Component class="javax.swing.JTextField" name="idField">
260             </Component>
261             <Component class="javax.swing.JLabel" name="movieLabel">
262               <Properties>
263                 <Property name="text" type="java.lang.String" value="&#x52d5;&#x753b;"/>
264               </Properties>
265             </Component>
266             <Component class="javax.swing.JCheckBox" name="useMovieLocalCheckBox">
267               <Properties>
268                 <Property name="text" type="java.lang.String" value="local"/>
269               </Properties>
270             </Component>
271             <Component class="javax.swing.JTextField" name="movieFileField">
272             </Component>
273             <Component class="javax.swing.JButton" name="movieFileSelectButton">
274               <Properties>
275                 <Property name="text" type="java.lang.String" value="..."/>
276               </Properties>
277             </Component>
278             <Component class="javax.swing.JLabel" name="commentLabel">
279               <Properties>
280                 <Property name="text" type="java.lang.String" value="&#x30b3;&#x30e1;&#x30f3;&#x30c8;"/>
281               </Properties>
282             </Component>
283             <Component class="javax.swing.JCheckBox" name="useCommentLocalCheckBox">
284               <Properties>
285                 <Property name="text" type="java.lang.String" value="local"/>
286               </Properties>
287             </Component>
288             <Component class="javax.swing.JTextField" name="commentFileField">
289             </Component>
290             <Component class="javax.swing.JButton" name="commentFileSelectButton">
291               <Properties>
292                 <Property name="text" type="java.lang.String" value="..."/>
293               </Properties>
294             </Component>
295             <Component class="javax.swing.JLabel" name="outputLabel">
296               <Properties>
297                 <Property name="text" type="java.lang.String" value="&#x51fa;&#x529b;"/>
298               </Properties>
299             </Component>
300             <Component class="javax.swing.JCheckBox" name="outputConvertCheckBox">
301               <Properties>
302                 <Property name="text" type="java.lang.String" value="&#x5909;&#x63db;"/>
303               </Properties>
304             </Component>
305             <Component class="javax.swing.JTextField" name="outputFileField">
306             </Component>
307             <Component class="javax.swing.JButton" name="outputFileSelectButton">
308               <Properties>
309                 <Property name="text" type="java.lang.String" value="..."/>
310               </Properties>
311             </Component>
312             <Component class="javax.swing.JButton" name="applyButton">
313               <Properties>
314                 <Property name="text" type="java.lang.String" value="&#x9069;&#x7528;"/>
315               </Properties>
316             </Component>
317           </SubComponents>
318         </Container>
319       </SubComponents>
320     </Container>
321   </SubComponents>
322 </Form>