• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (c) 2022 Huawei Device Co., Ltd.
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.sk.dialog.GenResultDialog">
17  <grid id="cbd77" binding="contentPane" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
18    <margin top="10" left="10" bottom="10" right="10"/>
19    <constraints>
20      <xy x="48" y="54" width="436" height="297"/>
21    </constraints>
22    <properties/>
23    <border type="none"/>
24    <children>
25      <grid id="94766" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
26        <margin top="0" left="0" bottom="0" right="0"/>
27        <constraints>
28          <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
29        </constraints>
30        <properties/>
31        <border type="none"/>
32        <children>
33          <hspacer id="98af6">
34            <constraints>
35              <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
36            </constraints>
37          </hspacer>
38          <grid id="9538f" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
39            <margin top="0" left="0" bottom="0" right="0"/>
40            <constraints>
41              <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
42            </constraints>
43            <properties/>
44            <border type="none"/>
45            <children>
46              <component id="e7465" class="javax.swing.JButton" binding="buttonOK">
47                <constraints>
48                  <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
49                </constraints>
50                <properties>
51                  <text value="OK"/>
52                </properties>
53              </component>
54            </children>
55          </grid>
56        </children>
57      </grid>
58      <grid id="e3588" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
59        <margin top="0" left="0" bottom="0" right="0"/>
60        <constraints>
61          <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
62        </constraints>
63        <properties/>
64        <border type="none"/>
65        <children>
66          <component id="3ff62" class="javax.swing.JList" binding="resultList">
67            <constraints>
68              <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="2" anchor="0" fill="3" indent="0" use-parent-layout="false">
69                <preferred-size width="150" height="50"/>
70              </grid>
71            </constraints>
72            <properties/>
73          </component>
74        </children>
75      </grid>
76    </children>
77  </grid>
78</form>
79