bingo b面修改
This commit is contained in:
@@ -7,10 +7,11 @@ namespace FGUI.bkg_jilu
|
||||
{
|
||||
public partial class com_jilu : GComponent
|
||||
{
|
||||
public com_panel panel;
|
||||
public GButton btn_close;
|
||||
public GTextField txt_title;
|
||||
public const string URL = "ui://u5bqcwhxf6p00";
|
||||
public GButton btn_close;
|
||||
public GList list;
|
||||
public com_panel panel;
|
||||
public const string URL = "ui://jsjnplk3f6p00";
|
||||
|
||||
public static com_jilu CreateInstance()
|
||||
{
|
||||
@@ -21,9 +22,10 @@ namespace FGUI.bkg_jilu
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
panel = (com_panel)GetChildAt(2);
|
||||
txt_title = (GTextField)GetChildAt(2);
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
txt_title = (GTextField)GetChildAt(4);
|
||||
list = (GList)GetChildAt(4);
|
||||
panel = (com_panel)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user