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

リビジョン 207, 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.SQLTBLEDIT</id>
4 <version>0.1</version>
5 <filename>SQLiteTableEditor</filename>
6 <name>SQLite Table Editor</name>
7 <description>This is simple SQLite Table edit application</description>
8 <copyright>(c) 2008 daoki2</copyright>
9
10 <initialWindow>
11   <title>SQLite Table Editor</title>
12   <content>SQLiteTableEditor.swf</content>
13   <systemChrome>standard</systemChrome>
14   <transparent>false</transparent>
15   <visible>true</visible>
16   <width>400</width>
17   <height>664</height>
18 </initialWindow>
19 </application>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。