OSDN Git Service

Ring 1.10 以来となる開発環境の日本語ローカライズ版 (評価版) を追加 (ノートパッド、フォームデザイナー、対話型実行環境、ファイルの検索)。
[ring-lang-081/ring.git] / applications / formdesigner / source / tests / videowidget / videowidget.rform
1 # Start Form Designer File
2 aObjectsList = [
3         [ :name = "Window" , :id = 1 , :classname = "formdesigner_qwidget" , :data = [
4                  :x = 63 , : y = 87  , 
5                  :width =  400 , :height = 400 , 
6                  :title =  "Video Widget" , 
7                  :backcolor =  "" , 
8                  :windowflags =  "" , 
9                  :mainlayout =  "" ,
10                  :WindowIcon =  "" , 
11                  :Menubar =  ""  ,
12                  :IndexType =  0  
13
14                 ]
15         ],
16         [ :name = "VideoWidget1" , :id = 2 , :classname = "formdesigner_qvideowidget" , :data = [
17                  :x = 12 , : y = 38  , 
18                  :width =  371 , :height = 305 , 
19                  :textcolor =  "black" , 
20                  :backcolor =  "" , 
21                  :font =  "Arial" , 
22                  :parent =  "win"  ,
23                  :Videofile =  "test.avi"
24                 ]
25         ],
26         [ :name = "Button1" , :id = 3 , :classname = "formdesigner_qpushbutton" , :data = [
27                  :x = 14 , : y = 5  , 
28                  :width =  100 , :height = 29 , 
29                  :textcolor =  "black" , 
30                  :backcolor =  "" , 
31                  :font =  "Arial" , 
32                  :parent =  "win"  ,
33                  :text =  "Play",
34                  :BtnImage =  "",
35                  :setClickEvent =  "PlayVideo"
36                 ]
37         ]
38 ]
39 # End Form Designer File