OSDN Git Service

Ring 1.10 以来となる開発環境の日本語ローカライズ版 (評価版) を追加 (ノートパッド、フォームデザイナー、対話型実行環境、ファイルの検索)。
[ring-lang-081/ring.git] / applications / formdesigner / source / tests / sayhello / sayhello.rform
diff --git a/applications/formdesigner/source/tests/sayhello/sayhello.rform b/applications/formdesigner/source/tests/sayhello/sayhello.rform
new file mode 100644 (file)
index 0000000..f077fbf
--- /dev/null
@@ -0,0 +1,72 @@
+# Start Form Designer File
+aObjectsList = [
+       [ :name = "Window" , :id = 1 , :classname = "formdesigner_qwidget" , :data = [
+                :x = 32 , : y = 77  , 
+                :width =  414 , :height = 204 , 
+                :title =  "Say Hello" , 
+                :backcolor =  "" , 
+                :windowflags =  "" , 
+                :mainlayout =  "" ,
+                :WindowIcon =  "" , 
+                :Menubar =  ""  ,
+                :IndexType =  0  
+
+               ]
+       ],
+       [ :name = "Label1" , :id = 2 , :classname = "formdesigner_qlabel" , :data = [
+                :x = 9 , : y = 34  , 
+                :width =  107 , :height = 40 , 
+                :textcolor =  "black" , 
+                :backcolor =  "" , 
+                :font =  "Arial" , 
+                :parent =  "win"  ,
+                :text =  "Enter your name ?",
+                :textalign =  2
+               ]
+       ],
+       [ :name = "LineEdit1" , :id = 3 , :classname = "formdesigner_qlineedit" , :data = [
+                :x = 142 , : y = 35  , 
+                :width =  254 , :height = 40 , 
+                :textcolor =  "black" , 
+                :backcolor =  "" , 
+                :font =  "Arial" , 
+                :parent =  "win"  ,
+                :text =  "",
+                :setTextChangedEvent =  "",
+                :setcursorPositionChangedEvent =  "",
+                :seteditingFinishedEvent =  "",
+                :setreturnPressedEvent =  "",
+                :setselectionChangedEvent =  "",
+                :settextEditedEvent =  ""
+               ]
+       ],
+       [ :name = "Button1" , :id = 4 , :classname = "formdesigner_qpushbutton" , :data = [
+                :x = 9 , : y = 102  , 
+                :width =  109 , :height = 35 , 
+                :textcolor =  "black" , 
+                :backcolor =  "" , 
+                :font =  "Arial" , 
+                :parent =  "win"  ,
+                :text =  "Say Hello",
+                :BtnImage =  "",
+                :setClickEvent =  "SayHello"
+               ]
+       ],
+       [ :name = "LineEdit2" , :id = 5 , :classname = "formdesigner_qlineedit" , :data = [
+                :x = 142 , : y = 102  , 
+                :width =  254 , :height = 40 , 
+                :textcolor =  "black" , 
+                :backcolor =  "" , 
+                :font =  "Arial" , 
+                :parent =  "win"  ,
+                :text =  "",
+                :setTextChangedEvent =  "",
+                :setcursorPositionChangedEvent =  "",
+                :seteditingFinishedEvent =  "",
+                :setreturnPressedEvent =  "",
+                :setselectionChangedEvent =  "",
+                :settextEditedEvent =  ""
+               ]
+       ]
+]
+# End Form Designer File
\ No newline at end of file