| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <XPage class="net.xoetrope.swing.XDialog"> |
| <Components> |
| <Panel x="0" y="0" w="1280" h="1024" style="menu"> |
| <ScrollPane x="20" y="20" w="150" h="372"> |
| <List name="configList" x="0" y="0" w="200" h="400" style="editAndList"/> |
| </ScrollPane> |
| <!-- <Button name="BtnCancel" x="0" y="500" w="100" h="60" style="configureItemButtonRed" content="Cancel" alignment="Center"/> --> |
| <Button name="BtnOk" x="102" y="500" w="100" h="60" style="configureItemButtonGreen" content="Ok" alignment="Center"/> |
| <Button name="BtnReset" x="204" y="500" w="100" h="60" style="configureItemButtonRed" content="Reset" alignment="Center"/> |
| |
| <ScrollPane name="optionListPane" x="625" y="20" w="150" h="372"> |
| <List name="optionList" x="0" y="0" w="200" h="400" style="editAndList"/> |
| </ScrollPane> |
| <Button name="r1c1" x="204" y="20" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r1c2" x="306" y="20" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r1c3" x="408" y="20" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r1c4" x="510" y="20" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r2c1" x="204" y="100" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r2c2" x="306" y="100" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r2c3" x="408" y="100" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r2c4" x="510" y="100" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r3c1" x="204" y="180" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r3c2" x="306" y="180" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r3c3" x="408" y="180" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r3c4" x="510" y="180" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r4c1" x="204" y="260" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r4c2" x="306" y="260" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r4c3" x="408" y="260" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r4c4" x="510" y="260" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r5c1" x="204" y="340" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r5c2" x="306" y="340" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r5c3" x="408" y="340" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| <Button name="r5c4" x="510" y="340" w="100" h="60" style="posButton" content="" alignment="Center"/> |
| </Panel> |
| </Components> |
| </XPage> |