OSDN Git Service

Ring 1.10 以来となる開発環境の日本語ローカライズ版 (評価版) を追加 (ノートパッド、フォームデザイナー、対話型実行環境、ファイルの検索)。
[ring-lang-081/ring.git] / applications / build / ja-jp / formdesigner / tests / mergetwostrings / mergetwostrings.rform
diff --git a/applications/build/ja-jp/formdesigner/tests/mergetwostrings/mergetwostrings.rform b/applications/build/ja-jp/formdesigner/tests/mergetwostrings/mergetwostrings.rform
new file mode 100644 (file)
index 0000000..481d995
--- /dev/null
@@ -0,0 +1,99 @@
+# Start Form Designer File
+aObjectsList = [
+       [ :name = "Window" , :id = 1 , :classname = "formdesigner_qwidget" , :data = [
+                :x = 27 , : y = 69  , 
+                :width =  457 , :height = 272 , 
+                :title =  "Merge Two Strings" , 
+                :backcolor =  "" , 
+                :windowflags =  "" , 
+                :mainlayout =  "" ,
+                :WindowIcon =  "" , 
+                :Menubar =  ""  ,
+                :IndexType =  0  
+
+               ]
+       ],
+       [ :name = "Label1" , :id = 2 , :classname = "formdesigner_qlabel" , :data = [
+                :x = 18 , : y = 44  , 
+                :width =  141 , :height = 31 , 
+                :textcolor =  "black" , 
+                :backcolor =  "" , 
+                :font =  "Arial" , 
+                :parent =  "win"  ,
+                :text =  "The First String",
+                :textalign =  2
+               ]
+       ],
+       [ :name = "LineEdit1" , :id = 3 , :classname = "formdesigner_qlineedit" , :data = [
+                :x = 171 , : y = 36  , 
+                :width =  260 , :height = 43 , 
+                :textcolor =  "black" , 
+                :backcolor =  "" , 
+                :font =  "Arial" , 
+                :parent =  "win"  ,
+                :text =  "",
+                :setTextChangedEvent =  "",
+                :setcursorPositionChangedEvent =  "",
+                :seteditingFinishedEvent =  "",
+                :setreturnPressedEvent =  "",
+                :setselectionChangedEvent =  "",
+                :settextEditedEvent =  ""
+               ]
+       ],
+       [ :name = "Label2" , :id = 4 , :classname = "formdesigner_qlabel" , :data = [
+                :x = 18 , : y = 103  , 
+                :width =  141 , :height = 31 , 
+                :textcolor =  "black" , 
+                :backcolor =  "" , 
+                :font =  "Arial" , 
+                :parent =  "win"  ,
+                :text =  "The Second String",
+                :textalign =  2
+               ]
+       ],
+       [ :name = "LineEdit2" , :id = 5 , :classname = "formdesigner_qlineedit" , :data = [
+                :x = 171 , : y = 95  , 
+                :width =  260 , :height = 43 , 
+                :textcolor =  "black" , 
+                :backcolor =  "" , 
+                :font =  "Arial" , 
+                :parent =  "win"  ,
+                :text =  "",
+                :setTextChangedEvent =  "",
+                :setcursorPositionChangedEvent =  "",
+                :seteditingFinishedEvent =  "",
+                :setreturnPressedEvent =  "",
+                :setselectionChangedEvent =  "",
+                :settextEditedEvent =  ""
+               ]
+       ],
+       [ :name = "LineEdit3" , :id = 6 , :classname = "formdesigner_qlineedit" , :data = [
+                :x = 171 , : y = 165  , 
+                :width =  260 , :height = 43 , 
+                :textcolor =  "black" , 
+                :backcolor =  "" , 
+                :font =  "Arial" , 
+                :parent =  "win"  ,
+                :text =  "",
+                :setTextChangedEvent =  "",
+                :setcursorPositionChangedEvent =  "",
+                :seteditingFinishedEvent =  "",
+                :setreturnPressedEvent =  "",
+                :setselectionChangedEvent =  "",
+                :settextEditedEvent =  ""
+               ]
+       ],
+       [ :name = "Button4" , :id = 7 , :classname = "formdesigner_qpushbutton" , :data = [
+                :x = 28 , : y = 163  , 
+                :width =  131 , :height = 40 , 
+                :textcolor =  "black" , 
+                :backcolor =  "" , 
+                :font =  "Arial" , 
+                :parent =  "win"  ,
+                :text =  "Merge Strings",
+                :BtnImage =  "",
+                :setClickEvent =  "MergeStrings"
+               ]
+       ]
+]
+# End Form Designer File
\ No newline at end of file