OSDN Git Service

initial commit
[xdf/git-repos.git] / xdf / src / test / resources / uidesign / simple-uidesign-complete.xml
1 <xdf-window>
2         <head>
3                 <style src="simple-uidesign.style" />
4         </head>
5         <frame size="500,200" layout="border">
6                 <group id="form" layoutArg="center" layout="border">
7                         <group id="name" tooltip="名前を入力してください" layoutArg="north">
8                                 <label text="名前" />
9                                 <textfield value="高木俊一" />
10                         </group>
11                         <group id="age" tooltip="年齢を入力してください" layoutArg="center">
12                                 <label text="年齢" />
13                                 <textfield value="24" />
14                         </group>
15                         <group id="sex" tooltip="性別を入力してください" layoutArg="south">
16                                 <label text="性別" />
17                                 <textfield value="男" />
18                         </group>
19                 </group>
20                 
21                 <button text="決定" layoutArg="south" />
22         </frame>
23 </xdf-window>