client/bin_original/UIScript/SkillPointResetDialog.py

57 lines
929 B
Python
Raw Permalink Normal View History

ROOT = "d:/ymir work/ui/public/"
window = {
"name" : "SkillResetDialog",
"style" : ("float",),
"x" : SCREEN_WIDTH/2 - 100,
"y" : SCREEN_HEIGHT/2 - 114,
"width" : 200,
"height" : 228,
"children" :
(
{
"name" : "board",
"type" : "thinboard",
"x" : 0,
"y" : 0,
"width" : 200,
"height" : 98,
"children" :
(
{
"name" : "reset_button",
"type" : "button",
"x" : 10,
"y" : 17,
"text" : "<EFBFBD><EFBFBD>ų<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʈ <20><><EFBFBD><EFBFBD>",
"default_image" : ROOT + "XLarge_Button_01.sub",
"over_image" : ROOT + "XLarge_Button_02.sub",
"down_image" : ROOT + "XLarge_Button_03.sub",
},
{
"name" : "cancel_button",
"type" : "button",
"x" : 10,
"y" : 57,
"text" : "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
"default_image" : ROOT + "XLarge_Button_01.sub",
"over_image" : ROOT + "XLarge_Button_02.sub",
"down_image" : ROOT + "XLarge_Button_03.sub",
},
),
},
),
}