Esempio n. 1
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                bg          = (GImage)com.GetChild("bg");
                enterButton = FGUITitleButton.Create(domain, com.GetChild("enterButton"));
            }
        }
Esempio n. 2
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                fightBtn  = (GButton)com.GetChildAt(0);
                goHomeBtn = (GButton)com.GetChildAt(1);
            }
        }
Esempio n. 3
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                n16            = (GImage)com.GetChildAt(0);
                Tex_Level      = (GTextField)com.GetChildAt(1);
                Tex_PlayerName = (GTextField)com.GetChildAt(2);
                n15            = (GImage)com.GetChildAt(3);
                Bar_HP         = Bar_HP.Create(com.GetChildAt(4));
                HPGapList      = (GList)com.GetChildAt(5);
                Bar_MP         = Bar_MP.Create(com.GetChildAt(6));
            }
        }
Esempio n. 4
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                greenBg  = (GImage)com.GetChildAt(0);
                WinBg    = (GImage)com.GetChildAt(1);
                SimpleBg = (GImage)com.GetChildAt(2);
                ShowIn   = (GTextField)com.GetChildAt(3);
                n13      = (GGroup)com.GetChildAt(4);
            }
        }
Esempio n. 5
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                cost_bg    = (GImage)com.GetChildAt(3);
                cost_txt   = (GTextField)com.GetChildAt(4);
                effect_txt = (GRichTextField)com.GetChildAt(5);
                attack_txt = (GTextField)com.GetChildAt(6);
                hp_txt     = (GTextField)com.GetChildAt(7);
                size_bg    = (GImage)com.GetChildAt(8);
                size_txt   = (GTextField)com.GetChildAt(9);
            }
        }
Esempio n. 6
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                Tex_ValueToFall = (GTextField)com.GetChildAt(0);
                n3           = (GImage)com.GetChildAt(1);
                FallingBleed = com.GetTransitionAt(0);
            }
        }
Esempio n. 7
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                speakerTxt = (GRichTextField)com.GetChildAt(1);
                btnList    = (GList)com.GetChildAt(2);
            }
        }
Esempio n. 8
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                account      = (GTextInput)com.GetChildAt(4);
                password     = (GTextInput)com.GetChildAt(5);
                loginBtn     = (GButton)com.GetChildAt(6);
                selserverBtn = (GButton)com.GetChildAt(7);
                storyBtn     = (GButton)com.GetChildAt(8);
                newGuideBtn  = (GButton)com.GetChildAt(9);
                hold         = (GGraph)com.GetChildAt(10);
            }
        }
Esempio n. 9
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                noticeText = (GTextField)com.GetChildAt(2);
                backBtn    = (GButton)com.GetChildAt(3);
                retryBtn   = (GButton)com.GetChildAt(4);
                okBtn      = (GButton)com.GetChildAt(5);
            }
        }
Esempio n. 10
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                room_tab          = com.GetControllerAt(0);
                draw_pile_txt     = (GTextField)com.GetChildAt(6);
                discard_pile_txt  = (GTextField)com.GetChildAt(8);
                run_cost_txt      = (GTextField)com.GetChildAt(10);
                end_run_btn       = (GButton)com.GetChildAt(11);
                player_hp_txt     = (GTextField)com.GetChildAt(12);
                player_attack_txt = (GTextField)com.GetChildAt(13);
                room1             = FUIRoom.Create(domain, com.GetChildAt(17));
                room2             = FUIRoom.Create(domain, com.GetChildAt(18));
                room3             = FUIRoom.Create(domain, com.GetChildAt(19));
            }
        }
Esempio n. 11
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                updateTxt      = (GTextField)com.GetChildAt(1);
                updateProgress = (GProgressBar)com.GetChildAt(2);
            }
        }
Esempio n. 12
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                bg          = (GImage)com.GetChild("bg");
                loadingText = (GTextField)com.GetChild("loadingText");
                loadingBar  = FUILoadingProgressBar.Create(Domain, com.GetChild("loadingBar"));
            }
        }
