-
This commit is contained in:
@@ -1,59 +1,59 @@
|
||||
{
|
||||
"type":"haxework.gui.VGroupView",
|
||||
"paddings":10,
|
||||
"layoutMargin":10,
|
||||
"type":"haxework.frame.FrameSwitcher",
|
||||
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0x000000"},
|
||||
"views":[
|
||||
{
|
||||
"id":"panel",
|
||||
"type":"haxework.gui.HGroupView",
|
||||
"layoutHAlign":"LEFT",
|
||||
"pWidth":100,
|
||||
"height":30,
|
||||
"paddings":3,
|
||||
"layoutMargin":3,
|
||||
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0x505050"},
|
||||
"id":"auth", "type":"ru.m.armageddon.client.frames.AuthFrame",
|
||||
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0xa0a0a0"},
|
||||
"pWidth":100, "pHeight":100, "layoutMargin":3,
|
||||
"views":[
|
||||
{
|
||||
"id":"login",
|
||||
"id":"login", "type":"haxework.gui.HGroupView",
|
||||
"contentSize":true,
|
||||
"views":[
|
||||
{
|
||||
"type":"haxework.gui.LabelView",
|
||||
"width":150, "height":25, "text":"Login"
|
||||
},
|
||||
{
|
||||
"id":"input", "type":"haxework.gui.InputView",
|
||||
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0xffffff"},
|
||||
"width":200, "height":25, "text":""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"password", "type":"haxework.gui.HGroupView",
|
||||
"contentSize":true,
|
||||
"views":[
|
||||
{
|
||||
"type":"haxework.gui.LabelView",
|
||||
"width":150, "height":25, "text":"Password"
|
||||
},
|
||||
{
|
||||
"id":"input", "type":"haxework.gui.InputView",
|
||||
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0xffffff"},
|
||||
"width":200, "height":25, "text":""
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"id":"auth",
|
||||
"type":"haxework.gui.ButtonView",
|
||||
"width":100,
|
||||
"pHeight":100,
|
||||
"height":30,
|
||||
"skin":{"type":"haxework.gui.skin.ButtonColorSkin"},
|
||||
"text":"Login",
|
||||
"onPress":"#listener"
|
||||
},
|
||||
{
|
||||
"id":"connection_state",
|
||||
"type":"haxework.gui.LabelView",
|
||||
"width":150,
|
||||
"pHeight":100,
|
||||
"text":"Disconnected"
|
||||
},
|
||||
{
|
||||
"id":"nickname",
|
||||
"type":"haxework.gui.LabelView",
|
||||
"width":150,
|
||||
"pHeight":100,
|
||||
"text":""
|
||||
"text":"Auth"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"id":"error",
|
||||
"type":"haxework.gui.LabelView",
|
||||
"pWidth":100,
|
||||
"height":30,
|
||||
"fontColor":"0xff0000",
|
||||
"text":""
|
||||
},
|
||||
|
||||
{
|
||||
"type":"haxework.gui.SpriteView",
|
||||
"pWidth":100,
|
||||
"pHeight":100,
|
||||
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0x505050"}
|
||||
"id":"person", "type":"haxework.gui.VGroupView",
|
||||
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0x00ff00"},
|
||||
"pWidth":100, "pHeight":100, "layoutMargin":3
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user