| 1 |
<?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 |
<application xmlns="http://ns.adobe.com/air/application/1.0"> |
|---|
| 3 |
<id>daoki2.SQLCHARTS</id> |
|---|
| 4 |
<version>0.1</version> |
|---|
| 5 |
<filename>SQLCharts</filename> |
|---|
| 6 |
<name>SQLite & Chart</name> |
|---|
| 7 |
<description>This is SQLite & Chart sample</description> |
|---|
| 8 |
<copyright>(c) daoki2 2008</copyright> |
|---|
| 9 |
|
|---|
| 10 |
<initialWindow> |
|---|
| 11 |
<title>SQLite & Chart</title> |
|---|
| 12 |
<content>SQLCharts.swf</content> |
|---|
| 13 |
<systemChrome>standard</systemChrome> |
|---|
| 14 |
<transparent>false</transparent> |
|---|
| 15 |
<visible>true</visible> |
|---|
| 16 |
<width>640</width> |
|---|
| 17 |
<height>640</height> |
|---|
| 18 |
</initialWindow> |
|---|
| 19 |
</application> |
|---|