root/as3/SQLControls/samples/SQLiteViewer/SQLiteViewer-app.xml

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

Add directory

  • svn:executable 属性の設定値: *
Line 
1 <?xml version="1.0" encoding="utf-8"?>
2 <application xmlns="http://ns.adobe.com/air/application/1.0.M6">
3 <id>daoki2.SQLV</id>
4 <version>0.1</version>
5 <filename>SQLiteViewer</filename>
6 <name>SQLite Viewer</name>
7 <description>This application is simple SQLite viewer</description>
8 <copyright>(c) daoki2 2008</copyright>
9
10 <initialWindow>
11   <title>SQLite Viewer</title>
12   <content>SQLiteViewer.swf</content>
13   <systemChrome>standard</systemChrome>
14   <transparent>false</transparent>
15   <visible>true</visible>
16   <width>800</width>
17   <height>630</height>
18 </initialWindow>
19 </application>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。