tibia-client/data/modules/mainmenu/entergamewindow.yml

68 lines
1.5 KiB
YAML
Raw Normal View History

2011-04-10 23:16:24 +02:00
window#enterGameWindow:
title: Enter Game
size: [236, 178]
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
2011-04-23 05:28:23 +02:00
onLoad: self:getParent():lock(self)
2011-05-01 20:47:35 +02:00
onDestroy: self:getParent():unlock(self)
2011-04-10 23:16:24 +02:00
label#accountNameLabel:
text: Account name
anchors.left: parent.left
anchors.top: parent.top
margin.left: 18
margin.top: 33
2011-05-01 20:47:35 +02:00
2011-04-10 23:16:24 +02:00
label#passwordLabel:
text: "Password:"
anchors.left: parent.left
anchors.top: parent.top
margin.left: 18
margin.top: 62
2011-05-01 20:47:35 +02:00
2011-04-10 23:16:24 +02:00
label#createAccountLabel:
text: |
If you don't have
an account yet
anchors.left: parent.left
anchors.top: parent.top
margin.left: 18
margin.top: 87
button#createAccountButton:
text: Create Account
anchors.left: parent.left
anchors.top: parent.top
margin.top: 94
margin.left: 132
2011-05-01 20:47:35 +02:00
onClick: messageBox("Error", "Not implemented yet")
2011-04-10 23:16:24 +02:00
button#okButton:
text: Ok
size: [43, 20]
anchors.right: parent.right
anchors.bottom: parent.bottom
margin.bottom: 10
margin.right: 66
button#cancelButton:
text: Cancel
size: [43, 20]
anchors.right: parent.right
anchors.bottom: parent.bottom
margin.bottom: 10
margin.right: 13
2011-04-23 02:12:28 +02:00
onClick: self:getParent():destroy()
2011-05-01 20:47:35 +02:00
2011-04-10 23:16:24 +02:00
textEdit#accountNameTextEdit:
anchors.right: parent.right
anchors.top: parent.top
margin.top: 32
margin.right: 18
textEdit#passwordTextEdit:
anchors.right: parent.right
anchors.top: parent.top
margin.top: 61
2011-05-01 20:47:35 +02:00
margin.right: 18