OSDN Git Service

Ring 1.10 以来となる開発環境の日本語ローカライズ版 (評価版) を追加 (ノートパッド、フォームデザイナー、対話型実行環境、ファイルの検索)。
[ring-lang-081/ring.git] / applications / formdesigner / source / tests / videowidget / videowidget.rform
diff --git a/applications/formdesigner/source/tests/videowidget/videowidget.rform b/applications/formdesigner/source/tests/videowidget/videowidget.rform
new file mode 100644 (file)
index 0000000..b0df297
--- /dev/null
@@ -0,0 +1,39 @@
+# Start Form Designer File
+aObjectsList = [
+       [ :name = "Window" , :id = 1 , :classname = "formdesigner_qwidget" , :data = [
+                :x = 63 , : y = 87  , 
+                :width =  400 , :height = 400 , 
+                :title =  "Video Widget" , 
+                :backcolor =  "" , 
+                :windowflags =  "" , 
+                :mainlayout =  "" ,
+                :WindowIcon =  "" , 
+                :Menubar =  ""  ,
+                :IndexType =  0  
+
+               ]
+       ],
+       [ :name = "VideoWidget1" , :id = 2 , :classname = "formdesigner_qvideowidget" , :data = [
+                :x = 12 , : y = 38  , 
+                :width =  371 , :height = 305 , 
+                :textcolor =  "black" , 
+                :backcolor =  "" , 
+                :font =  "Arial" , 
+                :parent =  "win"  ,
+                :Videofile =  "test.avi"
+               ]
+       ],
+       [ :name = "Button1" , :id = 3 , :classname = "formdesigner_qpushbutton" , :data = [
+                :x = 14 , : y = 5  , 
+                :width =  100 , :height = 29 , 
+                :textcolor =  "black" , 
+                :backcolor =  "" , 
+                :font =  "Arial" , 
+                :parent =  "win"  ,
+                :text =  "Play",
+                :BtnImage =  "",
+                :setClickEvent =  "PlayVideo"
+               ]
+       ]
+]
+# End Form Designer File
\ No newline at end of file