| 1 |
<?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 |
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" applicationComplete="init()"> |
|---|
| 3 |
<mx:Script source="ZIPSearch.as"/> |
|---|
| 4 |
<mx:Button id="bOpenDB" x="26" y="22" width="95" height="22" label="Open DB" click="bOpenDB_click(event)"/> |
|---|
| 5 |
<mx:Label id="_label10" x="26" y="324" width="60" height="22" text="Zip Code:"/> |
|---|
| 6 |
<mx:Label id="_label11" x="26" y="360" width="60" height="22" text="Address:"/> |
|---|
| 7 |
<mx:Label id="_label12" x="26" y="65" width="101" height="22" text="Prefecture:"/> |
|---|
| 8 |
<mx:Label id="_label13" x="156" y="65" width="124" height="22" text="City:"/> |
|---|
| 9 |
<mx:Label id="_label14" x="305" y="65" width="298" height="22" text="Area:"/> |
|---|
| 10 |
</mx:WindowedApplication> |
|---|