Esempio n. 13
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                c1 = com.GetControllerAt(0);
            }
        }
Esempio n. 14
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                c1                = com.GetControllerAt(0);
                draw_pile_txt     = (GTextField)com.GetChildAt(2);
                discard_pile_txt  = (GTextField)com.GetChildAt(4);
                run_cost_txt      = (GTextField)com.GetChildAt(6);
                end_run_btn       = (GButton)com.GetChildAt(7);
                player_hp_txt     = (GTextField)com.GetChildAt(8);
                player_attack_txt = (GTextField)com.GetChildAt(9);
                handcardComp      = (GComponent)com.GetChildAt(10);
            }
        }
Esempio n. 15
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                bg            = (GImage)com.GetChild("bg");
                contentBG     = (GImage)com.GetChild("contentBG");
                accountBg     = (GImage)com.GetChild("accountBg");
                accountInput  = (GTextInput)com.GetChild("accountInput");
                passwordBg    = (GImage)com.GetChild("passwordBg");
                passwordInput = (GTextInput)com.GetChild("passwordInput");
                loginButton   = FGUITitleButton.Create(domain, com.GetChild("loginButton"));
                registButton  = FGUITitleButton.Create(domain, com.GetChild("registButton"));
                content       = (GGroup)com.GetChild("content");
            }
        }
Esempio n. 16
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                n0          = (GImage)com.GetChildAt(0);
                Tittle      = (GTextField)com.GetChildAt(1);
                Conten      = (GTextField)com.GetChildAt(2);
                tow_cancel  = tow_cancel.Create(com.GetChildAt(3));
                tow_confirm = one_confirm.Create(com.GetChildAt(4));
                towmode     = (GGroup)com.GetChildAt(5);
                one_confirm = one_confirm.Create(com.GetChildAt(6));
                onemode     = (GGroup)com.GetChildAt(7);
            }
        }
Esempio n. 17
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                nameTxt  = (GTextField)com.GetChildAt(5);
                hpTxt    = (GTextField)com.GetChildAt(6);
                mpTxt    = (GTextField)com.GetChildAt(7);
                moneyTxt = (GTextField)com.GetChildAt(8);
                bagBtn   = (GButton)com.GetChildAt(9);
                shopBtn  = (GButton)com.GetChildAt(10);
                levelBtn = (GButton)com.GetChildAt(11);
                chatBtn  = (GButton)com.GetChildAt(12);
            }
        }
Esempio n. 18
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                BG         = (GImage)com.GetChildAt(0);
                title      = (GTextField)com.GetChildAt(1);
                areaList   = (GList)com.GetChildAt(2);
                serverList = (GList)com.GetChildAt(3);
                backBtn    = (GButton)com.GetChildAt(4);
                okBtn      = (GButton)com.GetChildAt(5);
            }
        }
Esempio n. 19
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                login2RegisterController = com.GetControllerAt(0);
                bgBtn        = bgBtn.Create(com.GetChildAt(0));
                frameReg     = WindowFrame1.Create(com.GetChildAt(1));
                ConfirmBtn   = Button.Create(com.GetChildAt(2));
                RegAccIn     = (GTextInput)com.GetChildAt(3);
                n83          = (GTextField)com.GetChildAt(4);
                n84          = (GImage)com.GetChildAt(5);
                n86          = (GGroup)com.GetChildAt(6);
                RegPWIn      = (GTextInput)com.GetChildAt(7);
                n88          = (GTextField)com.GetChildAt(8);
                n89          = (GImage)com.GetChildAt(9);
                n91          = (GGroup)com.GetChildAt(10);
                RegConfirmIn = (GTextInput)com.GetChildAt(11);
                n93          = (GTextField)com.GetChildAt(12);
                n94          = (GImage)com.GetChildAt(13);
                n96          = (GGroup)com.GetChildAt(14);
                Register     = (GGroup)com.GetChildAt(15);
                Login        = (GGroup)com.GetChildAt(16);
                frameLogin   = WindowFrame1.Create(com.GetChildAt(17));
                n80          = (GGroup)com.GetChildAt(18);
                pwIn         = (GTextInput)com.GetChildAt(19);
                n78          = (GImage)com.GetChildAt(20);
                n77          = (GTextField)com.GetChildAt(21);
                loginBtn     = Button.Create(com.GetChildAt(22));
                n53          = (GGroup)com.GetChildAt(23);
                accIn        = (GTextInput)com.GetChildAt(24);
                n51          = (GImage)com.GetChildAt(25);
                n50          = (GTextField)com.GetChildAt(26);
                regBtn       = Button.Create(com.GetChildAt(27));
            }
        }
