bingo b面修改

This commit is contained in:
2026-05-08 11:03:44 +08:00
parent ad5920ac6a
commit 5d32fd56f4
1780 changed files with 36187 additions and 73978 deletions
@@ -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);
}
}
}