35 lines
1.0 KiB
C#
35 lines
1.0 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace Main
|
|
{
|
|
public partial class UI_Main : GComponent
|
|
{
|
|
public GGraph m_Line1;
|
|
public GGraph m_Line2;
|
|
public GGraph m_Line3;
|
|
public GComboBox m_ComboxProtocol;
|
|
public GComboBox m_ComboxAccount;
|
|
public GGraph m_BtnOpenAccount;
|
|
public const string URL = "ui://urg6g4bvpsm50";
|
|
|
|
public static UI_Main CreateInstance()
|
|
{
|
|
return (UI_Main)UIPackage.CreateObject("Main", "Main");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
m_Line1 = (GGraph)GetChildAt(1);
|
|
m_Line2 = (GGraph)GetChildAt(2);
|
|
m_Line3 = (GGraph)GetChildAt(3);
|
|
m_ComboxProtocol = (GComboBox)GetChildAt(7);
|
|
m_ComboxAccount = (GComboBox)GetChildAt(8);
|
|
m_BtnOpenAccount = (GGraph)GetChildAt(11);
|
|
}
|
|
}
|
|
} |