Esempio n. 20
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                Gro_ShowVersionInfo = com.GetControllerAt(0);
                n0                     = (GImage)com.GetChildAt(0);
                n9                     = (GImage)com.GetChildAt(1);
                n10                    = (GTextField)com.GetChildAt(2);
                Btn_Login              = Btn_Login.Create(com.GetChildAt(3));
                Btn_Registe            = Btn_Registe.Create(com.GetChildAt(4));
                accountInput           = (GImage)com.GetChildAt(5);
                passwordInput          = (GImage)com.GetChildAt(6);
                accountText            = (GTextInput)com.GetChildAt(7);
                Tex_LoginInfo          = (GTextField)com.GetChildAt(8);
                ToTestSceneBtn         = Btn_ToTestScene.Create(com.GetChildAt(9));
                passwordText           = (GTextInput)com.GetChildAt(10);
                Gro_LoginInfo          = (GGroup)com.GetChildAt(11);
                Gros_Detail_BackGround = (GImage)com.GetChildAt(12);
                n26                    = (GTextField)com.GetChildAt(13);
                Gro_Detail             = (GGroup)com.GetChildAt(14);
                Btn_VersionInfo        = Btn_VersionInfo.Create(com.GetChildAt(15));
                Gro_VersionInfo        = (GGroup)com.GetChildAt(16);
                t0                     = com.GetTransitionAt(0);
                t1                     = com.GetTransitionAt(1);
                Anim_VersionHide       = com.GetTransitionAt(2);
                Anim_VersionShow       = com.GetTransitionAt(3);
            }
        }
Esempio n. 21
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                m_Gro_ShowVersionInfo = com.GetControllerAt(0);
                m_n0             = (GImage)com.GetChildAt(0);
                m_n9             = (GImage)com.GetChildAt(1);
                m_n10            = (GTextField)com.GetChildAt(2);
                m_Btn_Login      = FUI_Btn_Login.Create(domain, com.GetChildAt(3));
                m_Btn_Registe    = FUI_Btn_Registe.Create(domain, com.GetChildAt(4));
                m_accountInput   = (GImage)com.GetChildAt(5);
                m_passwordInput  = (GImage)com.GetChildAt(6);
                m_accountText    = (GTextInput)com.GetChildAt(7);
                m_Tex_LoginInfo  = (GTextField)com.GetChildAt(8);
                m_ToTestSceneBtn = FUI_Btn_ToTestScene.Create(domain, com.GetChildAt(9));
                m_passwordText   = (GTextInput)com.GetChildAt(10);
                m_Gro_LoginInfo  = (GGroup)com.GetChildAt(11);
                m_t0             = com.GetTransitionAt(0);
                m_t1             = com.GetTransitionAt(1);
            }
        }
Esempio n. 22
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                n0             = (GImage)com.GetChildAt(0);
                n9             = (GImage)com.GetChildAt(1);
                n10            = (GTextField)com.GetChildAt(2);
                Btn_Login      = Btn_Login.Create(com.GetChildAt(3));
                Btn_Registe    = Btn_Registe.Create(com.GetChildAt(4));
                accountInput   = (GImage)com.GetChildAt(5);
                passwordInput  = (GImage)com.GetChildAt(6);
                accountText    = (GTextInput)com.GetChildAt(7);
                Tex_LoginInfo  = (GTextField)com.GetChildAt(8);
                ToTestSceneBtn = Btn_ToTestScene.Create(com.GetChildAt(9));
                passwordText   = (GTextInput)com.GetChildAt(10);
                n16            = (GGroup)com.GetChildAt(11);
                t0             = com.GetTransitionAt(0);
                t1             = com.GetTransitionAt(1);
            }
        }
