root/as3/SQLControls/samples/ZIPSearch/ZIPSearch.mxml

リビジョン 242, 0.7 kB (コミッタ: daoki2, コミット時期: 4 年 前)

First release

  • svn:executable 属性の設定値: *
Line 
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>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。