41 lines
1.3 KiB
C#
41 lines
1.3 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.bkg_jilu
|
|
{
|
|
public partial class com_panel : GComponent
|
|
{
|
|
public com_record_item item0;
|
|
public com_record_item item1;
|
|
public com_record_item item2;
|
|
public com_record_item item3;
|
|
public com_record_item item4;
|
|
public com_record_item item5;
|
|
public com_record_item item6;
|
|
public com_record_item item7;
|
|
public com_record_item item8;
|
|
public const string URL = "ui://u5bqcwhxf6p05";
|
|
|
|
public static com_panel CreateInstance()
|
|
{
|
|
return (com_panel)UIPackage.CreateObject("bkg_jilu", "com_panel");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
item0 = (com_record_item)GetChildAt(0);
|
|
item1 = (com_record_item)GetChildAt(1);
|
|
item2 = (com_record_item)GetChildAt(2);
|
|
item3 = (com_record_item)GetChildAt(3);
|
|
item4 = (com_record_item)GetChildAt(4);
|
|
item5 = (com_record_item)GetChildAt(5);
|
|
item6 = (com_record_item)GetChildAt(6);
|
|
item7 = (com_record_item)GetChildAt(7);
|
|
item8 = (com_record_item)GetChildAt(8);
|
|
}
|
|
}
|
|
} |