root/as3/ChartData/samples/SQLCharts.mxml

リビジョン 267, 430 bytes (コミッタ: 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="SQLCharts.as"/>
4   <mx:HTML id="html" x="10" y="10" width="620" height="350"/>
5   <mx:TextInput id="tSQL" x="44" y="372" width="586" height="22" text=""/>
6   <mx:Label id="_label3" x="10" y="374" width="33" height="22" text="SQL:"/>
7 </mx:WindowedApplication>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。