Esempio n. 23
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                m_n1           = (GImage)com.GetChildAt(0);
                m_n2           = (GImage)com.GetChildAt(1);
                m_shop         = FUI_BottomBtn.Create(domain, com.GetChildAt(2));
                m_team         = FUI_BottomBtn.Create(domain, com.GetChildAt(3));
                m_backpacket   = FUI_BottomBtn.Create(domain, com.GetChildAt(4));
                m_achievemen   = FUI_BottomBtn.Create(domain, com.GetChildAt(5));
                m_hero         = FUI_BottomBtn.Create(domain, com.GetChildAt(6));
                m_prebattle    = FUI_BottomBtn.Create(domain, com.GetChildAt(7));
                m_friend       = FUI_BottomBtn.Create(domain, com.GetChildAt(8));
                m_watch        = FUI_BottomBtn.Create(domain, com.GetChildAt(9));
                m_activity     = FUI_ActityHead.Create(domain, com.GetChildAt(10));
                m_Bottom       = (GGroup)com.GetChildAt(11);
                m_n23          = (GImage)com.GetChildAt(12);
                m_n37          = (GImage)com.GetChildAt(13);
                m_n44          = (GImage)com.GetChildAt(14);
                m_m_gemInfo    = (GTextField)com.GetChildAt(15);
                m_n40          = (GImage)com.GetChildAt(16);
                m_gem          = (GGroup)com.GetChildAt(17);
                m_n34          = (GImage)com.GetChildAt(18);
                m_n42          = (GImage)com.GetChildAt(19);
                m_m_goldenInfo = (GTextField)com.GetChildAt(20);
                m_n41          = (GImage)com.GetChildAt(21);
                m_golden       = (GGroup)com.GetChildAt(22);
                m_n43          = (GImage)com.GetChildAt(23);
                m_n31          = (GImage)com.GetChildAt(24);
                m_m_pointInfo  = (GTextField)com.GetChildAt(25);
                m_n32          = (GImage)com.GetChildAt(26);
                m_point        = (GGroup)com.GetChildAt(27);
                m_mail         = (GImage)com.GetChildAt(28);
                m_setting      = (GImage)com.GetChildAt(29);
                m_RightTop     = (GGroup)com.GetChildAt(30);
                m_n48          = (GImage)com.GetChildAt(31);
                m_n51          = (GImage)com.GetChildAt(32);
                m_n61          = (GTextField)com.GetChildAt(33);
                m_normalPVPBtn = FUI_BattleBtn.Create(domain, com.GetChildAt(34));
                m_nomalpvp     = (GGroup)com.GetChildAt(35);
                m_n49          = (GImage)com.GetChildAt(36);
                m_n53          = (GImage)com.GetChildAt(37);
                m_n62          = (GTextField)com.GetChildAt(38);
                m_pveBtn       = FUI_BattleBtn.Create(domain, com.GetChildAt(39));
                m_pve          = (GGroup)com.GetChildAt(40);
                m_n50          = (GImage)com.GetChildAt(41);
                m_n63          = (GTextField)com.GetChildAt(42);
                m_n52          = (GImage)com.GetChildAt(43);
                m_SerPVPBtn    = FUI_BattleBtn.Create(domain, com.GetChildAt(44));
                m_seriviouspvp = (GGroup)com.GetChildAt(45);
                m_Right        = (GGroup)com.GetChildAt(46);
                m_UserAvatar   = (GImage)com.GetChildAt(47);
                m_userName     = (GTextField)com.GetChildAt(48);
                m_UserLevel    = (GTextField)com.GetChildAt(49);
                m_n71          = (GImage)com.GetChildAt(50);
                m_LeftTop      = (GGroup)com.GetChildAt(51);
            }
        }
