h5sdk提交
This commit is contained in:
@@ -8,8 +8,8 @@ namespace FGUI.ACommon
|
||||
public partial class btn_102 : GButton
|
||||
{
|
||||
public Controller gift;
|
||||
public GGraph gp_hand;
|
||||
public GImage load_icon;
|
||||
public GGraph gp_hand;
|
||||
public const string URL = "ui://pmf3wbjilbaa8";
|
||||
|
||||
public static btn_102 CreateInstance()
|
||||
@@ -22,8 +22,8 @@ namespace FGUI.ACommon
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gift = GetControllerAt(0);
|
||||
gp_hand = (GGraph)GetChildAt(0);
|
||||
load_icon = (GImage)GetChildAt(3);
|
||||
load_icon = (GImage)GetChildAt(1);
|
||||
gp_hand = (GGraph)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.ACommon
|
||||
public partial class btn_green_vid : GButton
|
||||
{
|
||||
public Controller cont_button;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://pmf3wbjia9pgfg";
|
||||
|
||||
public static btn_green_vid CreateInstance()
|
||||
@@ -20,6 +21,7 @@ namespace FGUI.ACommon
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
img_saveingpot = (GImage)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.ACommon
|
||||
public partial class btn_hall_h5 : GButton
|
||||
{
|
||||
public GTextField number_text;
|
||||
public GTextField lab_time;
|
||||
public const string URL = "ui://pmf3wbjimfb0pif";
|
||||
|
||||
public static btn_hall_h5 CreateInstance()
|
||||
@@ -19,7 +20,8 @@ namespace FGUI.ACommon
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
number_text = (GTextField)GetChildAt(3);
|
||||
number_text = (GTextField)GetChildAt(2);
|
||||
lab_time = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -20,7 +20,7 @@ namespace FGUI.ACommon
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
loader_flag = (GLoader)GetChildAt(2);
|
||||
loader_flag = (GLoader)GetChildAt(1);
|
||||
text_name = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,9 +7,9 @@ namespace FGUI.ACommon
|
||||
{
|
||||
public partial class com_broadcast1 : GComponent
|
||||
{
|
||||
public GButton btn_record;
|
||||
public com_broadcast_text1 broad_cast_text;
|
||||
public GGroup broad;
|
||||
public GButton btn_record;
|
||||
public GGroup group_;
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
@@ -24,9 +24,9 @@ namespace FGUI.ACommon
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_record = (GButton)GetChildAt(0);
|
||||
broad_cast_text = (com_broadcast_text1)GetChildAt(1);
|
||||
broad = (GGroup)GetChildAt(2);
|
||||
broad_cast_text = (com_broadcast_text1)GetChildAt(0);
|
||||
broad = (GGroup)GetChildAt(1);
|
||||
btn_record = (GButton)GetChildAt(2);
|
||||
group_ = (GGroup)GetChildAt(3);
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
|
||||
@@ -7,9 +7,7 @@ namespace FGUI.ACommon
|
||||
{
|
||||
public partial class com_broadcast_text1 : GComponent
|
||||
{
|
||||
public GGraph bg_panel;
|
||||
public GRichTextField cast_text;
|
||||
public GRichTextField hide_text;
|
||||
public GButton btn_broad;
|
||||
public const string URL = "ui://pmf3wbjiez6k22";
|
||||
|
||||
@@ -22,10 +20,8 @@ namespace FGUI.ACommon
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg_panel = (GGraph)GetChildAt(0);
|
||||
cast_text = (GRichTextField)GetChildAt(1);
|
||||
hide_text = (GRichTextField)GetChildAt(2);
|
||||
btn_broad = (GButton)GetChildAt(3);
|
||||
btn_broad = (GButton)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,10 +7,11 @@ namespace FGUI.ACommon
|
||||
{
|
||||
public partial class com_currency : GComponent
|
||||
{
|
||||
public com_avatar com_avatar;
|
||||
public GButton settings;
|
||||
public btn_101 btn_coin;
|
||||
public btn_102 btn_cash;
|
||||
public com_avatar com_avatar;
|
||||
public GGroup top_group;
|
||||
public const string URL = "ui://pmf3wbjiaxgih3";
|
||||
|
||||
public static com_currency CreateInstance()
|
||||
@@ -22,10 +23,11 @@ namespace FGUI.ACommon
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
settings = (GButton)GetChildAt(0);
|
||||
btn_coin = (btn_101)GetChildAt(1);
|
||||
btn_cash = (btn_102)GetChildAt(2);
|
||||
com_avatar = (com_avatar)GetChildAt(3);
|
||||
com_avatar = (com_avatar)GetChildAt(1);
|
||||
settings = (GButton)GetChildAt(2);
|
||||
btn_coin = (btn_101)GetChildAt(3);
|
||||
btn_cash = (btn_102)GetChildAt(4);
|
||||
top_group = (GGroup)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,11 +8,11 @@ namespace FGUI.ACommon
|
||||
public partial class com_di : GComponent
|
||||
{
|
||||
public Controller gift;
|
||||
public btn_main btn_main;
|
||||
public btn_fight btn_main;
|
||||
public btn_h5 btn_shop;
|
||||
public btn_todo btn_tab_redem;
|
||||
public btn_todo btn_fight;
|
||||
public btn_hall btn_hall;
|
||||
public btn_fight btn_fight;
|
||||
public btn_main btn_tab_redem;
|
||||
public const string URL = "ui://pmf3wbjiokk5gf";
|
||||
|
||||
public static com_di CreateInstance()
|
||||
@@ -25,11 +25,11 @@ namespace FGUI.ACommon
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gift = GetControllerAt(0);
|
||||
btn_main = (btn_main)GetChildAt(1);
|
||||
btn_main = (btn_fight)GetChildAt(1);
|
||||
btn_shop = (btn_h5)GetChildAt(2);
|
||||
btn_tab_redem = (btn_todo)GetChildAt(3);
|
||||
btn_fight = (btn_todo)GetChildAt(3);
|
||||
btn_hall = (btn_hall)GetChildAt(4);
|
||||
btn_fight = (btn_fight)GetChildAt(7);
|
||||
btn_tab_redem = (btn_main)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user