修改调整

This commit is contained in:
2026-03-12 00:22:03 +08:00
parent b216a71a79
commit b18fc01912
790 changed files with 127129 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 655e99e2402c0a0469d88d168daa9a14
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,16 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace Main
{
public class MainBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(UI_Main.URL, typeof(UI_Main));
UIObjectFactory.SetPackageItemExtension(UI_ComboBox1_popup.URL, typeof(UI_ComboBox1_popup));
UIObjectFactory.SetPackageItemExtension(UI_ProtocolItem.URL, typeof(UI_ProtocolItem));
}
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: f543afde3329dbe4b837822f4a04ff50

View File

@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace Main
{
public partial class UI_ComboBox1_popup : GComponent
{
public GList m_list;
public const string URL = "ui://urg6g4bvtdro5";
public static UI_ComboBox1_popup CreateInstance()
{
return (UI_ComboBox1_popup)UIPackage.CreateObject("Main", "ComboBox1_popup");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
m_list = (GList)GetChildAt(1);
}
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: ee522acd241fd08409489312fdbfebe8

View File

@@ -0,0 +1,35 @@
/** 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);
}
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 9f0e6e702c89cbd489092a69f9a6873f

View File

@@ -0,0 +1,27 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace Main
{
public partial class UI_ProtocolItem : GComponent
{
public GLabel m_InputValue;
public GTextField m_title;
public const string URL = "ui://urg6g4bvtdro7";
public static UI_ProtocolItem CreateInstance()
{
return (UI_ProtocolItem)UIPackage.CreateObject("Main", "ProtocolItem");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
m_InputValue = (GLabel)GetChildAt(0);
m_title = (GTextField)GetChildAt(1);
}
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: fcda0674295fce0448bf5f60d3e3d9f9