OSDN Git Service

Ring 1.10 以来となる開発環境の日本語ローカライズ版 (評価版) を追加 (ノートパッド、フォームデザイナー、対話型実行環境、ファイルの検索)。
[ring-lang-081/ring.git] / applications / build / ja-jp / formdesigner / tests / twowindowspart4 / firstwindow.rform
diff --git a/applications/build/ja-jp/formdesigner/tests/twowindowspart4/firstwindow.rform b/applications/build/ja-jp/formdesigner/tests/twowindowspart4/firstwindow.rform
new file mode 100644 (file)
index 0000000..ac65e4f
--- /dev/null
@@ -0,0 +1,52 @@
+# Start Form Designer File
+aObjectsList = [
+       [ :name = "Window" , :id = 1 , :classname = "formdesigner_qwidget" , :data = [
+                :x = 35 , : y = 66  , 
+                :width =  426 , :height = 400 , 
+                :title =  "The First Window" , 
+                :backcolor =  "#ffffff" , 
+                :windowflags =  "" , 
+                :mainlayout =  "" ,
+                :WindowIcon =  "" , 
+                :Menubar =  ""  ,
+                :IndexType =  0  
+
+               ]
+       ],
+       [ :name = "Button1" , :id = 2 , :classname = "formdesigner_qpushbutton" , :data = [
+                :x = 27 , : y = 80  , 
+                :width =  370 , :height = 61 , 
+                :textcolor =  "black" , 
+                :backcolor =  "#ffff7f" , 
+                :font =  "MS Shell Dlg 2,16,-1,5,50,0,0,0,0,0" , 
+                :parent =  "win"  ,
+                :text =  "Open The Second Window",
+                :BtnImage =  "",
+                :setClickEvent =  "OpenSecondWindow"
+               ]
+       ],
+       [ :name = "Label1" , :id = 3 , :classname = "formdesigner_qlabel" , :data = [
+                :x = 15 , : y = 205  , 
+                :width =  393 , :height = 47 , 
+                :textcolor =  "black" , 
+                :backcolor =  "" , 
+                :font =  "MS Shell Dlg 2,16,-1,5,50,0,0,0,0,0" , 
+                :parent =  "win"  ,
+                :text =  "",
+                :textalign =  0
+               ]
+       ],
+       [ :name = "Button2" , :id = 4 , :classname = "formdesigner_qpushbutton" , :data = [
+                :x = 24 , : y = 282  , 
+                :width =  377 , :height = 53 , 
+                :textcolor =  "black" , 
+                :backcolor =  "#aaaa7f" , 
+                :font =  "MS Shell Dlg 2,16,-1,5,50,0,0,0,0,0" , 
+                :parent =  "win"  ,
+                :text =  "Send Message to the Second Window",
+                :BtnImage =  "",
+                :setClickEvent =  "SendMessage"
+               ]
+       ]
+]
+# End Form Designer File
\ No newline at end of file