Esempio n. 24
0
        public void Awake(GObject go)
        {
            if (go == null)
            {
                return;
            }

            GObject = go;

            if (string.IsNullOrWhiteSpace(Name))
            {
                Name = Id.ToString();
            }

            self = (GComponent)go;

            self.Add(this);

            var com = go.asCom;

            if (com != null)
            {
                SkillAndStateBackGround = (GImage)com.GetChildAt(0);
                RedProBar          = HpProcessBar.Create(com.GetChildAt(1));
                RedText            = (GTextField)com.GetChildAt(2);
                BlueProBar         = OtherBar.Create(com.GetChildAt(3));
                BlueText           = (GTextField)com.GetChildAt(4);
                SkillQ_Loader      = (GLoader)com.GetChildAt(5);
                SkillQ_Bar         = SkillProBar.Create(com.GetChildAt(6));
                SkillQ_CDInfo      = (GTextField)com.GetChildAt(7);
                SkillQ_Text        = (GTextField)com.GetChildAt(8);
                SkillQ             = (GGroup)com.GetChildAt(9);
                SkillE_Loader      = (GLoader)com.GetChildAt(10);
                SkillE_Bar         = SkillProBar.Create(com.GetChildAt(11));
                SkillE_Text        = (GTextField)com.GetChildAt(12);
                SkillE_CDInfo      = (GTextField)com.GetChildAt(13);
                SkillE             = (GGroup)com.GetChildAt(14);
                SkillW_Loader      = (GLoader)com.GetChildAt(15);
                SkillW_Bar         = SkillProBar.Create(com.GetChildAt(16));
                SkillW_Text        = (GTextField)com.GetChildAt(17);
                SkillW_CDInfo      = (GTextField)com.GetChildAt(18);
                SkillW             = (GGroup)com.GetChildAt(19);
                SkillR_Loader      = (GLoader)com.GetChildAt(20);
                SkillR_Bar         = SkillProBar.Create(com.GetChildAt(21));
                SkillR_Text        = (GTextField)com.GetChildAt(22);
                SkillR_CDInfo      = (GTextField)com.GetChildAt(23);
                SkillR             = (GGroup)com.GetChildAt(24);
                SkillTalent_Loader = (GLoader)com.GetChildAt(25);
                SkillTalent_Bar    = SkillSmallProBar.Create(com.GetChildAt(26));
                SkillTalent_CDInfo = (GTextField)com.GetChildAt(27);
                SkillTalent        = (GGroup)com.GetChildAt(28);
                SkillD_Loader      = (GLoader)com.GetChildAt(29);
                SkillD_Bar         = SkillSmallProBar.Create(com.GetChildAt(30));
                SkillD_CDInfo      = (GTextField)com.GetChildAt(31);
                SkillD_Text        = (GTextField)com.GetChildAt(32);
                SkillD             = (GGroup)com.GetChildAt(33);
                SkillF_Loader      = (GLoader)com.GetChildAt(34);
                SkillF_Bar         = SkillSmallProBar.Create(com.GetChildAt(35));
                SkillF_CDInfo      = (GTextField)com.GetChildAt(36);
                SkillF_Text        = (GTextField)com.GetChildAt(37);
                SkillF             = (GGroup)com.GetChildAt(38);
                SkillAndState      = (GGroup)com.GetChildAt(39);
                n96                  = (GImage)com.GetChildAt(40);
                Attack               = (GImage)com.GetChildAt(41);
                Magic                = (GImage)com.GetChildAt(42);
                Armorpenetration     = (GImage)com.GetChildAt(43);
                Magicpenetration     = (GImage)com.GetChildAt(44);
                Armor                = (GImage)com.GetChildAt(45);
                SpellResistance      = (GImage)com.GetChildAt(46);
                AttackSpeed          = (GImage)com.GetChildAt(47);
                ExtraMagic           = (GImage)com.GetChildAt(48);
                ExtraAttack          = (GImage)com.GetChildAt(49);
                SkillCD              = (GImage)com.GetChildAt(50);
                Criticalstrike       = (GImage)com.GetChildAt(51);
                AttackInfo           = (GTextField)com.GetChildAt(52);
                MoveSpeed            = (GImage)com.GetChildAt(53);
                SkillCDInfo          = (GTextField)com.GetChildAt(54);
                MagicpenetrationInfo = (GTextField)com.GetChildAt(55);
                ArmorpenetrationInfo = (GTextField)com.GetChildAt(56);
                ExtraMagicInfo       = (GTextField)com.GetChildAt(57);
                ExtraAttackInfo      = (GTextField)com.GetChildAt(58);
                CriticalstrikeInfo   = (GTextField)com.GetChildAt(59);
                AttackSpeedInfo      = (GTextField)com.GetChildAt(60);
                SpellResistanceInfo  = (GTextField)com.GetChildAt(61);
                ArmorInfo            = (GTextField)com.GetChildAt(62);
                MagicInfo            = (GTextField)com.GetChildAt(63);
                MoveSpeedInfo        = (GTextField)com.GetChildAt(64);
                DetailData           = (GGroup)com.GetChildAt(65);
                HeroAvatarLoader     = (GLoader)com.GetChildAt(66);
                AvatarBack           = (GImage)com.GetChildAt(67);
                HeroLevel            = (GTextField)com.GetChildAt(68);
                ExpBar               = ProgressBar1.Create(com.GetChildAt(69));
                Avatar               = (GGroup)com.GetChildAt(70);
                UIBack               = (GImage)com.GetChildAt(71);
                t1                       = (GTextField)com.GetChildAt(72);
                t6                       = (GTextField)com.GetChildAt(73);
                t5                       = (GTextField)com.GetChildAt(74);
                t3                       = (GTextField)com.GetChildAt(75);
                t2                       = (GTextField)com.GetChildAt(76);
                t7                       = (GTextField)com.GetChildAt(77);
                Zhuangbei                = (GGroup)com.GetChildAt(78);
                t4                       = (GTextField)com.GetChildAt(79);
                tB                       = (GTextField)com.GetChildAt(80);
                BasicSkills              = (GGroup)com.GetChildAt(81);
                n58                      = GoldenToShopBtn.Create(com.GetChildAt(82));
                GoldenCount              = (GTextField)com.GetChildAt(83);
                Golden                   = (GGroup)com.GetChildAt(84);
                ShopAndBack              = (GGroup)com.GetChildAt(85);
                Bottom                   = (GGroup)com.GetChildAt(86);
                BuffList                 = (GList)com.GetChildAt(87);
                DeBuffList               = (GList)com.GetChildAt(88);
                SmallMapSprite           = (GLoader)com.GetChildAt(89);
                SmallMapFrame            = (GImage)com.GetChildAt(90);
                SmallMap                 = (GGroup)com.GetChildAt(91);
                GM_BackGround            = (GImage)com.GetChildAt(92);
                Btn_NoMPCost             = Btn_GMItem.Create(com.GetChildAt(93));
                n198                     = (GTextField)com.GetChildAt(94);
                Btn_NoHPCost             = Btn_GMItem.Create(com.GetChildAt(95));
                n200                     = (GTextField)com.GetChildAt(96);
                Btn_NoCDCost             = Btn_GMItem.Create(com.GetChildAt(97));
                n201                     = (GTextField)com.GetChildAt(98);
                Btn_CreateSpiling        = Btn_GMItem.Create(com.GetChildAt(99));
                n202                     = (GTextField)com.GetChildAt(100);
                Btn_GMController_Enable  = Btn_GMController_Disable.Create(com.GetChildAt(101));
                Btn_GMController_Disable = Btn_GMController_Disable.Create(com.GetChildAt(102));
                GM                       = (GGroup)com.GetChildAt(103);
                Par_GMControllerDis      = com.GetTransitionAt(0);
                Part_GMControllerEnable  = com.GetTransitionAt(1);
            }
        }