bingo b面修改
This commit is contained in:
@@ -23,9 +23,9 @@ namespace FGUI.JTask
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
text_num = (GTextField)GetChildAt(1);
|
||||
text_collect = (GTextField)GetChildAt(2);
|
||||
text_done = (GTextField)GetChildAt(3);
|
||||
text_num = (GTextField)GetChildAt(3);
|
||||
text_collect = (GTextField)GetChildAt(4);
|
||||
text_done = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,12 +10,13 @@ namespace FGUI.JTask
|
||||
public Controller cont_collect;
|
||||
public Controller cont_currency;
|
||||
public Controller gift;
|
||||
public GProgressBar com_task_pb;
|
||||
public GTextField text_taskname;
|
||||
public GLoader loader_reward;
|
||||
public GLoader loader_reward_;
|
||||
public GTextField text_num;
|
||||
public btn_task btn_task;
|
||||
public GProgressBar com_task_pb;
|
||||
public GTextField text_progress;
|
||||
public const string URL = "ui://qmomwx89n5d58";
|
||||
|
||||
public static com_Singletask CreateInstance()
|
||||
@@ -30,12 +31,13 @@ namespace FGUI.JTask
|
||||
cont_collect = GetControllerAt(0);
|
||||
cont_currency = GetControllerAt(1);
|
||||
gift = GetControllerAt(2);
|
||||
text_taskname = (GTextField)GetChildAt(2);
|
||||
loader_reward = (GLoader)GetChildAt(3);
|
||||
loader_reward_ = (GLoader)GetChildAt(4);
|
||||
text_num = (GTextField)GetChildAt(5);
|
||||
btn_task = (btn_task)GetChildAt(6);
|
||||
com_task_pb = (GProgressBar)GetChildAt(7);
|
||||
com_task_pb = (GProgressBar)GetChildAt(0);
|
||||
text_taskname = (GTextField)GetChildAt(3);
|
||||
loader_reward = (GLoader)GetChildAt(4);
|
||||
loader_reward_ = (GLoader)GetChildAt(5);
|
||||
text_num = (GTextField)GetChildAt(6);
|
||||
btn_task = (btn_task)GetChildAt(7);
|
||||
text_progress = (GTextField)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -22,8 +22,8 @@ namespace FGUI.JTask
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
list_task = (GList)GetChildAt(2);
|
||||
closeButton = (GButton)GetChildAt(3);
|
||||
text_time = (GTextField)GetChildAt(5);
|
||||
closeButton = (GButton)GetChildAt(5);
|
||||
text_time = (GTextField)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user