window.common={}; window.building={}; function __extends(d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; function __() { this.constructor = d; } __.prototype = b.prototype; d.prototype = new __(); }; window.generateEUI = {}; generateEUI.paths = {}; generateEUI.styles = undefined; generateEUI.skins = {"MofajaigongItemRender":"resource/skins/jiagong/MofajaigongItemRender.exml","MofahechengPanel":"resource/skins/mofahecheng/MofahechengPanel.exml","BattleBaseCompoment":"resource/skins/panel/BattlePetBattleBaseCompoment.exml","GuideSkin":"resource/skins/panel/guide/GuideSkin.exml","GameScenceSkin2":"resource/skins/scence/GameScenceSkin2.exml","GameView2":"resource/skins/scence/GameView2.exml","changePanelSkin":"resource/skins/panel/changePanelSkin.exml","ChangeItemRender":"resource/skins/panel/change/ChangeItemRender.exml","UIAnimalSkin":"resource/skins/scence/UIAnimalSkin.exml","BagPanel2Skin":"resource/skins/panel/BagPanel2Skin.exml","FirstGifttips":"resource/skins/panel/firstGift/FirstGifttips.exml"};generateEUI.paths['resource/skins/common/button/MidButtonSkin.exml'] = window.common.MidButtonSkin = (function (_super) { __extends(MidButtonSkin, _super); function MidButtonSkin() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ new eui.SetProperty("_Image1","source","c_btn3_gray_png") ]) ]; } var _proto = MidButtonSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.bottom = 0; t.left = 0; t.right = 0; t.scale9Grid = new egret.Rectangle(52,25,71,3); t.source = "c_btn3_png"; t.top = 0; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = -3; t.size = 30; t.text = "添加"; t.textColor = 0x59120C; t.verticalCenter = -2; return t; }; return MidButtonSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/alert/AlertSkin.exml'] = window.AlertSkin = (function (_super) { __extends(AlertSkin, _super); function AlertSkin() { _super.call(this); this.skinParts = ["labelTxt","btnOk","btnNo"]; this.height = 960; this.width = 640; this.elementsContent = [this._Group1_i()]; } var _proto = AlertSkin.prototype; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 640; t.x = 10; t.y = 10; t.elementsContent = [this._Image1_i(),this._Image2_i(),this._Image3_i(),this._Image4_i(),this.labelTxt_i(),this.btnOk_i(),this.btnNo_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 316; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(136,128,4,2); t.source = "c_panel2_png"; t.verticalCenter = -20; t.width = 464; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "trimming1_png"; t.x = 183; t.y = 279; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "trimming2_png"; t.x = 381; t.y = 302; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "panel_title_alert_png"; t.y = 263; return t; }; _proto.labelTxt_i = function () { var t = new eui.Label(); this.labelTxt = t; t.height = 124; t.size = 30; t.text = "确定购买30钻石吗?"; t.textAlign = "center"; t.textColor = 0x753F24; t.verticalAlign = "middle"; t.width = 372; t.x = 125; t.y = 350; return t; }; _proto.btnOk_i = function () { var t = new eui.Button(); this.btnOk = t; t.horizontalCenter = -104; t.label = "确定"; t.name = "btnOk"; t.skinName = "common.MidButtonSkin"; t.verticalCenter = 30; return t; }; _proto.btnNo_i = function () { var t = new eui.Button(); this.btnNo = t; t.horizontalCenter = 90; t.label = "取消"; t.name = "btnNo"; t.skinName = "common.MidButtonSkin"; t.verticalCenter = 30; t.x = 10; t.y = 10; return t; }; return AlertSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/bar/CDBarSkin.exml'] = window.common.CDBarSkin = (function (_super) { __extends(CDBarSkin, _super); function CDBarSkin() { _super.call(this); this.skinParts = ["thumb"]; this.height = 15; this.width = 185; this.elementsContent = [this._Image1_i(),this.thumb_i()]; } var _proto = CDBarSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(8,5,1,1); t.source = "m_phase_pro_bg_png"; t.verticalCenter = 0; t.width = 185; return t; }; _proto.thumb_i = function () { var t = new eui.Image(); this.thumb = t; t.scale9Grid = new egret.Rectangle(8,5,1,1); t.source = "m_phase_pro_bar_png"; t.percentWidth = 100; t.y = 1; return t; }; return CDBarSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/bar/ExpBarSkin.exml'] = window.common.ExpBarSkin = (function (_super) { __extends(ExpBarSkin, _super); function ExpBarSkin() { _super.call(this); this.skinParts = ["thumb","labelDisplay"]; this.width = 229; this.elementsContent = [this._Image1_i(),this.thumb_i(),this.labelDisplay_i()]; } var _proto = ExpBarSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(8,5,1,1); t.source = "exp_bar_bg_png"; t.verticalCenter = 0; t.width = 229; return t; }; _proto.thumb_i = function () { var t = new eui.Image(); this.thumb = t; t.scale9Grid = new egret.Rectangle(8,5,1,1); t.source = "exp_bar_png"; t.width = 223; t.x = 3; t.y = 2.5; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.bold = true; t.horizontalCenter = 1; t.size = 16; t.stroke = 1; t.strokeColor = 0x724f2e; t.text = "125/36555"; t.textColor = 0xB0FF94; t.verticalCenter = 0; return t; }; return ExpBarSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/button/BuildingUpButtonSkin.exml'] = window.building.BuildingUpButtonSkin = (function (_super) { __extends(BuildingUpButtonSkin, _super); function BuildingUpButtonSkin() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i(),this._Image2_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ new eui.SetProperty("_Image2","width",46), new eui.SetProperty("_Image2","height",61), new eui.SetProperty("_Image2","y",-10) ]) , new eui.State ("disabled", [ new eui.SetProperty("_Image1","source","btn_building_up_gray_png") ]) ]; } var _proto = BuildingUpButtonSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.source = "btn_building_up_png"; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = -11.5; t.size = 38; t.stroke = 2; t.strokeColor = 0x643591; t.text = "升级"; t.verticalCenter = -2.5; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); this._Image2 = t; t.horizontalCenter = 49.5; t.source = "building_up_arrow_png"; t.y = -2; return t; }; return BuildingUpButtonSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/button/ExitButtonSkin.exml'] = window.common.ExitButtonSkin = (function (_super) { __extends(ExitButtonSkin, _super); function ExitButtonSkin() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = ExitButtonSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "common_json.c_btn1_png"; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.fontFamily = "Microsoft YaHei"; t.horizontalCenter = -4; t.size = 36; t.text = ""; t.textColor = 0x59120C; t.verticalCenter = -1; return t; }; return ExitButtonSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/button/PurpleButtonSkin.exml'] = window.common.PurpleButtonSkin = (function (_super) { __extends(PurpleButtonSkin, _super); function PurpleButtonSkin() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ new eui.SetProperty("_Image1","source","sign_btn_purple_gray_png") ]) ]; } var _proto = PurpleButtonSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.bottom = 0; t.left = 0; t.right = 0; t.scale9Grid = new egret.Rectangle(25,15,85,22); t.source = "sign_btn_purple_png"; t.top = 0; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = -3; t.size = 26; t.stroke = 2; t.strokeColor = 0x643591; t.text = "添加"; t.textColor = 0xFFFFFF; t.verticalCenter = -2; return t; }; return PurpleButtonSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/button/RedButtonSkin.exml'] = window.common.RedButtonSkin = (function (_super) { __extends(RedButtonSkin, _super); function RedButtonSkin() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ new eui.SetProperty("_Image1","source","btn_red_gray_png") ]) ]; } var _proto = RedButtonSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.bottom = 0; t.left = 0; t.right = 0; t.scale9Grid = new egret.Rectangle(46,15,23,8); t.source = "btn_red_png"; t.top = 0; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0; t.size = 26; t.stroke = 2; t.strokeColor = 0x8b3456; t.text = "制作"; t.textColor = 0xfcf9f9; t.verticalCenter = -1; return t; }; return RedButtonSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/button/ShopBuyButtonSkin.exml'] = window.common.ShopBuyButtonSkin = (function (_super) { __extends(ShopBuyButtonSkin, _super); function ShopBuyButtonSkin() { _super.call(this); this.skinParts = ["labelDisplay"]; this.height = 44; this.width = 88; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = ShopBuyButtonSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 44; t.source = "c_btn2_png"; t.width = 88; t.x = 0; t.y = 0; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0; t.size = 22; t.text = "购买"; t.textColor = 0x59120C; t.verticalCenter = -1; t.x = 10; t.y = 10; return t; }; return ShopBuyButtonSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/button/ShowOrHideButtonSkin.exml'] = window.common.ShowOrHideButtonSkin = (function (_super) { __extends(ShowOrHideButtonSkin, _super); function ShowOrHideButtonSkin() { _super.call(this); this.skinParts = []; this.elementsContent = [this._Image1_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) , new eui.State ("upAndSelected", [ new eui.SetProperty("_Image1","source","btn_top_hide_png") ]) , new eui.State ("downAndSelected", [ new eui.SetProperty("_Image1","source","btn_top_hide_png") ]) , new eui.State ("disabledAndSelected", [ new eui.SetProperty("_Image1","source","btn_top_hide_png") ]) ]; } var _proto = ShowOrHideButtonSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.source = "btn_top_show_png"; return t; }; return ShowOrHideButtonSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/button/WoodButtonSkin.exml'] = window.common.WoodButtonSkin = (function (_super) { __extends(WoodButtonSkin, _super); function WoodButtonSkin() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ new eui.SetProperty("_Image1","source","sign_btn_wood_gray_png") ]) ]; } var _proto = WoodButtonSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.source = "sign_btn_wood_png"; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = -3; t.size = 28; t.stroke = 2; t.strokeColor = 0x643591; t.text = "添加"; t.textColor = 0xFFFFFF; t.verticalCenter = -2; return t; }; return WoodButtonSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/chk/ChkBoxSkin.exml'] = window.common.ChkBoxSkin = (function (_super) { __extends(ChkBoxSkin, _super); function ChkBoxSkin() { _super.call(this); this.skinParts = ["imgTxt"]; this.height = 50; this.width = 200; this.elementsContent = [this._Image1_i(),this.imgTxt_i()]; this._Image2_i(); this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) , new eui.State ("upAndSelected", [ new eui.AddItems("_Image2","",2,"imgTxt") ]) , new eui.State ("downAndSelected", [ new eui.AddItems("_Image2","",2,"imgTxt") ]) , new eui.State ("disabledAndSelected", [ new eui.AddItems("_Image2","",2,"imgTxt") ]) ]; } var _proto = ChkBoxSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = ""; t.x = 10; t.y = 10; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); this._Image2 = t; t.source = ""; t.x = 10; t.y = 2; return t; }; _proto.imgTxt_i = function () { var t = new eui.Image(); this.imgTxt = t; t.source = "login_txt_remain_key_png"; t.x = 45; t.y = 9; return t; }; return ChkBoxSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/item/BuildingCostItemSkin.exml'] = window.BuildingCostItemSkin = (function (_super) { __extends(BuildingCostItemSkin, _super); function BuildingCostItemSkin() { _super.call(this); this.skinParts = ["imgIcon","labelTip"]; this.elementsContent = [this._Image1_i(),this.imgIcon_i(),this.labelTip_i()]; } var _proto = BuildingCostItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "building_cost_itembg_png"; return t; }; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.horizontalCenter = 2; t.verticalCenter = -17.5; return t; }; _proto.labelTip_i = function () { var t = new eui.Label(); this.labelTip = t; t.horizontalCenter = 2; t.size = 20; t.stroke = 2; t.strokeColor = 0x724f2e; t.text = "标签"; t.y = 114; return t; }; return BuildingCostItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/item/CostItemSkin.exml'] = window.CostItemSkin = (function (_super) { __extends(CostItemSkin, _super); function CostItemSkin() { _super.call(this); this.skinParts = ["imgIcon","labelCost","labelTotal","imgAdd"]; this.height = 93; this.width = 89; this.elementsContent = [this.imgIcon_i(),this._Image1_i(),this.labelCost_i(),this.labelTotal_i(),this.imgAdd_i()]; } var _proto = CostItemSkin.prototype; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.horizontalCenter = -23; t.scaleX = 0.85; t.scaleY = 0.85; t.source = "sicon_diamond_png"; t.verticalCenter = 1; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "top_cir_png"; t.x = 24; t.y = 0; return t; }; _proto.labelCost_i = function () { var t = new eui.Label(); this.labelCost = t; t.horizontalCenter = -3; t.size = 20; t.text = "26"; t.textAlign = "center"; t.width = 43; t.y = 6; return t; }; _proto.labelTotal_i = function () { var t = new eui.Label(); this.labelTotal = t; t.horizontalCenter = -23; t.size = 20; t.text = "999"; t.textAlign = "center"; t.textColor = 0x753F24; t.y = 72; return t; }; _proto.imgAdd_i = function () { var t = new eui.Image(); this.imgAdd = t; t.source = "add_png"; t.x = 57; t.y = 36; return t; }; return CostItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/loading/PanelLoadingSkin.exml'] = window.PanelLoadingSkin = (function (_super) { __extends(PanelLoadingSkin, _super); function PanelLoadingSkin() { _super.call(this); this.skinParts = ["cirGroup","loadTF"]; this.height = 960; this.width = 640; this.elementsContent = [this.cirGroup_i(),this.loadTF_i()]; } var _proto = PanelLoadingSkin.prototype; _proto.cirGroup_i = function () { var t = new eui.Group(); this.cirGroup = t; t.height = 70; t.width = 76; t.x = 320; t.y = 477; t.elementsContent = [this._Image1_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "loading_panel_png"; t.x = -44; t.y = -44; return t; }; _proto.loadTF_i = function () { var t = new eui.Label(); this.loadTF = t; t.horizontalCenter = 0; t.size = 20; t.text = "Loading"; t.textAlign = "center"; t.verticalAlign = "middle"; t.verticalCenter = 0; return t; }; return PanelLoadingSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/loading/PreloadingSkin.exml'] = window.PreloadingSkin = (function (_super) { __extends(PreloadingSkin, _super); function PreloadingSkin() { _super.call(this); this.skinParts = ["sCir1","sCir2","pBg","pFront","pTF","logo"]; this.height = 1011; this.width = 640; this.elementsContent = [this.sCir1_i(),this.sCir2_i(),this.pBg_i(),this.pFront_i(),this.pTF_i(),this.logo_i()]; } var _proto = PreloadingSkin.prototype; _proto.sCir1_i = function () { var t = new eui.Group(); this.sCir1 = t; t.height = 0; t.horizontalCenter = 0; t.width = 0; t.y = 402; t.elementsContent = [this._Image1_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "scir_png"; t.x = -17; t.y = -17; return t; }; _proto.sCir2_i = function () { var t = new eui.Group(); this.sCir2 = t; t.height = 0; t.horizontalCenter = 0; t.width = 0; t.y = 471; t.elementsContent = [this._Image2_i()]; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "scir_png"; t.x = -17; t.y = -17; return t; }; _proto.pBg_i = function () { var t = new eui.Rect(); this.pBg = t; t.fillColor = 0xFFFFFF; t.height = 2; t.horizontalCenter = 0; t.width = 400; t.y = 486; return t; }; _proto.pFront_i = function () { var t = new eui.Rect(); this.pFront = t; t.fillColor = 0x49DC0F; t.height = 2; t.horizontalCenter = 0; t.width = 400; t.y = 486; return t; }; _proto.pTF_i = function () { var t = new eui.Label(); this.pTF = t; t.horizontalCenter = 0; t.text = "0%"; t.y = 495; return t; }; _proto.logo_i = function () { var t = new eui.Group(); this.logo = t; t.height = 0; t.horizontalCenter = 0; t.width = 0; t.y = 465; t.elementsContent = [this._Image3_i()]; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "logo_15c_png"; t.y = -164; return t; }; return PreloadingSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/loading/SceneLoadingSkin.exml'] = window.SceneLoadingSkin = (function (_super) { __extends(SceneLoadingSkin, _super); function SceneLoadingSkin() { _super.call(this); this.skinParts = ["labelPro"]; this.height = 960; this.width = 640; this.elementsContent = [this._Rect1_i(),this.labelPro_i()]; } var _proto = SceneLoadingSkin.prototype; _proto._Rect1_i = function () { var t = new eui.Rect(); t.bottom = 0; t.fillAlpha = 1; t.fillColor = 0xf4f4f4; t.left = 0; t.right = 0; t.top = 0; return t; }; _proto.labelPro_i = function () { var t = new eui.Label(); this.labelPro = t; t.fontFamily = "huakang"; t.horizontalCenter = 3.5; t.text = "加载资源中(1/1)"; t.textColor = 0x330101; t.verticalCenter = 46; return t; }; return SceneLoadingSkin; })(eui.Skin);generateEUI.paths['resource/skins/common/tip/GoodsTipSkin.exml'] = window.GoodsTipSkin = (function (_super) { __extends(GoodsTipSkin, _super); function GoodsTipSkin() { _super.call(this); this.skinParts = ["bgs","labelName","labelDesc","imgIcon"]; this.width = 320; this.elementsContent = [this.bgs_i(),this.labelName_i(),this.labelDesc_i(),this._Group1_i()]; } var _proto = GoodsTipSkin.prototype; _proto.bgs_i = function () { var t = new eui.Image(); this.bgs = t; t.bottom = 0; t.left = 0; t.right = 0; t.scale9Grid = new egret.Rectangle(66,57,4,2); t.source = "tipbg_png"; t.top = 0; return t; }; _proto.labelName_i = function () { var t = new eui.Label(); this.labelName = t; t.bold = true; t.size = 26; t.text = "植物之神"; t.textAlign = "left"; t.textColor = 0x6F3D26; t.x = 107; t.y = 10; return t; }; _proto.labelDesc_i = function () { var t = new eui.Label(); this.labelDesc = t; t.bottom = 12; t.left = 110; t.lineSpacing = 2; t.right = 6; t.size = 20; t.text = "作用:保护植物免受干旱的侵袭,提高植物产量10%"; t.textAlign = "left"; t.textColor = 0x653318; t.top = 42; t.verticalAlign = "top"; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.x = 13; t.y = 11; t.elementsContent = [this._Image1_i(),this.imgIcon_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "item_bg_png"; t.x = 0; t.y = 2; return t; }; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GoodsTipSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/bag/BagIconSkin.exml'] = window.BagIconSkin = (function (_super) { __extends(BagIconSkin, _super); function BagIconSkin() { _super.call(this); this.skinParts = ["imgIcon","labelNum"]; this.height = 74; this.width = 74; this.elementsContent = [this._Image1_i(),this.imgIcon_i(),this.labelNum_i()]; } var _proto = BagIconSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "bag_line_png"; t.x = 1; t.y = 66; return t; }; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.horizontalCenter = -4; t.verticalCenter = -8; return t; }; _proto.labelNum_i = function () { var t = new eui.Label(); this.labelNum = t; t.right = 5; t.size = 20; t.stroke = 2; t.strokeColor = 0xffffff; t.text = "x12"; t.textColor = 0x7A5838; t.y = 44; return t; }; return BagIconSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/bag/BagPanelSkin.exml'] = window.BagPanelSkin = (function (_super) { __extends(BagPanelSkin, _super); function BagPanelSkin() { _super.call(this); this.skinParts = ["list","scroller"]; this.height = 960; this.width = 640; this.elementsContent = [this._Group1_i()]; } var _proto = BagPanelSkin.prototype; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 416; t.width = 114; t.x = 526; t.y = 290; t.elementsContent = [this._Image1_i(),this.scroller_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "bag_bg_png"; return t; }; _proto.scroller_i = function () { var t = new eui.Scroller(); this.scroller = t; t.height = 362; t.width = 82; t.x = 31; t.y = 28; t.viewport = this.list_i(); return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.width = 87; return t; }; return BagPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/BagPanel2Skin.exml'] = window.BagPanel2SkinSkin = (function (_super) { __extends(BagPanel2SkinSkin, _super); function BagPanel2SkinSkin() { _super.call(this); this.skinParts = ["list","scroller"]; this.height = 960; this.width = 640; this.elementsContent = [this._Group1_i()]; } var _proto = BagPanel2SkinSkin.prototype; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 416; t.width = 114; t.x = 0; t.y = 290; t.elementsContent = [this._Image1_i(),this.scroller_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.scaleX = -1; t.source = "bag_bg_png"; t.x = 115; return t; }; _proto.scroller_i = function () { var t = new eui.Scroller(); this.scroller = t; t.height = 362; t.width = 82; t.x = 8; t.y = 23; t.viewport = this.list_i(); return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.width = 87; t.x = -19; t.y = -1; return t; }; return BagPanel2SkinSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/BattlePet/BattleProssBar2Skin.exml'] = window.BattleProssBar2Skin = (function (_super) { __extends(BattleProssBar2Skin, _super); function BattleProssBar2Skin() { _super.call(this); this.skinParts = ["imgProssBar","group","imgmask","prosslabel"]; this.elementsContent = [this._Image1_i(),this.group_i(),this.imgmask_i(),this.prosslabel_i()]; } var _proto = BattleProssBar2Skin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(44,8,268,14); t.source = "battle_pet_json.battle_pet_canzhan13_png"; t.verticalCenter = 0; t.width = 234; return t; }; _proto.group_i = function () { var t = new eui.Group(); this.group = t; t.anchorOffsetY = 0; t.height = 26; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 230; t.elementsContent = [this.imgProssBar_i()]; return t; }; _proto.imgProssBar_i = function () { var t = new eui.Image(); this.imgProssBar = t; t.scale9Grid = new egret.Rectangle(43,3,262,20); t.scaleX = 1; t.scaleY = 1; t.source = "battle_pet_json.battle_pet_canzhan14_png"; t.width = 230; t.x = 0; t.y = 0; return t; }; _proto.imgmask_i = function () { var t = new eui.Image(); this.imgmask = t; t.anchorOffsetX = 0; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(43,3,262,20); t.source = "battle_pet_json.battle_pet_canzhan14_png"; t.verticalCenter = 0; t.width = 230; return t; }; _proto.prosslabel_i = function () { var t = new eui.Label(); this.prosslabel = t; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 19; t.horizontalCenter = 0; t.size = 20; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "Label"; t.textAlign = "center"; t.verticalAlign = "middle"; t.verticalCenter = 0; t.width = 200; return t; }; return BattleProssBar2Skin; })(eui.Skin);generateEUI.paths['resource/skins/panel/BattlePet/BattleBaseCompomentSkin.exml'] = window.BattleBaseCompomentSkin = (function (_super) { __extends(BattleBaseCompomentSkin, _super); var BattleBaseCompomentSkin$Skin1 = (function (_super) { __extends(BattleBaseCompomentSkin$Skin1, _super); function BattleBaseCompomentSkin$Skin1() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = BattleBaseCompomentSkin$Skin1.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "battle_pet_json.battle_pet_canzhan24_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return BattleBaseCompomentSkin$Skin1; })(eui.Skin); var BattleBaseCompomentSkin$Skin2 = (function (_super) { __extends(BattleBaseCompomentSkin$Skin2, _super); function BattleBaseCompomentSkin$Skin2() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = BattleBaseCompomentSkin$Skin2.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "battle_pet_json.battle_pet_canzhan_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return BattleBaseCompomentSkin$Skin2; })(eui.Skin); var BattleBaseCompomentSkin$Skin3 = (function (_super) { __extends(BattleBaseCompomentSkin$Skin3, _super); function BattleBaseCompomentSkin$Skin3() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = BattleBaseCompomentSkin$Skin3.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "battle_pet_json.battle_pet_canzhan27_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return BattleBaseCompomentSkin$Skin3; })(eui.Skin); var BattleBaseCompomentSkin$Skin4 = (function (_super) { __extends(BattleBaseCompomentSkin$Skin4, _super); function BattleBaseCompomentSkin$Skin4() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = BattleBaseCompomentSkin$Skin4.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "battle_pet_json.battle_pet_canzhan28_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return BattleBaseCompomentSkin$Skin4; })(eui.Skin); function BattleBaseCompomentSkin() { _super.call(this); this.skinParts = ["fightFeedLabel","petLevelLabel","petWay","petPoerLabel","headImg","defenselabel","dodgeLabel","critLabel","attrackLabel","hoLabel","desLabel","sleepButton","battleButton","bar1","curhungerLabel","g1","timeLabel","fuhuaButton","gemNumLabel","jiasuButton","g2"]; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this.fightFeedLabel_i(),this._Label1_i(),this.petLevelLabel_i(),this.petWay_i(),this.petPoerLabel_i(),this._Label2_i(),this._Label3_i(),this._Image2_i(),this._Group1_i(),this._Image3_i(),this.defenselabel_i(),this.dodgeLabel_i(),this.critLabel_i(),this.attrackLabel_i(),this.hoLabel_i(),this._Label4_i(),this._Label5_i(),this._Label6_i(),this._Label7_i(),this._Label8_i(),this._Image4_i(),this._Label9_i(),this._Image5_i(),this.desLabel_i(),this.g1_i(),this.g2_i()]; } var _proto = BattleBaseCompomentSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 714; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(63,31,385,189); t.source = "fuli_bg_png"; t.width = 540; t.y = 167; return t; }; _proto.fightFeedLabel_i = function () { var t = new eui.Label(); this.fightFeedLabel = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "22"; t.textColor = 0xFFFFFF; t.x = 523; t.y = 271; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "战斗消耗:"; t.textColor = 0xFFFFFF; t.x = 419; t.y = 271; return t; }; _proto.petLevelLabel_i = function () { var t = new eui.Label(); this.petLevelLabel = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "22"; t.textColor = 0xFFFFFF; t.x = 340; t.y = 270; return t; }; _proto.petWay_i = function () { var t = new eui.Label(); this.petWay = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "火球"; t.textColor = 0xFFFFFF; t.x = 340; t.y = 233; return t; }; _proto.petPoerLabel_i = function () { var t = new eui.Label(); this.petPoerLabel = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "112345"; t.textColor = 0xFFFFFF; t.x = 340; t.y = 196; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "宠物等级:"; t.textColor = 0xFFFFFF; t.x = 236; t.y = 270; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "攻击方式:"; t.textColor = 0xFFFFFF; t.x = 236; t.y = 232; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "battle_pet_bg8_png"; t.x = 56; t.y = 168; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 122; t.width = 123; t.x = 79; t.y = 194; t.elementsContent = [this.headImg_i()]; return t; }; _proto.headImg_i = function () { var t = new eui.Image(); this.headImg = t; t.height = 120; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 120; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "battle_pet_bg3_png"; t.x = 74; t.y = 403; return t; }; _proto.defenselabel_i = function () { var t = new eui.Label(); this.defenselabel = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "100000"; t.textColor = 0xFFFFFF; t.x = 388.5; t.y = 455; return t; }; _proto.dodgeLabel_i = function () { var t = new eui.Label(); this.dodgeLabel = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "100000"; t.textColor = 0xFFFFFF; t.x = 388.5; t.y = 416; return t; }; _proto.critLabel_i = function () { var t = new eui.Label(); this.critLabel = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "100000"; t.textColor = 0xFFFFFF; t.x = 176.5; t.y = 491; return t; }; _proto.attrackLabel_i = function () { var t = new eui.Label(); this.attrackLabel = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "100000"; t.textColor = 0xFFFFFF; t.x = 175.5; t.y = 454; return t; }; _proto.hoLabel_i = function () { var t = new eui.Label(); this.hoLabel = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "100000"; t.textColor = 0xFFFFFF; t.x = 175.5; t.y = 418; return t; }; _proto._Label4_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "防御:"; t.textColor = 0xFFFFFF; t.x = 332; t.y = 456; return t; }; _proto._Label5_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "闪避:"; t.textColor = 0xFFFFFF; t.x = 332; t.y = 417; return t; }; _proto._Label6_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "血量:"; t.textColor = 0xFFFFFF; t.x = 106.5; t.y = 418; return t; }; _proto._Label7_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "攻击:"; t.textColor = 0xFFFFFF; t.x = 107; t.y = 456; return t; }; _proto._Label8_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "宠物战力:"; t.textColor = 0xFFFFFF; t.x = 234; t.y = 196; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "battle_pet_bg9_png"; t.y = 562; return t; }; _proto._Label9_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "暴击:"; t.textColor = 0xFFFFFF; t.x = 107; t.y = 495; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.horizontalCenter = 0.5; t.source = "battle_pet_json.battle_pet_canzhan7_png"; t.y = 537; return t; }; _proto.desLabel_i = function () { var t = new eui.Label(); this.desLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 106; t.horizontalCenter = 0; t.size = 22; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "3454564564566666666666666666666666666666666666666666666666666666"; t.textAlign = "left"; t.textColor = 0xffffff; t.width = 454; t.y = 589; return t; }; _proto.g1_i = function () { var t = new eui.Group(); this.g1 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 95; t.width = 555; t.x = 44; t.y = 309; t.elementsContent = [this.sleepButton_i(),this.battleButton_i(),this._Label10_i(),this.bar1_i(),this._Label11_i(),this.curhungerLabel_i()]; return t; }; _proto.sleepButton_i = function () { var t = new eui.Button(); this.sleepButton = t; t.label = ""; t.x = 55; t.y = 49; t.skinName = BattleBaseCompomentSkin$Skin1; return t; }; _proto.battleButton_i = function () { var t = new eui.Button(); this.battleButton = t; t.height = 38; t.label = ""; t.width = 90; t.x = 52.5; t.y = 49; t.skinName = BattleBaseCompomentSkin$Skin2; return t; }; _proto._Label10_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "经验值:"; t.textColor = 0xFFFFFF; t.x = 193; t.y = 8; return t; }; _proto.bar1_i = function () { var t = new FuliProssbAR(); this.bar1 = t; t.skinName = "BattleProssBar2Skin"; t.x = 282; t.y = 3; return t; }; _proto._Label11_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "饱食度:"; t.textColor = 0xFFFFFF; t.x = 193.5; t.y = 43.5; return t; }; _proto.curhungerLabel_i = function () { var t = new eui.Label(); this.curhungerLabel = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "123"; t.textColor = 0xFFFFFF; t.x = 288; t.y = 43.5; return t; }; _proto.g2_i = function () { var t = new eui.Group(); this.g2 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 104; t.visible = false; t.width = 532; t.x = 54; t.y = 299; t.elementsContent = [this._Image6_i(),this._Label12_i(),this.timeLabel_i(),this.fuhuaButton_i(),this.gemNumLabel_i(),this.jiasuButton_i()]; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.source = "8005_png"; t.x = 189; t.y = 48; return t; }; _proto._Label12_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "孵化时间:"; t.textColor = 0xFFFFFF; t.x = 183; t.y = 10; return t; }; _proto.timeLabel_i = function () { var t = new eui.Label(); this.timeLabel = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "11:11:11"; t.textColor = 0xFFFFFF; t.x = 284; t.y = 10; return t; }; _proto.fuhuaButton_i = function () { var t = new eui.Button(); this.fuhuaButton = t; t.label = ""; t.x = 33; t.y = 59; t.skinName = BattleBaseCompomentSkin$Skin3; return t; }; _proto.gemNumLabel_i = function () { var t = new eui.Label(); this.gemNumLabel = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "200"; t.textColor = 0xFFFFFF; t.x = 262; t.y = 64; return t; }; _proto.jiasuButton_i = function () { var t = new eui.Button(); this.jiasuButton = t; t.height = 38; t.label = ""; t.width = 132; t.x = 378; t.y = 57; t.skinName = BattleBaseCompomentSkin$Skin4; return t; }; return BattleBaseCompomentSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/BattlePet/BattleProItem1Skin.exml'] = window.BattleProItem1Skin = (function (_super) { __extends(BattleProItem1Skin, _super); function BattleProItem1Skin() { _super.call(this); this.skinParts = ["titleNumLabel1","titleNameLabel1","titleNumLabel","titleNameLabel"]; this.elementsContent = [this._Image1_i(),this.titleNumLabel1_i(),this.titleNameLabel1_i(),this.titleNumLabel_i(),this.titleNameLabel_i(),this._Image2_i(),this._Image3_i(),this._Image4_i(),this._Image5_i()]; } var _proto = BattleProItem1Skin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "battle_pet_bg6_png"; t.verticalCenter = 0; return t; }; _proto.titleNumLabel1_i = function () { var t = new eui.Label(); this.titleNumLabel1 = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "100000"; t.textColor = 0xf40922; t.verticalCenter = 0; t.x = 384; return t; }; _proto.titleNameLabel1_i = function () { var t = new eui.Label(); this.titleNameLabel1 = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "血量:"; t.textAlign = "center"; t.textColor = 0x7D1C1C; t.verticalAlign = "middle"; t.verticalCenter = 0; t.x = 324; return t; }; _proto.titleNumLabel_i = function () { var t = new eui.Label(); this.titleNumLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "100000"; t.textColor = 0xf40922; t.verticalCenter = -1.5; t.x = 68; return t; }; _proto.titleNameLabel_i = function () { var t = new eui.Label(); this.titleNameLabel = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "血量:"; t.textColor = 0x7D1C1C; t.verticalCenter = -1.5; t.x = 13; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "battle_pet_json.battle_pet_canzhan11_png"; t.verticalCenter = 0; t.x = 185; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "battle_pet_json.battle_pet_canzhan11_png"; t.verticalCenter = 0; t.x = 215; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "battle_pet_json.battle_pet_canzhan11_png"; t.verticalCenter = 0; t.x = 242; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.source = "battle_pet_json.battle_pet_canzhan11_png"; t.verticalCenter = 0; t.x = 272; return t; }; return BattleProItem1Skin; })(eui.Skin);generateEUI.paths['resource/skins/panel/BattlePet/BattleJinhuaCompomentSkin.exml'] = window.BattleJinhuaCompomentSkin = (function (_super) { __extends(BattleJinhuaCompomentSkin, _super); var BattleJinhuaCompomentSkin$Skin5 = (function (_super) { __extends(BattleJinhuaCompomentSkin$Skin5, _super); function BattleJinhuaCompomentSkin$Skin5() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = BattleJinhuaCompomentSkin$Skin5.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "battle_pet_json.battle_pet_canzhan15_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return BattleJinhuaCompomentSkin$Skin5; })(eui.Skin); function BattleJinhuaCompomentSkin() { _super.call(this); this.skinParts = ["item6","item5","item4","item3","item2","item1","item0","jinhuaButton","headImg1","headImg2","nameLabel1","nameLabel2"]; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this._Image2_i(),this._Image3_i(),this.item6_i(),this.item5_i(),this.item4_i(),this.item3_i(),this.item2_i(),this.item1_i(),this.item0_i(),this._Image4_i(),this._Image5_i(),this._Image6_i(),this._Image7_i(),this._Image8_i(),this._Image9_i(),this.jinhuaButton_i(),this._Group1_i(),this._Group2_i(),this.nameLabel1_i(),this.nameLabel2_i()]; } var _proto = BattleJinhuaCompomentSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 714; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(63,31,385,189); t.source = "fuli_bg_png"; t.width = 540; t.y = 167; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "battle_pet_bg1_png"; t.y = 178; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 355; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(62,37,374,225); t.source = "battle_pet_bg7_png"; t.y = 358; return t; }; _proto.item6_i = function () { var t = new BattlePetProItem1(); this.item6 = t; t.horizontalCenter = 0; t.skinName = "BattleProItem1Skin"; t.y = 657; return t; }; _proto.item5_i = function () { var t = new BattlePetProItem1(); this.item5 = t; t.horizontalCenter = 0; t.skinName = "BattleProItem1Skin"; t.y = 608; return t; }; _proto.item4_i = function () { var t = new BattlePetProItem1(); this.item4 = t; t.horizontalCenter = 0; t.skinName = "BattleProItem1Skin"; t.y = 559; return t; }; _proto.item3_i = function () { var t = new BattlePetProItem1(); this.item3 = t; t.horizontalCenter = 0; t.skinName = "BattleProItem1Skin"; t.y = 511; return t; }; _proto.item2_i = function () { var t = new BattlePetProItem1(); this.item2 = t; t.horizontalCenter = 0; t.skinName = "BattleProItem1Skin"; t.y = 464; return t; }; _proto.item1_i = function () { var t = new BattlePetProItem1(); this.item1 = t; t.horizontalCenter = 0; t.skinName = "BattleProItem1Skin"; t.y = 417; return t; }; _proto.item0_i = function () { var t = new BattlePetProItem1(); this.item0 = t; t.horizontalCenter = 0; t.skinName = "BattleProItem1Skin"; t.y = 369; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "battle_pet_json.battle_pet_canzhan20_png"; t.x = 80; t.y = 323; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.height = 90; t.source = "common_json.item_bg_png"; t.width = 90; t.x = 120; t.y = 187; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.height = 90; t.source = "common_json.item_bg_png"; t.width = 90; t.x = 432; t.y = 187; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.source = "battle_pet_json.battle_pet_canzhan10_png"; t.x = 250; t.y = 204; return t; }; _proto._Image8_i = function () { var t = new eui.Image(); t.source = "battle_pet_json.battle_pet_canzhan10_png"; t.x = 304; t.y = 204; return t; }; _proto._Image9_i = function () { var t = new eui.Image(); t.source = "battle_pet_json.battle_pet_canzhan10_png"; t.x = 356; t.y = 204; return t; }; _proto.jinhuaButton_i = function () { var t = new eui.Button(); this.jinhuaButton = t; t.label = ""; t.x = 275; t.y = 272; t.skinName = BattleJinhuaCompomentSkin$Skin5; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 85; t.width = 88; t.x = 122; t.y = 189; t.elementsContent = [this.headImg1_i()]; return t; }; _proto.headImg1_i = function () { var t = new eui.Image(); this.headImg1 = t; t.height = 90; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 90; return t; }; _proto._Group2_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 84; t.width = 84; t.x = 435; t.y = 190; t.elementsContent = [this.headImg2_i()]; return t; }; _proto.headImg2_i = function () { var t = new eui.Image(); this.headImg2 = t; t.height = 90; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 90; return t; }; _proto.nameLabel1_i = function () { var t = new eui.Label(); this.nameLabel1 = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 80; t.x = 126; t.y = 285; return t; }; _proto.nameLabel2_i = function () { var t = new eui.Label(); this.nameLabel2 = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 80; t.x = 438; t.y = 285; return t; }; return BattleJinhuaCompomentSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/BattlePet/BattleProssBar1Skin.exml'] = window.BattleProssBar1Skin = (function (_super) { __extends(BattleProssBar1Skin, _super); function BattleProssBar1Skin() { _super.call(this); this.skinParts = ["imgProssBar","group","imgmask","prosslabel"]; this.elementsContent = [this._Image1_i(),this.group_i(),this.imgmask_i(),this.prosslabel_i()]; } var _proto = BattleProssBar1Skin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "battle_pet_json.battle_pet_canzhan13_png"; t.verticalCenter = 0; t.width = 356; return t; }; _proto.group_i = function () { var t = new eui.Group(); this.group = t; t.anchorOffsetY = 0; t.height = 26; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 348; t.elementsContent = [this.imgProssBar_i()]; return t; }; _proto.imgProssBar_i = function () { var t = new eui.Image(); this.imgProssBar = t; t.height = 26; t.scaleX = 1; t.scaleY = 1; t.source = "battle_pet_json.battle_pet_canzhan14_png"; t.width = 348; t.x = 0; t.y = 0; return t; }; _proto.imgmask_i = function () { var t = new eui.Image(); this.imgmask = t; t.height = 26; t.horizontalCenter = 0; t.source = "battle_pet_json.battle_pet_canzhan14_png"; t.verticalCenter = 0; t.width = 348; return t; }; _proto.prosslabel_i = function () { var t = new eui.Label(); this.prosslabel = t; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 19; t.horizontalCenter = 0; t.size = 20; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 200; t.y = 4; return t; }; return BattleProssBar1Skin; })(eui.Skin);generateEUI.paths['resource/skins/panel/BattlePet/BattleLevelUpCompomentSkin.exml'] = window.BattleLevelUpCompomentSkin = (function (_super) { __extends(BattleLevelUpCompomentSkin, _super); var BattleLevelUpCompomentSkin$Skin6 = (function (_super) { __extends(BattleLevelUpCompomentSkin$Skin6, _super); function BattleLevelUpCompomentSkin$Skin6() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = BattleLevelUpCompomentSkin$Skin6.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "battle_pet_json.battle_pet_canzhan6_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return BattleLevelUpCompomentSkin$Skin6; })(eui.Skin); function BattleLevelUpCompomentSkin() { _super.call(this); this.skinParts = ["levelLabel","prossbar","changeButton","goldEditLabel","desLabel1","gs","scrolls"]; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this._Image2_i(),this._Image3_i(),this.levelLabel_i(),this._Label1_i(),this._Label2_i(),this._Image4_i(),this._Label3_i(),this._Label4_i(),this._Label5_i(),this._Label6_i(),this._Label7_i(),this._Image5_i(),this._Label8_i(),this.prossbar_i(),this._Image6_i(),this.changeButton_i(),this.goldEditLabel_i(),this.desLabel1_i(),this.scrolls_i()]; } var _proto = BattleLevelUpCompomentSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 714; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(63,31,385,189); t.source = "fuli_bg_png"; t.width = 540; t.y = 167; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "battle_pet_json.battle_pet_canzhan5_png"; t.x = 73; t.y = 188; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "battle_pet_bg2_png"; t.y = 222; return t; }; _proto.levelLabel_i = function () { var t = new eui.Label(); this.levelLabel = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "123"; t.x = 155; t.y = 240; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "兑换的金币数量为:"; t.x = 90; t.y = 313; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "经验值:"; t.x = 90; t.y = 275; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "battle_pet_bg7_png"; t.y = 427; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "培养"; t.x = 473; t.y = 438; return t; }; _proto._Label4_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "次数"; t.x = 401; t.y = 438; return t; }; _proto._Label5_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "消耗"; t.x = 338; t.y = 438; return t; }; _proto._Label6_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "成长"; t.x = 259; t.y = 438; return t; }; _proto._Label7_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "属性"; t.x = 125; t.y = 438; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.source = "battle_pet_json.battle_pet_canzhan20_png"; t.x = 76; t.y = 387; return t; }; _proto._Label8_i = function () { var t = new eui.Label(); t.fontFamily = "hukanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "等级:"; t.x = 90; t.y = 240; return t; }; _proto.prossbar_i = function () { var t = new FuliProssbAR(); this.prossbar = t; t.skinName = "BattleProssBar1Skin"; t.x = 170; t.y = 270; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.source = "battle_pet_json.battle_pet_canzhan19_png"; t.x = 287; t.y = 306; return t; }; _proto.changeButton_i = function () { var t = new eui.Button(); this.changeButton = t; t.label = ""; t.x = 446; t.y = 305; t.skinName = BattleLevelUpCompomentSkin$Skin6; return t; }; _proto.goldEditLabel_i = function () { var t = new eui.EditableText(); this.goldEditLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 33; t.size = 22; t.text = "Label"; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 139; t.x = 293; t.y = 308; return t; }; _proto.desLabel1_i = function () { var t = new eui.Label(); this.desLabel1 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 17; t.horizontalCenter = 0.5; t.size = 16; t.text = "注:金币兑换经验值的比例为10:1,只能输入倍数为10的金币"; t.textColor = 0x7d1c1c; t.y = 353; return t; }; _proto.scrolls_i = function () { var t = new eui.Scroller(); this.scrolls = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 249; t.horizontalCenter = 0; t.width = 486; t.y = 466; t.viewport = this._Group1_i(); return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.elementsContent = [this.gs_i()]; return t; }; _proto.gs_i = function () { var t = new eui.Group(); this.gs = t; t.left = 0; t.top = 0; t.touchEnabled = true; return t; }; return BattleLevelUpCompomentSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/BattlePet/BattlePetItem2Skin.exml'] = window.BattlePetItem2Skin = (function (_super) { __extends(BattlePetItem2Skin, _super); function BattlePetItem2Skin() { _super.call(this); this.skinParts = ["numLaebl","headImg"]; this.elementsContent = [this._Image1_i(),this.numLaebl_i(),this._Group1_i()]; } var _proto = BattlePetItem2Skin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "common_json.item_bg_png"; t.top = 0; return t; }; _proto.numLaebl_i = function () { var t = new eui.Label(); this.numLaebl = t; t.fontFamily = "huakanghaibao"; t.left = 0; t.right = 0; t.size = 16; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.textAlign = "center"; t.verticalAlign = "middle"; t.y = 99; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 90; t.horizontalCenter = 0.5; t.top = 2; t.width = 90; t.elementsContent = [this.headImg_i()]; return t; }; _proto.headImg_i = function () { var t = new eui.Image(); this.headImg = t; t.height = 90; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 90; return t; }; return BattlePetItem2Skin; })(eui.Skin);generateEUI.paths['resource/skins/panel/BattlePet/BattlePetJinhuaTipSkin.exml'] = window.BattlePetJinhuaTipSkin = (function (_super) { __extends(BattlePetJinhuaTipSkin, _super); var BattlePetJinhuaTipSkin$Skin7 = (function (_super) { __extends(BattlePetJinhuaTipSkin$Skin7, _super); function BattlePetJinhuaTipSkin$Skin7() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = BattlePetJinhuaTipSkin$Skin7.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "battle_pet_json.battle_pet_canzhan16_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return BattlePetJinhuaTipSkin$Skin7; })(eui.Skin); var BattlePetJinhuaTipSkin$Skin8 = (function (_super) { __extends(BattlePetJinhuaTipSkin$Skin8, _super); function BattlePetJinhuaTipSkin$Skin8() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = BattlePetJinhuaTipSkin$Skin8.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common2_json.common2_confir_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return BattlePetJinhuaTipSkin$Skin8; })(eui.Skin); var BattlePetJinhuaTipSkin$Skin9 = (function (_super) { __extends(BattlePetJinhuaTipSkin$Skin9, _super); function BattlePetJinhuaTipSkin$Skin9() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = BattlePetJinhuaTipSkin$Skin9.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "battle_pet_json.battle_pet_canzhan23_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return BattlePetJinhuaTipSkin$Skin9; })(eui.Skin); function BattlePetJinhuaTipSkin() { _super.call(this); this.skinParts = ["item0","item1","item5","item4","item3","item2","jinhuaButton","g1","nameLabel","headImg","okButton","g2","closeButton"]; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this.g1_i(),this.g2_i(),this.closeButton_i()]; } var _proto = BattlePetJinhuaTipSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 342; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(71,76,5,7); t.source = "common_json.c_panel2_png"; t.verticalCenter = 20; t.width = 555; return t; }; _proto.g1_i = function () { var t = new eui.Group(); this.g1 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 359; t.horizontalCenter = 0.5; t.verticalCenter = -2.5; t.width = 499; t.elementsContent = [this.item0_i(),this.item1_i(),this.item5_i(),this.item4_i(),this.item3_i(),this.item2_i(),this.jinhuaButton_i(),this._Image2_i()]; return t; }; _proto.item0_i = function () { var t = new BattlePetItem2(); this.item0 = t; t.horizontalCenter = 1; t.skinName = "BattlePetItem2Skin"; t.y = 72; return t; }; _proto.item1_i = function () { var t = new BattlePetItem2(); this.item1 = t; t.horizontalCenter = -200; t.scaleX = 1; t.scaleY = 1; t.skinName = "BattlePetItem2Skin"; t.x = 204; t.y = 188; return t; }; _proto.item5_i = function () { var t = new BattlePetItem2(); this.item5 = t; t.skinName = "BattlePetItem2Skin"; t.x = 391; t.y = 188; return t; }; _proto.item4_i = function () { var t = new BattlePetItem2(); this.item4 = t; t.skinName = "BattlePetItem2Skin"; t.x = 293; t.y = 188; return t; }; _proto.item3_i = function () { var t = new BattlePetItem2(); this.item3 = t; t.skinName = "BattlePetItem2Skin"; t.x = 196; t.y = 189; return t; }; _proto.item2_i = function () { var t = new BattlePetItem2(); this.item2 = t; t.skinName = "BattlePetItem2Skin"; t.x = 100; t.y = 188; return t; }; _proto.jinhuaButton_i = function () { var t = new eui.Button(); this.jinhuaButton = t; t.horizontalCenter = 0.5; t.label = ""; t.y = 327; t.skinName = BattlePetJinhuaTipSkin$Skin7; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "battle_pet_json.battle_pet_canzhan25_png"; t.x = 128; t.y = 0; return t; }; _proto.g2_i = function () { var t = new eui.Group(); this.g2 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 359; t.horizontalCenter = 0; t.verticalCenter = 0; t.visible = false; t.width = 499; t.elementsContent = [this._Image3_i(),this.nameLabel_i(),this._Label1_i(),this._Group1_i(),this._Image4_i(),this.okButton_i()]; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.horizontalCenter = 0.5; t.source = "common_json.item_bg_png"; t.y = 132; return t; }; _proto.nameLabel_i = function () { var t = new eui.Label(); this.nameLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0.5; t.size = 27; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "小罗不"; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 112; t.y = 85; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 1; t.size = 27; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "谢谢主人,让我变得更强大!"; t.textAlign = "center"; t.verticalAlign = "middle"; t.y = 258; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 89; t.width = 86; t.x = 207; t.y = 130; t.elementsContent = [this.headImg_i()]; return t; }; _proto.headImg_i = function () { var t = new eui.Image(); this.headImg = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "battle_pet_json.battle_pet_canzhan17_png"; t.y = 0; return t; }; _proto.okButton_i = function () { var t = new eui.Button(); this.okButton = t; t.horizontalCenter = 0.5; t.label = ""; t.y = 324; t.skinName = BattlePetJinhuaTipSkin$Skin8; return t; }; _proto.closeButton_i = function () { var t = new eui.Button(); this.closeButton = t; t.label = ""; t.x = 534.5; t.y = 301; t.skinName = BattlePetJinhuaTipSkin$Skin9; return t; }; return BattlePetJinhuaTipSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/PanelCommonSkin.exml'] = window.common.PanelCommonSkin = (function (_super) { __extends(PanelCommonSkin, _super); var PanelCommonSkin$Skin10 = (function (_super) { __extends(PanelCommonSkin$Skin10, _super); function PanelCommonSkin$Skin10() { _super.call(this); this.skinParts = ["labelDisplay1"]; this.elementsContent = [this._Image1_i(),this.labelDisplay1_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = PanelCommonSkin$Skin10.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_help_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay1_i = function () { var t = new eui.Label(); this.labelDisplay1 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return PanelCommonSkin$Skin10; })(eui.Skin); var PanelCommonSkin$Skin11 = (function (_super) { __extends(PanelCommonSkin$Skin11, _super); function PanelCommonSkin$Skin11() { _super.call(this); this.skinParts = ["labelDisplay1"]; this.elementsContent = [this._Image1_i(),this.labelDisplay1_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = PanelCommonSkin$Skin11.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common_json.btn_close_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay1_i = function () { var t = new eui.Label(); this.labelDisplay1 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return PanelCommonSkin$Skin11; })(eui.Skin); function PanelCommonSkin() { _super.call(this); this.skinParts = ["rectMask","imgBg","btnHelp","groupHelp","imgTitle","imgIcon","closeBtn","title","btnClose","panel"]; this.height = 1136; this.width = 640; this.elementsContent = [this.rectMask_i(),this.panel_i()]; } var _proto = PanelCommonSkin.prototype; _proto.rectMask_i = function () { var t = new eui.Rect(); this.rectMask = t; t.bottom = 0; t.fillAlpha = 0; t.left = 0; t.right = 0; t.top = 0; t.x = 10; t.y = 10; return t; }; _proto.panel_i = function () { var t = new eui.Group(); this.panel = t; t.height = 640; t.horizontalCenter = 0; t.touchChildren = true; t.touchEnabled = false; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this.imgBg_i(),this.groupHelp_i(),this.title_i(),this.btnClose_i()]; return t; }; _proto.imgBg_i = function () { var t = new eui.Image(); this.imgBg = t; t.height = 634; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(122,179,5,4); t.source = "c_panel_png"; t.touchEnabled = false; t.verticalCenter = 0; t.width = 540; return t; }; _proto.groupHelp_i = function () { var t = new eui.Group(); this.groupHelp = t; t.height = 53; t.right = 120; t.top = 10; t.visible = false; t.width = 53; t.elementsContent = [this.btnHelp_i()]; return t; }; _proto.btnHelp_i = function () { var t = new eui.Button(); this.btnHelp = t; t.horizontalCenter = 0.5; t.label = ""; t.name = "btnHelp"; t.verticalCenter = 0.5; t.skinName = PanelCommonSkin$Skin10; return t; }; _proto.title_i = function () { var t = new eui.Group(); this.title = t; t.height = 61; t.width = 488; t.x = 75; t.y = 5; t.elementsContent = [this.imgTitle_i(),this.imgIcon_i(),this.closeBtn_i()]; return t; }; _proto.imgTitle_i = function () { var t = new eui.Image(); this.imgTitle = t; t.bottom = -1; t.horizontalCenter = 12; t.source = "panel_title_warehouse_png"; t.touchEnabled = false; return t; }; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.bottom = -5; t.horizontalCenter = -176.5; t.source = "panel_icon_warehouse_png"; t.touchEnabled = false; return t; }; _proto.closeBtn_i = function () { var t = new eui.Button(); this.closeBtn = t; t.label = ""; t.name = "btnHelp"; t.right = -3; t.scaleX = 1; t.scaleY = 1; t.visible = false; t.y = -15; t.skinName = PanelCommonSkin$Skin11; return t; }; _proto.btnClose_i = function () { var t = new eui.Button(); this.btnClose = t; t.bottom = -7; t.horizontalCenter = 0; t.label = "离开"; t.name = "btnClose"; t.skinName = "common.ExitButtonSkin"; return t; }; return PanelCommonSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/BattlePet/BattlePetPanelSkin.exml'] = window.BattlePetPanelSkin = (function (_super) { __extends(BattlePetPanelSkin, _super); function BattlePetPanelSkin() { _super.call(this); this.skinParts = ["panelCommon","baseC","upLevelc","jinhuaC","groupbar","gs","scrolls"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group2_i()]; } var _proto = BattlePetPanelSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group2_i = function () { var t = new eui.Group(); t.touchEnabled = false; t.x = 0; t.y = 0; t.elementsContent = [this.baseC_i(),this.upLevelc_i(),this.jinhuaC_i(),this.groupbar_i(),this.scrolls_i()]; return t; }; _proto.baseC_i = function () { var t = new BattleBaseCompoment(); this.baseC = t; t.scaleX = 1; t.scaleY = 1; t.skinName = "BattleBaseCompomentSkin"; t.touchEnabled = false; t.x = 0; t.y = 0; return t; }; _proto.upLevelc_i = function () { var t = new BattlePetUpLevelCompoment(); this.upLevelc = t; t.scaleX = 1; t.scaleY = 1; t.skinName = "BattleLevelUpCompomentSkin"; t.x = 0; t.y = 0; return t; }; _proto.jinhuaC_i = function () { var t = new BattlePetJinhuaCompoment(); this.jinhuaC = t; t.scaleX = 1; t.scaleY = 1; t.skinName = "BattleJinhuaCompomentSkin"; t.x = 0; t.y = 0; return t; }; _proto.groupbar_i = function () { var t = new eui.Group(); this.groupbar = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 47; t.scaleX = 1; t.scaleY = 1; t.width = 410; t.x = 102; t.y = 118; return t; }; _proto.scrolls_i = function () { var t = new eui.Scroller(); this.scrolls = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 116; t.horizontalCenter = 0.5; t.scaleX = 1; t.scaleY = 1; t.width = 511; t.x = 65; t.y = 745; t.viewport = this._Group1_i(); return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.elementsContent = [this.gs_i()]; return t; }; _proto.gs_i = function () { var t = new eui.Group(); this.gs = t; t.anchorOffsetY = 0; t.left = 0; t.verticalCenter = 0; return t; }; return BattlePetPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/BattlePet/BattlePetRadioButtonSkin.exml'] = window.BattlePetRadioButtonSkin = (function (_super) { __extends(BattlePetRadioButtonSkin, _super); function BattlePetRadioButtonSkin() { _super.call(this); this.skinParts = ["headImg","nameLabel"]; this.currentState = "up"; this.elementsContent = [this._Image1_i(),this._Group1_i(),this.nameLabel_i()]; this._Image2_i(); this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("upAndSelected", [ new eui.AddItems("_Image2","",2,"_Group1") ]) , new eui.State ("downAndSelected", [ new eui.AddItems("_Image2","",2,"_Group1") ]) ]; } var _proto = BattlePetRadioButtonSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "battle_pet_bg4_png"; t.verticalCenter = 0; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); this._Image2 = t; t.horizontalCenter = 0; t.source = "battle_pet_json.battle_pet_canzhan_26_png"; t.verticalCenter = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); this._Group1 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 63; t.width = 61; t.x = 13; t.y = 11; t.elementsContent = [this.headImg_i()]; return t; }; _proto.headImg_i = function () { var t = new eui.Image(); this.headImg = t; t.horizontalCenter = 0; t.scaleX = 0.5; t.scaleY = .5; t.verticalCenter = 0; return t; }; _proto.nameLabel_i = function () { var t = new eui.Label(); this.nameLabel = t; t.fontFamily = "huakanghaibao"; t.left = 0; t.right = 0; t.size = 14; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.textAlign = "center"; t.verticalAlign = "middle"; t.y = 79; return t; }; return BattlePetRadioButtonSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/BattlePet/BattleProItemSkin.exml'] = window.BattleProItemSkin = (function (_super) { __extends(BattleProItemSkin, _super); var BattleProItemSkin$Skin12 = (function (_super) { __extends(BattleProItemSkin$Skin12, _super); function BattleProItemSkin$Skin12() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = BattleProItemSkin$Skin12.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "battle_pet_json.battle_pet_canzhan18_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return BattleProItemSkin$Skin12; })(eui.Skin); function BattleProItemSkin() { _super.call(this); this.skinParts = ["countLabel","proLabel","titleNameLabel","proNameLabel","icons","countLabel0","peiyangButton"]; this.height = 69; this.elementsContent = [this._Image1_i(),this.countLabel_i(),this.proLabel_i(),this.titleNameLabel_i(),this.proNameLabel_i(),this._Image2_i(),this._Group1_i(),this.peiyangButton_i()]; } var _proto = BattleProItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(60,6,366,38); t.source = "battle_pet_bg5_png"; t.verticalCenter = 0; return t; }; _proto.countLabel_i = function () { var t = new eui.Label(); this.countLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "1/20"; t.textAlign = "center"; t.textColor = 0x7D1C1C; t.verticalAlign = "middle"; t.verticalCenter = -1.5; t.x = 324; return t; }; _proto.proLabel_i = function () { var t = new eui.Label(); this.proLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "70"; t.textAlign = "center"; t.textColor = 0x15d320; t.verticalAlign = "middle"; t.verticalCenter = -0.5; t.width = 37; t.x = 186; return t; }; _proto.titleNameLabel_i = function () { var t = new eui.Label(); this.titleNameLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "100000"; t.textColor = 0x7D1C1C; t.verticalCenter = -1.5; t.x = 68; return t; }; _proto.proNameLabel_i = function () { var t = new eui.Label(); this.proNameLabel = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "血量:"; t.textColor = 0x7d1c1c; t.verticalCenter = -1.5; t.x = 13; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 42; t.source = "battle_pet_json.battle_pet_canzhan22_png"; t.verticalCenter = -3; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 43; t.verticalCenter = -3; t.width = 49; t.x = 261; t.elementsContent = [this.icons_i(),this.countLabel0_i()]; return t; }; _proto.icons_i = function () { var t = new eui.Image(); this.icons = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 40; t.horizontalCenter = -0.5; t.scaleX = 1; t.scaleY = 1; t.verticalCenter = 0.5; t.width = 42; return t; }; _proto.countLabel0_i = function () { var t = new eui.Label(); this.countLabel0 = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 13; t.text = "1/20"; t.textAlign = "right"; t.textColor = 0x7D1C1C; t.verticalAlign = "middle"; t.verticalCenter = 20; t.width = 40; t.x = 5; return t; }; _proto.peiyangButton_i = function () { var t = new eui.Button(); this.peiyangButton = t; t.label = ""; t.x = 382; t.y = 12; t.skinName = BattleProItemSkin$Skin12; return t; }; return BattleProItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/box/BoxUnitSkin.exml'] = window.BoxUnitSkin = (function (_super) { __extends(BoxUnitSkin, _super); var BoxUnitSkin$Skin13 = (function (_super) { __extends(BoxUnitSkin$Skin13, _super); function BoxUnitSkin$Skin13() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = BoxUnitSkin$Skin13.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "box_json.box_sp3"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return BoxUnitSkin$Skin13; })(eui.Skin); function BoxUnitSkin() { _super.call(this); this.skinParts = ["fagaungImg","icons","closeButton"]; this.height = 115; this.width = 115; this.elementsContent = [this.fagaungImg_i(),this._Group1_i(),this.closeButton_i()]; } var _proto = BoxUnitSkin.prototype; _proto.fagaungImg_i = function () { var t = new eui.Image(); this.fagaungImg = t; t.bottom = 0; t.left = 0; t.right = 0; t.source = "mofahecheng_json.mofahecheng_xuanzhong_png"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetY = 0; t.bottom = 0; t.left = 0; t.right = 0; t.top = 0; t.elementsContent = [this.icons_i()]; return t; }; _proto.icons_i = function () { var t = new eui.Image(); this.icons = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; _proto.closeButton_i = function () { var t = new eui.Button(); this.closeButton = t; t.label = ""; t.x = 71; t.y = 0; t.skinName = BoxUnitSkin$Skin13; return t; }; return BoxUnitSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/box/FaguangButtonSkin.exml'] = window.FaguangButtonSkin = (function (_super) { __extends(FaguangButtonSkin, _super); function FaguangButtonSkin() { _super.call(this); this.skinParts = ["gs","labelDisplay"]; this.elementsContent = [this.gs_i(),this._Image1_i(),this.labelDisplay_i()]; } var _proto = FaguangButtonSkin.prototype; _proto.gs_i = function () { var t = new eui.Group(); this.gs = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.bottom = 0; t.height = 51; t.left = 0; t.right = 0; t.top = 0; t.width = 178; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "3001_png"; t.verticalCenter = 0; t.x = 118; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.stroke = 2; t.strokeColor = 0xffffff; t.text = "Label"; t.textAlign = "center"; t.textColor = 0x7d1c1c; t.verticalAlign = "middle"; t.verticalCenter = 0; t.width = 118; t.x = 4; return t; }; return FaguangButtonSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/box/BoxPanelSkin.exml'] = window.BoxPanelSkin = (function (_super) { __extends(BoxPanelSkin, _super); function BoxPanelSkin() { _super.call(this); this.skinParts = ["panelCommon","unit3","unit2","unit1","unit0","unit4","unit5","unit6","unit7","timeLabel","boxImg","gemButton"]; this.height = 1136; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Image1_i(),this._Image2_i(),this._Image3_i(),this._Image4_i(),this.unit3_i(),this.unit2_i(),this.unit1_i(),this.unit0_i(),this.unit4_i(),this.unit5_i(),this.unit6_i(),this.unit7_i(),this._Image5_i(),this._Image6_i(),this.timeLabel_i(),this._Group1_i(),this.gemButton_i()]; } var _proto = BoxPanelSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 701; t.horizontalCenter = -0.5; t.scale9Grid = new egret.Rectangle(65,203,392,9); t.source = "pay_bg_png"; t.width = 551; t.y = 218.5; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "box_bg5_png"; t.y = 304; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.scaleX = -1; t.source = "pay_zhuangshi_png"; t.x = 630; t.y = 212; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "pay_zhuangshi_png"; t.x = 8; t.y = 211; return t; }; _proto.unit3_i = function () { var t = new BoxUnit(); this.unit3 = t; t.skinName = "BoxUnitSkin"; t.x = 421.5; t.y = 310; return t; }; _proto.unit2_i = function () { var t = new BoxUnit(); this.unit2 = t; t.skinName = "BoxUnitSkin"; t.x = 318.5; t.y = 310; return t; }; _proto.unit1_i = function () { var t = new BoxUnit(); this.unit1 = t; t.skinName = "BoxUnitSkin"; t.x = 213.5; t.y = 310; return t; }; _proto.unit0_i = function () { var t = new BoxUnit(); this.unit0 = t; t.skinName = "BoxUnitSkin"; t.x = 108; t.y = 310; return t; }; _proto.unit4_i = function () { var t = new BoxUnit(); this.unit4 = t; t.skinName = "BoxUnitSkin"; t.x = 108.5; t.y = 410; return t; }; _proto.unit5_i = function () { var t = new BoxUnit(); this.unit5 = t; t.skinName = "BoxUnitSkin"; t.x = 213; t.y = 410; return t; }; _proto.unit6_i = function () { var t = new BoxUnit(); this.unit6 = t; t.skinName = "BoxUnitSkin"; t.x = 316; t.y = 410; return t; }; _proto.unit7_i = function () { var t = new BoxUnit(); this.unit7 = t; t.skinName = "BoxUnitSkin"; t.x = 423; t.y = 410; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "box_bg0_png"; t.y = 586; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "box_json.box_sp4"; t.y = 592; return t; }; _proto.timeLabel_i = function () { var t = new eui.Label(); this.timeLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0.5; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 237; t.y = 619; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetY = 0; t.height = 177; t.horizontalCenter = 0; t.width = 200; t.y = 692; t.elementsContent = [this.boxImg_i()]; return t; }; _proto.boxImg_i = function () { var t = new eui.Image(); this.boxImg = t; t.horizontalCenter = 0; t.source = "box_bg1_png"; t.verticalCenter = 0; return t; }; _proto.gemButton_i = function () { var t = new FaguangButton(); this.gemButton = t; t.horizontalCenter = 0; t.label = "1234"; t.skinName = "FaguangButtonSkin"; t.y = 829; return t; }; return BoxPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/building/BuildingSkin.exml'] = window.BuildingSkin = (function (_super) { __extends(BuildingSkin, _super); function BuildingSkin() { _super.call(this); this.skinParts = ["panelCommon","groupTab","imgIcon","labelLv","btnUp","groupCost","labelAddText1","labelAddOut1","labelAddText0","labelAddOut0","labelAddText","labelAddOut","itemLabel1","itemLabel2","itemLabel3","itemLabel4","itemIcon1","itemIcon2","itemIcon3","itemIcon4","groupMain","buildGroup"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this.buildGroup_i()]; } var _proto = BuildingSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto.buildGroup_i = function () { var t = new eui.Group(); this.buildGroup = t; t.height = 960; t.horizontalCenter = 0; t.touchThrough = true; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this._Image2_i(),this.groupTab_i(),this.groupMain_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 598; t.scale9Grid = new egret.Rectangle(31,31,8,9); t.source = "inner_page_png"; t.width = 538; t.x = 51; t.y = 204; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 579; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(31,31,8,9); t.source = "inner_page_png"; t.width = 538; t.y = 214; return t; }; _proto.groupTab_i = function () { var t = new eui.Group(); this.groupTab = t; t.height = 46; t.width = 414; t.x = 80; t.y = 157; return t; }; _proto.groupMain_i = function () { var t = new eui.Group(); this.groupMain = t; t.anchorOffsetY = 0; t.height = 575; t.touchEnabled = false; t.touchThrough = true; t.width = 537; t.x = 51; t.y = 204; t.elementsContent = [this._Image3_i(),this._Image4_i(),this.imgIcon_i(),this._Image5_i(),this.labelLv_i(),this.btnUp_i(),this.groupCost_i(),this.labelAddText1_i(),this.labelAddOut1_i(),this.labelAddText0_i(),this.labelAddOut0_i(),this._Image6_i(),this.labelAddText_i(),this.labelAddOut_i(),this.itemLabel1_i(),this.itemLabel2_i(),this.itemLabel3_i(),this.itemLabel4_i(),this.itemIcon1_i(),this.itemIcon2_i(),this.itemIcon3_i(),this.itemIcon4_i()]; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "building_housebg_png"; t.x = 26; t.y = 22; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "tuding_png"; t.x = 469; t.y = 21; return t; }; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.horizontalCenter = -5; t.touchEnabled = false; t.verticalCenter = -112; t.x = 30; t.y = 30; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.source = "building_lvbg_png"; t.x = 5; t.y = 14; return t; }; _proto.labelLv_i = function () { var t = new eui.BitmapLabel(); this.labelLv = t; t.font = "building_lv_font_fnt"; t.letterSpacing = -7; t.rotation = -15; t.text = "LV.5"; t.textAlign = "center"; t.x = 21; t.y = 49; return t; }; _proto.btnUp_i = function () { var t = new eui.Button(); this.btnUp = t; t.horizontalCenter = 14; t.label = "升级"; t.name = "btnUp"; t.skinName = "building.BuildingUpButtonSkin"; t.verticalCenter = 50; t.x = 30; t.y = 30; return t; }; _proto.groupCost_i = function () { var t = new eui.Group(); this.groupCost = t; t.height = 157; t.horizontalCenter = 0; t.x = 30; t.y = 403; return t; }; _proto.labelAddText1_i = function () { var t = new eui.Label(); this.labelAddText1 = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = -80.5; t.size = 18; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "升级房屋需要农场主等级达到:"; t.textColor = 0xFFCC00; t.y = 410.5; return t; }; _proto.labelAddOut1_i = function () { var t = new eui.Label(); this.labelAddOut1 = t; t.bold = true; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "1个"; t.textColor = 0x73FF8D; t.x = 330.36; t.y = 404.5; return t; }; _proto.labelAddText0_i = function () { var t = new eui.Label(); this.labelAddText0 = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = -89.5; t.size = 18; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "收获土地的果实将增加产量百分比:"; t.textColor = 0xFFCC00; t.y = 441.5; return t; }; _proto.labelAddOut0_i = function () { var t = new eui.Label(); this.labelAddOut0 = t; t.bold = true; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "1个"; t.textColor = 0x73FF8D; t.x = 330.36; t.y = 435.5; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.fillMode = "repeat"; t.source = "line_png"; t.width = 490; t.x = 23; t.y = 386; return t; }; _proto.labelAddText_i = function () { var t = new eui.Label(); this.labelAddText = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = -97.5; t.size = 18; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "升级房屋等级将增加农场主经验百分比:"; t.textColor = 0xFFCC00; t.y = 473.5; return t; }; _proto.labelAddOut_i = function () { var t = new eui.Label(); this.labelAddOut = t; t.bold = true; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "1个"; t.textColor = 0x73FF8D; t.x = 331.36; t.y = 467.5; return t; }; _proto.itemLabel1_i = function () { var t = new eui.Label(); this.itemLabel1 = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "2600"; t.textAlign = "left"; t.textColor = 0x73FF8D; t.width = 74; t.x = 75.69; t.y = 525.65; return t; }; _proto.itemLabel2_i = function () { var t = new eui.Label(); this.itemLabel2 = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "2600"; t.textAlign = "left"; t.textColor = 0x73FF8D; t.width = 74; t.x = 200.86; t.y = 525.65; return t; }; _proto.itemLabel3_i = function () { var t = new eui.Label(); this.itemLabel3 = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "2600"; t.textAlign = "left"; t.textColor = 0x73FF8D; t.width = 74; t.x = 323.36; t.y = 525.65; return t; }; _proto.itemLabel4_i = function () { var t = new eui.Label(); this.itemLabel4 = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "2600"; t.textAlign = "left"; t.textColor = 0x73FF8D; t.width = 74; t.x = 447.68; t.y = 525.65; return t; }; _proto.itemIcon1_i = function () { var t = new eui.Image(); this.itemIcon1 = t; t.height = 35; t.source = "sicon_gold_png"; t.width = 35; t.x = 38.35; t.y = 519.15; return t; }; _proto.itemIcon2_i = function () { var t = new eui.Image(); this.itemIcon2 = t; t.height = 35; t.source = "sicon_gold_png"; t.width = 35; t.x = 160.68; t.y = 519.15; return t; }; _proto.itemIcon3_i = function () { var t = new eui.Image(); this.itemIcon3 = t; t.height = 35; t.source = "roleinfo_json.role_item_smallstone_png"; t.width = 35; t.x = 285.68; t.y = 519.15; return t; }; _proto.itemIcon4_i = function () { var t = new eui.Image(); this.itemIcon4 = t; t.height = 35; t.source = "roleinfo_json.role_item_smallsteel_png"; t.width = 35; t.x = 408.18; t.y = 519.15; return t; }; return BuildingSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/change/ChangeItemRenderSkin.exml'] = window.ChangeItemRenderSkin = (function (_super) { __extends(ChangeItemRenderSkin, _super); function ChangeItemRenderSkin() { _super.call(this); this.skinParts = ["timeLabel","nameLabel","num1label","num1NameLabel","num2Label","num2NameLabel"]; this.height = 54; this.width = 468; this.elementsContent = [this._Image1_i(),this.timeLabel_i(),this.nameLabel_i()]; } var _proto = ChangeItemRenderSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.left = 0; t.right = 0; t.source = "change_json.change_sp7_png"; t.y = 2; return t; }; _proto.timeLabel_i = function () { var t = new eui.Label(); this.timeLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 19; t.size = 20; t.text = "2017.12.18"; t.textColor = 0xf7954c; t.width = 231; t.x = 10; t.y = 9; return t; }; _proto.nameLabel_i = function () { var t = new eui.Label(); this.nameLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 19; t.size = 20; t.text = "您"; t.textAlign = "left"; t.textColor = 0x7D1C1C; t.verticalAlign = "middle"; t.width = 500; t.x = 20; t.y = 32; return t; }; return ChangeItemRenderSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/change/changePanelSkin.exml'] = window.changePanelSkinSkin = (function (_super) { __extends(changePanelSkinSkin, _super); var changePanelSkinSkin$Skin14 = (function (_super) { __extends(changePanelSkinSkin$Skin14, _super); function changePanelSkinSkin$Skin14() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = changePanelSkinSkin$Skin14.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "change_json.change_sp6_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return changePanelSkinSkin$Skin14; })(eui.Skin); var changePanelSkinSkin$Skin15 = (function (_super) { __extends(changePanelSkinSkin$Skin15, _super); function changePanelSkinSkin$Skin15() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = changePanelSkinSkin$Skin15.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common2_json.common2_jian_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return changePanelSkinSkin$Skin15; })(eui.Skin); var changePanelSkinSkin$Skin16 = (function (_super) { __extends(changePanelSkinSkin$Skin16, _super); function changePanelSkinSkin$Skin16() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = changePanelSkinSkin$Skin16.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common2_json.common2_jia_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return changePanelSkinSkin$Skin16; })(eui.Skin); var changePanelSkinSkin$Skin17 = (function (_super) { __extends(changePanelSkinSkin$Skin17, _super); function changePanelSkinSkin$Skin17() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = changePanelSkinSkin$Skin17.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common2_json.common2_jian_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return changePanelSkinSkin$Skin17; })(eui.Skin); var changePanelSkinSkin$Skin18 = (function (_super) { __extends(changePanelSkinSkin$Skin18, _super); function changePanelSkinSkin$Skin18() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = changePanelSkinSkin$Skin18.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common2_json.common2_jia_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return changePanelSkinSkin$Skin18; })(eui.Skin); var changePanelSkinSkin$Skin19 = (function (_super) { __extends(changePanelSkinSkin$Skin19, _super); function changePanelSkinSkin$Skin19() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = changePanelSkinSkin$Skin19.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "change_json.change_sp5_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return changePanelSkinSkin$Skin19; })(eui.Skin); var changePanelSkinSkin$Skin20 = (function (_super) { __extends(changePanelSkinSkin$Skin20, _super); function changePanelSkinSkin$Skin20() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = changePanelSkinSkin$Skin20.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common2_json.common_likai_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return changePanelSkinSkin$Skin20; })(eui.Skin); function changePanelSkinSkin() { _super.call(this); this.skinParts = ["groupbar","changeGoldButton","sjianLabel","sjiaLabel","stgLabel","scoreLabel","stgdesLabel","g1","goldLabel","gjianLabel","gjiaLabel","gtsLabel","changeScoreButton","gtsdesLabel","g2","closeButton","list","scrolls"]; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this._Image2_i(),this._Image3_i(),this._Image4_i(),this._Image5_i(),this.groupbar_i(),this.g1_i(),this.g2_i(),this.closeButton_i(),this.scrolls_i()]; } var _proto = changePanelSkinSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 798.33; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(122,174,21,10); t.source = "common_json.c_panel_png"; t.width = 600; t.y = 83.67; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 561; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(17,21,35,33); t.source = "inner_page_png"; t.width = 472; t.y = 241.54; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "change_json.change_sp3_png"; t.y = 86; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.scaleX = 1; t.scaleY = 1; t.source = "change_json.change_sp4_png"; t.x = 96.33; t.y = 260.67; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.scaleX = 1; t.scaleY = 1; t.source = "change_json.change_sp8_png"; t.x = 80.32; t.y = 504; return t; }; _proto.groupbar_i = function () { var t = new eui.Group(); this.groupbar = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 47; t.left = 114; t.scaleX = 1; t.scaleY = 1; t.top = 198; t.width = 421; return t; }; _proto.g1_i = function () { var t = new eui.Group(); this.g1 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 255; t.width = 470; t.x = 85; t.y = 244; t.elementsContent = [this.changeGoldButton_i(),this.sjianLabel_i(),this.sjiaLabel_i(),this._Image6_i(),this.stgLabel_i(),this._Label1_i(),this.scoreLabel_i(),this.stgdesLabel_i()]; return t; }; _proto.changeGoldButton_i = function () { var t = new eui.Button(); this.changeGoldButton = t; t.horizontalCenter = 0.5; t.label = ""; t.scaleX = 1; t.scaleY = 1; t.x = 149; t.y = 149.74; t.skinName = changePanelSkinSkin$Skin14; return t; }; _proto.sjianLabel_i = function () { var t = new eui.Button(); this.sjianLabel = t; t.label = ""; t.scaleX = 1; t.scaleY = 1; t.x = 46; t.y = 102.75; t.skinName = changePanelSkinSkin$Skin15; return t; }; _proto.sjiaLabel_i = function () { var t = new eui.Button(); this.sjiaLabel = t; t.label = ""; t.scaleX = 1; t.scaleY = 1; t.x = 381; t.y = 99.75; t.skinName = changePanelSkinSkin$Skin16; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.horizontalCenter = 0.5; t.scale9Grid = new egret.Rectangle(13,4,84,30); t.scaleX = 1; t.scaleY = 1; t.source = "common2_json.common2_inputbg_png"; t.width = 272.66; t.x = 103; t.y = 97.75; return t; }; _proto.stgLabel_i = function () { var t = new eui.EditableText(); this.stgLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 31; t.horizontalCenter = "0.5"; t.scaleX = 1; t.scaleY = 1; t.text = "102456"; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 255; t.x = 108; t.y = 102.75; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.scaleX = 1; t.scaleY = 1; t.size = 24; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "APP商城积分:"; t.x = 93; t.y = 51.39999999999998; return t; }; _proto.scoreLabel_i = function () { var t = new eui.Label(); this.scoreLabel = t; t.scaleX = 1; t.scaleY = 1; t.size = 24; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "3000积分"; t.textColor = 0x04f731; t.x = 257; t.y = 51.40999999999997; return t; }; _proto.stgdesLabel_i = function () { var t = new eui.Label(); this.stgdesLabel = t; t.anchorOffsetX = 0; t.horizontalCenter = 0; t.scaleX = 1; t.scaleY = 1; t.size = 20; t.text = "积分兑换金币兑换比例为:"; t.textAlign = "center"; t.textColor = 0x7D1C1C; t.verticalAlign = "middle"; t.x = 108; t.y = 209; return t; }; _proto.g2_i = function () { var t = new eui.Group(); this.g2 = t; t.height = 255; t.width = 470; t.x = 85; t.y = 244; t.elementsContent = [this._Label2_i(),this.goldLabel_i(),this.gjianLabel_i(),this.gjiaLabel_i(),this._Image7_i(),this.gtsLabel_i(),this.changeScoreButton_i(),this.gtsdesLabel_i()]; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.fontFamily = "FangSong_GB2312"; t.size = 24; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "游戏金币:"; t.x = 124.3; t.y = 50.68; return t; }; _proto.goldLabel_i = function () { var t = new eui.Label(); this.goldLabel = t; t.size = 24; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "300000"; t.textColor = 0x3df907; t.x = 243.06; t.y = 50.32; return t; }; _proto.gjianLabel_i = function () { var t = new eui.Button(); this.gjianLabel = t; t.label = ""; t.x = 46.34; t.y = 101.35; t.skinName = changePanelSkinSkin$Skin17; return t; }; _proto.gjiaLabel_i = function () { var t = new eui.Button(); this.gjiaLabel = t; t.label = ""; t.x = 381.99; t.y = 98.66; t.skinName = changePanelSkinSkin$Skin18; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.scale9Grid = new egret.Rectangle(13,4,84,30); t.source = "common2_json.common2_inputbg_png"; t.width = 272.66; t.x = 101; t.y = 97.75; return t; }; _proto.gtsLabel_i = function () { var t = new eui.EditableText(); this.gtsLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 25.33; t.text = "12345"; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 250.67; t.x = 114; t.y = 103.66; return t; }; _proto.changeScoreButton_i = function () { var t = new eui.Button(); this.changeScoreButton = t; t.horizontalCenter = 0.5; t.label = ""; t.y = 149.34; t.skinName = changePanelSkinSkin$Skin19; return t; }; _proto.gtsdesLabel_i = function () { var t = new eui.Label(); this.gtsdesLabel = t; t.anchorOffsetX = 0; t.horizontalCenter = 0; t.size = 20; t.text = "金币兑换积分兑换比例为:"; t.textAlign = "center"; t.textColor = 0x7d1c1c; t.verticalAlign = "middle"; t.y = 210; return t; }; _proto.closeButton_i = function () { var t = new eui.Button(); this.closeButton = t; t.horizontalCenter = 0; t.label = ""; t.y = 815.66; t.skinName = changePanelSkinSkin$Skin20; return t; }; _proto.scrolls_i = function () { var t = new eui.Scroller(); this.scrolls = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 236; t.width = 468; t.x = 86; t.y = 553; t.viewport = this._Group1_i(); return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.elementsContent = [this.list_i()]; return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.bottom = 0; t.itemRendererSkinName = ChangeItemRenderSkin; t.left = 0; t.right = 0; t.top = 0; return t; }; return changePanelSkinSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/chengjiu/ChengjiuItemSkin.exml'] = window.ChengjiuItemSkin = (function (_super) { __extends(ChengjiuItemSkin, _super); var ChengjiuItemSkin$Skin21 = (function (_super) { __extends(ChengjiuItemSkin$Skin21, _super); function ChengjiuItemSkin$Skin21() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ new eui.SetProperty("_Image1","source","onLineGift_json.onLineGift_yilingqu_png") ]) ]; } var _proto = ChengjiuItemSkin$Skin21.prototype; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.percentHeight = 100; t.source = "onLineGift_json.onLineGift_lingqu_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.bold = true; t.horizontalCenter = 0; t.size = 22; t.textColor = 0x7d1c1c; t.verticalCenter = 0; return t; }; return ChengjiuItemSkin$Skin21; })(eui.Skin); var ChengjiuItemSkin$Skin22 = (function (_super) { __extends(ChengjiuItemSkin$Skin22, _super); function ChengjiuItemSkin$Skin22() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ new eui.SetProperty("_Image1","source","onLineGift_json.onLineGift_lingqud_png") ]) ]; } var _proto = ChengjiuItemSkin$Skin22.prototype; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.percentHeight = 100; t.source = "onLineGift_json.onLineGift_lingqud_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return ChengjiuItemSkin$Skin22; })(eui.Skin); function ChengjiuItemSkin() { _super.call(this); this.skinParts = ["rewardLabel","icons","prossBar","titleLabel","getButton","noGetButton","icons2"]; this.height = 126; this.elementsContent = [this._Image1_i(),this.rewardLabel_i(),this._Label1_i(),this._Image2_i(),this._Group1_i(),this.prossBar_i(),this.titleLabel_i(),this.getButton_i(),this.noGetButton_i(),this._Group2_i()]; } var _proto = ChengjiuItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 107; t.horizontalCenter = 0; t.source = "fuli_bg_png"; t.verticalCenter = -1; return t; }; _proto.rewardLabel_i = function () { var t = new eui.Label(); this.rewardLabel = t; t.bold = true; t.fontFamily = "huakanghaibao"; t.size = 22; t.strokeColor = 0x7D1C1C; t.text = "2000"; t.textColor = 0x7D1C1C; t.x = 379; t.y = 24; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.bold = true; t.fontFamily = "huakanghaibao"; t.size = 22; t.strokeColor = 0x7D1C1C; t.text = "奖励"; t.textColor = 0x7D1C1C; t.x = 330; t.y = 25; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = -191.5; t.source = "chengjiu_bg_png"; t.verticalCenter = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 100; t.verticalCenter = 0; t.width = 100; t.x = 14.5; t.elementsContent = [this.icons_i()]; return t; }; _proto.icons_i = function () { var t = new eui.Image(); this.icons = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; _proto.prossBar_i = function () { var t = new FuliProssbAR(); this.prossBar = t; t.skinName = "BattleProssBar2Skin"; t.x = 129; t.y = 72; return t; }; _proto.titleLabel_i = function () { var t = new eui.Label(); this.titleLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.bold = true; t.fontFamily = "huakanghaibao"; t.height = 43; t.multiline = true; t.size = 22; t.strokeColor = 0x7d1c1c; t.text = "成功种植"; t.textColor = 0x7d1c1c; t.width = 191; t.x = 135; t.y = 27; return t; }; _proto.getButton_i = function () { var t = new eui.Button(); this.getButton = t; t.label = ""; t.x = 389; t.y = 63; t.skinName = ChengjiuItemSkin$Skin21; return t; }; _proto.noGetButton_i = function () { var t = new eui.Button(); this.noGetButton = t; t.label = ""; t.x = 389; t.y = 63; t.skinName = ChengjiuItemSkin$Skin22; return t; }; _proto._Group2_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 52; t.width = 57; t.x = 454; t.y = 8; t.elementsContent = [this.icons2_i()]; return t; }; _proto.icons2_i = function () { var t = new eui.Image(); this.icons2 = t; t.horizontalCenter = 0; t.scaleX = 1; t.scaleY = 1; t.source = "3001_png"; t.verticalCenter = 0; return t; }; return ChengjiuItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/chengjiu/ChengjiuPanelSkin.exml'] = window.ChengjiuPanelSkin = (function (_super) { __extends(ChengjiuPanelSkin, _super); function ChengjiuPanelSkin() { _super.call(this); this.skinParts = ["panelCommon","list","scrolls","groupbar"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group2_i()]; } var _proto = ChengjiuPanelSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group2_i = function () { var t = new eui.Group(); t.horizontalCenter = 0; t.touchEnabled = false; t.verticalCenter = 0; t.elementsContent = [this.scrolls_i(),this.groupbar_i()]; return t; }; _proto.scrolls_i = function () { var t = new eui.Scroller(); this.scrolls = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 635; t.horizontalCenter = 0.5; t.scaleX = 1; t.scaleY = 1; t.width = 511; t.x = 65; t.y = 80; t.viewport = this._Group1_i(); return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.elementsContent = [this.list_i()]; return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 635; t.itemRendererSkinName = ChengjiuItemSkin; t.scaleX = 1; t.scaleY = 1; t.width = 511; t.x = 0; t.y = 0; return t; }; _proto.groupbar_i = function () { var t = new eui.Group(); this.groupbar = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 47; t.left = 0; t.scaleX = 1; t.scaleY = 1; t.top = 36; t.width = 421; return t; }; return ChengjiuPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/convert/ExGoldSkin.exml'] = window.ExGoldSkin = (function (_super) { __extends(ExGoldSkin, _super); function ExGoldSkin() { _super.call(this); this.skinParts = ["rectMask","imgBg","title","btnClose","tipsLabel","btnEx","inpDiamond","labelGold","panel"]; this.height = 960; this.width = 640; this.elementsContent = [this.rectMask_i(),this.panel_i()]; } var _proto = ExGoldSkin.prototype; _proto.rectMask_i = function () { var t = new eui.Rect(); this.rectMask = t; t.bottom = 0; t.fillAlpha = 0; t.left = 0; t.right = 0; t.top = 0; t.x = 20; t.y = 20; return t; }; _proto.panel_i = function () { var t = new eui.Group(); this.panel = t; t.height = 450; t.horizontalCenter = 0; t.touchChildren = true; t.touchEnabled = false; t.verticalCenter = 0; t.width = 640; t.x = 10; t.y = 10; t.elementsContent = [this.imgBg_i(),this.title_i(),this._Image3_i(),this._Image4_i(),this._Image5_i(),this.btnClose_i(),this._Image6_i(),this.tipsLabel_i(),this.btnEx_i(),this._Image7_i(),this._Image8_i(),this._Image9_i(),this._Image10_i(),this.inpDiamond_i(),this.labelGold_i()]; return t; }; _proto.imgBg_i = function () { var t = new eui.Image(); this.imgBg = t; t.height = 400; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(122,179,5,4); t.source = "c_panel_png"; t.touchEnabled = false; t.verticalCenter = 0; t.width = 600; return t; }; _proto.title_i = function () { var t = new eui.Group(); this.title = t; t.height = 61; t.top = 29; t.width = 488; t.x = 75; t.elementsContent = [this._Image1_i(),this._Image2_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.bottom = 2; t.horizontalCenter = 12.5; t.source = "panel_title_goldex_png"; t.touchEnabled = false; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.bottom = 8; t.horizontalCenter = -165.5; t.source = "panel_icon_goldex_png"; t.touchEnabled = false; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.height = 277; t.horizontalCenter = -1; t.scale9Grid = new egret.Rectangle(65,200,392,11); t.source = "pay_bg_png"; t.y = 98; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "pay_zhuangshi_png"; t.x = 7; t.y = 83; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.scaleX = -1; t.source = "pay_zhuangshi_png"; t.x = 634; t.y = 83; return t; }; _proto.btnClose_i = function () { var t = new eui.Button(); this.btnClose = t; t.bottom = 14; t.horizontalCenter = 0; t.label = "离开"; t.skinName = "common.ExitButtonSkin"; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.source = "pay_exgold_arrow_png"; t.x = 290; t.y = 179; return t; }; _proto.tipsLabel_i = function () { var t = new eui.Label(); this.tipsLabel = t; t.horizontalCenter = 0; t.size = 24; t.text = "钻石兑换金币比例 1:1"; t.y = 253; return t; }; _proto.btnEx_i = function () { var t = new eui.Button(); this.btnEx = t; t.height = 58; t.label = "兑换"; t.skinName = "common.PurpleButtonSkin"; t.width = 155; t.x = 240; t.y = 291; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(36,30,4,3); t.source = "role_name_inp_png"; t.width = 195; t.x = 80; t.y = 174; return t; }; _proto._Image8_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(36,30,4,3); t.source = "role_name_inp_png"; t.width = 195; t.x = 360; t.y = 174; return t; }; _proto._Image9_i = function () { var t = new eui.Image(); t.source = "sicon_gold_png"; t.x = 98; t.y = 189; return t; }; _proto._Image10_i = function () { var t = new eui.Image(); t.source = "sicon_diamond_png"; t.x = 378; t.y = 189; return t; }; _proto.inpDiamond_i = function () { var t = new eui.EditableText(); this.inpDiamond = t; t.fontFamily = "huakang"; t.height = 60; t.restrict = "0-9"; t.size = 26; t.text = "10"; t.textAlign = "left"; t.textColor = 0xFFEF87; t.verticalAlign = "middle"; t.width = 108; t.x = 146; t.y = 176; return t; }; _proto.labelGold_i = function () { var t = new eui.Label(); this.labelGold = t; t.fontFamily = "huakang"; t.size = 26; t.text = "500"; t.textAlign = "left"; t.textColor = 0xFFEF87; t.verticalCenter = -18; t.width = 113; t.x = 425; return t; }; return ExGoldSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/dog/DogListItemSkin.exml'] = window.DogListItemSkin = (function (_super) { __extends(DogListItemSkin, _super); function DogListItemSkin() { _super.call(this); this.skinParts = ["labelName0","labelName","btnSwitch","prossBar","imgHead"]; this.height = 166; this.elementsContent = [this._Image1_i(),this.labelName0_i(),this.labelName_i(),this.btnSwitch_i(),this.prossBar_i(),this._Image2_i(),this._Group1_i()]; } var _proto = DogListItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 152; t.left = 8; t.scale9Grid = new egret.Rectangle(90,57,4,2); t.source = "shop_itembg_png"; t.top = 6; t.width = 500; return t; }; _proto.labelName0_i = function () { var t = new eui.Label(); this.labelName0 = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.height = 54; t.multiline = true; t.size = 18; t.stroke = 2; t.strokeColor = 0xFFFFFF; t.text = ""; t.textAlign = "left"; t.textColor = 0x784226; t.verticalAlign = "middle"; t.width = 220; t.x = 131; t.y = 53; return t; }; _proto.labelName_i = function () { var t = new eui.Label(); this.labelName = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0xffffff; t.text = "松狮"; t.textAlign = "center"; t.textColor = 0x784226; t.verticalAlign = "middle"; t.width = 80; t.x = 36; t.y = 27; return t; }; _proto.btnSwitch_i = function () { var t = new eui.Button(); this.btnSwitch = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 45; t.label = "喂养"; t.skinName = "common.ShopBuyButtonSkin"; t.verticalCenter = 0; t.width = 110; t.x = 372; return t; }; _proto.prossBar_i = function () { var t = new FuliProssbAR(); this.prossBar = t; t.skinName = "BattleProssBar2Skin"; t.x = 126; t.y = 109; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "common_json.item_bg_png"; t.x = 32; t.y = 53; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 89; t.verticalCenter = 14.5; t.width = 86; t.x = 33; t.elementsContent = [this.imgHead_i()]; return t; }; _proto.imgHead_i = function () { var t = new eui.Image(); this.imgHead = t; t.anchorOffsetY = 0; t.bottom = 0; t.left = 0; t.right = 0; t.scaleX = 1; t.scaleY = 1; t.source = ""; t.top = 0; return t; }; return DogListItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/dog/DogListSkin.exml'] = window.DogListSkin = (function (_super) { __extends(DogListSkin, _super); function DogListSkin() { _super.call(this); this.skinParts = ["panelCommon","list"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = DogListSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.touchThrough = true; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this._Scroller1_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 506.67; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(31,31,8,9); t.source = "inner_page_png"; t.width = 540; t.y = 237; return t; }; _proto._Scroller1_i = function () { var t = new eui.Scroller(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 488; t.horizontalCenter = 0; t.scrollPolicyH = "off"; t.width = 516.33; t.y = 249; t.viewport = this.list_i(); return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.bottom = -51; t.left = 0; t.right = 0.3300000000000409; t.top = -1; return t; }; return DogListSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/dog/DogSelectFoodSkin.exml'] = window.DogSelectFoodSkin = (function (_super) { __extends(DogSelectFoodSkin, _super); var DogSelectFoodSkin$Skin23 = (function (_super) { __extends(DogSelectFoodSkin$Skin23, _super); function DogSelectFoodSkin$Skin23() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = DogSelectFoodSkin$Skin23.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_close_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return DogSelectFoodSkin$Skin23; })(eui.Skin); function DogSelectFoodSkin() { _super.call(this); this.skinParts = ["rectMask","btnClose","btnEat","headImg0","numLabel0","nameLabel0","groupFood0","headImg1","numLabel1","nameLabel1","groupFood1","headImg2","numLabel2","nameLabel2","groupFood2"]; this.height = 960; this.width = 640; this.elementsContent = [this.rectMask_i(),this._Group1_i()]; } var _proto = DogSelectFoodSkin.prototype; _proto.rectMask_i = function () { var t = new eui.Rect(); this.rectMask = t; t.bottom = 0; t.fillAlpha = 0.15; t.left = 0; t.right = 0; t.top = 0; t.visible = false; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this._Image2_i(),this._Image3_i(),this._Image4_i(),this.btnClose_i(),this.btnEat_i(),this.groupFood0_i(),this.groupFood1_i(),this.groupFood2_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 316; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(136,128,4,2); t.source = "c_panel2_png"; t.verticalCenter = -20; t.width = 464; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "trimming1_png"; t.x = 127; t.y = 279; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "trimming2_png"; t.x = 441; t.y = 302; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "panel_title_select_dog_food_png"; t.y = 263; return t; }; _proto.btnClose_i = function () { var t = new eui.Button(); this.btnClose = t; t.horizontalCenter = 201; t.verticalCenter = -163; t.skinName = DogSelectFoodSkin$Skin23; return t; }; _proto.btnEat_i = function () { var t = new eui.Button(); this.btnEat = t; t.horizontalCenter = 0; t.label = "确定"; t.skinName = "common.MidButtonSkin"; t.verticalCenter = 103; return t; }; _proto.groupFood0_i = function () { var t = new eui.Group(); this.groupFood0 = t; t.height = 104; t.name = "groupFood0"; t.width = 104; t.x = 140; t.y = 371; t.elementsContent = [this._Image5_i(),this._Image6_i(),this.headImg0_i(),this.numLabel0_i(),this.nameLabel0_i()]; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "item_bg_png"; t.verticalCenter = 0; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.name = "imgSelected"; t.source = "icon_bg_selected_png"; t.verticalCenter = 0; return t; }; _proto.headImg0_i = function () { var t = new eui.Image(); this.headImg0 = t; t.horizontalCenter = 0; t.source = "panel_icon_dog_png"; t.verticalCenter = 0; return t; }; _proto.numLabel0_i = function () { var t = new eui.Label(); this.numLabel0 = t; t.bold = true; t.name = "labelNum"; t.right = 9; t.size = 20; t.text = "x30"; t.textColor = 0xB36011; t.y = 79; return t; }; _proto.nameLabel0_i = function () { var t = new eui.Label(); this.nameLabel0 = t; t.bold = true; t.scaleX = 1; t.scaleY = 1; t.size = 18; t.text = "初级狗粮"; t.textColor = 0xb36011; t.x = 15; t.y = 113; return t; }; _proto.groupFood1_i = function () { var t = new eui.Group(); this.groupFood1 = t; t.height = 104; t.name = "groupFood1"; t.width = 104; t.x = 260; t.y = 371; t.elementsContent = [this._Image7_i(),this._Image8_i(),this.headImg1_i(),this.numLabel1_i(),this.nameLabel1_i()]; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "item_bg_png"; t.verticalCenter = 0; return t; }; _proto._Image8_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.name = "imgSelected"; t.source = "icon_bg_selected_png"; t.verticalCenter = 0; return t; }; _proto.headImg1_i = function () { var t = new eui.Image(); this.headImg1 = t; t.horizontalCenter = 0; t.source = "panel_icon_dog_png"; t.verticalCenter = 0; return t; }; _proto.numLabel1_i = function () { var t = new eui.Label(); this.numLabel1 = t; t.bold = true; t.name = "labelNum"; t.right = 9; t.size = 20; t.text = "x30"; t.textColor = 0xB36011; t.y = 79; return t; }; _proto.nameLabel1_i = function () { var t = new eui.Label(); this.nameLabel1 = t; t.bold = true; t.scaleX = 1; t.scaleY = 1; t.size = 18; t.text = "中级狗粮"; t.textColor = 0xb36011; t.x = 18; t.y = 113; return t; }; _proto.groupFood2_i = function () { var t = new eui.Group(); this.groupFood2 = t; t.height = 104; t.name = "groupFood2"; t.width = 104; t.x = 380; t.y = 371; t.elementsContent = [this._Image9_i(),this._Image10_i(),this.headImg2_i(),this.numLabel2_i(),this.nameLabel2_i()]; return t; }; _proto._Image9_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "item_bg_png"; t.verticalCenter = 0; return t; }; _proto._Image10_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.name = "imgSelected"; t.source = "icon_bg_selected_png"; t.verticalCenter = 0; return t; }; _proto.headImg2_i = function () { var t = new eui.Image(); this.headImg2 = t; t.horizontalCenter = 0; t.source = ""; t.verticalCenter = 0; return t; }; _proto.numLabel2_i = function () { var t = new eui.Label(); this.numLabel2 = t; t.bold = true; t.name = "labelNum"; t.right = 9; t.size = 20; t.text = "x30"; t.textColor = 0xB36011; t.y = 79; return t; }; _proto.nameLabel2_i = function () { var t = new eui.Label(); this.nameLabel2 = t; t.bold = true; t.scaleX = 1; t.scaleY = 1; t.size = 18; t.text = "高级狗粮"; t.textColor = 0xb36011; t.x = 17; t.y = 113; return t; }; return DogSelectFoodSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/dog/DogSkin.exml'] = window.DogSkin = (function (_super) { __extends(DogSkin, _super); function DogSkin() { _super.call(this); this.skinParts = ["panelCommon","dogIcon","btnFood","labelPer","petPowerNameDes"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = DogSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.touchThrough = true; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this.dogIcon_i(),this.btnFood_i(),this._Image2_i(),this._Label1_i(),this.labelPer_i(),this._Label2_i(),this._Label3_i(),this.petPowerNameDes_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "dog_icon_bg_png"; t.x = 74; t.y = 349; return t; }; _proto.dogIcon_i = function () { var t = new eui.Image(); this.dogIcon = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 122; t.source = ""; t.width = 124; t.x = 95; t.y = 371; return t; }; _proto.btnFood_i = function () { var t = new eui.Button(); this.btnFood = t; t.label = "喂养狗狗"; t.skinName = "common.PurpleButtonSkin"; t.x = 264.5; t.y = 444; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 106; t.scale9Grid = new egret.Rectangle(31,31,8,9); t.source = "inner_page_png"; t.width = 470; t.x = 84; t.y = 522; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.size = 20; t.stroke = 2; t.strokeColor = 0x724f2e; t.text = "狗狗抓捕小偷成功概率为:"; t.textColor = 0xFEFEFE; t.x = 103; t.y = 540.99; return t; }; _proto.labelPer_i = function () { var t = new eui.Label(); this.labelPer = t; t.fontFamily = "huakanghaibao"; t.size = 24; t.strokeColor = 0x296d28; t.text = "20%"; t.textColor = 0xef711d; t.x = 349.99; t.y = 537.99; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.size = 20; t.text = "注1:饱食度为0,宠物将无视小偷行为."; t.textColor = 0xF06348; t.x = 103; t.y = 578.34; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 28; t.stroke = 3; t.strokeColor = 0x9f500d; t.text = "剩余的狗粮还够吃:"; t.x = 243; t.y = 356; return t; }; _proto.petPowerNameDes_i = function () { var t = new eui.Label(); this.petPowerNameDes = t; t.fontFamily = "huakanghaibao"; t.size = 28; t.stroke = 3; t.strokeColor = 0x9F500D; t.text = "宠物名"; t.textColor = 0x60f707; t.x = 271; t.y = 403; return t; }; return DogSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/exchange/ExchangeGodItemSkin.exml'] = window.ExchangeGodItemSkin = (function (_super) { __extends(ExchangeGodItemSkin, _super); var ExchangeGodItemSkin$Skin24 = (function (_super) { __extends(ExchangeGodItemSkin$Skin24, _super); function ExchangeGodItemSkin$Skin24() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = ExchangeGodItemSkin$Skin24.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_sub_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return ExchangeGodItemSkin$Skin24; })(eui.Skin); var ExchangeGodItemSkin$Skin25 = (function (_super) { __extends(ExchangeGodItemSkin$Skin25, _super); function ExchangeGodItemSkin$Skin25() { _super.call(this); this.skinParts = ["labelDisplay0"]; this.elementsContent = [this._Image1_i(),this.labelDisplay0_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = ExchangeGodItemSkin$Skin25.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_add_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay0_i = function () { var t = new eui.Label(); this.labelDisplay0 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return ExchangeGodItemSkin$Skin25; })(eui.Skin); var ExchangeGodItemSkin$Skin26 = (function (_super) { __extends(ExchangeGodItemSkin$Skin26, _super); function ExchangeGodItemSkin$Skin26() { _super.call(this); this.skinParts = ["labelDisplay1"]; this.elementsContent = [this._Image1_i(),this.labelDisplay1_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = ExchangeGodItemSkin$Skin26.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_max_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay1_i = function () { var t = new eui.Label(); this.labelDisplay1 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return ExchangeGodItemSkin$Skin26; })(eui.Skin); function ExchangeGodItemSkin() { _super.call(this); this.skinParts = ["btnEx","groupCost","btnSub","btnAdd","btnMax","inpNum"]; this.elementsContent = [this._Image1_i(),this.btnEx_i(),this.groupCost_i(),this._Image2_i(),this.btnSub_i(),this.btnAdd_i(),this.btnMax_i(),this.inpNum_i()]; } var _proto = ExchangeGodItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 124; t.left = 8; t.scale9Grid = new egret.Rectangle(90,57,4,2); t.source = "shop_itembg_png"; t.top = 6; t.width = 524; return t; }; _proto.btnEx_i = function () { var t = new eui.Button(); this.btnEx = t; t.horizontalCenter = 158; t.label = "兑换"; t.skinName = "common.ShopBuyButtonSkin"; t.verticalCenter = -16; return t; }; _proto.groupCost_i = function () { var t = new eui.Group(); this.groupCost = t; t.height = 76; t.width = 77; t.x = 104; t.y = 29; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(14,14,2,8); t.source = "inp_bg_png"; t.width = 110; t.x = 228; t.y = 28; return t; }; _proto.btnSub_i = function () { var t = new eui.Button(); this.btnSub = t; t.horizontalCenter = -15.5; t.verticalCenter = 26; t.skinName = ExchangeGodItemSkin$Skin24; return t; }; _proto.btnAdd_i = function () { var t = new eui.Button(); this.btnAdd = t; t.horizontalCenter = 53.5; t.verticalCenter = 26; t.skinName = ExchangeGodItemSkin$Skin25; return t; }; _proto.btnMax_i = function () { var t = new eui.Button(); this.btnMax = t; t.horizontalCenter = 158; t.verticalCenter = 30; t.skinName = ExchangeGodItemSkin$Skin26; return t; }; _proto.inpNum_i = function () { var t = new eui.EditableText(); this.inpNum = t; t.restrict = "0-9"; t.size = 28; t.text = "1"; t.textAlign = "center"; t.width = 101; t.x = 233; t.y = 33; return t; }; return ExchangeGodItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/exchange/ExchangeResItemSkin.exml'] = window.ExchangeResItemSkin = (function (_super) { __extends(ExchangeResItemSkin, _super); var ExchangeResItemSkin$Skin27 = (function (_super) { __extends(ExchangeResItemSkin$Skin27, _super); function ExchangeResItemSkin$Skin27() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = ExchangeResItemSkin$Skin27.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_sub_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return ExchangeResItemSkin$Skin27; })(eui.Skin); var ExchangeResItemSkin$Skin28 = (function (_super) { __extends(ExchangeResItemSkin$Skin28, _super); function ExchangeResItemSkin$Skin28() { _super.call(this); this.skinParts = ["labelDisplay0"]; this.elementsContent = [this._Image1_i(),this.labelDisplay0_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = ExchangeResItemSkin$Skin28.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_add_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay0_i = function () { var t = new eui.Label(); this.labelDisplay0 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return ExchangeResItemSkin$Skin28; })(eui.Skin); var ExchangeResItemSkin$Skin29 = (function (_super) { __extends(ExchangeResItemSkin$Skin29, _super); function ExchangeResItemSkin$Skin29() { _super.call(this); this.skinParts = ["labelDisplay1"]; this.elementsContent = [this._Image1_i(),this.labelDisplay1_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = ExchangeResItemSkin$Skin29.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_max_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay1_i = function () { var t = new eui.Label(); this.labelDisplay1 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return ExchangeResItemSkin$Skin29; })(eui.Skin); function ExchangeResItemSkin() { _super.call(this); this.skinParts = ["btnEx","groupCost","btnSub","btnAdd","btnMax","inpNum"]; this.elementsContent = [this._Image1_i(),this.btnEx_i(),this.groupCost_i(),this._Image2_i(),this.btnSub_i(),this.btnAdd_i(),this.btnMax_i(),this.inpNum_i()]; } var _proto = ExchangeResItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 124; t.left = 8; t.scale9Grid = new egret.Rectangle(90,57,4,2); t.source = "shop_itembg_png"; t.top = 6; t.width = 524; return t; }; _proto.btnEx_i = function () { var t = new eui.Button(); this.btnEx = t; t.horizontalCenter = 188; t.label = "兑换"; t.skinName = "common.ShopBuyButtonSkin"; t.verticalCenter = -16; return t; }; _proto.groupCost_i = function () { var t = new eui.Group(); this.groupCost = t; t.height = 76; t.width = 188; t.x = 104; t.y = 29; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(14,14,2,8); t.source = "inp_bg_png"; t.width = 110; t.x = 278; t.y = 28; return t; }; _proto.btnSub_i = function () { var t = new eui.Button(); this.btnSub = t; t.horizontalCenter = 34.5; t.verticalCenter = 26; t.skinName = ExchangeResItemSkin$Skin27; return t; }; _proto.btnAdd_i = function () { var t = new eui.Button(); this.btnAdd = t; t.horizontalCenter = 103.5; t.verticalCenter = 26; t.skinName = ExchangeResItemSkin$Skin28; return t; }; _proto.btnMax_i = function () { var t = new eui.Button(); this.btnMax = t; t.horizontalCenter = 188; t.verticalCenter = 30; t.skinName = ExchangeResItemSkin$Skin29; return t; }; _proto.inpNum_i = function () { var t = new eui.EditableText(); this.inpNum = t; t.restrict = "0-9"; t.size = 28; t.text = "1"; t.textAlign = "center"; t.width = 101; t.x = 283; t.y = 33; return t; }; return ExchangeResItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/exchange/ExchangeSkin.exml'] = window.ExchangeSkin = (function (_super) { __extends(ExchangeSkin, _super); function ExchangeSkin() { _super.call(this); this.skinParts = ["panelCommon","groupTab","list"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = ExchangeSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.touchThrough = true; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this.groupTab_i(),this._Scroller1_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 535; t.scale9Grid = new egret.Rectangle(31,31,8,9); t.source = "inner_page_png"; t.width = 540; t.x = 50; t.y = 248; return t; }; _proto.groupTab_i = function () { var t = new eui.Group(); this.groupTab = t; t.height = 46; t.width = 414; t.x = 80; t.y = 201; return t; }; _proto._Scroller1_i = function () { var t = new eui.Scroller(); t.height = 528; t.scrollPolicyH = "off"; t.width = 535; t.x = 52; t.y = 251; t.viewport = this.list_i(); return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.bottom = 0; t.left = 0; t.right = 4; t.top = 0; return t; }; return ExchangeSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/exchange/ExchangeSkinItemSkin.exml'] = window.ExchangeSkinItemSkin = (function (_super) { __extends(ExchangeSkinItemSkin, _super); function ExchangeSkinItemSkin() { _super.call(this); this.skinParts = ["imgIcon","imgTitle","groupCost","imgBuyed","btnEx"]; this.elementsContent = [this._Image1_i(),this.imgIcon_i(),this._Image2_i(),this._Image3_i(),this.imgTitle_i(),this._Image4_i(),this.groupCost_i(),this.imgBuyed_i(),this.btnEx_i()]; } var _proto = ExchangeSkinItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "building_housebg_png"; t.x = 17; t.y = 46; return t; }; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.x = 31; t.y = 66; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.scaleX = -1; t.source = "tuding_png"; t.x = 75; t.y = 32; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "skin_top_png"; t.x = 117; t.y = 30; return t; }; _proto.imgTitle_i = function () { var t = new eui.Image(); this.imgTitle = t; t.horizontalCenter = 16.5; t.source = "ex_skin_title11_png"; t.y = 31; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.height = 71; t.scale9Grid = new egret.Rectangle(26,21,4,4); t.source = "log_itembg_png"; t.width = 447; t.x = 44; t.y = 283; return t; }; _proto.groupCost_i = function () { var t = new eui.Group(); this.groupCost = t; t.height = 65; t.width = 267; t.x = 89; t.y = 284; return t; }; _proto.imgBuyed_i = function () { var t = new eui.Image(); this.imgBuyed = t; t.source = "ex_skin_buy_png"; t.x = 341; t.y = 255; return t; }; _proto.btnEx_i = function () { var t = new eui.Button(); this.btnEx = t; t.horizontalCenter = 172; t.label = "兑换"; t.skinName = "common.ShopBuyButtonSkin"; t.verticalCenter = 125; return t; }; return ExchangeSkinItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/firstGift/FirstGifttips.exml'] = window.FirstGifttipsSkin = (function (_super) { __extends(FirstGifttipsSkin, _super); function FirstGifttipsSkin() { _super.call(this); this.skinParts = []; this.height = 300; this.width = 400; } var _proto = FirstGifttipsSkin.prototype; return FirstGifttipsSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/friend/FriendRankItemSkin.exml'] = window.FriendRankItemSkin = (function (_super) { __extends(FriendRankItemSkin, _super); var FriendRankItemSkin$Skin30 = (function (_super) { __extends(FriendRankItemSkin$Skin30, _super); function FriendRankItemSkin$Skin30() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendRankItemSkin$Skin30.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_friend_home_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendRankItemSkin$Skin30; })(eui.Skin); var FriendRankItemSkin$Skin31 = (function (_super) { __extends(FriendRankItemSkin$Skin31, _super); function FriendRankItemSkin$Skin31() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendRankItemSkin$Skin31.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "friend_hand_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendRankItemSkin$Skin31; })(eui.Skin); function FriendRankItemSkin() { _super.call(this); this.skinParts = ["imgRank","labelRank","labelName","labelLv","btnHome","btnHand"]; this.height = 70; this.width = 450; this.elementsContent = [this._Image1_i(),this.imgRank_i(),this.labelRank_i(),this.labelName_i(),this.labelLv_i(),this.btnHome_i(),this.btnHand_i()]; } var _proto = FriendRankItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "friend_item_png"; t.y = 8; return t; }; _proto.imgRank_i = function () { var t = new eui.Image(); this.imgRank = t; t.source = "rank1_png"; t.x = 24; t.y = 15; return t; }; _proto.labelRank_i = function () { var t = new eui.Label(); this.labelRank = t; t.size = 24; t.text = "1"; t.textAlign = "center"; t.textColor = 0x753F24; t.width = 39; t.x = 19; t.y = 27; return t; }; _proto.labelName_i = function () { var t = new eui.Label(); this.labelName = t; t.size = 20; t.text = "玩家名称6个字"; t.textAlign = "center"; t.textColor = 0x753F24; t.width = 193; t.x = 46; t.y = 27; return t; }; _proto.labelLv_i = function () { var t = new eui.Label(); this.labelLv = t; t.height = 20; t.horizontalCenter = 31.5; t.size = 20; t.text = "14444444"; t.textAlign = "center"; t.textColor = 0x753F24; t.width = 113; t.y = 27; return t; }; _proto.btnHome_i = function () { var t = new eui.Button(); this.btnHome = t; t.horizontalCenter = 114.5; t.verticalCenter = -0.5; t.skinName = FriendRankItemSkin$Skin30; return t; }; _proto.btnHand_i = function () { var t = new eui.Button(); this.btnHand = t; t.horizontalCenter = 181.5; t.verticalCenter = -1; t.skinName = FriendRankItemSkin$Skin31; return t; }; return FriendRankItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/friend/FriendSkin.exml'] = window.FriendSkin = (function (_super) { __extends(FriendSkin, _super); var FriendSkin$Skin32 = (function (_super) { __extends(FriendSkin$Skin32, _super); function FriendSkin$Skin32() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendSkin$Skin32.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_page_prev_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendSkin$Skin32; })(eui.Skin); var FriendSkin$Skin33 = (function (_super) { __extends(FriendSkin$Skin33, _super); function FriendSkin$Skin33() { _super.call(this); this.skinParts = ["labelDisplay0"]; this.elementsContent = [this._Image1_i(),this.labelDisplay0_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendSkin$Skin33.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_page_next_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay0_i = function () { var t = new eui.Label(); this.labelDisplay0 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendSkin$Skin33; })(eui.Skin); var FriendSkin$Skin34 = (function (_super) { __extends(FriendSkin$Skin34, _super); function FriendSkin$Skin34() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendSkin$Skin34.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "friend_btn_find_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendSkin$Skin34; })(eui.Skin); var FriendSkin$Skin35 = (function (_super) { __extends(FriendSkin$Skin35, _super); function FriendSkin$Skin35() { _super.call(this); this.skinParts = ["labelDisplay1"]; this.elementsContent = [this._Image1_i(),this.labelDisplay1_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendSkin$Skin35.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "friend_btn_req_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay1_i = function () { var t = new eui.Label(); this.labelDisplay1 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendSkin$Skin35; })(eui.Skin); var FriendSkin$Skin36 = (function (_super) { __extends(FriendSkin$Skin36, _super); function FriendSkin$Skin36() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendSkin$Skin36.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "friend_btn_caifu_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendSkin$Skin36; })(eui.Skin); var FriendSkin$Skin37 = (function (_super) { __extends(FriendSkin$Skin37, _super); function FriendSkin$Skin37() { _super.call(this); this.skinParts = ["labelDisplay2"]; this.elementsContent = [this._Image1_i(),this.labelDisplay2_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendSkin$Skin37.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "friend_btn_lv_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay2_i = function () { var t = new eui.Label(); this.labelDisplay2 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendSkin$Skin37; })(eui.Skin); var FriendSkin$Skin38 = (function (_super) { __extends(FriendSkin$Skin38, _super); function FriendSkin$Skin38() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendSkin$Skin38.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "friend_json.friend_btn_zhanli_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendSkin$Skin38; })(eui.Skin); function FriendSkin() { _super.call(this); this.skinParts = ["panelCommon","groupTab","labelTitleLv","groupTitle","list","scroller","btnPrev","btnNext","labelPage","btnAdd","btnReq","btnGold","btnLv","btnPower"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = FriendSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.touchThrough = true; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this.groupTab_i(),this.groupTitle_i(),this.scroller_i(),this.btnPrev_i(),this.btnNext_i(),this.labelPage_i(),this.btnAdd_i(),this.btnReq_i(),this.btnGold_i(),this.btnLv_i(),this.btnPower_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 638; t.scale9Grid = new egret.Rectangle(31,31,8,9); t.source = "inner_page_png"; t.width = 464; t.x = 88; t.y = 206; return t; }; _proto.groupTab_i = function () { var t = new eui.Group(); this.groupTab = t; t.height = 46; t.width = 274; t.x = 88; t.y = 159; return t; }; _proto.groupTitle_i = function () { var t = new eui.Group(); this.groupTitle = t; t.height = 70; t.width = 443; t.x = 94; t.y = 208; t.elementsContent = [this._Label1_i(),this._Label2_i(),this.labelTitleLv_i(),this._Label3_i()]; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 26; t.stroke = 3; t.strokeColor = 0x9c460b; t.text = "排名"; t.textColor = 0xFFCC00; t.x = 26; t.y = 25; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 26; t.stroke = 3; t.strokeColor = 0x9C460B; t.text = "游戏昵称"; t.textColor = 0xFFCC00; t.x = 107; t.y = 25; return t; }; _proto.labelTitleLv_i = function () { var t = new eui.Label(); this.labelTitleLv = t; t.fontFamily = "huakang"; t.size = 26; t.stroke = 3; t.strokeColor = 0x9C460B; t.text = "等级"; t.textColor = 0xFFCC00; t.x = 241; t.y = 25; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 26; t.stroke = 3; t.strokeColor = 0x9C460B; t.text = "家园"; t.textColor = 0xFFCC00; t.x = 319; t.y = 25; return t; }; _proto.scroller_i = function () { var t = new eui.Scroller(); this.scroller = t; t.height = 487; t.scrollPolicyH = "on"; t.scrollPolicyV = "off"; t.width = 446; t.x = 102; t.y = 278; t.viewport = this.list_i(); return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.itemRendererSkinName = FriendRankItemSkin; t.dataProvider = this._ArrayCollection1_i(); return t; }; _proto._ArrayCollection1_i = function () { var t = new eui.ArrayCollection(); t.source = [this._Object1_i(),this._Object2_i(),this._Object3_i(),this._Object4_i(),this._Object5_i(),this._Object6_i(),this._Object7_i()]; return t; }; _proto._Object1_i = function () { var t = {}; t.label = "数据1"; return t; }; _proto._Object2_i = function () { var t = {}; t.label = "数据2"; return t; }; _proto._Object3_i = function () { var t = {}; t.label = "数据3"; return t; }; _proto._Object4_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object5_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object6_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object7_i = function () { var t = {}; t.label = "null"; return t; }; _proto.btnPrev_i = function () { var t = new eui.Button(); this.btnPrev = t; t.horizontalCenter = 67; t.verticalCenter = 331.5; t.skinName = FriendSkin$Skin32; return t; }; _proto.btnNext_i = function () { var t = new eui.Button(); this.btnNext = t; t.horizontalCenter = 184; t.verticalCenter = 331.5; t.skinName = FriendSkin$Skin33; return t; }; _proto.labelPage_i = function () { var t = new eui.Label(); this.labelPage = t; t.size = 24; t.text = "1/60"; t.textAlign = "center"; t.textColor = 0x753F24; t.width = 72; t.x = 409; t.y = 800; return t; }; _proto.btnAdd_i = function () { var t = new eui.Button(); this.btnAdd = t; t.horizontalCenter = 95; t.verticalCenter = -309.5; t.skinName = FriendSkin$Skin34; return t; }; _proto.btnReq_i = function () { var t = new eui.Button(); this.btnReq = t; t.horizontalCenter = 178; t.verticalCenter = -308.5; t.x = 10; t.y = 10; t.skinName = FriendSkin$Skin35; return t; }; _proto.btnGold_i = function () { var t = new eui.Button(); this.btnGold = t; t.horizontalCenter = -190; t.verticalCenter = 325.5; t.skinName = FriendSkin$Skin36; return t; }; _proto.btnLv_i = function () { var t = new eui.Button(); this.btnLv = t; t.horizontalCenter = -111; t.verticalCenter = 320; t.x = 10; t.y = 10; t.skinName = FriendSkin$Skin37; return t; }; _proto.btnPower_i = function () { var t = new eui.Button(); this.btnPower = t; t.horizontalCenter = -34; t.verticalCenter = 324.5; t.visible = false; t.x = 20; t.y = 20; t.skinName = FriendSkin$Skin38; return t; }; return FriendSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/friend/give/FriendGiveItemSkin.exml'] = window.FriendGiveItemSkin = (function (_super) { __extends(FriendGiveItemSkin, _super); var FriendGiveItemSkin$Skin39 = (function (_super) { __extends(FriendGiveItemSkin$Skin39, _super); function FriendGiveItemSkin$Skin39() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendGiveItemSkin$Skin39.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "give_sub_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendGiveItemSkin$Skin39; })(eui.Skin); var FriendGiveItemSkin$Skin40 = (function (_super) { __extends(FriendGiveItemSkin$Skin40, _super); function FriendGiveItemSkin$Skin40() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendGiveItemSkin$Skin40.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "give_add_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendGiveItemSkin$Skin40; })(eui.Skin); function FriendGiveItemSkin() { _super.call(this); this.skinParts = ["labelNum","addBtn","subBtn","imageIcon","inpNum"]; this.elementsContent = [this._Image1_i(),this._Image2_i(),this._Label1_i(),this._Label2_i(),this._Image3_i(),this.labelNum_i(),this._Image4_i(),this.addBtn_i(),this.subBtn_i(),this.imageIcon_i(),this.inpNum_i()]; } var _proto = FriendGiveItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "give_bar1_png"; t.x = 0; t.y = 0; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "give_item_bg_png"; t.x = 3; t.y = 3; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.fontFamily = "Arial"; t.size = 20; t.text = "道具数量:"; t.textColor = 0x510404; t.x = 108; t.y = 15; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.fontFamily = "Arial"; t.size = 20; t.text = "单位100"; t.textColor = 0x510404; t.x = 16; t.y = 100.34; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "give_bar_png"; t.x = 103; t.y = 40; return t; }; _proto.labelNum_i = function () { var t = new eui.Label(); this.labelNum = t; t.anchorOffsetX = 0; t.size = 22; t.stroke = 2; t.strokeColor = 0x701515; t.text = "0"; t.textAlign = "center"; t.width = 81; t.x = 124.5; t.y = 49.33; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "give_db_png"; t.x = 119; t.y = 92.5; return t; }; _proto.addBtn_i = function () { var t = new eui.Button(); this.addBtn = t; t.label = ""; t.x = 90.5; t.y = 88; t.skinName = FriendGiveItemSkin$Skin39; return t; }; _proto.subBtn_i = function () { var t = new eui.Button(); this.subBtn = t; t.label = ""; t.x = 194.5; t.y = 88; t.skinName = FriendGiveItemSkin$Skin40; return t; }; _proto.imageIcon_i = function () { var t = new eui.Image(); this.imageIcon = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 64; t.width = 64; t.x = 24.33; t.y = 20.98; return t; }; _proto.inpNum_i = function () { var t = new eui.EditableText(); this.inpNum = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.size = 18; t.text = "0"; t.textAlign = "center"; t.width = 68.67; t.x = 126.01; t.y = 96.34; return t; }; return FriendGiveItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/friend/give/FriendGiveListItemSkin.exml'] = window.FriendGiveListItemSkin = (function (_super) { __extends(FriendGiveListItemSkin, _super); function FriendGiveListItemSkin() { _super.call(this); this.skinParts = ["imgIcon","labelNum"]; this.elementsContent = [this._Image1_i(),this.imgIcon_i(),this.labelNum_i()]; } var _proto = FriendGiveListItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "common_json.item_bg_png"; return t; }; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.horizontalCenter = 0.5; t.source = "common_json.sicon_gold_png"; t.verticalCenter = -5.5; return t; }; _proto.labelNum_i = function () { var t = new eui.Label(); this.labelNum = t; t.anchorOffsetX = 0; t.horizontalCenter = 0; t.size = 18; t.text = "x30"; t.textAlign = "center"; t.textColor = 0x753F24; t.width = 87.6; t.y = 61; return t; }; return FriendGiveListItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/friend/give/FriendGiveListSkin.exml'] = window.FriendGiveListSkin = (function (_super) { __extends(FriendGiveListSkin, _super); var FriendGiveListSkin$Skin41 = (function (_super) { __extends(FriendGiveListSkin$Skin41, _super); function FriendGiveListSkin$Skin41() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendGiveListSkin$Skin41.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common_json.btn_close_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendGiveListSkin$Skin41; })(eui.Skin); function FriendGiveListSkin() { _super.call(this); this.skinParts = ["list","scroller","labelName","enterBtn","btnClose"]; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this.scroller_i(),this._Image2_i(),this.labelName_i(),this.enterBtn_i(),this.btnClose_i()]; } var _proto = FriendGiveListSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "friend_alert_png"; t.x = 90; t.y = 204; return t; }; _proto.scroller_i = function () { var t = new eui.Scroller(); this.scroller = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 328.61; t.horizontalCenter = -6.5; t.scrollPolicyH = "off"; t.scrollPolicyV = "auto"; t.width = 383.34; t.y = 299.99; t.viewport = this.list_i(); return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.bottom = -0.38999999999998636; t.left = -2; t.right = 2.339999999999975; t.top = 0; t.layout = this._TileLayout1_i(); return t; }; _proto._TileLayout1_i = function () { var t = new eui.TileLayout(); return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 0.5; t.source = "friend_icon_png"; t.y = 164.02; return t; }; _proto.labelName_i = function () { var t = new eui.Label(); this.labelName = t; t.horizontalCenter = 0; t.size = 24; t.text = "XXX向你转赠"; t.textColor = 0x4c0d0d; t.y = 259; return t; }; _proto.enterBtn_i = function () { var t = new eui.Button(); this.enterBtn = t; t.horizontalCenter = 0; t.label = "确定"; t.skinName = "common.ExitButtonSkin"; t.y = 686.77; return t; }; _proto.btnClose_i = function () { var t = new eui.Button(); this.btnClose = t; t.label = ""; t.x = 488.07; t.y = 185; t.skinName = FriendGiveListSkin$Skin41; return t; }; return FriendGiveListSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/friend/give/FriendGiveNoCompleteSkin.exml'] = window.FriendGiveNoCompleteSkin = (function (_super) { __extends(FriendGiveNoCompleteSkin, _super); function FriendGiveNoCompleteSkin() { _super.call(this); this.skinParts = ["labelContent"]; this.height = 56; this.elementsContent = [this.labelContent_i()]; } var _proto = FriendGiveNoCompleteSkin.prototype; _proto.labelContent_i = function () { var t = new eui.Label(); this.labelContent = t; t.fontFamily = "Microsoft YaHei"; t.lineSpacing = 5; t.size = 24; t.text = "xxx的未完成的转赠"; t.textColor = 0xffffff; t.verticalCenter = 0; t.width = 459; t.x = 8; return t; }; return FriendGiveNoCompleteSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/friend/give/FriendGiveSkin.exml'] = window.FriendGiveSkin = (function (_super) { __extends(FriendGiveSkin, _super); var FriendGiveSkin$Skin42 = (function (_super) { __extends(FriendGiveSkin$Skin42, _super); function FriendGiveSkin$Skin42() { _super.call(this); this.skinParts = ["labelDisplay1"]; this.elementsContent = [this._Image1_i(),this.labelDisplay1_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendGiveSkin$Skin42.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_page_next_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay1_i = function () { var t = new eui.Label(); this.labelDisplay1 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendGiveSkin$Skin42; })(eui.Skin); var FriendGiveSkin$Skin43 = (function (_super) { __extends(FriendGiveSkin$Skin43, _super); function FriendGiveSkin$Skin43() { _super.call(this); this.skinParts = ["labelDisplay0"]; this.elementsContent = [this._Image1_i(),this.labelDisplay0_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendGiveSkin$Skin43.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_page_prev_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay0_i = function () { var t = new eui.Label(); this.labelDisplay0 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendGiveSkin$Skin43; })(eui.Skin); function FriendGiveSkin() { _super.call(this); this.skinParts = ["panelCommon","groupTab","list","fruitIdEt","fruitGroup","goldIdEt","goldEt","nameLabel","sendBtn","goldGroup","noList","labelPage","btnNext","btnPrev","noComGroup"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = FriendGiveSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.touchThrough = true; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this.groupTab_i(),this.fruitGroup_i(),this.goldGroup_i(),this.noComGroup_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 595.58; t.scale9Grid = new egret.Rectangle(31,31,378,9); t.source = "common_db_10_png"; t.width = 520; t.x = 60; t.y = 224; return t; }; _proto.groupTab_i = function () { var t = new eui.Group(); this.groupTab = t; t.height = 46; t.width = 443; t.x = 89; t.y = 177; return t; }; _proto.fruitGroup_i = function () { var t = new eui.Group(); this.fruitGroup = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 587.58; t.visible = false; t.width = 516; t.x = 64; t.y = 230; t.elementsContent = [this._Scroller1_i(),this._Image2_i(),this._Image3_i(),this.fruitIdEt_i(),this._Image4_i()]; return t; }; _proto._Scroller1_i = function () { var t = new eui.Scroller(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 439; t.scaleX = 1; t.scaleY = 1; t.scrollPolicyH = "off"; t.width = 520; t.x = -2; t.y = 61.68; t.viewport = this.list_i(); return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.anchorOffsetY = 0; t.bottom = 0; t.itemRendererSkinName = FriendGiveItemSkin; t.left = 0; t.right = 0; t.top = 6; t.layout = this._TileLayout1_i(); t.dataProvider = this._ArrayCollection1_i(); return t; }; _proto._TileLayout1_i = function () { var t = new eui.TileLayout(); t.horizontalGap = 20; t.paddingBottom = 8; t.paddingLeft = 16; t.paddingTop = 8; t.verticalGap = 12; return t; }; _proto._ArrayCollection1_i = function () { var t = new eui.ArrayCollection(); t.source = [this._Object1_i(),this._Object2_i(),this._Object3_i(),this._Object4_i(),this._Object5_i(),this._Object6_i(),this._Object7_i()]; return t; }; _proto._Object1_i = function () { var t = {}; t.label = "数据1"; return t; }; _proto._Object2_i = function () { var t = {}; t.label = "数据2"; return t; }; _proto._Object3_i = function () { var t = {}; t.label = "数据3"; return t; }; _proto._Object4_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object5_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object6_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object7_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "give_id_png"; t.x = 44; t.y = 18.28; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "give_kuang1_png"; t.x = 222; t.y = 6.28; return t; }; _proto.fruitIdEt_i = function () { var t = new eui.EditableText(); this.fruitIdEt = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 28; t.size = 28; t.text = ""; t.textAlign = "center"; t.width = 186; t.x = 242; t.y = 16.28; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "give_tip1_png"; t.y = 515.14; return t; }; _proto.goldGroup_i = function () { var t = new eui.Group(); this.goldGroup = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 586.06; t.width = 516; t.x = 64; t.y = 230; t.elementsContent = [this._Image5_i(),this.goldIdEt_i(),this._Label1_i(),this._Image6_i(),this.goldEt_i(),this._Label2_i(),this._Label3_i(),this.nameLabel_i(),this._Image7_i(),this._Image8_i(),this.sendBtn_i()]; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.source = "give_kuang2_png"; t.x = 65; t.y = 79; return t; }; _proto.goldIdEt_i = function () { var t = new eui.EditableText(); this.goldIdEt = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 28; t.size = 28; t.text = ""; t.textAlign = "center"; t.width = 351; t.x = 69; t.y = 88.5; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 22; t.stroke = 3; t.strokeColor = 0x61452a; t.text = "输入对方用户ID:"; t.textColor = 0xffffff; t.x = 75.67; t.y = 44; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.source = "give_kuang2_png"; t.x = 65; t.y = 184.7; return t; }; _proto.goldEt_i = function () { var t = new eui.EditableText(); this.goldEt = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 28; t.size = 28; t.text = ""; t.textAlign = "center"; t.width = 351; t.x = 69; t.y = 195.12; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 22; t.stroke = 3; t.strokeColor = 0x61452A; t.text = "输入金额:"; t.textColor = 0xFFFFFF; t.x = 75.67; t.y = 150.7; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.horizontalCenter = -105; t.size = 22; t.stroke = 3; t.strokeColor = 0x61452A; t.text = "对方微信帐号:"; t.textColor = 0xFFFFFF; t.y = 269.79; return t; }; _proto.nameLabel_i = function () { var t = new eui.Label(); this.nameLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakang"; t.height = 22; t.horizontalCenter = 55.5; t.size = 22; t.stroke = 3; t.strokeColor = 0x61452A; t.text = ""; t.textAlign = "center"; t.textColor = 0xFFFFFF; t.width = 166.67; t.y = 269.79; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "common_cat_png"; t.y = 347.36; return t; }; _proto._Image8_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "give_tip2_png"; t.y = 498.67; return t; }; _proto.sendBtn_i = function () { var t = new eui.Button(); this.sendBtn = t; t.label = "查询"; t.scaleX = 1; t.scaleY = 1; t.skinName = "common.ShopBuyButtonSkin"; t.x = 407.33; t.y = 255.33; return t; }; _proto.noComGroup_i = function () { var t = new eui.Group(); this.noComGroup = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 587.58; t.visible = false; t.width = 516; t.x = 64; t.y = 230; t.elementsContent = [this._Scroller2_i(),this.labelPage_i(),this.btnNext_i(),this.btnPrev_i()]; return t; }; _proto._Scroller2_i = function () { var t = new eui.Scroller(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 513; t.scaleX = 1; t.scaleY = 1; t.scrollPolicyH = "off"; t.width = 520; t.x = -2; t.y = 2.68; t.viewport = this.noList_i(); return t; }; _proto.noList_i = function () { var t = new eui.List(); this.noList = t; t.anchorOffsetY = 0; t.bottom = 6; t.left = 2; t.right = -2; t.top = -6; t.layout = this._TileLayout2_i(); return t; }; _proto._TileLayout2_i = function () { var t = new eui.TileLayout(); t.horizontalGap = 20; t.paddingBottom = 8; t.paddingLeft = 16; t.paddingTop = 8; t.verticalGap = 12; return t; }; _proto.labelPage_i = function () { var t = new eui.Label(); this.labelPage = t; t.horizontalCenter = -5; t.scaleX = 1; t.scaleY = 1; t.size = 24; t.text = "1/60"; t.textAlign = "center"; t.textColor = 0x753F24; t.verticalCenter = 261.21; t.width = 72; t.x = 215; t.y = 546; return t; }; _proto.btnNext_i = function () { var t = new eui.Button(); this.btnNext = t; t.horizontalCenter = 61; t.scaleX = 1; t.scaleY = 1; t.verticalCenter = 260.71; t.x = 294; t.y = 537; t.skinName = FriendGiveSkin$Skin42; return t; }; _proto.btnPrev_i = function () { var t = new eui.Button(); this.btnPrev = t; t.horizontalCenter = -67; t.scaleX = 1; t.scaleY = 1; t.verticalCenter = 260.71; t.x = 166; t.y = 537; t.skinName = FriendGiveSkin$Skin43; return t; }; return FriendGiveSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/friend/give/SurePasswordSkin.exml'] = window.SurePasswordSkin = (function (_super) { __extends(SurePasswordSkin, _super); function SurePasswordSkin() { _super.call(this); this.skinParts = ["labelTxt","btnOk","btnNo","pwdEt"]; this.height = 960; this.width = 640; this.elementsContent = [this._Group1_i()]; } var _proto = SurePasswordSkin.prototype; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 640; t.x = 10; t.y = 10; t.elementsContent = [this._Image1_i(),this._Image2_i(),this._Image3_i(),this._Image4_i(),this.labelTxt_i(),this._Label1_i(),this.btnOk_i(),this.btnNo_i(),this._Image5_i(),this.pwdEt_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 400; t.horizontalCenter = -1; t.scale9Grid = new egret.Rectangle(136,128,4,2); t.source = "c_panel2_png"; t.verticalCenter = -20; t.width = 464; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "trimming1_png"; t.x = 188; t.y = 228.5; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "trimming2_png"; t.x = 400; t.y = 265.5; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.horizontalCenter = 8; t.source = "panel_title_alert_png"; t.y = 218.5; return t; }; _proto.labelTxt_i = function () { var t = new eui.Label(); this.labelTxt = t; t.anchorOffsetY = 0; t.horizontalCenter = -7; t.size = 30; t.text = "请输入交易密码"; t.textAlign = "center"; t.textColor = 0x753F24; t.verticalAlign = "middle"; t.y = 312; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.anchorOffsetY = 0; t.fontFamily = "huakang"; t.height = 25.33; t.size = 24; t.stroke = 3; t.strokeColor = 0x724f2e; t.text = "交易密码:"; t.textColor = 0xffffff; t.x = 138; t.y = 401.67; return t; }; _proto.btnOk_i = function () { var t = new eui.Button(); this.btnOk = t; t.horizontalCenter = -112; t.label = "确定"; t.name = "btnOk"; t.skinName = "common.MidButtonSkin"; t.verticalCenter = 40; return t; }; _proto.btnNo_i = function () { var t = new eui.Button(); this.btnNo = t; t.horizontalCenter = 98; t.label = "取消"; t.name = "btnNo"; t.skinName = "common.MidButtonSkin"; t.verticalCenter = 40; t.x = 10; t.y = 10; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.scale9Grid = new egret.Rectangle(10,9,8,19); t.source = "user_bar_png"; t.width = 198; t.x = 258; t.y = 389.33; return t; }; _proto.pwdEt_i = function () { var t = new eui.EditableText(); this.pwdEt = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.size = 28; t.text = ""; t.textAlign = "center"; t.textColor = 0x6A411A; t.width = 184; t.x = 264; t.y = 400.52; return t; }; return SurePasswordSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/friend/pop/FriendAddSkin.exml'] = window.FriendAddSkin = (function (_super) { __extends(FriendAddSkin, _super); var FriendAddSkin$Skin44 = (function (_super) { __extends(FriendAddSkin$Skin44, _super); function FriendAddSkin$Skin44() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendAddSkin$Skin44.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_close_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendAddSkin$Skin44; })(eui.Skin); var FriendAddSkin$Skin45 = (function (_super) { __extends(FriendAddSkin$Skin45, _super); function FriendAddSkin$Skin45() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendAddSkin$Skin45.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_friend_home_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendAddSkin$Skin45; })(eui.Skin); function FriendAddSkin() { _super.call(this); this.skinParts = ["btnClose","inpID","btnSearch","labelName","labelLv","labelMoney","btnAdd","btnHome"]; this.height = 960; this.width = 640; this.elementsContent = [this._Group1_i()]; } var _proto = FriendAddSkin.prototype; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this._Image2_i(),this._Image3_i(),this._Image4_i(),this.btnClose_i(),this._Label1_i(),this._Image5_i(),this.inpID_i(),this.btnSearch_i(),this._Image6_i(),this._Label2_i(),this._Label3_i(),this._Label4_i(),this.labelName_i(),this.labelLv_i(),this.labelMoney_i(),this.btnAdd_i(),this.btnHome_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 316; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(136,128,4,2); t.source = "c_panel2_png"; t.verticalCenter = -20; t.width = 464; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "trimming1_png"; t.x = 127; t.y = 279; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "trimming2_png"; t.x = 441; t.y = 302; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "friend_title_search_png"; t.y = 263; return t; }; _proto.btnClose_i = function () { var t = new eui.Button(); this.btnClose = t; t.horizontalCenter = 201; t.verticalCenter = -163; t.skinName = FriendAddSkin$Skin44; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.size = 24; t.text = "对方电话"; t.textColor = 0x753F24; t.x = 126; t.y = 370; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.scale9Grid = new egret.Rectangle(13,16,4,6); t.source = "inp_bg_png"; t.width = 175; t.x = 227; t.y = 362; return t; }; _proto.inpID_i = function () { var t = new eui.EditableText(); this.inpID = t; t.anchorOffsetX = 0; t.height = 34; t.restrict = "0-9"; t.size = 20; t.textAlign = "left"; t.textColor = 0xFFFFFF; t.verticalAlign = "middle"; t.width = 153; t.x = 238; t.y = 365; return t; }; _proto.btnSearch_i = function () { var t = new eui.Button(); this.btnSearch = t; t.horizontalCenter = 131; t.label = "查找"; t.skinName = "common.ShopBuyButtonSkin"; t.verticalCenter = -100; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.fillMode = "repeat"; t.source = "line_png"; t.width = 367; t.x = 128; t.y = 427; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 24; t.stroke = 3; t.strokeColor = 0x9C460B; t.text = "游戏昵称"; t.textColor = 0xFFCC00; t.x = 163; t.y = 457; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 24; t.stroke = 3; t.strokeColor = 0x9C460B; t.text = "等级"; t.textColor = 0xFFCC00; t.x = 295; t.y = 457; return t; }; _proto._Label4_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 24; t.stroke = 3; t.strokeColor = 0x9C460B; t.text = "财富"; t.textColor = 0xFFCC00; t.x = 374; t.y = 457; return t; }; _proto.labelName_i = function () { var t = new eui.Label(); this.labelName = t; t.size = 20; t.text = "爱情海大厦驾驶的"; t.textAlign = "center"; t.textColor = 0x753F24; t.width = 179; t.x = 116; t.y = 504; return t; }; _proto.labelLv_i = function () { var t = new eui.Label(); this.labelLv = t; t.height = 20; t.size = 20; t.text = "60"; t.textAlign = "center"; t.textColor = 0x753F24; t.width = 56; t.x = 292; t.y = 504; return t; }; _proto.labelMoney_i = function () { var t = new eui.Label(); this.labelMoney = t; t.height = 20; t.size = 20; t.text = "666666666"; t.textAlign = "center"; t.textColor = 0x753F24; t.width = 102; t.x = 345; t.y = 504; return t; }; _proto.btnAdd_i = function () { var t = new eui.Button(); this.btnAdd = t; t.horizontalCenter = 0; t.label = "添加好友"; t.skinName = "common.MidButtonSkin"; t.verticalCenter = 103; return t; }; _proto.btnHome_i = function () { var t = new eui.Button(); this.btnHome = t; t.horizontalCenter = 158.5; t.verticalCenter = 23.5; t.skinName = FriendAddSkin$Skin45; return t; }; return FriendAddSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/friend/pop/FriendReqItemSkin.exml'] = window.FriendReqItemSkin = (function (_super) { __extends(FriendReqItemSkin, _super); function FriendReqItemSkin() { _super.call(this); this.skinParts = ["labelName","labelLv","labelMoney","btnOk","btnNo"]; this.height = 42; this.width = 448; this.elementsContent = [this.labelName_i(),this.labelLv_i(),this.labelMoney_i(),this.btnOk_i(),this.btnNo_i(),this._Rect1_i(),this._Rect2_i()]; } var _proto = FriendReqItemSkin.prototype; _proto.labelName_i = function () { var t = new eui.Label(); this.labelName = t; t.height = 20; t.size = 20; t.text = "爱情海大厦驾驶的飞机"; t.textAlign = "center"; t.textColor = 0x753F24; t.verticalCenter = 0; t.width = 172; t.x = 3; return t; }; _proto.labelLv_i = function () { var t = new eui.Label(); this.labelLv = t; t.height = 20; t.size = 20; t.text = "60"; t.textAlign = "center"; t.textColor = 0x753F24; t.verticalCenter = 0; t.width = 44; t.x = 196; return t; }; _proto.labelMoney_i = function () { var t = new eui.Label(); this.labelMoney = t; t.height = 20; t.size = 20; t.text = "605652"; t.textAlign = "center"; t.textColor = 0x753F24; t.verticalCenter = 0; t.width = 102; t.x = 232; return t; }; _proto.btnOk_i = function () { var t = new eui.Label(); this.btnOk = t; t.height = 20; t.size = 20; t.text = "同意"; t.textAlign = "center"; t.textColor = 0xF36253; t.verticalCenter = 0; t.x = 336; return t; }; _proto.btnNo_i = function () { var t = new eui.Label(); this.btnNo = t; t.height = 20; t.size = 20; t.text = "拒绝"; t.textAlign = "center"; t.textColor = 0xF36253; t.verticalCenter = 0; t.x = 399; return t; }; _proto._Rect1_i = function () { var t = new eui.Rect(); t.fillColor = 0xF36253; t.height = 1; t.width = 40; t.x = 335; t.y = 31; return t; }; _proto._Rect2_i = function () { var t = new eui.Rect(); t.fillColor = 0xF36253; t.height = 1; t.width = 40; t.x = 399; t.y = 31; return t; }; return FriendReqItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/friend/pop/FriendReqSkin.exml'] = window.FriendReqSkin = (function (_super) { __extends(FriendReqSkin, _super); var FriendReqSkin$Skin46 = (function (_super) { __extends(FriendReqSkin$Skin46, _super); function FriendReqSkin$Skin46() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendReqSkin$Skin46.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_close_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendReqSkin$Skin46; })(eui.Skin); var FriendReqSkin$Skin47 = (function (_super) { __extends(FriendReqSkin$Skin47, _super); function FriendReqSkin$Skin47() { _super.call(this); this.skinParts = ["labelDisplay1"]; this.elementsContent = [this._Image1_i(),this.labelDisplay1_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendReqSkin$Skin47.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_page_next_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay1_i = function () { var t = new eui.Label(); this.labelDisplay1 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendReqSkin$Skin47; })(eui.Skin); var FriendReqSkin$Skin48 = (function (_super) { __extends(FriendReqSkin$Skin48, _super); function FriendReqSkin$Skin48() { _super.call(this); this.skinParts = ["labelDisplay0"]; this.elementsContent = [this._Image1_i(),this.labelDisplay0_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FriendReqSkin$Skin48.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_page_prev_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay0_i = function () { var t = new eui.Label(); this.labelDisplay0 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FriendReqSkin$Skin48; })(eui.Skin); function FriendReqSkin() { _super.call(this); this.skinParts = ["btnClose","list","labelPage","btnNext","btnPrev","btnOneKeyOk","btnOneKeyNo"]; this.height = 960; this.width = 640; this.elementsContent = [this._Group1_i()]; } var _proto = FriendReqSkin.prototype; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this._Image2_i(),this._Image3_i(),this._Image4_i(),this.btnClose_i(),this.list_i(),this._Label1_i(),this._Label2_i(),this._Label3_i(),this.labelPage_i(),this.btnNext_i(),this.btnPrev_i(),this.btnOneKeyOk_i(),this.btnOneKeyNo_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 470; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(136,128,4,2); t.source = "c_panel2_png"; t.verticalCenter = -20; t.width = 514; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "trimming1_png"; t.x = 127; t.y = 209; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "trimming2_png"; t.x = 451; t.y = 232; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.horizontalCenter = 4; t.source = "panel_title_friend_req_png"; t.y = 193; return t; }; _proto.btnClose_i = function () { var t = new eui.Button(); this.btnClose = t; t.horizontalCenter = 231; t.verticalCenter = -233; t.skinName = FriendReqSkin$Skin46; return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.height = 253; t.itemRendererSkinName = FriendReqItemSkin; t.width = 455; t.x = 83; t.y = 314; t.dataProvider = this._ArrayCollection1_i(); return t; }; _proto._ArrayCollection1_i = function () { var t = new eui.ArrayCollection(); t.source = [this._Object1_i(),this._Object2_i(),this._Object3_i(),this._Object4_i(),this._Object5_i(),this._Object6_i()]; return t; }; _proto._Object1_i = function () { var t = {}; t.label = "数据1"; return t; }; _proto._Object2_i = function () { var t = {}; t.label = "数据2"; return t; }; _proto._Object3_i = function () { var t = {}; t.label = "数据3"; return t; }; _proto._Object4_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object5_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object6_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 22; t.stroke = 3; t.strokeColor = 0x9C460B; t.text = "游戏昵称"; t.textColor = 0xFFCC00; t.x = 126; t.y = 283; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 22; t.stroke = 3; t.strokeColor = 0x9C460B; t.text = "等级"; t.textColor = 0xFFCC00; t.x = 280; t.y = 283; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 22; t.stroke = 3; t.strokeColor = 0x9C460B; t.text = "财富"; t.textColor = 0xFFCC00; t.x = 341; t.y = 283; return t; }; _proto.labelPage_i = function () { var t = new eui.Label(); this.labelPage = t; t.size = 24; t.text = "1/60"; t.textAlign = "center"; t.textColor = 0x753F24; t.width = 72; t.x = 270; t.y = 583; return t; }; _proto.btnNext_i = function () { var t = new eui.Button(); this.btnNext = t; t.horizontalCenter = 45; t.verticalCenter = 114.5; t.x = 10; t.y = 10; t.skinName = FriendReqSkin$Skin47; return t; }; _proto.btnPrev_i = function () { var t = new eui.Button(); this.btnPrev = t; t.horizontalCenter = -72; t.verticalCenter = 114.5; t.x = 10; t.y = 10; t.skinName = FriendReqSkin$Skin48; return t; }; _proto.btnOneKeyOk_i = function () { var t = new eui.Button(); this.btnOneKeyOk = t; t.horizontalCenter = -90; t.label = "一键同意"; t.skinName = "common.MidButtonSkin"; t.verticalCenter = 179; return t; }; _proto.btnOneKeyNo_i = function () { var t = new eui.Button(); this.btnOneKeyNo = t; t.horizontalCenter = 90; t.label = "一键拒绝"; t.skinName = "common.MidButtonSkin"; t.verticalCenter = 179; t.x = 10; t.y = 10; return t; }; return FriendReqSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/fuli/FuliItem1Skin.exml'] = window.FuliItem1Skin = (function (_super) { __extends(FuliItem1Skin, _super); var FuliItem1Skin$Skin49 = (function (_super) { __extends(FuliItem1Skin$Skin49, _super); function FuliItem1Skin$Skin49() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FuliItem1Skin$Skin49.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common_json.c_btn2_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0; t.size = 22; t.textColor = 0x0c0000; t.verticalCenter = 0; return t; }; return FuliItem1Skin$Skin49; })(eui.Skin); var FuliItem1Skin$Skin50 = (function (_super) { __extends(FuliItem1Skin$Skin50, _super); function FuliItem1Skin$Skin50() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FuliItem1Skin$Skin50.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common_json.c_btn2_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0; t.size = 22; t.textColor = 0x7d1c1c; t.verticalCenter = 0; return t; }; return FuliItem1Skin$Skin50; })(eui.Skin); function FuliItem1Skin() { _super.call(this); this.skinParts = ["gemLabel0","gemLabel3","gemLabel2","gemLabel1","imgicon","nameLabel","buyButton","getButton"]; this.elementsContent = [this._Image1_i(),this.gemLabel0_i(),this._Label1_i(),this._Label2_i(),this.gemLabel3_i(),this.gemLabel2_i(),this.gemLabel1_i(),this._Label3_i(),this._Label4_i(),this._Label5_i(),this._Label6_i(),this._Label7_i(),this._Image2_i(),this.imgicon_i(),this.nameLabel_i(),this._Label8_i(),this.buyButton_i(),this.getButton_i()]; } var _proto = FuliItem1Skin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "fuli_bg1_png"; t.verticalCenter = 0; return t; }; _proto.gemLabel0_i = function () { var t = new eui.Label(); this.gemLabel0 = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "15"; t.textAlign = "center"; t.textColor = 0xdc1448; t.x = 439; t.y = 56; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "元"; t.textColor = 0x230202; t.x = 474; t.y = 56; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "花费:"; t.textColor = 0x230202; t.x = 384; t.y = 57; return t; }; _proto.gemLabel3_i = function () { var t = new eui.Label(); this.gemLabel3 = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "12"; t.textAlign = "center"; t.textColor = 0x2ABDEF; t.verticalAlign = "middle"; t.width = 30; t.x = 251; t.y = 96; return t; }; _proto.gemLabel2_i = function () { var t = new eui.Label(); this.gemLabel2 = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "170"; t.textAlign = "center"; t.textColor = 0x2ABDEF; t.verticalAlign = "middle"; t.width = 60; t.x = 201; t.y = 70; return t; }; _proto.gemLabel1_i = function () { var t = new eui.Label(); this.gemLabel1 = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "160"; t.textAlign = "center"; t.textColor = 0x2abdef; t.verticalAlign = "middle"; t.width = 60; t.x = 250; t.y = 43; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "钻石"; t.textColor = 0x753f24; t.x = 268; t.y = 69; return t; }; _proto._Label4_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "钻石"; t.textColor = 0x753f24; t.x = 311; t.y = 43; return t; }; _proto._Label5_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "剩余领取次数"; t.textColor = 0x753f24; t.x = 118; t.y = 97; return t; }; _proto._Label6_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "天"; t.textColor = 0x753f24; t.x = 283; t.y = 96; return t; }; _proto._Label7_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "购买立刻获得"; t.textColor = 0x753f24; t.x = 118; t.y = 44; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "common_json.item_bg_png"; t.x = 15; t.y = 21.5; return t; }; _proto.imgicon_i = function () { var t = new eui.Image(); this.imgicon = t; t.source = "fuli_json.fuli_zhouka_png"; t.x = 14; t.y = 23; return t; }; _proto.nameLabel_i = function () { var t = new eui.Label(); this.nameLabel = t; t.fontFamily = "huakanghaibao"; t.size = 26; t.text = "周卡"; t.textColor = 0x753f24; t.x = 117; t.y = 16; return t; }; _proto._Label8_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "每天领取"; t.textColor = 0x753f24; t.x = 118; t.y = 70; return t; }; _proto.buyButton_i = function () { var t = new eui.Button(); this.buyButton = t; t.label = "购买"; t.x = 394; t.y = 82; t.skinName = FuliItem1Skin$Skin49; return t; }; _proto.getButton_i = function () { var t = new eui.Button(); this.getButton = t; t.enabled = true; t.label = "领取"; t.x = 394; t.y = 83; t.skinName = FuliItem1Skin$Skin50; return t; }; return FuliItem1Skin; })(eui.Skin);generateEUI.paths['resource/skins/panel/fuli/FuliprossBarSkin.exml'] = window.FuliprossBarSkin = (function (_super) { __extends(FuliprossBarSkin, _super); function FuliprossBarSkin() { _super.call(this); this.skinParts = ["imgProssBar","group","imgmask","prosslabel"]; this.elementsContent = [this._Image1_i(),this.group_i(),this.imgmask_i(),this.prosslabel_i()]; } var _proto = FuliprossBarSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "fuli_json.fuli_prossbg_png"; t.verticalCenter = 0; return t; }; _proto.group_i = function () { var t = new eui.Group(); this.group = t; t.bottom = 0; t.height = 26; t.left = 0; t.right = 0; t.top = 0; t.width = 228; t.elementsContent = [this.imgProssBar_i()]; return t; }; _proto.imgProssBar_i = function () { var t = new eui.Image(); this.imgProssBar = t; t.height = 26; t.scaleX = 1; t.scaleY = 1; t.source = "fuli_json.fuli_prossbar_png"; t.width = 228; t.x = 0; t.y = 0; return t; }; _proto.imgmask_i = function () { var t = new eui.Image(); this.imgmask = t; t.height = 26; t.horizontalCenter = 0; t.source = "fuli_json.fuli_prossbar_png"; t.verticalCenter = 0; t.width = 228; return t; }; _proto.prosslabel_i = function () { var t = new eui.Label(); this.prosslabel = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0; t.size = 18; t.text = "666/1000"; t.textAlign = "center"; t.textColor = 0x230101; t.verticalAlign = "middle"; t.verticalCenter = 0; t.width = 150; return t; }; return FuliprossBarSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/fuli/FuliItem2Skin.exml'] = window.FuliItem2Skin = (function (_super) { __extends(FuliItem2Skin, _super); var FuliItem2Skin$Skin51 = (function (_super) { __extends(FuliItem2Skin$Skin51, _super); function FuliItem2Skin$Skin51() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FuliItem2Skin$Skin51.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common_json.c_btn2_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0; t.size = 22; t.textColor = 0x160101; t.verticalCenter = 0; return t; }; return FuliItem2Skin$Skin51; })(eui.Skin); var FuliItem2Skin$Skin52 = (function (_super) { __extends(FuliItem2Skin$Skin52, _super); function FuliItem2Skin$Skin52() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ new eui.SetProperty("_Image1","source","common_json.btn_red_gray_png") ]) ]; } var _proto = FuliItem2Skin$Skin52.prototype; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.percentHeight = 100; t.source = "common_json.c_btn2_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0; t.size = 22; t.textColor = 0x160101; t.verticalCenter = 0; return t; }; return FuliItem2Skin$Skin52; })(eui.Skin); var FuliItem2Skin$Skin53 = (function (_super) { __extends(FuliItem2Skin$Skin53, _super); function FuliItem2Skin$Skin53() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FuliItem2Skin$Skin53.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.scaleX = -1; t.source = "fuli_json.fuli_jiantou_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FuliItem2Skin$Skin53; })(eui.Skin); var FuliItem2Skin$Skin54 = (function (_super) { __extends(FuliItem2Skin$Skin54, _super); function FuliItem2Skin$Skin54() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FuliItem2Skin$Skin54.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "fuli_json.fuli_jiantou_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FuliItem2Skin$Skin54; })(eui.Skin); function FuliItem2Skin() { _super.call(this); this.skinParts = ["vipLabel3","payButton","gt","payGemLabel","vipLabel1","vipLabel2","g1","scrolls","prossBar","gemLabel","imgNoVip","buyButton","payGemLabel1","imgicon","vipLabel","gs","leftButton","rightButton"]; this.elementsContent = [this._Image1_i(),this.vipLabel3_i(),this._Label1_i(),this._Image2_i(),this.payButton_i(),this.scrolls_i(),this.prossBar_i(),this._Label8_i(),this._Image6_i(),this.gemLabel_i(),this.imgNoVip_i(),this.gs_i(),this.leftButton_i(),this.rightButton_i()]; } var _proto = FuliItem2Skin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "fuli_bg_png"; t.verticalCenter = 0; return t; }; _proto.vipLabel3_i = function () { var t = new eui.Label(); this.vipLabel3 = t; t.fontFamily = "huakanghaibao"; t.size = 18; t.text = "40"; t.textAlign = "center"; t.textColor = 0xDC1448; t.verticalAlign = "middle"; t.width = 40; t.x = 365; t.y = 15; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 18; t.text = "升级:VIP"; t.textColor = 0x210404; t.x = 299; t.y = 16; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "fuli_bg2_png"; t.x = 144; t.y = 86; return t; }; _proto.payButton_i = function () { var t = new eui.Button(); this.payButton = t; t.label = "充值"; t.x = 393; t.y = 34.5; t.skinName = FuliItem2Skin$Skin51; return t; }; _proto.scrolls_i = function () { var t = new eui.Scroller(); this.scrolls = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 136; t.width = 329; t.x = 149; t.y = 93; t.viewport = this._Group1_i(); return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.elementsContent = [this.g1_i()]; return t; }; _proto.g1_i = function () { var t = new eui.Group(); this.g1 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 64; t.horizontalCenter = 0; t.width = 308; t.y = 0; t.elementsContent = [this.gt_i(),this._Image3_i(),this._Image4_i(),this.payGemLabel_i(),this._Label2_i(),this._Label3_i(),this.vipLabel1_i(),this._Label4_i(),this._Image5_i(),this._Label5_i(),this._Label6_i(),this.vipLabel2_i(),this._Label7_i()]; return t; }; _proto.gt_i = function () { var t = new eui.Group(); this.gt = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.width = 288; t.x = 19; t.y = 94; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.scaleX = 0.5; t.scaleY = 0.5; t.source = "3001_png"; t.x = 93; t.y = 71; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "fuli_json.fuli_xiaojiantou_png"; t.x = 19; t.y = 71; return t; }; _proto.payGemLabel_i = function () { var t = new eui.Label(); this.payGemLabel = t; t.fontFamily = "huakanghaibao"; t.size = 14; t.text = "1000000"; t.textAlign = "center"; t.textColor = 0xdc1448; t.verticalAlign = "middle"; t.width = 60; t.x = 94; t.y = 44; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 27; t.text = "VIP"; t.textAlign = "right"; t.textColor = 0x753f24; t.width = 69; t.x = 71; t.y = 5; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 27; t.text = "特权"; t.textAlign = "left"; t.textColor = 0x753f24; t.verticalAlign = "middle"; t.x = 181; t.y = 5; return t; }; _proto.vipLabel1_i = function () { var t = new eui.Label(); this.vipLabel1 = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.horizontalCenter = -2; t.size = 27; t.text = "1"; t.textAlign = "center"; t.textColor = 0xdc1448; t.verticalAlign = "middle"; t.width = 68; t.y = 5; return t; }; _proto._Label4_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 14; t.text = "累计购买"; t.textColor = 0x753f24; t.x = 40; t.y = 44; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.scaleX = 0.5; t.scaleY = 0.5; t.source = "3001_png"; t.x = 154; t.y = 43; return t; }; _proto._Label5_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 14; t.text = "可享受特权"; t.textColor = 0x753f24; t.x = 176; t.y = 44; return t; }; _proto._Label6_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 16; t.text = "VIP"; t.textColor = 0x753f24; t.x = 39; t.y = 73; return t; }; _proto.vipLabel2_i = function () { var t = new eui.Label(); this.vipLabel2 = t; t.fontFamily = "huakanghaibao"; t.size = 14; t.text = "0"; t.textAlign = "center"; t.textColor = 0xdc1448; t.verticalAlign = "middle"; t.width = 30; t.x = 62; t.y = 73; return t; }; _proto._Label7_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 14; t.text = "礼包"; t.textColor = 0x753f24; t.x = 124; t.y = 72; return t; }; _proto.prossBar_i = function () { var t = new FuliProssbAR(); this.prossBar = t; t.skinName = "FuliprossBarSkin"; t.x = 149; t.y = 45; return t; }; _proto._Label8_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 18; t.text = "再充值"; t.textColor = 0x210404; t.x = 153; t.y = 18; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.scaleX = 0.5; t.scaleY = 0.5; t.source = "3001_png"; t.x = 209; t.y = 18; return t; }; _proto.gemLabel_i = function () { var t = new eui.Label(); this.gemLabel = t; t.fontFamily = "huakanghaibao"; t.size = 18; t.text = "4000"; t.textAlign = "center"; t.textColor = 0xdc1448; t.verticalAlign = "middle"; t.width = 70; t.x = 229; t.y = 16; return t; }; _proto.imgNoVip_i = function () { var t = new eui.Image(); this.imgNoVip = t; t.source = "fuli_json.fuli_disbal_png"; t.x = 21; t.y = 46; return t; }; _proto.gs_i = function () { var t = new eui.Group(); this.gs = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 209; t.width = 136; t.x = 5; t.y = 34; t.elementsContent = [this.buyButton_i(),this._Label9_i(),this.payGemLabel1_i(),this._Image7_i(),this.imgicon_i(),this.vipLabel_i()]; return t; }; _proto.buyButton_i = function () { var t = new eui.Button(); this.buyButton = t; t.height = 44; t.horizontalCenter = 0; t.label = "领取"; t.width = 88; t.y = 156; t.skinName = FuliItem2Skin$Skin52; return t; }; _proto._Label9_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 23; t.size = 18; t.text = "VIP 礼包"; t.textAlign = "center"; t.textColor = 0x160000; t.verticalAlign = "middle"; t.x = 15; t.y = 126; return t; }; _proto.payGemLabel1_i = function () { var t = new eui.Label(); this.payGemLabel1 = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 18; t.text = "40"; t.textAlign = "center"; t.textColor = 0xdc1448; t.verticalAlign = "middle"; t.width = 36; t.x = 41; t.y = 128; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.horizontalCenter = -2; t.source = "common_json.item_bg_png"; t.y = 32; return t; }; _proto.imgicon_i = function () { var t = new eui.Image(); this.imgicon = t; t.horizontalCenter = -2; t.source = "sign_json.sign_box0_png"; t.y = 33; return t; }; _proto.vipLabel_i = function () { var t = new eui.Label(); this.vipLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.left = 0; t.right = 0; t.size = 27; t.stroke = 3; t.strokeColor = 0x773305; t.text = "Label"; t.textAlign = "center"; t.verticalAlign = "middle"; t.y = -29; return t; }; _proto.leftButton_i = function () { var t = new eui.Button(); this.leftButton = t; t.anchorOffsetX = 0; t.label = ""; t.width = 15; t.x = 142; t.y = 122.5; t.skinName = FuliItem2Skin$Skin53; return t; }; _proto.rightButton_i = function () { var t = new eui.Button(); this.rightButton = t; t.anchorOffsetX = 0; t.label = ""; t.width = 16; t.x = 491; t.y = 124; t.skinName = FuliItem2Skin$Skin54; return t; }; return FuliItem2Skin; })(eui.Skin);generateEUI.paths['resource/skins/panel/fuli/FuliLibaoItemSkin.exml'] = window.FuliLibaoItemSkin = (function (_super) { __extends(FuliLibaoItemSkin, _super); function FuliLibaoItemSkin() { _super.call(this); this.skinParts = ["imgicon","nameLabel","numLabel"]; this.elementsContent = [this._Image1_i(),this._Group1_i(),this.nameLabel_i(),this.numLabel_i()]; } var _proto = FuliLibaoItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "fuli_json.fuli_libao_item_png"; t.verticalCenter = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 88; t.horizontalCenter = 0; t.verticalCenter = -18.5; t.width = 94; t.elementsContent = [this.imgicon_i()]; return t; }; _proto.imgicon_i = function () { var t = new eui.Image(); this.imgicon = t; t.horizontalCenter = 0; t.scaleX = 1; t.scaleY = 1; t.verticalCenter = 0; return t; }; _proto.nameLabel_i = function () { var t = new eui.Label(); this.nameLabel = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0; t.size = 20; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 80; t.y = 101; return t; }; _proto.numLabel_i = function () { var t = new eui.Label(); this.numLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.textAlign = "right"; t.width = 69; t.x = 25; t.y = 68; return t; }; return FuliLibaoItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/fuli/FuliLibaoPanelSkin.exml'] = window.FuliLibaoPanelSkin = (function (_super) { __extends(FuliLibaoPanelSkin, _super); var FuliLibaoPanelSkin$Skin55 = (function (_super) { __extends(FuliLibaoPanelSkin$Skin55, _super); function FuliLibaoPanelSkin$Skin55() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FuliLibaoPanelSkin$Skin55.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common_json.c_btn3_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0; t.textColor = 0x6e230e; t.verticalCenter = 0; return t; }; return FuliLibaoPanelSkin$Skin55; })(eui.Skin); var FuliLibaoPanelSkin$Skin56 = (function (_super) { __extends(FuliLibaoPanelSkin$Skin56, _super); function FuliLibaoPanelSkin$Skin56() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = FuliLibaoPanelSkin$Skin56.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common_json.btn_close_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return FuliLibaoPanelSkin$Skin56; })(eui.Skin); function FuliLibaoPanelSkin() { _super.call(this); this.skinParts = ["item0","item1","item2","LingquButton","vipLabel","icons","btnClose","numLabel"]; this.height = 960; this.width = 640; this.elementsContent = [this._Group1_i()]; } var _proto = FuliLibaoPanelSkin.prototype; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetY = 0; t.height = 440; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 538; t.elementsContent = [this._Image1_i(),this.item0_i(),this.item1_i(),this.item2_i(),this._Image2_i(),this._Label1_i(),this._Label2_i(),this.LingquButton_i(),this.vipLabel_i(),this.icons_i(),this.btnClose_i(),this.numLabel_i(),this._Image3_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 343; t.scale9Grid = new egret.Rectangle(131,76,9,6); t.scaleX = 1; t.scaleY = 1; t.source = "common_json.c_panel2_png"; t.width = 538; t.x = 4; t.y = 81; return t; }; _proto.item0_i = function () { var t = new FulilibaoItem(); this.item0 = t; t.scaleX = 1; t.scaleY = 1; t.skinName = "FuliLibaoItemSkin"; t.x = 74; t.y = 155; return t; }; _proto.item1_i = function () { var t = new FulilibaoItem(); this.item1 = t; t.horizontalCenter = 0; t.scaleX = 1; t.scaleY = 1; t.skinName = "FuliLibaoItemSkin"; t.x = 216; t.y = 156; return t; }; _proto.item2_i = function () { var t = new FulilibaoItem(); this.item2 = t; t.scaleX = 1; t.scaleY = 1; t.skinName = "FuliLibaoItemSkin"; t.x = 356; t.y = 156; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.horizontalCenter = 0.5; t.scale9Grid = new egret.Rectangle(197,36,129,216); t.scaleX = 1; t.scaleY = 1; t.source = "common2_json.common2_zhuangshi_png"; t.width = 559; t.x = -10; t.y = 28; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.scaleX = 1; t.scaleY = 1; t.size = 23; t.stroke = 1; t.strokeColor = 0x63230e; t.text = "等级礼包福利"; t.textColor = 0x210303; t.x = 268; t.y = 118; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.scaleX = 1; t.scaleY = 1; t.size = 23; t.stroke = 1; t.strokeColor = 0x6e230e; t.text = "获得"; t.textColor = 0x210303; t.x = 138; t.y = 118; return t; }; _proto.LingquButton_i = function () { var t = new eui.Button(); this.LingquButton = t; t.horizontalCenter = 0; t.label = "领取"; t.scaleX = 1; t.scaleY = 1; t.x = 186; t.y = 359; t.skinName = FuliLibaoPanelSkin$Skin55; return t; }; _proto.vipLabel_i = function () { var t = new eui.Label(); this.vipLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.scaleX = 1; t.scaleY = 1; t.size = 23; t.stroke = 3; t.strokeColor = 0x6e230e; t.text = "VIP1"; t.textAlign = "center"; t.textColor = 0x4bc2ff; t.verticalAlign = "middle"; t.width = 79; t.x = 186; t.y = 118; return t; }; _proto.icons_i = function () { var t = new eui.Image(); this.icons = t; t.scaleX = 1; t.scaleY = 1; t.source = "8005_png"; t.x = 176; t.y = 304; return t; }; _proto.btnClose_i = function () { var t = new eui.Button(); this.btnClose = t; t.label = ""; t.scaleX = 1; t.scaleY = 1; t.x = 462; t.y = 17; t.skinName = FuliLibaoPanelSkin$Skin56; return t; }; _proto.numLabel_i = function () { var t = new eui.Label(); this.numLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.scaleX = 1; t.scaleY = 1; t.text = "20000"; t.textColor = 0x280202; t.width = 175; t.x = 243; t.y = 313; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.horizontalCenter = 0.5; t.scaleX = 1; t.scaleY = 1; t.source = "fuli_json.fuli_libao_icon1_png"; t.x = 73; t.y = 0; return t; }; return FuliLibaoPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/fuli/FuliPanelSkin.exml'] = window.FuliPanelSkin = (function (_super) { __extends(FuliPanelSkin, _super); function FuliPanelSkin() { _super.call(this); this.skinParts = ["panelCommon","itemall","item0","item1"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = FuliPanelSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.bottom = 0; t.height = 960; t.left = 0; t.right = 0; t.top = 0; t.touchEnabled = false; t.width = 640; t.elementsContent = [this.itemall_i(),this.item0_i(),this.item1_i()]; return t; }; _proto.itemall_i = function () { var t = new FuliItem2(); this.itemall = t; t.horizontalCenter = 0.5; t.skinName = "FuliItem2Skin"; t.y = 228; return t; }; _proto.item0_i = function () { var t = new FuliItem1(); this.item0 = t; t.horizontalCenter = 0.5; t.skinName = "FuliItem1Skin"; t.y = 490; return t; }; _proto.item1_i = function () { var t = new FuliItem1(); this.item1 = t; t.horizontalCenter = 0.5; t.skinName = "FuliItem1Skin"; t.y = 636; return t; }; return FuliPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/fuli/TextFiledItemSkin.exml'] = window.TextFiledItemSkin = (function (_super) { __extends(TextFiledItemSkin, _super); function TextFiledItemSkin() { _super.call(this); this.skinParts = ["strLabel"]; this.elementsContent = [this._Image1_i(),this.strLabel_i()]; } var _proto = TextFiledItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.left = 0; t.source = "fuli_json.fuli_xiaojiantou_png"; t.verticalCenter = 0; return t; }; _proto.strLabel_i = function () { var t = new eui.Label(); this.strLabel = t; t.fontFamily = "huakanghaibao"; t.size = 14; t.text = "Label"; t.textColor = 0x753f24; t.x = 20; t.y = 1; return t; }; return TextFiledItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/guide/GuideSkin.exml'] = window.GuideSkinSkin = (function (_super) { __extends(GuideSkinSkin, _super); function GuideSkinSkin() { _super.call(this); this.skinParts = ["gs","guide_desLabel","guide_kuangImg","guide_shouImg"]; this.height = 960; this.width = 640; this.elementsContent = [this.gs_i(),this.guide_desLabel_i(),this.guide_kuangImg_i(),this.guide_shouImg_i()]; } var _proto = GuideSkinSkin.prototype; _proto.gs_i = function () { var t = new eui.Group(); this.gs = t; t.height = 960; t.touchEnabled = false; t.width = 640; t.x = 0; t.y = 0; return t; }; _proto.guide_desLabel_i = function () { var t = new eui.Label(); this.guide_desLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0; t.scaleX = 1; t.scaleY = 1; t.size = 31; t.text = "充值钻石界面,可得大量钻石"; t.textAlign = "left"; t.verticalAlign = "middle"; t.width = 400; t.y = 93; return t; }; _proto.guide_kuangImg_i = function () { var t = new eui.Image(); this.guide_kuangImg = t; t.height = 100; t.scale9Grid = new egret.Rectangle(20,21,28,29); t.source = "guide_bg_png"; t.touchEnabled = false; t.width = 100; t.x = 135; t.y = 186; return t; }; _proto.guide_shouImg_i = function () { var t = new eui.Image(); this.guide_shouImg = t; t.anchorOffsetX = 52; t.anchorOffsetY = 50; t.height = 100; t.source = "guide_shou_png"; t.width = 104; t.x = 287; t.y = 336; return t; }; return GuideSkinSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/help/HelpSkin.exml'] = window.HelpSkin = (function (_super) { __extends(HelpSkin, _super); function HelpSkin() { _super.call(this); this.skinParts = ["labelTxt"]; this.height = 300; this.width = 400; this.elementsContent = [this._Rect1_i(),this._Group1_i()]; } var _proto = HelpSkin.prototype; _proto._Rect1_i = function () { var t = new eui.Rect(); t.bottom = 0; t.fillAlpha = 0; t.left = 0; t.right = 0; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 300; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 400; t.elementsContent = [this._Image1_i(),this.labelTxt_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.bottom = 0; t.left = 0; t.right = 0; t.scale9Grid = new egret.Rectangle(54,39,26,35); t.source = "common_json.help_panel_png"; t.top = 0; return t; }; _proto.labelTxt_i = function () { var t = new eui.Label(); this.labelTxt = t; t.height = 255; t.lineSpacing = 3; t.size = 20; t.text = "魔法精炼厂"; t.textColor = 0x2c0101; t.width = 364; t.x = 18; t.y = 26; return t; }; return HelpSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/jiagong/ModajiagongradionButtonSkin.exml'] = window.ModajiagongradionButtonSkin = (function (_super) { __extends(ModajiagongradionButtonSkin, _super); function ModajiagongradionButtonSkin() { _super.call(this); this.skinParts = ["labelDisplay"]; this.currentState = "up"; this.height = 66; this.width = 122; this.elementsContent = [this.labelDisplay_i()]; this._Image1_i(); this._Image2_i(); this._Image3_i(); this._Image4_i(); this.states = [ new eui.State ("up", [ new eui.AddItems("_Image4","",2,"labelDisplay"), new eui.SetProperty("labelDisplay","y",21) ]) , new eui.State ("down", [ new eui.AddItems("_Image3","",2,"labelDisplay"), new eui.SetProperty("labelDisplay","y",21) ]) , new eui.State ("upAndSelected", [ new eui.AddItems("_Image2","",2,"labelDisplay") ]) , new eui.State ("downAndSelected", [ new eui.AddItems("_Image1","",0,"") ]) ]; } var _proto = ModajiagongradionButtonSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.bottom = 0; t.horizontalCenter = 0; t.source = "common2_json.common2_confirbg2_png"; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); this._Image2 = t; t.bottom = 0; t.horizontalCenter = 0; t.source = "common2_json.common2_confirbg2_png"; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); this._Image3 = t; t.bottom = 2; t.horizontalCenter = 0; t.source = "common2_json.common2_confirbg1_png"; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); this._Image4 = t; t.bottom = 2; t.horizontalCenter = 0; t.source = "common2_json.common2_confirbg1_png"; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.fontFamily = "huakanghaibao"; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.x = 22; t.y = 17; return t; }; return ModajiagongradionButtonSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/jiagong/MofajaigongItemRenderSkin.exml'] = window.MofajaigongItemRenderSkin = (function (_super) { __extends(MofajaigongItemRenderSkin, _super); function MofajaigongItemRenderSkin() { _super.call(this); this.skinParts = ["imgbgs","numlabel","iconImg"]; this.currentState = "up"; this.height = 100; this.width = 100; this.elementsContent = [this.imgbgs_i(),this.numlabel_i(),this._Group1_i(),this.iconImg_i()]; this.states = [ new eui.State ("up", [ new eui.SetProperty("imgbgs","alpha",0), new eui.SetProperty("iconImg","horizontalCenter",0), new eui.SetProperty("iconImg","verticalCenter",0) ]) , new eui.State ("down", [ new eui.SetProperty("imgbgs","alpha",0), new eui.SetProperty("iconImg","horizontalCenter",0), new eui.SetProperty("iconImg","verticalCenter",0) ]) , new eui.State ("upAndSelected", [ new eui.SetProperty("iconImg","horizontalCenter",0), new eui.SetProperty("iconImg","verticalCenter",0) ]) , new eui.State ("downAndSelected", [ new eui.SetProperty("iconImg","anchorOffsetY",0), new eui.SetProperty("iconImg","anchorOffsetX",0), new eui.SetProperty("iconImg","horizontalCenter",0), new eui.SetProperty("iconImg","verticalCenter",0) ]) ]; } var _proto = MofajaigongItemRenderSkin.prototype; _proto.imgbgs_i = function () { var t = new eui.Image(); this.imgbgs = t; t.alpha = 1; t.source = "common2_json.common2_xuanzhong_png"; t.x = -2; t.y = -1; return t; }; _proto.numlabel_i = function () { var t = new eui.Label(); this.numlabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 21; t.size = 20; t.text = ""; t.textAlign = "right"; t.width = 52; t.x = 47; t.y = 76; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 100; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 100; return t; }; _proto.iconImg_i = function () { var t = new eui.Image(); this.iconImg = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; return t; }; return MofajaigongItemRenderSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/jiagong/MofajiagongUnitItemSkin.exml'] = window.MofajiagongUnitItemSkin = (function (_super) { __extends(MofajiagongUnitItemSkin, _super); function MofajiagongUnitItemSkin() { _super.call(this); this.skinParts = ["numlabel","iconImg"]; this.height = 100; this.width = 100; this.elementsContent = [this.numlabel_i(),this._Group1_i(),this.iconImg_i()]; } var _proto = MofajiagongUnitItemSkin.prototype; _proto.numlabel_i = function () { var t = new eui.Label(); this.numlabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 21; t.right = 0; t.size = 20; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = ""; t.textAlign = "right"; t.width = 92; t.y = 76; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 100; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 100; return t; }; _proto.iconImg_i = function () { var t = new eui.Image(); this.iconImg = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return MofajiagongUnitItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/jiagong/Mofajiagong1Panelskin.exml'] = window.Mofajiagong1PanelSkin = (function (_super) { __extends(Mofajiagong1PanelSkin, _super); var Mofajiagong1PanelSkin$Skin57 = (function (_super) { __extends(Mofajiagong1PanelSkin$Skin57, _super); function Mofajiagong1PanelSkin$Skin57() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = Mofajiagong1PanelSkin$Skin57.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common2_json.common2_jian_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return Mofajiagong1PanelSkin$Skin57; })(eui.Skin); var Mofajiagong1PanelSkin$Skin58 = (function (_super) { __extends(Mofajiagong1PanelSkin$Skin58, _super); function Mofajiagong1PanelSkin$Skin58() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = Mofajiagong1PanelSkin$Skin58.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common2_json.common2_jia_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return Mofajiagong1PanelSkin$Skin58; })(eui.Skin); var Mofajiagong1PanelSkin$Skin59 = (function (_super) { __extends(Mofajiagong1PanelSkin$Skin59, _super); function Mofajiagong1PanelSkin$Skin59() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = Mofajiagong1PanelSkin$Skin59.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "mofajiagong_json.mofajiagong_jaigong_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return Mofajiagong1PanelSkin$Skin59; })(eui.Skin); var Mofajiagong1PanelSkin$Skin60 = (function (_super) { __extends(Mofajiagong1PanelSkin$Skin60, _super); function Mofajiagong1PanelSkin$Skin60() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = Mofajiagong1PanelSkin$Skin60.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common2_json.common2_zuo_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return Mofajiagong1PanelSkin$Skin60; })(eui.Skin); var Mofajiagong1PanelSkin$Skin61 = (function (_super) { __extends(Mofajiagong1PanelSkin$Skin61, _super); function Mofajiagong1PanelSkin$Skin61() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = Mofajiagong1PanelSkin$Skin61.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common2_json.common2_you_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return Mofajiagong1PanelSkin$Skin61; })(eui.Skin); function Mofajiagong1PanelSkin() { _super.call(this); this.skinParts = ["labelLan","DesLabel","btnjian","btnjia","labeljiagongNum","btnjiagong","leftButton","rightButton","unit1","unit2","unit0","hechengIcon","scrolls","icons","labelNum"]; this.height = 600; this.width = 498; this.elementsContent = [this._Image1_i(),this._Image2_i(),this._Image3_i(),this.labelLan_i(),this.DesLabel_i(),this._Image4_i(),this.btnjian_i(),this.btnjia_i(),this.labeljiagongNum_i(),this.btnjiagong_i(),this.leftButton_i(),this.rightButton_i(),this.unit1_i(),this.unit2_i(),this.unit0_i(),this.hechengIcon_i(),this.scrolls_i(),this.icons_i(),this.labelNum_i()]; } var _proto = Mofajiagong1PanelSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = -1; t.source = "mofajiagong_json.mofajiagong_bg_png"; t.y = 0; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "common2_json.common_itemrender_png"; t.x = -5; t.y = 382; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "mofajiagong_json.mofajiagong_texiao_png"; t.x = 29; t.y = 29; return t; }; _proto.labelLan_i = function () { var t = new eui.Label(); this.labelLan = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 20; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = ""; t.textAlign = "center"; t.textColor = 0xffffff; t.verticalAlign = "middle"; t.width = 110; t.x = 325; t.y = 46; return t; }; _proto.DesLabel_i = function () { var t = new eui.Label(); this.DesLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 81; t.size = 20; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "ggggggggggggggggggggggggggggggggggggggggg"; t.width = 162; t.x = 300; t.y = 91; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "common2_json.common2_inputbg_png"; t.x = 323; t.y = 180; return t; }; _proto.btnjian_i = function () { var t = new eui.Button(); this.btnjian = t; t.label = ""; t.x = 306; t.y = 228; t.skinName = Mofajiagong1PanelSkin$Skin57; return t; }; _proto.btnjia_i = function () { var t = new eui.Button(); this.btnjia = t; t.label = ""; t.x = 401; t.y = 228; t.skinName = Mofajiagong1PanelSkin$Skin58; return t; }; _proto.labeljiagongNum_i = function () { var t = new eui.Label(); this.labeljiagongNum = t; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 23; t.size = 20; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.width = 80; t.x = 369; t.y = 345; return t; }; _proto.btnjiagong_i = function () { var t = new eui.Button(); this.btnjiagong = t; t.label = ""; t.x = 313; t.y = 279; t.skinName = Mofajiagong1PanelSkin$Skin59; return t; }; _proto.leftButton_i = function () { var t = new eui.Button(); this.leftButton = t; t.label = ""; t.x = 3; t.y = 446; t.skinName = Mofajiagong1PanelSkin$Skin60; return t; }; _proto.rightButton_i = function () { var t = new eui.Button(); this.rightButton = t; t.label = ""; t.x = 466; t.y = 445; t.skinName = Mofajiagong1PanelSkin$Skin61; return t; }; _proto.unit1_i = function () { var t = new MofajaigongUnitItem(); this.unit1 = t; t.skinName = "MofajiagongUnitItemSkin"; t.x = 97; t.y = 259; return t; }; _proto.unit2_i = function () { var t = new MofajaigongUnitItem(); this.unit2 = t; t.skinName = "MofajiagongUnitItemSkin"; t.x = 190; t.y = 257; return t; }; _proto.unit0_i = function () { var t = new MofajaigongUnitItem(); this.unit0 = t; t.skinName = "MofajiagongUnitItemSkin"; t.x = 3; t.y = 259; return t; }; _proto.hechengIcon_i = function () { var t = new eui.Image(); this.hechengIcon = t; t.height = 100; t.width = 100; t.x = 84; t.y = 80; return t; }; _proto.scrolls_i = function () { var t = new eui.Scroller(); this.scrolls = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 110; t.width = 422; t.x = 41; t.y = 426; t.viewport = this._Group1_i(); return t; }; _proto._Group1_i = function () { var t = new eui.Group(); return t; }; _proto.icons_i = function () { var t = new eui.Image(); this.icons = t; t.height = 40; t.width = 40; t.x = 319; t.y = 338; return t; }; _proto.labelNum_i = function () { var t = new eui.EditableText(); this.labelNum = t; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 35; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 100; t.x = 329; t.y = 181.5; return t; }; return Mofajiagong1PanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/jiagong/MofajiagongProssBarSkin.exml'] = window.MofajiagongProssBarSkin = (function (_super) { __extends(MofajiagongProssBarSkin, _super); function MofajiagongProssBarSkin() { _super.call(this); this.skinParts = ["imgpross","imgGroup","imgmask","prossLabel"]; this.height = 29; this.width = 387; this.elementsContent = [this._Image1_i(),this.imgGroup_i(),this.imgmask_i(),this.prossLabel_i()]; } var _proto = MofajiagongProssBarSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "common2_json.common2_prossbarbg_png"; t.x = 0; t.y = 0; return t; }; _proto.imgGroup_i = function () { var t = new eui.Group(); this.imgGroup = t; t.anchorOffsetY = 0; t.height = 25; t.width = 383; t.x = 2; t.y = 2; t.elementsContent = [this.imgpross_i()]; return t; }; _proto.imgpross_i = function () { var t = new eui.Image(); this.imgpross = t; t.source = "common2_json.common2_prossbar_png"; t.x = 0; t.y = 0; return t; }; _proto.imgmask_i = function () { var t = new eui.Image(); this.imgmask = t; t.source = "common2_json.common2_prossbar_png"; t.x = 2; t.y = 2; return t; }; _proto.prossLabel_i = function () { var t = new eui.Label(); this.prossLabel = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0; t.size = 20; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 200; t.y = 4; return t; }; return MofajiagongProssBarSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/jiagong/Mofajiagong2PanelSkin.exml'] = window.Mofajiagong2PanelSkin = (function (_super) { __extends(Mofajiagong2PanelSkin, _super); var Mofajiagong2PanelSkin$Skin62 = (function (_super) { __extends(Mofajiagong2PanelSkin$Skin62, _super); function Mofajiagong2PanelSkin$Skin62() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = Mofajiagong2PanelSkin$Skin62.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common2_json.common2_shengjibtn_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return Mofajiagong2PanelSkin$Skin62; })(eui.Skin); function Mofajiagong2PanelSkin() { _super.call(this); this.skinParts = ["prossbar","shengjiButton","goldLabel","unit0","unit1","unit3","unit2","unit4","iconImg","imgbgfang"]; this.height = 660; this.width = 498; this.elementsContent = [this._Image1_i(),this._Image2_i(),this._Image3_i(),this.prossbar_i(),this.shengjiButton_i(),this._Image4_i(),this.goldLabel_i(),this.unit0_i(),this.unit1_i(),this.unit3_i(),this.unit2_i(),this.unit4_i(),this.iconImg_i(),this._Group1_i()]; } var _proto = Mofajiagong2PanelSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "mofajiagong_json.mofajiagong_bg3_png"; t.y = 0; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 0.5; t.source = "mofajiagong_json.mofajiagongtiao1_png"; t.y = 427; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "mofajiagong_json.mofajiagong_texiao_png"; t.x = 147; t.y = 107; return t; }; _proto.prossbar_i = function () { var t = new MofaProssBar(); this.prossbar = t; t.skinName = "MofajiagongProssBarSkin"; t.x = 86; t.y = 61; return t; }; _proto.shengjiButton_i = function () { var t = new eui.Button(); this.shengjiButton = t; t.horizontalCenter = 0; t.label = ""; t.y = 465; t.skinName = Mofajiagong2PanelSkin$Skin62; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "mofajiagong_json.mofajiagong_tubiao2_png"; t.x = 45; t.y = 39; return t; }; _proto.goldLabel_i = function () { var t = new eui.Label(); this.goldLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 22; t.size = 20; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "10000"; t.width = 87; t.x = 235; t.y = 533; return t; }; _proto.unit0_i = function () { var t = new MofajaigongUnitItem(); this.unit0 = t; t.skinName = "MofajiagongUnitItemSkin"; t.x = 45; t.y = 104; return t; }; _proto.unit1_i = function () { var t = new MofajaigongUnitItem(); this.unit1 = t; t.skinName = "MofajiagongUnitItemSkin"; t.x = 44; t.y = 234; return t; }; _proto.unit3_i = function () { var t = new MofajaigongUnitItem(); this.unit3 = t; t.skinName = "MofajiagongUnitItemSkin"; t.x = 355; t.y = 238; return t; }; _proto.unit2_i = function () { var t = new MofajaigongUnitItem(); this.unit2 = t; t.skinName = "MofajiagongUnitItemSkin"; t.x = 203.5; t.y = 327; return t; }; _proto.unit4_i = function () { var t = new MofajaigongUnitItem(); this.unit4 = t; t.skinName = "MofajiagongUnitItemSkin"; t.x = 357; t.y = 103; return t; }; _proto.iconImg_i = function () { var t = new eui.Image(); this.iconImg = t; t.height = 40; t.width = 40; t.x = 185; t.y = 522; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 240; t.width = 225; t.x = 137; t.y = 91; t.elementsContent = [this.imgbgfang_i()]; return t; }; _proto.imgbgfang_i = function () { var t = new eui.Image(); this.imgbgfang = t; t.horizontalCenter = 0; t.scaleX = 1; t.scaleY = 1; t.source = "mofajiagong_json.mofajiagong_btn1_png"; t.verticalCenter = 0; return t; }; return Mofajiagong2PanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/jiagong/MofajiagongPanelSkin.exml'] = window.MofajiagongPanelSkin = (function (_super) { __extends(MofajiagongPanelSkin, _super); function MofajiagongPanelSkin() { _super.call(this); this.skinParts = ["panelCommon","panel1","panel2","radioButton0","radioButton1"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = MofajiagongPanelSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; t.x = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.bottom = 0; t.left = 0; t.right = 0; t.top = 0; t.touchEnabled = false; t.elementsContent = [this._Image1_i(),this.panel1_i(),this.panel2_i(),this.radioButton0_i(),this.radioButton1_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 696; t.horizontalCenter = 0.5; t.scale9Grid = new egret.Rectangle(57,69,344,415); t.scaleX = 1; t.scaleY = 1; t.source = "common2_json.common_db_10_png"; t.width = 515; t.x = 63; t.y = 159; return t; }; _proto.panel1_i = function () { var t = new MofajiagongPanel1(); this.panel1 = t; t.horizontalCenter = 0; t.skinName = "Mofajiagong1PanelSkin"; t.y = 214; return t; }; _proto.panel2_i = function () { var t = new MofajaigongPanel2(); this.panel2 = t; t.horizontalCenter = 0; t.skinName = "Mofajiagong2PanelSkin"; t.y = 215; return t; }; _proto.radioButton0_i = function () { var t = new MOfajiagongChangeButton(); this.radioButton0 = t; t.label = "加工"; t.skinName = "ModajiagongradionButtonSkin"; t.x = 100; t.y = 186; return t; }; _proto.radioButton1_i = function () { var t = new MOfajiagongChangeButton(); this.radioButton1 = t; t.label = "升级"; t.skinName = "ModajiagongradionButtonSkin"; t.x = 215; t.y = 186; return t; }; return MofajiagongPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/landup/LandOpenSkin.exml'] = window.LandOpenSkin = (function (_super) { __extends(LandOpenSkin, _super); var LandOpenSkin$Skin63 = (function (_super) { __extends(LandOpenSkin$Skin63, _super); function LandOpenSkin$Skin63() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = LandOpenSkin$Skin63.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_close_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return LandOpenSkin$Skin63; })(eui.Skin); function LandOpenSkin() { _super.call(this); this.skinParts = ["btnClose","labelLv","labelGold","btnOpen"]; this.height = 960; this.width = 640; this.elementsContent = [this._Rect1_i(),this._Group1_i()]; } var _proto = LandOpenSkin.prototype; _proto._Rect1_i = function () { var t = new eui.Rect(); t.bottom = 0; t.fillAlpha = 0; t.left = 0; t.right = 0; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 270; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this._Image2_i(),this._Image3_i(),this.btnClose_i(),this._Label1_i(),this._Label2_i(),this.labelLv_i(),this.labelGold_i(),this.btnOpen_i(),this._Image4_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 230; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(136,128,4,2); t.source = "c_panel2_png"; t.verticalCenter = 0; t.width = 464; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "panel_icon_landopen_png"; t.x = 162; t.y = -14; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.horizontalCenter = 22; t.source = "panel_title_landopen_png"; t.y = -16; return t; }; _proto.btnClose_i = function () { var t = new eui.Button(); this.btnClose = t; t.horizontalCenter = 201; t.verticalCenter = -102; t.skinName = LandOpenSkin$Skin63; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 24; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "扩建这块土地需要:"; t.textColor = 0xFFCC00; t.x = 133; t.y = 85; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 24; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "角色等级:"; t.textColor = 0xFFCC00; t.x = 133; t.y = 130; return t; }; _proto.labelLv_i = function () { var t = new eui.Label(); this.labelLv = t; t.size = 24; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "LV.20"; t.textColor = 0xFFFFFF; t.x = 249; t.y = 131; return t; }; _proto.labelGold_i = function () { var t = new eui.Label(); this.labelGold = t; t.size = 24; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "260000"; t.textColor = 0xFFFFFF; t.x = 381; t.y = 131; return t; }; _proto.btnOpen_i = function () { var t = new eui.Button(); this.btnOpen = t; t.horizontalCenter = 0; t.label = "扩建"; t.name = "btnOpen"; t.skinName = "common.MidButtonSkin"; t.verticalCenter = 78; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "sicon_gold_png"; t.x = 338; t.y = 124; return t; }; return LandOpenSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/landup/LandUpSkin.exml'] = window.LandUpSkin = (function (_super) { __extends(LandUpSkin, _super); function LandUpSkin() { _super.call(this); this.skinParts = ["panelCommon","groupTab","imgIcon","imgName","groupStar","labelTxtOut0","labelAddOut0","labelTxtOut1","labelAddOut1","labelTxtOut","labelAddOut","itemLabel1","itemLabel2","itemLabel3","itemLabel4","labelErr","itemIcon1","itemIcon2","itemIcon3","itemIcon4","btnUp","groupMain"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = LandUpSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.touchThrough = true; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this.groupTab_i(),this.groupMain_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 652; t.scale9Grid = new egret.Rectangle(31,31,8,9); t.source = "inner_page_png"; t.width = 538; t.x = 51; t.y = 194; return t; }; _proto.groupTab_i = function () { var t = new eui.Group(); this.groupTab = t; t.height = 46; t.width = 414; t.x = 80; t.y = 147; return t; }; _proto.groupMain_i = function () { var t = new eui.Group(); this.groupMain = t; t.anchorOffsetY = 0; t.height = 652; t.touchEnabled = false; t.touchThrough = true; t.width = 537; t.x = 51; t.y = 194; t.elementsContent = [this._Image2_i(),this._Image3_i(),this.imgIcon_i(),this._Image4_i(),this.imgName_i(),this._Image5_i(),this.groupStar_i(),this.labelTxtOut0_i(),this.labelAddOut0_i(),this.labelTxtOut1_i(),this.labelAddOut1_i(),this.labelTxtOut_i(),this.labelAddOut_i(),this.itemLabel1_i(),this.itemLabel2_i(),this.itemLabel3_i(),this.itemLabel4_i(),this.labelErr_i(),this.itemIcon1_i(),this.itemIcon2_i(),this.itemIcon3_i(),this.itemIcon4_i(),this.btnUp_i()]; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "building_housebg_png"; t.x = 22; t.y = 38; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "land_up_light_png"; t.touchEnabled = false; t.x = 36; t.y = -35; return t; }; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.horizontalCenter = 4.5; t.source = "land_up_icon1_png"; t.verticalCenter = -118.5; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "skin_top_png"; t.x = 127; t.y = 16; return t; }; _proto.imgName_i = function () { var t = new eui.Image(); this.imgName = t; t.horizontalCenter = 13.5; t.source = "land_up_name1_png"; t.y = 15; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(13,12,1,2); t.source = "s_tip_png"; t.width = 310; t.x = 187; t.y = 335; return t; }; _proto.groupStar_i = function () { var t = new eui.Group(); this.groupStar = t; t.height = 20; t.width = 301; t.x = 192; t.y = 337; t.elementsContent = [this._Image6_i(),this._Image7_i(),this._Image8_i(),this._Image9_i(),this._Image10_i(),this._Image11_i(),this._Image12_i(),this._Image13_i(),this._Image14_i(),this._Image15_i(),this._Image16_i(),this._Image17_i()]; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.source = "building_land_num0_png"; t.x = 12; t.y = 2; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.source = "building_land_num0_png"; t.x = 36; t.y = 2; return t; }; _proto._Image8_i = function () { var t = new eui.Image(); t.source = "building_land_num0_png"; t.x = 59; t.y = 2; return t; }; _proto._Image9_i = function () { var t = new eui.Image(); t.source = "building_land_num0_png"; t.x = 83; t.y = 2; return t; }; _proto._Image10_i = function () { var t = new eui.Image(); t.source = "building_land_num0_png"; t.x = 107; t.y = 2; return t; }; _proto._Image11_i = function () { var t = new eui.Image(); t.source = "building_land_num0_png"; t.x = 130; t.y = 2; return t; }; _proto._Image12_i = function () { var t = new eui.Image(); t.source = "building_land_num0_png"; t.x = 154; t.y = 2; return t; }; _proto._Image13_i = function () { var t = new eui.Image(); t.source = "building_land_num0_png"; t.x = 177; t.y = 2; return t; }; _proto._Image14_i = function () { var t = new eui.Image(); t.source = "building_land_num0_png"; t.x = 201; t.y = 2; return t; }; _proto._Image15_i = function () { var t = new eui.Image(); t.source = "building_land_num0_png"; t.x = 225; t.y = 2; return t; }; _proto._Image16_i = function () { var t = new eui.Image(); t.source = "building_land_num0_png"; t.x = 248; t.y = 2; return t; }; _proto._Image17_i = function () { var t = new eui.Image(); t.source = "building_land_num0_png"; t.x = 272; t.y = 2; return t; }; _proto.labelTxtOut0_i = function () { var t = new eui.Label(); this.labelTxtOut0 = t; t.fontFamily = "huakanghaibao"; t.height = 30; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "收获红土地的果实将增加经验:"; t.textColor = 0xFFCC00; t.verticalAlign = "middle"; t.x = 18; t.y = 413; return t; }; _proto.labelAddOut0_i = function () { var t = new eui.Label(); this.labelAddOut0 = t; t.anchorOffsetX = 0; t.bold = true; t.fontFamily = "huakanghaibao"; t.height = 30; t.rotation = 359.56; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "10%"; t.textAlign = "left"; t.textColor = 0x73FF8D; t.verticalAlign = "middle"; t.width = 100.02; t.x = 410; t.y = 413; return t; }; _proto.labelTxtOut1_i = function () { var t = new eui.Label(); this.labelTxtOut1 = t; t.fontFamily = "huakanghaibao"; t.height = 30; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "收获红土地的果实将增加产量:"; t.textColor = 0xFFCC00; t.verticalAlign = "middle"; t.x = 18; t.y = 446; return t; }; _proto.labelAddOut1_i = function () { var t = new eui.Label(); this.labelAddOut1 = t; t.anchorOffsetX = 0; t.bold = true; t.fontFamily = "huakanghaibao"; t.height = 30; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "10%"; t.textAlign = "left"; t.textColor = 0x73FF8D; t.verticalAlign = "middle"; t.width = 78; t.x = 410; t.y = 446; return t; }; _proto.labelTxtOut_i = function () { var t = new eui.Label(); this.labelTxtOut = t; t.fontFamily = "huakanghaibao"; t.height = 30; t.size = 22; t.stroke = 2; t.strokeColor = 0x9c460b; t.text = "收获红土地的果实将增加产量:"; t.textColor = 0xFFCC00; t.verticalAlign = "middle"; t.x = 18; t.y = 382; return t; }; _proto.labelAddOut_i = function () { var t = new eui.Label(); this.labelAddOut = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.bold = true; t.fontFamily = "huakanghaibao"; t.height = 30; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "45245"; t.textAlign = "left"; t.textColor = 0x73FF8D; t.verticalAlign = "middle"; t.width = 82; t.x = 411; t.y = 382; return t; }; _proto.itemLabel1_i = function () { var t = new eui.Label(); this.itemLabel1 = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "2600"; t.textAlign = "left"; t.textColor = 0x73FF8D; t.width = 74; t.x = 61.69; t.y = 569.65; return t; }; _proto.itemLabel2_i = function () { var t = new eui.Label(); this.itemLabel2 = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "2600"; t.textAlign = "left"; t.textColor = 0x73FF8D; t.width = 74; t.x = 180.86; t.y = 569.65; return t; }; _proto.itemLabel3_i = function () { var t = new eui.Label(); this.itemLabel3 = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "2600"; t.textAlign = "left"; t.textColor = 0x73FF8D; t.width = 74; t.x = 316.36; t.y = 569.65; return t; }; _proto.itemLabel4_i = function () { var t = new eui.Label(); this.itemLabel4 = t; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x9C460B; t.text = "2600"; t.textAlign = "left"; t.textColor = 0x73FF8D; t.width = 74; t.x = 443.68; t.y = 569.65; return t; }; _proto.labelErr_i = function () { var t = new eui.Label(); this.labelErr = t; t.fontFamily = "Arial"; t.horizontalCenter = 0.5; t.size = 22; t.stroke = 1; t.strokeColor = 0x9C460B; t.text = "材料不足"; t.textAlign = "center"; t.textColor = 0xEB060A; t.width = 490; t.y = 620.64; return t; }; _proto.itemIcon1_i = function () { var t = new eui.Image(); this.itemIcon1 = t; t.height = 35; t.source = "sicon_gold_png"; t.width = 35; t.x = 26.35; t.y = 563.15; return t; }; _proto.itemIcon2_i = function () { var t = new eui.Image(); this.itemIcon2 = t; t.height = 35; t.source = "sicon_gold_png"; t.width = 35; t.x = 146.68; t.y = 563.15; return t; }; _proto.itemIcon3_i = function () { var t = new eui.Image(); this.itemIcon3 = t; t.height = 35; t.source = "roleinfo_json.role_item_smallstone_png"; t.width = 35; t.x = 281.68; t.y = 563.15; return t; }; _proto.itemIcon4_i = function () { var t = new eui.Image(); this.itemIcon4 = t; t.height = 35; t.source = "roleinfo_json.role_item_smallsteel_png"; t.width = 35; t.x = 408.18; t.y = 563.15; return t; }; _proto.btnUp_i = function () { var t = new eui.Button(); this.btnUp = t; t.horizontalCenter = 0.5; t.label = "升级"; t.name = "btnUp"; t.skinName = "common.MidButtonSkin"; t.verticalCenter = 202; t.width = 132; return t; }; return LandUpSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/log/LogPanelSkin.exml'] = window.LogPanelSkin = (function (_super) { __extends(LogPanelSkin, _super); var LogPanelSkin$Skin64 = (function (_super) { __extends(LogPanelSkin$Skin64, _super); function LogPanelSkin$Skin64() { _super.call(this); this.skinParts = ["labelDisplay1"]; this.elementsContent = [this._Image1_i(),this.labelDisplay1_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = LogPanelSkin$Skin64.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_page_next_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay1_i = function () { var t = new eui.Label(); this.labelDisplay1 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return LogPanelSkin$Skin64; })(eui.Skin); var LogPanelSkin$Skin65 = (function (_super) { __extends(LogPanelSkin$Skin65, _super); function LogPanelSkin$Skin65() { _super.call(this); this.skinParts = ["labelDisplay0"]; this.elementsContent = [this._Image1_i(),this.labelDisplay0_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = LogPanelSkin$Skin65.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_page_prev_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay0_i = function () { var t = new eui.Label(); this.labelDisplay0 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return LogPanelSkin$Skin65; })(eui.Skin); function LogPanelSkin() { _super.call(this); this.skinParts = ["panelCommon","groupTab","list","scroller","btnClear","labelPage","btnNext","btnPrev"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = LogPanelSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.touchEnabled = false; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this.groupTab_i(),this.scroller_i(),this.btnClear_i(),this.labelPage_i(),this.btnNext_i(),this.btnPrev_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 520; t.scale9Grid = new egret.Rectangle(31,31,8,9); t.source = "inner_page_png"; t.width = 487; t.x = 77; t.y = 238.94; return t; }; _proto.groupTab_i = function () { var t = new eui.Group(); this.groupTab = t; t.height = 46; t.width = 411; t.x = 77; t.y = 191.78; return t; }; _proto.scroller_i = function () { var t = new eui.Scroller(); this.scroller = t; t.anchorOffsetY = 0; t.height = 500; t.scrollPolicyH = "off"; t.scrollPolicyV = "auto"; t.width = 482; t.x = 80; t.y = 248.3; t.viewport = this.list_i(); return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.anchorOffsetY = 0; t.bottom = 1; t.left = 0; t.right = 0; t.top = -1; t.layout = this._VerticalLayout1_i(); return t; }; _proto._VerticalLayout1_i = function () { var t = new eui.VerticalLayout(); t.gap = 0; return t; }; _proto.btnClear_i = function () { var t = new eui.Button(); this.btnClear = t; t.horizontalCenter = 152; t.label = "清空"; t.skinName = "common.ShopBuyButtonSkin"; t.verticalCenter = 310; return t; }; _proto.labelPage_i = function () { var t = new eui.Label(); this.labelPage = t; t.horizontalCenter = -5; t.size = 24; t.text = "1/60"; t.textAlign = "center"; t.textColor = 0x753F24; t.verticalCenter = 308; t.width = 72; return t; }; _proto.btnNext_i = function () { var t = new eui.Button(); this.btnNext = t; t.horizontalCenter = 61; t.verticalCenter = 307.5; t.x = 10; t.y = 10; t.skinName = LogPanelSkin$Skin64; return t; }; _proto.btnPrev_i = function () { var t = new eui.Button(); this.btnPrev = t; t.horizontalCenter = -67; t.verticalCenter = 307.5; t.x = 10; t.y = 10; t.skinName = LogPanelSkin$Skin65; return t; }; return LogPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/lottery/LotteryCardSkin.exml'] = window.LotteryCardSkin = (function (_super) { __extends(LotteryCardSkin, _super); function LotteryCardSkin() { _super.call(this); this.skinParts = ["imgIcon","labelNum"]; this.height = 90; this.width = 90; this.elementsContent = [this._Image1_i(),this.imgIcon_i(),this.labelNum_i()]; } var _proto = LotteryCardSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "common_json.item_bg_png"; return t; }; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.horizontalCenter = 0.5; t.source = "plant_p0_png"; t.verticalCenter = -2.5; return t; }; _proto.labelNum_i = function () { var t = new eui.Label(); this.labelNum = t; t.bottom = 2; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0; t.size = 22; t.text = "x3000"; t.textColor = 0xb36011; return t; }; return LotteryCardSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/lottery/LotterySkin.exml'] = window.LotterySkin = (function (_super) { __extends(LotterySkin, _super); var LotterySkin$Skin66 = (function (_super) { __extends(LotterySkin$Skin66, _super); function LotterySkin$Skin66() { _super.call(this); this.skinParts = ["labelDisplay0"]; this.elementsContent = [this._Image1_i(),this.labelDisplay0_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = LotterySkin$Skin66.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_help_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay0_i = function () { var t = new eui.Label(); this.labelDisplay0 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return LotterySkin$Skin66; })(eui.Skin); var LotterySkin$Skin67 = (function (_super) { __extends(LotterySkin$Skin67, _super); function LotterySkin$Skin67() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = LotterySkin$Skin67.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "lottery_btn_go_png"; t.percentWidth = 100; t.x = 0; t.y = 0; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.x = 67; t.y = 26; return t; }; return LotterySkin$Skin67; })(eui.Skin); function LotterySkin() { _super.call(this); this.skinParts = ["rectMask","imgBg","btnHelp","title","btnClose","imgLight","groupLight","imgCirLight","groupItems","btnReward","btnLottery","labelPrice","imgGold","imgDiamond","panel"]; this.height = 960; this.width = 640; this.elementsContent = [this.rectMask_i(),this.panel_i()]; } var _proto = LotterySkin.prototype; _proto.rectMask_i = function () { var t = new eui.Rect(); this.rectMask = t; t.bottom = 0; t.fillAlpha = 0; t.left = 0; t.right = 0; t.top = 0; t.x = 20; t.y = 20; return t; }; _proto.panel_i = function () { var t = new eui.Group(); this.panel = t; t.height = 608; t.touchChildren = true; t.touchEnabled = false; t.width = 640; t.x = 0; t.y = 176; t.elementsContent = [this.imgBg_i(),this.title_i(),this._Image3_i(),this._Image4_i(),this._Image5_i(),this.btnClose_i(),this.imgLight_i(),this.groupLight_i(),this.imgCirLight_i(),this.groupItems_i(),this.btnReward_i(),this.btnLottery_i(),this.labelPrice_i(),this.imgGold_i(),this.imgDiamond_i()]; return t; }; _proto.imgBg_i = function () { var t = new eui.Image(); this.imgBg = t; t.height = 578; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(122,179,5,4); t.source = "c_panel_png"; t.touchEnabled = false; t.verticalCenter = 0; t.width = 600; return t; }; _proto.title_i = function () { var t = new eui.Group(); this.title = t; t.height = 61; t.top = 22; t.width = 488; t.x = 75; t.elementsContent = [this._Image1_i(),this._Image2_i(),this.btnHelp_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.bottom = 2; t.horizontalCenter = 12.5; t.source = "panel_title_lottery_png"; t.touchEnabled = false; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.bottom = 1; t.horizontalCenter = -191.5; t.source = "panel_icon_lottery_png"; t.touchEnabled = false; return t; }; _proto.btnHelp_i = function () { var t = new eui.Button(); this.btnHelp = t; t.horizontalCenter = 231; t.label = ""; t.verticalCenter = -4.5; t.skinName = LotterySkin$Skin66; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.height = 458; t.horizontalCenter = -1; t.scale9Grid = new egret.Rectangle(65,200,392,11); t.source = "pay_bg_png"; t.y = 85; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "pay_zhuangshi_png"; t.x = 7; t.y = 70; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.scaleX = -1; t.source = "pay_zhuangshi_png"; t.x = 634; t.y = 70; return t; }; _proto.btnClose_i = function () { var t = new eui.Button(); this.btnClose = t; t.height = 70; t.label = "离开"; t.skinName = "common.ExitButtonSkin"; t.width = 200; t.x = 220; t.y = 533; return t; }; _proto.imgLight_i = function () { var t = new eui.Image(); this.imgLight = t; t.source = "lottery_light_png"; t.x = 68; t.y = 128; return t; }; _proto.groupLight_i = function () { var t = new eui.Group(); this.groupLight = t; t.height = 200; t.width = 288; t.x = 177; t.y = 234; t.elementsContent = [this._Image6_i(),this._Image7_i(),this._Image8_i(),this._Image9_i(),this._Image10_i(),this._Image11_i(),this._Image12_i(),this._Image13_i(),this._Image14_i(),this._Image15_i()]; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.source = "lottery_dot1_png"; t.x = 36; t.y = 29; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.source = "lottery_dot1_png"; t.x = 30; t.y = 135; return t; }; _proto._Image8_i = function () { var t = new eui.Image(); t.source = "lottery_dot1_png"; t.x = 130; t.y = 33; return t; }; _proto._Image9_i = function () { var t = new eui.Image(); t.source = "lottery_dot1_png"; t.x = 196; t.y = 135; return t; }; _proto._Image10_i = function () { var t = new eui.Image(); t.source = "lottery_dot2_png"; t.x = 228; t.y = 41; return t; }; _proto._Image11_i = function () { var t = new eui.Image(); t.source = "lottery_dot2_png"; t.x = 177; t.y = 20; return t; }; _proto._Image12_i = function () { var t = new eui.Image(); t.source = "lottery_dot2_png"; t.x = 229; t.y = 133; return t; }; _proto._Image13_i = function () { var t = new eui.Image(); t.source = "lottery_dot2_png"; t.x = 43; t.y = 90; return t; }; _proto._Image14_i = function () { var t = new eui.Image(); t.source = "lottery_dot2_png"; t.x = 91; t.y = 123; return t; }; _proto._Image15_i = function () { var t = new eui.Image(); t.source = "lottery_dot2_png"; t.x = 242; t.y = 99; return t; }; _proto.imgCirLight_i = function () { var t = new eui.Image(); this.imgCirLight = t; t.source = "lottery_l2_png"; t.x = 186; t.y = 241; return t; }; _proto.groupItems_i = function () { var t = new eui.Group(); this.groupItems = t; t.height = 382; t.width = 476; t.x = 83; t.y = 143; t.elementsContent = [this._Component1_i(),this._Component2_i(),this._Component3_i(),this._Component4_i(),this._Component5_i(),this._Component6_i(),this._Component7_i(),this._Component8_i(),this._Component9_i(),this._Component10_i(),this._Component11_i(),this._Component12_i(),this._Component13_i(),this._Component14_i()]; return t; }; _proto._Component1_i = function () { var t = new eui.Component(); t.skinName = "LotteryCardSkin"; return t; }; _proto._Component2_i = function () { var t = new eui.Component(); t.skinName = "LotteryCardSkin"; t.x = 97; return t; }; _proto._Component3_i = function () { var t = new eui.Component(); t.skinName = "LotteryCardSkin"; t.x = 193; return t; }; _proto._Component4_i = function () { var t = new eui.Component(); t.skinName = "LotteryCardSkin"; t.x = 290; return t; }; _proto._Component5_i = function () { var t = new eui.Component(); t.skinName = "LotteryCardSkin"; t.x = 386; return t; }; _proto._Component6_i = function () { var t = new eui.Component(); t.skinName = "LotteryCardSkin"; t.x = 386; t.y = 95; return t; }; _proto._Component7_i = function () { var t = new eui.Component(); t.skinName = "LotteryCardSkin"; t.x = 386; t.y = 191; return t; }; _proto._Component8_i = function () { var t = new eui.Component(); t.skinName = "LotteryCardSkin"; t.x = 386; t.y = 286; return t; }; _proto._Component9_i = function () { var t = new eui.Component(); t.skinName = "LotteryCardSkin"; t.x = 290; t.y = 286; return t; }; _proto._Component10_i = function () { var t = new eui.Component(); t.skinName = "LotteryCardSkin"; t.x = 193; t.y = 286; return t; }; _proto._Component11_i = function () { var t = new eui.Component(); t.skinName = "LotteryCardSkin"; t.x = 97; t.y = 286; return t; }; _proto._Component12_i = function () { var t = new eui.Component(); t.skinName = "LotteryCardSkin"; t.y = 286; return t; }; _proto._Component13_i = function () { var t = new eui.Component(); t.skinName = "LotteryCardSkin"; t.y = 191; return t; }; _proto._Component14_i = function () { var t = new eui.Component(); t.skinName = "LotteryCardSkin"; t.y = 95; return t; }; _proto.btnReward_i = function () { var t = new eui.Button(); this.btnReward = t; t.horizontalCenter = 0; t.label = "领取奖励"; t.skinName = "common.MidButtonSkin"; t.verticalCenter = 20; return t; }; _proto.btnLottery_i = function () { var t = new eui.Button(); this.btnLottery = t; t.height = 52; t.label = ""; t.width = 133; t.x = 254; t.y = 308; t.skinName = LotterySkin$Skin67; return t; }; _proto.labelPrice_i = function () { var t = new eui.Label(); this.labelPrice = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 29; t.size = 20; t.text = "(本次免费)"; t.textColor = 0x7bff6d; t.y = 374; return t; }; _proto.imgGold_i = function () { var t = new eui.Image(); this.imgGold = t; t.source = "3002_png"; t.x = 257; t.y = 365; return t; }; _proto.imgDiamond_i = function () { var t = new eui.Image(); this.imgDiamond = t; t.source = "3001_png"; t.x = 258; t.y = 367; return t; }; return LotterySkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/message/SendMessageSkin.exml'] = window.SendMessageSkin = (function (_super) { __extends(SendMessageSkin, _super); function SendMessageSkin() { _super.call(this); this.skinParts = ["panelCommon","sendBtn","wxEt","phoneEt","contentEt","groupMain"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = SendMessageSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.touchThrough = true; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this.groupMain_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 542.66; t.scale9Grid = new egret.Rectangle(31,31,8,9); t.source = "inner_page_png"; t.width = 440; t.x = 100; t.y = 230.34; return t; }; _proto.groupMain_i = function () { var t = new eui.Group(); this.groupMain = t; t.anchorOffsetY = 0; t.height = 542.66; t.touchEnabled = false; t.touchThrough = true; t.width = 440; t.x = 99; t.y = 230; t.elementsContent = [this._Image2_i(),this._Label1_i(),this._Label2_i(),this._Label3_i(),this._Label4_i(),this._Label5_i(),this._Image3_i(),this._Image4_i(),this._Image5_i(),this.sendBtn_i(),this.wxEt_i(),this.phoneEt_i(),this.contentEt_i()]; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "tuding_png"; t.x = 381.34; t.y = -14.66; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 24; t.stroke = 3; t.strokeColor = 0x724F2E; t.text = "私人微信:"; t.textColor = 0xFFFFFF; t.x = 23; t.y = 53; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 24; t.stroke = 3; t.strokeColor = 0x724F2E; t.text = "联系电话:"; t.textColor = 0xFFFFFF; t.x = 23; t.y = 112; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 24; t.stroke = 3; t.strokeColor = 0x724F2E; t.text = "输入发布内容:"; t.textColor = 0xFFFFFF; t.x = 23; t.y = 172.43; return t; }; _proto._Label4_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.horizontalCenter = 0; t.size = 24; t.stroke = 3; t.strokeColor = 0x724F2E; t.text = "注:消耗一个喇叭进行发布,"; t.textColor = 0xFFFFFF; t.y = 456; return t; }; _proto._Label5_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.horizontalCenter = 0; t.size = 24; t.stroke = 3; t.strokeColor = 0x724F2E; t.text = "审核后在游戏内推送"; t.textColor = 0xFFFFFF; t.y = 492.66; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(10,9,8,19); t.source = "user_bar_png"; t.x = 135; t.y = 40; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.height = 150; t.scale9Grid = new egret.Rectangle(10,9,8,19); t.source = "user_bar_png"; t.width = 400; t.x = 20; t.y = 203.33; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(10,9,8,19); t.source = "user_bar_png"; t.x = 135; t.y = 98; return t; }; _proto.sendBtn_i = function () { var t = new eui.Button(); this.sendBtn = t; t.horizontalCenter = 0.5; t.label = "发送"; t.skinName = "common.PurpleButtonSkin"; t.y = 377.84; return t; }; _proto.wxEt_i = function () { var t = new eui.EditableText(); this.wxEt = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.maxChars = 20; t.size = 28; t.text = ""; t.textAlign = "center"; t.textColor = 0x6A411A; t.width = 243; t.x = 148.84; t.y = 51; return t; }; _proto.phoneEt_i = function () { var t = new eui.EditableText(); this.phoneEt = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.maxChars = 11; t.size = 28; t.text = ""; t.textAlign = "center"; t.textColor = 0x6A411A; t.width = 243; t.x = 148.84; t.y = 110; return t; }; _proto.contentEt_i = function () { var t = new eui.EditableText(); this.contentEt = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 119.33; t.maxChars = 50; t.multiline = true; t.size = 28; t.text = ""; t.textAlign = "center"; t.textColor = 0x6A411A; t.width = 364.33; t.x = 38.5; t.y = 218.77; return t; }; return SendMessageSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/mofahecheng/Mofahecheng.exml'] = window.Mofahecheng = (function (_super) { __extends(Mofahecheng, _super); function Mofahecheng() { _super.call(this); this.skinParts = []; this.height = 300; this.width = 400; } var _proto = Mofahecheng.prototype; return Mofahecheng; })(eui.Skin);generateEUI.paths['resource/skins/panel/mofahecheng/MofahechengunitSkin.exml'] = window.MofahechengunitSkin = (function (_super) { __extends(MofahechengunitSkin, _super); function MofahechengunitSkin() { _super.call(this); this.skinParts = ["liangbg","anbg","numLabel","icons"]; this.elementsContent = [this.liangbg_i(),this.anbg_i(),this.numLabel_i(),this._Group1_i()]; } var _proto = MofahechengunitSkin.prototype; _proto.liangbg_i = function () { var t = new eui.Image(); this.liangbg = t; t.horizontalCenter = 0; t.source = "mofahecheng_json.mofahecheng_hui_png"; t.verticalCenter = 23.5; return t; }; _proto.anbg_i = function () { var t = new eui.Image(); this.anbg = t; t.horizontalCenter = 0; t.source = "mofahecheng_json.mofahecheng_liang_png"; t.verticalCenter = 22.5; return t; }; _proto.numLabel_i = function () { var t = new eui.Label(); this.numLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 21; t.horizontalCenter = 0; t.size = 20; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "10/10"; t.textAlign = "center"; t.textColor = 0xffffff; t.width = 92; t.y = 77; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetY = 0; t.height = 54; t.horizontalCenter = 0; t.verticalCenter = -20; t.width = 100; t.elementsContent = [this.icons_i()]; return t; }; _proto.icons_i = function () { var t = new eui.Image(); this.icons = t; t.bottom = 0; t.horizontalCenter = 0; return t; }; return MofahechengunitSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/mofahecheng/MofahechengradioButtonSkin.exml'] = window.MofahechengradioButtonSkin = (function (_super) { __extends(MofahechengradioButtonSkin, _super); function MofahechengradioButtonSkin() { _super.call(this); this.skinParts = ["imgbg","icons"]; this.currentState = "up"; this.elementsContent = [this.imgbg_i(),this.icons_i()]; this.states = [ new eui.State ("up", [ new eui.SetProperty("imgbg","alpha",0) ]) , new eui.State ("down", [ new eui.SetProperty("imgbg","alpha",0) ]) , new eui.State ("upAndSelected", [ ]) , new eui.State ("downAndSelected", [ ]) ]; } var _proto = MofahechengradioButtonSkin.prototype; _proto.imgbg_i = function () { var t = new eui.Image(); this.imgbg = t; t.horizontalCenter = 0; t.source = "mofahecheng_json.mofahecheng_xuanzhong_png"; t.verticalCenter = 0; return t; }; _proto.icons_i = function () { var t = new eui.Image(); this.icons = t; t.height = 84; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 83; return t; }; return MofahechengradioButtonSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/mofahecheng/MofahechengPanel.exml'] = window.MofahechengPanelSkin = (function (_super) { __extends(MofahechengPanelSkin, _super); var MofahechengPanelSkin$Skin68 = (function (_super) { __extends(MofahechengPanelSkin$Skin68, _super); function MofahechengPanelSkin$Skin68() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = MofahechengPanelSkin$Skin68.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common2_json.common_likai_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return MofahechengPanelSkin$Skin68; })(eui.Skin); var MofahechengPanelSkin$Skin69 = (function (_super) { __extends(MofahechengPanelSkin$Skin69, _super); function MofahechengPanelSkin$Skin69() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = MofahechengPanelSkin$Skin69.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common2_json.common2_diban_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.fontFamily = "huakanghaibao"; t.height = 40; t.horizontalCenter = 0; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = ""; t.textAlign = "center"; t.verticalAlign = "middle"; t.verticalCenter = 0; t.width = 150; return t; }; return MofahechengPanelSkin$Skin69; })(eui.Skin); function MofahechengPanelSkin() { _super.call(this); this.skinParts = ["panelCommon","unit0","unit1","unit2","unit3","unit4","goldLabel","likaiBtn","radio0","radio1","radio2","radio3","radio4","zhizuoButton"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Image1_i(),this._Group1_i(),this.zhizuoButton_i()]; } var _proto = MofahechengPanelSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.height = 960; t.skinName = "common.PanelCommonSkin"; t.top = 0; t.x = 0; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "mofahecheng_json.mofahecheng_bg_png"; t.x = 23; t.y = 154; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 522; t.width = 504; t.x = 66; t.y = 209; t.elementsContent = [this._Image2_i(),this.unit0_i(),this.unit1_i(),this.unit2_i(),this.unit3_i(),this.unit4_i(),this._Image3_i(),this.goldLabel_i(),this.likaiBtn_i(),this.radio0_i(),this.radio1_i(),this.radio2_i(),this.radio3_i(),this.radio4_i()]; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "mofahecheng_json.mofahecheng_zhen_png"; t.y = 115; return t; }; _proto.unit0_i = function () { var t = new MofahechengUnit(); this.unit0 = t; t.horizontalCenter = 1; t.skinName = "MofahechengunitSkin"; t.y = 107.5; return t; }; _proto.unit1_i = function () { var t = new MofahechengUnit(); this.unit1 = t; t.skinName = "MofahechengunitSkin"; t.x = 22; t.y = 208.5; return t; }; _proto.unit2_i = function () { var t = new MofahechengUnit(); this.unit2 = t; t.skinName = "MofahechengunitSkin"; t.x = 374; t.y = 212; return t; }; _proto.unit3_i = function () { var t = new MofahechengUnit(); this.unit3 = t; t.skinName = "MofahechengunitSkin"; t.x = 73; t.y = 410; return t; }; _proto.unit4_i = function () { var t = new MofahechengUnit(); this.unit4 = t; t.skinName = "MofahechengunitSkin"; t.x = 319; t.y = 412; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "mofahecheng_json.mofahecheng_luzi_png"; t.x = 170; t.y = 257; return t; }; _proto.goldLabel_i = function () { var t = new eui.Label(); this.goldLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 21; t.size = 20; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.width = 117; t.x = 235; t.y = 390; return t; }; _proto.likaiBtn_i = function () { var t = new eui.Button(); this.likaiBtn = t; t.horizontalCenter = 0; t.label = ""; t.scaleX = 1; t.scaleY = 1; t.x = 154; t.y = 631; t.skinName = MofahechengPanelSkin$Skin68; return t; }; _proto.radio0_i = function () { var t = new MofahechengRadioButton(); this.radio0 = t; t.label = "RadioButton"; t.skinName = "MofahechengradioButtonSkin"; t.x = 48; t.y = 15; return t; }; _proto.radio1_i = function () { var t = new MofahechengRadioButton(); this.radio1 = t; t.label = "RadioButton"; t.skinName = "MofahechengradioButtonSkin"; t.x = 132; t.y = 14; return t; }; _proto.radio2_i = function () { var t = new MofahechengRadioButton(); this.radio2 = t; t.label = "RadioButton"; t.skinName = "MofahechengradioButtonSkin"; t.x = 216.5; t.y = 15; return t; }; _proto.radio3_i = function () { var t = new MofahechengRadioButton(); this.radio3 = t; t.label = "RadioButton"; t.skinName = "MofahechengradioButtonSkin"; t.x = 299.5; t.y = 15; return t; }; _proto.radio4_i = function () { var t = new MofahechengRadioButton(); this.radio4 = t; t.label = "RadioButton"; t.skinName = "MofahechengradioButtonSkin"; t.x = 383.5; t.y = 14; return t; }; _proto.zhizuoButton_i = function () { var t = new eui.Button(); this.zhizuoButton = t; t.label = "制作"; t.x = 220; t.y = 733; t.skinName = MofahechengPanelSkin$Skin69; return t; }; return MofahechengPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/notice/NoticeListItemSkin.exml'] = window.NoticeListItemSkin = (function (_super) { __extends(NoticeListItemSkin, _super); function NoticeListItemSkin() { _super.call(this); this.skinParts = ["titleLabel","contentLabel","timeLabel"]; this.elementsContent = [this._Image1_i(),this.titleLabel_i(),this.contentLabel_i(),this.timeLabel_i(),this._Image2_i()]; } var _proto = NoticeListItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "notice_bg_png"; t.y = 0; return t; }; _proto.titleLabel_i = function () { var t = new eui.Label(); this.titleLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakang"; t.height = 26; t.size = 26; t.stroke = 3; t.strokeColor = 0x724f2e; t.text = ""; t.width = 450; t.x = 7.67; t.y = 5.99; return t; }; _proto.contentLabel_i = function () { var t = new eui.Label(); this.contentLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakang"; t.height = 46.67; t.size = 20; t.stroke = 3; t.strokeColor = 0x724F2E; t.text = ""; t.width = 450; t.x = 7; t.y = 44.16; return t; }; _proto.timeLabel_i = function () { var t = new eui.Label(); this.timeLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakang"; t.height = 18; t.size = 16; t.stroke = 2; t.strokeColor = 0x724F2E; t.text = ""; t.textAlign = "right"; t.width = 450; t.x = 8.5; t.y = 95.54; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 0.5; t.source = "notice_line_png"; t.y = 34.31; return t; }; return NoticeListItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/notice/NoticeSkin.exml'] = window.NoticeSkin = (function (_super) { __extends(NoticeSkin, _super); var NoticeSkin$Skin70 = (function (_super) { __extends(NoticeSkin$Skin70, _super); function NoticeSkin$Skin70() { _super.call(this); this.skinParts = ["labelDisplay1"]; this.elementsContent = [this._Image1_i(),this.labelDisplay1_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = NoticeSkin$Skin70.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_page_next_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay1_i = function () { var t = new eui.Label(); this.labelDisplay1 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return NoticeSkin$Skin70; })(eui.Skin); var NoticeSkin$Skin71 = (function (_super) { __extends(NoticeSkin$Skin71, _super); function NoticeSkin$Skin71() { _super.call(this); this.skinParts = ["labelDisplay0"]; this.elementsContent = [this._Image1_i(),this.labelDisplay0_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = NoticeSkin$Skin71.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_page_prev_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay0_i = function () { var t = new eui.Label(); this.labelDisplay0 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return NoticeSkin$Skin71; })(eui.Skin); function NoticeSkin() { _super.call(this); this.skinParts = ["panelCommon","list","scroller","labelPage","btnNext","btnPrev"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = NoticeSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.touchEnabled = false; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this.scroller_i(),this.labelPage_i(),this.btnNext_i(),this.btnPrev_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 555; t.scale9Grid = new egret.Rectangle(31,31,8,9); t.source = "inner_page_png"; t.width = 487; t.x = 77; t.y = 195.94; return t; }; _proto.scroller_i = function () { var t = new eui.Scroller(); this.scroller = t; t.anchorOffsetY = 0; t.height = 535; t.scrollPolicyH = "off"; t.scrollPolicyV = "auto"; t.width = 482; t.x = 80; t.y = 205.3; t.viewport = this.list_i(); return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.anchorOffsetY = 0; t.bottom = 0; t.left = 0; t.right = 0; t.top = -32; t.layout = this._VerticalLayout1_i(); return t; }; _proto._VerticalLayout1_i = function () { var t = new eui.VerticalLayout(); t.gap = 15; t.paddingLeft = 10; t.paddingTop = 15; return t; }; _proto.labelPage_i = function () { var t = new eui.Label(); this.labelPage = t; t.anchorOffsetX = 0; t.horizontalCenter = -3; t.size = 24; t.text = "1/60"; t.textAlign = "center"; t.textColor = 0x753F24; t.verticalCenter = 301; t.width = 112; return t; }; _proto.btnNext_i = function () { var t = new eui.Button(); this.btnNext = t; t.horizontalCenter = 78; t.verticalCenter = 300.5; t.x = 10; t.y = 10; t.skinName = NoticeSkin$Skin70; return t; }; _proto.btnPrev_i = function () { var t = new eui.Button(); this.btnPrev = t; t.horizontalCenter = -87; t.verticalCenter = 300.5; t.x = 10; t.y = 10; t.skinName = NoticeSkin$Skin71; return t; }; return NoticeSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/onLineGif/LevelGiftPanelSkin.exml'] = window.LevelGiftPanelSkin = (function (_super) { __extends(LevelGiftPanelSkin, _super); function LevelGiftPanelSkin() { _super.call(this); this.skinParts = ["panelCommon","list","scrolls"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group2_i()]; } var _proto = LevelGiftPanelSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.height = 960; t.skinName = "common.PanelCommonSkin"; t.top = 0; t.x = 0; return t; }; _proto._Group2_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.bottom = 0; t.left = 0; t.right = 0; t.top = 0; t.touchEnabled = false; t.elementsContent = [this._Image1_i(),this.scrolls_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 617; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(57,69,344,415); t.scaleX = 1; t.scaleY = 1; t.source = "common2_json.common_db_10_png"; t.width = 550; t.y = 182; return t; }; _proto.scrolls_i = function () { var t = new eui.Scroller(); this.scrolls = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 600; t.horizontalCenter = 0; t.verticalCenter = 9.5; t.width = 517; t.viewport = this._Group1_i(); return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.elementsContent = [this.list_i()]; return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 489; t.width = 484; t.x = 2; t.y = 0; return t; }; return LevelGiftPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/onLineGif/onLineGiftgetButtonSkin.exml'] = window.onLineGiftgetButtonSkin = (function (_super) { __extends(onLineGiftgetButtonSkin, _super); function onLineGiftgetButtonSkin() { _super.call(this); this.skinParts = []; this.currentState = "up"; this.height = 52; this.width = 118; this.elementsContent = [this._Image1_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ new eui.SetProperty("_Image1","left",0), new eui.SetProperty("_Image1","right",0), new eui.SetProperty("_Image1","top",0), new eui.SetProperty("_Image1","bottom",0) ]) , new eui.State ("disabled", [ new eui.SetProperty("_Image1","source","onLineGift_json.onLineGift_yilingqu_png") ]) ]; } var _proto = onLineGiftgetButtonSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.horizontalCenter = 0; t.source = "onLineGift_json.onLineGift_lingqu_png"; t.verticalCenter = 0; return t; }; return onLineGiftgetButtonSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/onLineGif/OnLineGiftItemRenderSkin.exml'] = window.OnLineGiftItemRenderSkin = (function (_super) { __extends(OnLineGiftItemRenderSkin, _super); var OnLineGiftItemRenderSkin$Skin72 = (function (_super) { __extends(OnLineGiftItemRenderSkin$Skin72, _super); function OnLineGiftItemRenderSkin$Skin72() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = OnLineGiftItemRenderSkin$Skin72.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "onLineGift_json.onLineGift_lingqud_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return OnLineGiftItemRenderSkin$Skin72; })(eui.Skin); function OnLineGiftItemRenderSkin() { _super.call(this); this.skinParts = ["unit0","unit1","unit2","unit3","getButton","getButtonD","levelLabel","levelGroup","timeLabel","onLineGroup"]; this.elementsContent = [this._Image1_i(),this.unit0_i(),this.unit1_i(),this.unit2_i(),this.unit3_i(),this._Image2_i(),this.getButton_i(),this.getButtonD_i(),this.levelGroup_i(),this.onLineGroup_i()]; } var _proto = OnLineGiftItemRenderSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "common2_json.common_itemrender_png"; t.verticalCenter = 0; return t; }; _proto.unit0_i = function () { var t = new MofajaigongUnitItem(); this.unit0 = t; t.height = 100; t.skinName = "MofajiagongUnitItemSkin"; t.width = 100; t.x = 53; t.y = 44; return t; }; _proto.unit1_i = function () { var t = new MofajaigongUnitItem(); this.unit1 = t; t.height = 100; t.skinName = "MofajiagongUnitItemSkin"; t.width = 100; t.x = 161; t.y = 46; return t; }; _proto.unit2_i = function () { var t = new MofajaigongUnitItem(); this.unit2 = t; t.height = 100; t.skinName = "MofajiagongUnitItemSkin"; t.width = 100; t.x = 269; t.y = 46; return t; }; _proto.unit3_i = function () { var t = new MofajaigongUnitItem(); this.unit3 = t; t.height = 100; t.skinName = "MofajiagongUnitItemSkin"; t.width = 100; t.x = 362; t.y = 47; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 0.5; t.source = "onLineGift_json.onLineGift_Title_png"; t.y = 10; return t; }; _proto.getButton_i = function () { var t = new eui.Button(); this.getButton = t; t.anchorOffsetX = 54; t.anchorOffsetY = 23; t.height = 46; t.horizontalCenter = 0.5; t.label = "Button"; t.skinName = "onLineGiftgetButtonSkin"; t.width = 108; t.y = 170; return t; }; _proto.getButtonD_i = function () { var t = new eui.Button(); this.getButtonD = t; t.horizontalCenter = 0.5; t.label = ""; t.verticalCenter = 67; t.skinName = OnLineGiftItemRenderSkin$Skin72; return t; }; _proto.levelGroup_i = function () { var t = new eui.Group(); this.levelGroup = t; t.anchorOffsetY = 0; t.height = 36; t.horizontalCenter = 0; t.width = 200; t.y = 11; t.elementsContent = [this._Label1_i(),this._Label2_i(),this.levelLabel_i()]; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 26; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "农场主升至"; t.width = 141; t.x = 6; t.y = 6; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 26; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "级"; t.width = 30; t.x = 183; t.y = 6; return t; }; _proto.levelLabel_i = function () { var t = new eui.Label(); this.levelLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 26; t.stroke = 2; t.text = "10"; t.textAlign = "center"; t.textColor = 0xf20c0c; t.width = 55; t.x = 132; t.y = 6; return t; }; _proto.onLineGroup_i = function () { var t = new eui.Group(); this.onLineGroup = t; t.anchorOffsetY = 0; t.height = 42; t.horizontalCenter = 0; t.visible = false; t.width = 200; t.y = 9; t.elementsContent = [this._Image3_i(),this.timeLabel_i()]; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "onLineGift_json.onLineGift_time_png"; t.x = 18; t.y = 3; return t; }; _proto.timeLabel_i = function () { var t = new eui.Label(); this.timeLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 20; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "24:24:24"; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 150; t.x = 51; t.y = 13; return t; }; return OnLineGiftItemRenderSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/onLineGif/OnLineGiftPanelSkin.exml'] = window.OnLineGiftPanelSkin = (function (_super) { __extends(OnLineGiftPanelSkin, _super); function OnLineGiftPanelSkin() { _super.call(this); this.skinParts = ["panelCommon","list","scrolls"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i(),this._Image1_i(),this.scrolls_i()]; } var _proto = OnLineGiftPanelSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.height = 960; t.skinName = "common.PanelCommonSkin"; t.top = 0; t.x = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 490; t.width = 454; t.x = 93; t.y = 244; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 507; t.horizontalCenter = 0.5; t.scale9Grid = new egret.Rectangle(57,69,344,415); t.source = "common2_json.common_db_10_png"; t.width = 517; t.y = 247; return t; }; _proto.scrolls_i = function () { var t = new eui.Scroller(); this.scrolls = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 490; t.horizontalCenter = 0.5; t.width = 523; t.y = 252; t.viewport = this._Group2_i(); return t; }; _proto._Group2_i = function () { var t = new eui.Group(); t.elementsContent = [this.list_i()]; return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 503; t.horizontalCenter = 0; t.width = 523; t.y = 6; return t; }; return OnLineGiftPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/pay/ExGoldSkin.exml'] = window.ExGoldSkin = (function (_super) { __extends(ExGoldSkin, _super); function ExGoldSkin() { _super.call(this); this.skinParts = ["rectMask","imgBg","title","btnClose","btnEx","inpDiamond","labelGold","labelGold0","panel"]; this.height = 960; this.width = 640; this.elementsContent = [this.rectMask_i(),this.panel_i()]; } var _proto = ExGoldSkin.prototype; _proto.rectMask_i = function () { var t = new eui.Rect(); this.rectMask = t; t.bottom = 0; t.fillAlpha = 0; t.left = 0; t.right = 0; t.top = 0; t.x = 20; t.y = 20; return t; }; _proto.panel_i = function () { var t = new eui.Group(); this.panel = t; t.height = 450; t.horizontalCenter = 0; t.touchChildren = true; t.touchEnabled = false; t.verticalCenter = 0; t.width = 640; t.x = 10; t.y = 10; t.elementsContent = [this.imgBg_i(),this.title_i(),this._Image3_i(),this._Image4_i(),this._Image5_i(),this.btnClose_i(),this._Image6_i(),this.btnEx_i(),this._Image7_i(),this._Image8_i(),this._Image9_i(),this._Image10_i(),this.inpDiamond_i(),this.labelGold_i(),this.labelGold0_i()]; return t; }; _proto.imgBg_i = function () { var t = new eui.Image(); this.imgBg = t; t.height = 400; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(122,179,5,4); t.source = "c_panel_png"; t.touchEnabled = false; t.verticalCenter = 0; t.width = 600; return t; }; _proto.title_i = function () { var t = new eui.Group(); this.title = t; t.height = 61; t.top = 29; t.width = 488; t.x = 75; t.elementsContent = [this._Image1_i(),this._Image2_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.bottom = 2; t.horizontalCenter = 12.5; t.source = "panel_title_goldex_png"; t.touchEnabled = false; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.bottom = 8; t.horizontalCenter = -165.5; t.source = "panel_icon_goldex_png"; t.touchEnabled = false; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.height = 277; t.horizontalCenter = -1; t.scale9Grid = new egret.Rectangle(65,200,392,11); t.source = "pay_bg_png"; t.y = 98; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "pay_zhuangshi_png"; t.x = 7; t.y = 83; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.scaleX = -1; t.source = "pay_zhuangshi_png"; t.x = 634; t.y = 83; return t; }; _proto.btnClose_i = function () { var t = new eui.Button(); this.btnClose = t; t.bottom = 14; t.horizontalCenter = 0; t.label = "离开"; t.skinName = "common.ExitButtonSkin"; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.source = "pay_exgold_arrow_png"; t.x = 290; t.y = 179; return t; }; _proto.btnEx_i = function () { var t = new eui.Button(); this.btnEx = t; t.height = 58; t.label = "兑换"; t.skinName = "common.PurpleButtonSkin"; t.width = 155; t.x = 240; t.y = 291; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(36,30,4,3); t.source = "role_name_inp_png"; t.width = 195; t.x = 80; t.y = 174; return t; }; _proto._Image8_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(36,30,4,3); t.source = "role_name_inp_png"; t.width = 195; t.x = 360; t.y = 174; return t; }; _proto._Image9_i = function () { var t = new eui.Image(); t.source = "sicon_gold_png"; t.x = 98; t.y = 189; return t; }; _proto._Image10_i = function () { var t = new eui.Image(); t.source = "sicon_diamond_png"; t.x = 378; t.y = 189; return t; }; _proto.inpDiamond_i = function () { var t = new eui.EditableText(); this.inpDiamond = t; t.fontFamily = "huakang"; t.height = 60; t.restrict = "0-9"; t.size = 26; t.text = "10"; t.textAlign = "left"; t.textColor = 0xFFEF87; t.verticalAlign = "middle"; t.width = 108; t.x = 146; t.y = 176; return t; }; _proto.labelGold_i = function () { var t = new eui.Label(); this.labelGold = t; t.fontFamily = "huakang"; t.size = 26; t.text = "500"; t.textAlign = "left"; t.textColor = 0xFFEF87; t.verticalCenter = -18; t.width = 113; t.x = 425; return t; }; _proto.labelGold0_i = function () { var t = new eui.Label(); this.labelGold0 = t; t.fontFamily = "huakang"; t.size = 26; t.text = "500"; t.textAlign = "left"; t.textColor = 0xFFEF87; t.verticalCenter = 41; t.width = 113; t.x = 265; return t; }; return ExGoldSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/pay/PayItemRenderSkin.exml'] = window.PayItemRenderSkin = (function (_super) { __extends(PayItemRenderSkin, _super); function PayItemRenderSkin() { _super.call(this); this.skinParts = ["payIcon","iconImage","rmbLabel","buyBtn","labelValue","firstG"]; this.elementsContent = [this._Image1_i(),this.payIcon_i(),this._Image2_i(),this.iconImage_i(),this.rmbLabel_i(),this.buyBtn_i(),this.labelValue_i(),this.firstG_i()]; } var _proto = PayItemRenderSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.scaleX = 0.8; t.scaleY = 0.8; t.source = "pay_item_bg_png"; return t; }; _proto.payIcon_i = function () { var t = new eui.Image(); this.payIcon = t; t.height = 75; t.source = "pay_d4_png"; t.width = 85; t.x = 28; t.y = 34; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.source = "pay_bar_png"; t.width = 134; t.x = 0; t.y = 125.8; return t; }; _proto.iconImage_i = function () { var t = new eui.Image(); this.iconImage = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 31; t.source = "3001_png"; t.width = 34; t.x = 12.5; t.y = 131.3; return t; }; _proto.rmbLabel_i = function () { var t = new eui.Label(); this.rmbLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 27; t.stroke = 2; t.strokeColor = 0xffffff; t.text = "¥100"; t.textAlign = "center"; t.textColor = 0xff9b73; t.width = 132; t.x = 3; t.y = 228; return t; }; _proto.buyBtn_i = function () { var t = new eui.Button(); this.buyBtn = t; t.label = "购买"; t.skinName = "common.ShopBuyButtonSkin"; t.x = 26; t.y = 179; return t; }; _proto.labelValue_i = function () { var t = new eui.Label(); this.labelValue = t; t.anchorOffsetX = 0; t.size = 22; t.stroke = 2; t.text = "130000"; t.textAlign = "left"; t.textColor = 0xf7b607; t.verticalAlign = "middle"; t.width = 90; t.x = 44; t.y = 136; return t; }; _proto.firstG_i = function () { var t = new eui.Group(); this.firstG = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 97; t.width = 96; t.x = -9; t.y = -9; t.elementsContent = [this._Image3_i()]; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.scaleX = 1; t.scaleY = 1; t.source = "pay_double_bg_png"; return t; }; return PayItemRenderSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/pay/PaySkin.exml'] = window.PaySkin = (function (_super) { __extends(PaySkin, _super); function PaySkin() { _super.call(this); this.skinParts = ["panelCommon","groupTab","goldpay1","goldpay2","goldpay3","goldpay4","goldpay5","goldpay6","group0","diamondPay1","diamondPay2","diamondPay3","diamondPay4","diamondPay5","diamondPay6","group1"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = PaySkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.touchEnabled = false; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this.groupTab_i(),this.group0_i(),this.group1_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 550; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(65,200,392,11); t.scaleX = 1; t.scaleY = 1; t.source = "common_db_10_png"; t.width = 484; t.x = 78; t.y = 238; return t; }; _proto.groupTab_i = function () { var t = new eui.Group(); this.groupTab = t; t.height = 46; t.scaleX = 1; t.scaleY = 1; t.visible = false; t.width = 411; t.x = 93; t.y = 189.03; return t; }; _proto.group0_i = function () { var t = new eui.Group(); this.group0 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 540; t.scaleX = 1; t.scaleY = 1; t.visible = false; t.width = 476; t.x = 83; t.y = 242; t.layout = this._TileLayout1_i(); t.elementsContent = [this.goldpay1_i(),this.goldpay2_i(),this.goldpay3_i(),this.goldpay4_i(),this.goldpay5_i(),this.goldpay6_i()]; return t; }; _proto._TileLayout1_i = function () { var t = new eui.TileLayout(); t.horizontalGap = 15; t.paddingLeft = 10; t.paddingTop = 10; t.verticalGap = 12; return t; }; _proto.goldpay1_i = function () { var t = new game.PayItemRender(); this.goldpay1 = t; t.skinName = "PayItemRenderSkin"; t.x = 6; t.y = 43; return t; }; _proto.goldpay2_i = function () { var t = new game.PayItemRender(); this.goldpay2 = t; t.skinName = "PayItemRenderSkin"; t.x = 151; t.y = 53; return t; }; _proto.goldpay3_i = function () { var t = new game.PayItemRender(); this.goldpay3 = t; t.skinName = "PayItemRenderSkin"; t.x = 296; t.y = 63; return t; }; _proto.goldpay4_i = function () { var t = new game.PayItemRender(); this.goldpay4 = t; t.skinName = "PayItemRenderSkin"; t.x = 3; t.y = 73; return t; }; _proto.goldpay5_i = function () { var t = new game.PayItemRender(); this.goldpay5 = t; t.skinName = "PayItemRenderSkin"; t.x = 150; t.y = 63; return t; }; _proto.goldpay6_i = function () { var t = new game.PayItemRender(); this.goldpay6 = t; t.skinName = "PayItemRenderSkin"; t.x = 297; t.y = 53; return t; }; _proto.group1_i = function () { var t = new eui.Group(); this.group1 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 540; t.scaleX = 1; t.scaleY = 1; t.width = 476; t.x = 83; t.y = 242; t.layout = this._TileLayout2_i(); t.elementsContent = [this.diamondPay1_i(),this.diamondPay2_i(),this.diamondPay3_i(),this.diamondPay4_i(),this.diamondPay5_i(),this.diamondPay6_i()]; return t; }; _proto._TileLayout2_i = function () { var t = new eui.TileLayout(); t.horizontalGap = 15; t.paddingLeft = 10; t.paddingTop = 10; t.verticalGap = 12; return t; }; _proto.diamondPay1_i = function () { var t = new game.PayItemRender(); this.diamondPay1 = t; t.scaleX = 1; t.scaleY = 1; t.skinName = "PayItemRenderSkin"; t.x = -28; t.y = -285; return t; }; _proto.diamondPay2_i = function () { var t = new game.PayItemRender(); this.diamondPay2 = t; t.scaleX = 1; t.scaleY = 1; t.skinName = "PayItemRenderSkin"; t.x = -18; t.y = -275; return t; }; _proto.diamondPay3_i = function () { var t = new game.PayItemRender(); this.diamondPay3 = t; t.scaleX = 1; t.scaleY = 1; t.skinName = "PayItemRenderSkin"; t.x = -8; t.y = -265; return t; }; _proto.diamondPay4_i = function () { var t = new game.PayItemRender(); this.diamondPay4 = t; t.scaleX = 1; t.scaleY = 1; t.skinName = "PayItemRenderSkin"; t.x = 2; t.y = -255; return t; }; _proto.diamondPay5_i = function () { var t = new game.PayItemRender(); this.diamondPay5 = t; t.scaleX = 1; t.scaleY = 1; t.skinName = "PayItemRenderSkin"; t.x = -8; t.y = -265; return t; }; _proto.diamondPay6_i = function () { var t = new game.PayItemRender(); this.diamondPay6 = t; t.scaleX = 1; t.scaleY = 1; t.skinName = "PayItemRenderSkin"; t.x = 2; t.y = -255; return t; }; return PaySkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/CheckBox1Skin.exml'] = window.CheckBox1Skin = (function (_super) { __extends(CheckBox1Skin, _super); function CheckBox1Skin() { _super.call(this); this.skinParts = []; this.currentState = "up"; this.elementsContent = [this._Image1_i()]; this._Image2_i(); this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("upAndSelected", [ new eui.AddItems("_Image2","",1,"") ]) , new eui.State ("downAndSelected", [ new eui.AddItems("_Image2","",1,"") ]) ]; } var _proto = CheckBox1Skin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "login_goubg_png"; t.verticalCenter = 0; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); this._Image2 = t; t.horizontalCenter = 0; t.source = "login_gou_png"; t.verticalCenter = 0; return t; }; return CheckBox1Skin; })(eui.Skin);generateEUI.paths['resource/skins/panel/regist/RegistSkin.exml'] = window.RegistSkin = (function (_super) { __extends(RegistSkin, _super); function RegistSkin() { _super.call(this); this.skinParts = ["panelCommon","phoneEt","pwdEt","repwdEt","shareEdt","check1","groupMain"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = RegistSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.touchThrough = true; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this.groupMain_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 340; t.scale9Grid = new egret.Rectangle(31,31,8,9); t.source = "inner_page_png"; t.width = 440; t.x = 100; t.y = 327.86; return t; }; _proto.groupMain_i = function () { var t = new eui.Group(); this.groupMain = t; t.anchorOffsetY = 0; t.height = 696; t.touchEnabled = false; t.touchThrough = true; t.width = 440; t.x = 100; t.y = 134.86; t.elementsContent = [this._Label1_i(),this._Label2_i(),this._Label3_i(),this._Label8_i(),this._Image2_i(),this._Image3_i(),this._Image4_i(),this._Image5_i(),this._Image6_i(),this._Image7_i(),this.phoneEt_i(),this.pwdEt_i(),this.repwdEt_i(),this.tuijianEt_i(),this._Label4_i(),this.check1_i()]; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.anchorOffsetY = 0; t.fontFamily = "huakang"; t.height = 25.33; t.size = 24; t.stroke = 3; t.strokeColor = 0x724f2e; t.text = "帐号:"; t.textColor = 0xffffff; t.x = 46.69; t.y = 205; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 24; t.stroke = 3; t.strokeColor = 0x724F2E; t.text = "密码:"; t.textColor = 0xFFFFFF; t.x = 46.69; t.y = 265; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 24; t.stroke = 3; t.strokeColor = 0x724F2E; t.text = "确定密码:"; t.textColor = 0xFFFFFF; t.x = 22.69; t.y = 325; return t; }; _proto._Label8_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 24; t.stroke = 3; t.strokeColor = 0x724F2E; t.text = "推荐码:"; t.textColor = 0xFFFFFF; t.x = 34.69; t.y = 385; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(10,9,8,19); t.source = "user_bar_png"; t.x = 135; t.y = 195; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(10,9,8,19); t.source = "user_bar_png"; t.x = 135; t.y = 255; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(10,9,8,19); t.source = "user_bar_png"; t.x = 135; t.y = 315; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(10,9,8,19); t.source = "user_bar_png"; t.x = 135; t.y = 375; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.fillMode = "repeat"; t.horizontalCenter = 0; t.source = "common_json.line_png"; t.width = 340; t.y = 453.34; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.fillMode = "repeat"; t.horizontalCenter = 0; t.source = "common_json.line_png"; t.width = 340; t.y = 501.69; return t; }; _proto.phoneEt_i = function () { var t = new eui.EditableText(); this.phoneEt = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.displayAsPassword = false; t.prompt = "长度为2-12数字和小写字母"; t.size = 18; t.text = ""; t.textAlign = "center"; t.textColor = 0x6a411a; t.verticalAlign = "middle"; t.width = 243; t.x = 148; t.y = 205; return t; }; _proto.pwdEt_i = function () { var t = new eui.EditableText(); this.pwdEt = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.size = 18; t.text = ""; t.textAlign = "center"; t.textColor = 0x6A411A; t.verticalAlign = "middle"; t.width = 243; t.x = 148.84; t.y = 265; return t; }; _proto.repwdEt_i = function () { var t = new eui.EditableText(); this.repwdEt = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.size = 18; t.text = ""; t.textAlign = "center"; t.textColor = 0x6A411A; t.verticalAlign = "middle"; t.width = 243; t.x = 148.84; t.y = 325; return t; }; _proto.tuijianEt_i = function () { var t = new eui.EditableText(); this.shareEdt = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.size = 18; t.text = ""; t.textAlign = "center"; t.textColor = 0x6A411A; t.verticalAlign = "middle"; t.width = 243; t.x = 148.84; t.y = 385; return t; }; _proto._Label4_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.size = 16; t.text = "我已经阅读并同意《用户注册协议》"; t.textAlign = "center"; t.textColor = 0x000000; t.verticalAlign = "middle"; t.x = 139; t.y = 473; return t; }; _proto.check1_i = function () { var t = new eui.CheckBox(); this.check1 = t; t.label = "CheckBox"; t.skinName = "CheckBox1Skin"; t.x = 90; t.y = 463; return t; }; return RegistSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/roleinfo/achi/AchiIconSkin.exml'] = window.AchiIconSkin = (function (_super) { __extends(AchiIconSkin, _super); function AchiIconSkin() { _super.call(this); this.skinParts = ["imgIcon","labelNum"]; this.height = 94; this.width = 90; this.elementsContent = [this._Image1_i(),this.imgIcon_i(),this.labelNum_i()]; } var _proto = AchiIconSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "item_bg_png"; t.verticalCenter = 0; return t; }; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; _proto.labelNum_i = function () { var t = new eui.Label(); this.labelNum = t; t.bold = true; t.horizontalCenter = 1; t.size = 20; t.stroke = 2; t.strokeColor = 0x7a5838; t.text = ""; t.textColor = 0xFFFBF2; t.y = 74; return t; }; return AchiIconSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/roleinfo/log/LogItemSkin.exml'] = window.LogItemSkin = (function (_super) { __extends(LogItemSkin, _super); function LogItemSkin() { _super.call(this); this.skinParts = ["imgBg","labelLog"]; this.elementsContent = [this.imgBg_i(),this.labelLog_i()]; } var _proto = LogItemSkin.prototype; _proto.imgBg_i = function () { var t = new eui.Image(); this.imgBg = t; t.scale9Grid = new egret.Rectangle(23,17,4,7); t.source = "log_itembg_png"; t.visible = false; t.width = 477; t.y = 2; return t; }; _proto.labelLog_i = function () { var t = new eui.Label(); this.labelLog = t; t.fontFamily = "Microsoft YaHei"; t.lineSpacing = 5; t.size = 24; t.text = "日志"; t.textColor = 0x6a411a; t.verticalCenter = 0; t.width = 459; t.x = 9; return t; }; return LogItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/roleinfo/RoleInfoSkin.exml'] = window.RoleInfoSkin = (function (_super) { __extends(RoleInfoSkin, _super); var RoleInfoSkin$Skin73 = (function (_super) { __extends(RoleInfoSkin$Skin73, _super); function RoleInfoSkin$Skin73() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = RoleInfoSkin$Skin73.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common2_json.common2_diban_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.fontFamily = "DFKai-SB"; t.horizontalCenter = 0; t.size = 24; t.strokeColor = 0x000000; t.textColor = 0x440202; t.verticalCenter = 0; return t; }; return RoleInfoSkin$Skin73; })(eui.Skin); function RoleInfoSkin() { _super.call(this); this.skinParts = ["panelCommon","imgHeadMask","imgHead","labelName","labelId","labelLv","labelGold","labelpower","setButton","loginTime","logouttime","infoGroup","list","scroller"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = RoleInfoSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.touchEnabled = false; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this.infoGroup_i(),this._Image7_i(),this.scroller_i(),this._Image8_i(),this._Label3_i()]; return t; }; _proto.infoGroup_i = function () { var t = new eui.Group(); this.infoGroup = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 296; t.width = 481.33; t.x = 80; t.y = 161; t.elementsContent = [this._Image1_i(),this.imgHeadMask_i(),this.imgHead_i(),this._Image2_i(),this._Image3_i(),this.labelName_i(),this.labelId_i(),this.labelLv_i(),this._Image4_i(),this.labelGold_i(),this._Image5_i(),this.labelpower_i(),this.setButton_i(),this._Image6_i(),this._Label1_i(),this._Label2_i(),this.loginTime_i(),this.logouttime_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.scaleX = 1; t.scaleY = 1; t.source = "role_item_bg_png"; t.x = 4; t.y = 6; return t; }; _proto.imgHeadMask_i = function () { var t = new eui.Image(); this.imgHeadMask = t; t.height = 122; t.scaleX = 1; t.scaleY = 1; t.source = "item_bg_png"; t.width = 123; t.x = 25; t.y = 29; return t; }; _proto.imgHead_i = function () { var t = new eui.Image(); this.imgHead = t; t.height = 125; t.scaleX = 1; t.scaleY = 1; t.source = "head2_png"; t.width = 130; t.x = 21; t.y = 27; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.scaleX = 1; t.scaleY = 1; t.source = "role_item_lv_png"; t.x = 175.71999999999997; t.y = 92; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.scaleX = 1; t.scaleY = 1; t.source = "role_item_name_png"; t.x = 176.72000000000003; t.y = 19; return t; }; _proto.labelName_i = function () { var t = new eui.Label(); this.labelName = t; t.anchorOffsetX = 0; t.fontFamily = "SimHei"; t.maxChars = 7; t.multiline = false; t.scaleX = 1; t.scaleY = 1; t.size = 22; t.stroke = 2; t.strokeColor = 0x724f2e; t.text = "标签标签标"; t.textColor = 0xFFFBF2; t.wordWrap = false; t.x = 273.72; t.y = 20; return t; }; _proto.labelId_i = function () { var t = new eui.Label(); this.labelId = t; t.anchorOffsetX = 0; t.maxChars = 7; t.multiline = false; t.scaleX = 1; t.scaleY = 1; t.size = 24; t.stroke = 2; t.strokeColor = 0x724F2E; t.text = "625550"; t.textColor = 0xFFFBF2; t.wordWrap = false; t.x = 312.72; t.y = 58; return t; }; _proto.labelLv_i = function () { var t = new eui.Label(); this.labelLv = t; t.anchorOffsetX = 0; t.maxChars = 7; t.multiline = false; t.scaleX = 1; t.scaleY = 1; t.size = 24; t.stroke = 2; t.strokeColor = 0x724f2e; t.text = "Lv.30"; t.textColor = 0xFFFBF2; t.width = 145; t.wordWrap = false; t.x = 294.72; t.y = 92; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.scaleX = 1; t.scaleY = 1; t.source = "roleinfo_json.role_item_smallgold_png"; t.x = 180.72; t.y = 175.5; return t; }; _proto.labelGold_i = function () { var t = new eui.Label(); this.labelGold = t; t.maxChars = 7; t.multiline = false; t.scaleX = 1; t.scaleY = 1; t.size = 20; t.stroke = 2; t.strokeColor = 0x724F2E; t.text = "99999"; t.textColor = 0xFFFBF2; t.width = 100; t.wordWrap = false; t.x = 223.72; t.y = 180; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.source = "roleinfo_json.role_item__png"; t.x = 176; t.y = 128; return t; }; _proto.labelpower_i = function () { var t = new eui.Label(); this.labelpower = t; t.maxChars = 7; t.multiline = false; t.scaleX = 1; t.scaleY = 1; t.size = 24; t.stroke = 2; t.strokeColor = 0x724F2E; t.text = "Lv.30"; t.textColor = 0xFFFBF2; t.width = 168; t.wordWrap = false; t.x = 318; t.y = 128; return t; }; _proto.setButton_i = function () { var t = new eui.Button(); this.setButton = t; t.anchorOffsetX = 71; t.anchorOffsetY = 26; t.height = 52; t.label = "系统设置"; t.width = 142; t.x = 89; t.y = 216; t.skinName = RoleInfoSkin$Skin73; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.source = "roleinfo_json.role_phone_png"; t.x = 177; t.y = 56; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.size = 20; t.text = "上次登陆时间:"; t.textColor = 0x7d1c1c; t.x = 173; t.y = 217; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.size = 20; t.text = "离线时间:"; t.textColor = 0x7d1c1c; t.x = 173; t.y = 257; return t; }; _proto.loginTime_i = function () { var t = new eui.Label(); this.loginTime = t; t.size = 20; t.text = "登陆时间:"; t.textColor = 0x7D1C1C; t.x = 302; t.y = 218; return t; }; _proto.logouttime_i = function () { var t = new eui.Label(); this.logouttime = t; t.size = 20; t.text = "登陆时间:"; t.textColor = 0x7D1C1C; t.x = 262; t.y = 257; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 282.45; t.horizontalCenter = 0.5; t.scale9Grid = new egret.Rectangle(31,31,8,9); t.source = "inner_page_png"; t.width = 487; t.y = 517.26; return t; }; _proto.scroller_i = function () { var t = new eui.Scroller(); this.scroller = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 263.66; t.horizontalCenter = 3.5; t.scrollPolicyH = "off"; t.scrollPolicyV = "auto"; t.width = 479; t.y = 527.37; t.viewport = this.list_i(); return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.anchorOffsetY = 0; t.bottom = -0.3400000000000034; t.itemRendererSkinName = AchiIconSkin; t.left = 0; t.right = 0; t.top = 84; t.useVirtualLayout = false; t.layout = this._TileLayout1_i(); t.dataProvider = this._ArrayCollection1_i(); return t; }; _proto._TileLayout1_i = function () { var t = new eui.TileLayout(); t.orientation = "rows"; return t; }; _proto._ArrayCollection1_i = function () { var t = new eui.ArrayCollection(); t.source = [this._Object1_i(),this._Object2_i(),this._Object3_i(),this._Object4_i(),this._Object5_i(),this._Object6_i()]; return t; }; _proto._Object1_i = function () { var t = {}; t.null = ""; return t; }; _proto._Object2_i = function () { var t = {}; t.null = ""; return t; }; _proto._Object3_i = function () { var t = {}; t.null = ""; return t; }; _proto._Object4_i = function () { var t = {}; t.null = ""; return t; }; _proto._Object5_i = function () { var t = {}; t.null = ""; return t; }; _proto._Object6_i = function () { var t = {}; t.null = ""; return t; }; _proto._Image8_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "roleinfo_json.role_chengjiuTitle_png"; t.y = 458; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.text = "水果图例"; t.textAlign = "center"; t.textColor = 0x7d1c1c; t.verticalAlign = "middle"; t.width = 175; t.x = 245; t.y = 463; return t; }; return RoleInfoSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/setting/SettingPanelSkin.exml'] = window.SettingPanelSkin = (function (_super) { __extends(SettingPanelSkin, _super); function SettingPanelSkin() { _super.call(this); this.skinParts = ["openMusicBtn","closeMusicBtn","openYinXiaoBtn","closeYinXiaoBtn","closePanelBtn","zhuangbanBtn"]; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this._Label1_i(),this.openMusicBtn_i(),this.closeMusicBtn_i(),this._Label2_i(),this.openYinXiaoBtn_i(),this.closeYinXiaoBtn_i(),this.closePanelBtn_i(),this._Label3_i(),this.zhuangbanBtn_i(),this._Image2_i()]; } var _proto = SettingPanelSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 292; t.scale9Grid = new egret.Rectangle(57,65,346,302); t.source = "friend_alert_png"; t.x = 90; t.y = 307.7; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.size = 22; t.stroke = 2; t.strokeColor = 0x685036; t.text = "音乐:"; t.textColor = 0xfffef7; t.x = 129; t.y = 424; return t; }; _proto.openMusicBtn_i = function () { var t = new eui.Button(); this.openMusicBtn = t; t.label = "开启"; t.skinName = "common.PurpleButtonSkin"; t.x = 188; t.y = 412; return t; }; _proto.closeMusicBtn_i = function () { var t = new eui.Button(); this.closeMusicBtn = t; t.label = "关闭"; t.skinName = "common.PurpleButtonSkin"; t.x = 188; t.y = 412; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.size = 22; t.stroke = 2; t.strokeColor = 0x685036; t.text = "音效:"; t.textColor = 0xFFFEF7; t.x = 317; t.y = 423; return t; }; _proto.openYinXiaoBtn_i = function () { var t = new eui.Button(); this.openYinXiaoBtn = t; t.label = "开启"; t.skinName = "common.PurpleButtonSkin"; t.x = 376; t.y = 411; return t; }; _proto.closeYinXiaoBtn_i = function () { var t = new eui.Button(); this.closeYinXiaoBtn = t; t.label = "关闭"; t.skinName = "common.PurpleButtonSkin"; t.x = 376; t.y = 411; return t; }; _proto.closePanelBtn_i = function () { var t = new eui.Button(); this.closePanelBtn = t; t.label = "关闭"; t.skinName = "common.ExitButtonSkin"; t.x = 217; t.y = 564.7; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.size = 22; t.stroke = 2; t.strokeColor = 0x685036; t.text = "装扮:"; t.textColor = 0xFFFEF7; t.visible = false; t.x = 317; t.y = 452.21; return t; }; _proto.zhuangbanBtn_i = function () { var t = new eui.Button(); this.zhuangbanBtn = t; t.label = "装扮设置"; t.skinName = "common.PurpleButtonSkin"; t.visible = false; t.x = 376; t.y = 438.71; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 0.5; t.source = "panel_set_title_png"; t.y = 271.2; return t; }; return SettingPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/share/ShareSkin.exml'] = window.ShareSkin = (function (_super) { __extends(ShareSkin, _super); function ShareSkin() { _super.call(this); this.skinParts = ["panelCommon","erweimaImage"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = ShareSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.touchThrough = true; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this._Label1_i(),this._Label2_i(),this._Label3_i(),this._Label4_i(),this.erweimaImage_i(),this._Image2_i(),this._Label5_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "share_db_png"; t.x = 131; t.y = 241.64; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.horizontalCenter = 0; t.size = 26; t.text = "长按复制推荐"; t.textColor = 0x00ff09; t.y = 583.2; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.horizontalCenter = -146; t.size = 20; t.text = "使用说明:"; t.textColor = 0x00FF09; t.y = 685.87; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.horizontalCenter = 41; t.size = 20; t.text = "注册帐号时填写推荐码方可注册"; t.textColor = 0x00FF09; t.y = 685.87; return t; }; _proto._Label4_i = function () { var t = new eui.Label(); t.horizontalCenter = -3; t.size = 22; t.text = "成功,或购买推荐码,发展自己的星级好友"; t.textColor = 0x00FF09; t.y = 705.87; return t; }; _proto.erweimaImage_i = function () { var t = new eui.Image(); this.erweimaImage = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 139.7; t.width = 141.21; t.x = 246.52; t.y = 414; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "share_kuang_png"; t.x = 150; t.y = 620.09; return t; }; _proto._Label5_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.size = 24; t.text = "Label"; t.textAlign = "center"; t.width = 320.34; t.x = 159.46; t.y = 634.08; return t; }; return ShareSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/shop/ShopItemSkin.exml'] = window.ShopItemSkin = (function (_super) { __extends(ShopItemSkin, _super); function ShopItemSkin() { _super.call(this); this.skinParts = ["labelName","imgPriceType","labelPrice","btnBuy","imgIcon","labelLv","imgLock","groupIcon"]; this.height = 163; this.width = 224; this.elementsContent = [this._Image1_i(),this._Image2_i(),this._Label1_i(),this.labelName_i(),this.imgPriceType_i(),this.labelPrice_i(),this.btnBuy_i(),this.groupIcon_i()]; } var _proto = ShopItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.bottom = 0; t.left = 0; t.right = 0; t.scale9Grid = new egret.Rectangle(45,21,57,69); t.source = "tipbg_png"; t.top = 0; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(22,10,13,1); t.source = "blue_rect_png"; t.width = 89; t.x = 116; t.y = 7; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.size = 16; t.text = "单价"; t.verticalCenter = -63.5; t.x = 146; return t; }; _proto.labelName_i = function () { var t = new eui.Label(); this.labelName = t; t.anchorOffsetX = 0; t.size = 24; t.text = "植物保护"; t.textAlign = "center"; t.textColor = 0x753F24; t.width = 193; t.x = 13; t.y = 121; return t; }; _proto.imgPriceType_i = function () { var t = new eui.Image(); this.imgPriceType = t; t.height = 32; t.horizontalCenter = 16.5; t.source = "sicon_diamond_png"; t.verticalCenter = -29.5; t.width = 35; return t; }; _proto.labelPrice_i = function () { var t = new eui.Label(); this.labelPrice = t; t.size = 22; t.stroke = 2; t.strokeColor = 0x685036; t.text = "3200"; t.textColor = 0xfffef7; t.verticalCenter = -28.5; t.x = 150; return t; }; _proto.btnBuy_i = function () { var t = new eui.Button(); this.btnBuy = t; t.height = 44; t.label = "购买"; t.skinName = "common.ShopBuyButtonSkin"; t.width = 88; t.x = 123; t.y = 70; return t; }; _proto.groupIcon_i = function () { var t = new eui.Group(); this.groupIcon = t; t.height = 91; t.width = 86; t.x = 14; t.y = 22; t.elementsContent = [this._Image3_i(),this.imgIcon_i(),this._Image4_i(),this.labelLv_i(),this.imgLock_i()]; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "item_bg_png"; return t; }; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "blue_rect_png"; t.x = -1; t.y = -1; return t; }; _proto.labelLv_i = function () { var t = new eui.Label(); this.labelLv = t; t.size = 16; t.text = "Lv.99"; t.x = 6; t.y = 1; return t; }; _proto.imgLock_i = function () { var t = new eui.Image(); this.imgLock = t; t.source = "img_lock_png"; t.x = 53; t.y = 49; return t; }; return ShopItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/shop/ShopSkin.exml'] = window.ShopSkin = (function (_super) { __extends(ShopSkin, _super); function ShopSkin() { _super.call(this); this.skinParts = ["panelCommon","groupTab","list","scrolls"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = ShopSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.bottom = 0; t.left = 0; t.right = 0; t.top = 0; t.touchThrough = true; t.elementsContent = [this._Image1_i(),this.groupTab_i(),this.scrolls_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 538; t.scale9Grid = new egret.Rectangle(31,31,8,9); t.source = "inner_page_png"; t.width = 510; t.x = 67; t.y = 248; return t; }; _proto.groupTab_i = function () { var t = new eui.Group(); this.groupTab = t; t.height = 46; t.width = 443; t.x = 89; t.y = 201; return t; }; _proto.scrolls_i = function () { var t = new eui.Scroller(); this.scrolls = t; t.height = 531; t.scrollPolicyH = "off"; t.width = 500; t.x = 71; t.y = 251; t.viewport = this.list_i(); return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.bottom = 0; t.height = 531; t.itemRendererSkinName = ShopItemSkin; t.left = 0; t.right = 7; t.top = 0; t.width = 500; t.layout = this._TileLayout1_i(); t.dataProvider = this._ArrayCollection1_i(); return t; }; _proto._TileLayout1_i = function () { var t = new eui.TileLayout(); t.horizontalGap = 20; t.paddingBottom = 8; t.paddingLeft = 16; t.paddingTop = 8; t.verticalGap = 12; return t; }; _proto._ArrayCollection1_i = function () { var t = new eui.ArrayCollection(); t.source = [this._Object1_i(),this._Object2_i(),this._Object3_i(),this._Object4_i(),this._Object5_i(),this._Object6_i(),this._Object7_i()]; return t; }; _proto._Object1_i = function () { var t = {}; t.label = "数据1"; return t; }; _proto._Object2_i = function () { var t = {}; t.label = "数据2"; return t; }; _proto._Object3_i = function () { var t = {}; t.label = "数据3"; return t; }; _proto._Object4_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object5_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object6_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object7_i = function () { var t = {}; t.label = "null"; return t; }; return ShopSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/shop/ShopSkinItemSkin.exml'] = window.ShopSkinItemSkin = (function (_super) { __extends(ShopSkinItemSkin, _super); function ShopSkinItemSkin() { _super.call(this); this.skinParts = ["imgIcon","imgTitle","labelPrice","btnBuy","wupinImage","imgBuyed"]; this.elementsContent = [this._Image1_i(),this.imgIcon_i(),this._Image2_i(),this._Image3_i(),this.imgTitle_i(),this._Image4_i(),this.labelPrice_i(),this.btnBuy_i(),this.wupinImage_i(),this.imgBuyed_i()]; } var _proto = ShopSkinItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "building_housebg_png"; t.x = -10; t.y = 16; return t; }; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.x = 7; t.y = 39; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.scaleX = -1; t.source = "tuding_png"; t.x = 50; t.y = 3; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "skin_top_png"; t.x = 102; t.y = 0; return t; }; _proto.imgTitle_i = function () { var t = new eui.Image(); this.imgTitle = t; t.horizontalCenter = 6.5; t.y = 1; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.height = 71; t.scale9Grid = new egret.Rectangle(26,21,4,4); t.source = "log_itembg_png"; t.width = 470; t.x = 2; t.y = 260; return t; }; _proto.labelPrice_i = function () { var t = new eui.Label(); this.labelPrice = t; t.size = 22; t.stroke = 2; t.strokeColor = 0x685036; t.text = "3200"; t.textColor = 0xFFFEF7; t.verticalCenter = 119; t.x = 244; t.y = 10; return t; }; _proto.btnBuy_i = function () { var t = new eui.Button(); this.btnBuy = t; t.horizontalCenter = 158.5; t.label = "购买"; t.skinName = "common.ShopBuyButtonSkin"; t.verticalCenter = 118; return t; }; _proto.wupinImage_i = function () { var t = new eui.Image(); this.wupinImage = t; t.height = 32; t.source = "sicon_diamond_png"; t.width = 35; t.x = 194; t.y = 278; return t; }; _proto.imgBuyed_i = function () { var t = new eui.Image(); this.imgBuyed = t; t.source = "ex_skin_buy_png"; t.x = 294; t.y = 224; return t; }; return ShopSkinItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/sign/SignExpBarSkin.exml'] = window.SignExpBarSkin = (function (_super) { __extends(SignExpBarSkin, _super); function SignExpBarSkin() { _super.call(this); this.skinParts = ["thumb"]; this.width = 466; this.elementsContent = [this._Image1_i(),this.thumb_i()]; } var _proto = SignExpBarSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(27,14,9,1); t.source = "sign_bar_bg_png"; t.width = 466; return t; }; _proto.thumb_i = function () { var t = new eui.Image(); this.thumb = t; t.scale9Grid = new egret.Rectangle(8,5,1,1); t.source = "sign_bar_png"; t.x = 1; t.y = 0; return t; }; return SignExpBarSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/sign/SignItemSkin.exml'] = window.SignItemSkin = (function (_super) { __extends(SignItemSkin, _super); function SignItemSkin() { _super.call(this); this.skinParts = ["numLabel","iconImg"]; this.elementsContent = [this._Image1_i(),this.numLabel_i(),this.iconImg_i()]; } var _proto = SignItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "common_json.item_bg_png"; t.verticalCenter = 0; return t; }; _proto.numLabel_i = function () { var t = new eui.Label(); this.numLabel = t; t.fontFamily = "huakanghaibao"; t.height = 22; t.left = 0; t.right = 0; t.size = 22; t.text = "1"; t.textAlign = "right"; t.textColor = 0x7d1c1c; t.width = 90; t.y = 65; return t; }; _proto.iconImg_i = function () { var t = new eui.Image(); this.iconImg = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return SignItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/sign/SignPanelSkin.exml'] = window.SignPanelSkin = (function (_super) { __extends(SignPanelSkin, _super); function SignPanelSkin() { _super.call(this); this.skinParts = ["prossbar","prossBar","groupBg","labelDayNum","groupTotalDay","imgBox1","imgBox2","imgBox3","groupTotalExp","imgLineLight","rectMask1","rectMask2","rectMask3","rectMask4","rectMask5","rectMask6","rectMask7","groupMask","groupLine","imgIcon1","labelNum1","imgGet1","imgIcon2","labelNum2","imgGet2","imgIcon3","labelNum3","imgGet3","imgIcon4","labelNum4","imgGet4","imgIcon5","labelNum5","imgGet5","imgIcon6","labelNum6","imgGet6","imgIcon7","labelNum7","imgGet7","groupCard","btnSign","btnAddSign","labelCardNum","btnClose","panel"]; this.height = 960; this.width = 640; this.elementsContent = [this.panel_i()]; } var _proto = SignPanelSkin.prototype; _proto.panel_i = function () { var t = new eui.Group(); this.panel = t; t.touchChildren = true; t.touchEnabled = false; t.x = 4; t.y = 146; t.elementsContent = [this.groupBg_i(),this.groupTotalDay_i(),this.groupTotalExp_i(),this.groupLine_i(),this.groupCard_i(),this.btnSign_i(),this.btnAddSign_i(),this.labelCardNum_i(),this.btnClose_i()]; return t; }; _proto.groupBg_i = function () { var t = new eui.Group(); this.groupBg = t; t.bottom = -60; t.left = 0; t.right = 0; t.top = 60; t.elementsContent = [this._Image1_i(),this._Image2_i(),this._Image3_i(),this._Image4_i(),this.prossbar_i(),this._Image5_i(),this._Image6_i(),this.prossBar_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 663; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(122,179,5,4); t.source = "c_panel_png"; t.touchEnabled = false; t.verticalCenter = 0; t.width = 602; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "panel_icon_sign_png"; t.x = 172; t.y = -7; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "panel_title_sign_png"; t.touchEnabled = false; t.x = 252; t.y = -17; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.height = 547; t.scale9Grid = new egret.Rectangle(65,203,392,9); t.source = "pay_bg_png"; t.x = 59; t.y = 76; return t; }; _proto.prossbar_i = function () { var t = new MofaProssBar(); this.prossbar = t; t.anchorOffsetX = 0; t.horizontalCenter = 0; t.skinName = "MofajiagongProssBarSkin"; t.y = 200; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.source = "role_zhuangshi_png"; t.x = 40; t.y = 586; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.scaleX = -1; t.source = "pay_zhuangshi_png"; t.x = 633; t.y = 57; return t; }; _proto.prossBar_i = function () { var t = new eui.Image(); this.prossBar = t; t.source = "pay_zhuangshi_png"; t.x = 4; t.y = 57; return t; }; _proto.groupTotalDay_i = function () { var t = new eui.Group(); this.groupTotalDay = t; t.bottom = -60; t.left = 0; t.right = 0; t.top = 60; t.touchThrough = true; t.elementsContent = [this._Label1_i(),this._Label2_i(),this._Image7_i(),this.labelDayNum_i()]; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.bold = true; t.fontFamily = "huakanghaibao"; t.horizontalCenter = -77; t.size = 20; t.stroke = 2; t.strokeColor = 0x724f2e; t.text = "本周已累计签到"; t.textColor = 0xFFFBF2; t.x = 10; t.y = 80; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.bold = true; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 98; t.size = 20; t.stroke = 2; t.strokeColor = 0x724F2E; t.text = "天"; t.textColor = 0xFFFBF2; t.x = 20; t.y = 80; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(14,12,2,1); t.source = "inp_day_bg_png"; t.width = 85; t.x = 319; t.y = 77; return t; }; _proto.labelDayNum_i = function () { var t = new eui.Label(); this.labelDayNum = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 40.5; t.size = 30; t.stroke = 2; t.strokeColor = 0x724F2E; t.text = "4"; t.textColor = 0xFFF500; t.x = 30; t.y = 75; return t; }; _proto.groupTotalExp_i = function () { var t = new eui.Group(); this.groupTotalExp = t; t.bottom = -60; t.left = 0; t.right = 0; t.top = 60; t.touchThrough = true; t.elementsContent = [this.imgBox1_i(),this.imgBox2_i(),this.imgBox3_i(),this._Label3_i(),this._Label4_i(),this._Label5_i()]; return t; }; _proto.imgBox1_i = function () { var t = new eui.Image(); this.imgBox1 = t; t.bottom = 450; t.horizontalCenter = -7.5; t.name = "imgBox1"; t.source = "sign_box0_png"; return t; }; _proto.imgBox2_i = function () { var t = new eui.Image(); this.imgBox2 = t; t.bottom = 450; t.horizontalCenter = 84; t.name = "imgBox2"; t.source = "sign_box1_png"; return t; }; _proto.imgBox3_i = function () { var t = new eui.Image(); this.imgBox3 = t; t.bottom = 450; t.horizontalCenter = 175.5; t.name = "imgBox3"; t.source = "sign_box2_png"; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.bold = true; t.fontFamily = "huakanghaibao"; t.size = 20; t.stroke = 2; t.strokeColor = 0x724F2E; t.text = "3天"; t.textColor = 0xFFFBF2; t.x = 289; t.y = 226; return t; }; _proto._Label4_i = function () { var t = new eui.Label(); t.bold = true; t.fontFamily = "huakanghaibao"; t.size = 20; t.stroke = 2; t.strokeColor = 0x724F2E; t.text = "5天"; t.textColor = 0xFFFBF2; t.x = 385; t.y = 226; return t; }; _proto._Label5_i = function () { var t = new eui.Label(); t.bold = true; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 186.5; t.size = 20; t.stroke = 2; t.strokeColor = 0x724F2E; t.text = "7天"; t.textColor = 0xFFFBF2; t.x = 50; t.y = 226; return t; }; _proto.groupLine_i = function () { var t = new eui.Group(); this.groupLine = t; t.bottom = -60; t.left = 0; t.right = 0; t.top = 60; t.touchThrough = true; t.elementsContent = [this._Image8_i(),this.imgLineLight_i(),this.groupMask_i()]; return t; }; _proto._Image8_i = function () { var t = new eui.Image(); t.source = "sign_line_close_png"; t.x = 96; t.y = 268; return t; }; _proto.imgLineLight_i = function () { var t = new eui.Image(); this.imgLineLight = t; t.source = "sign_line_open_png"; t.x = 96; t.y = 268; return t; }; _proto.groupMask_i = function () { var t = new eui.Group(); this.groupMask = t; t.height = 261; t.width = 472; t.x = 86; t.y = 262; t.elementsContent = [this.rectMask1_i(),this.rectMask2_i(),this.rectMask3_i(),this.rectMask4_i(),this.rectMask5_i(),this.rectMask6_i(),this.rectMask7_i()]; return t; }; _proto.rectMask1_i = function () { var t = new eui.Rect(); this.rectMask1 = t; t.height = 138; t.visible = false; t.width = 94; t.x = -3; t.y = -2; return t; }; _proto.rectMask2_i = function () { var t = new eui.Rect(); this.rectMask2 = t; t.height = 104; t.visible = false; t.width = 116; t.x = 124; t.y = 8; return t; }; _proto.rectMask3_i = function () { var t = new eui.Rect(); this.rectMask3 = t; t.height = 104; t.visible = false; t.width = 116; t.x = 234; t.y = 8; return t; }; _proto.rectMask4_i = function () { var t = new eui.Rect(); this.rectMask4 = t; t.height = 104; t.visible = false; t.width = 116; t.x = 364; t.y = 8; return t; }; _proto.rectMask5_i = function () { var t = new eui.Rect(); this.rectMask5 = t; t.height = 104; t.visible = false; t.width = 116; t.x = 324; t.y = 148; return t; }; _proto.rectMask6_i = function () { var t = new eui.Rect(); this.rectMask6 = t; t.height = 104; t.visible = false; t.width = 116; t.x = 184; t.y = 138; return t; }; _proto.rectMask7_i = function () { var t = new eui.Rect(); this.rectMask7 = t; t.height = 104; t.visible = false; t.width = 151; t.x = -1; t.y = 153; return t; }; _proto.groupCard_i = function () { var t = new eui.Group(); this.groupCard = t; t.bottom = -60; t.left = 0; t.right = 0; t.top = 60; t.touchThrough = true; t.elementsContent = [this._Group1_i(),this._Group2_i(),this._Group3_i(),this._Group4_i(),this._Group5_i(),this._Group6_i(),this._Group7_i()]; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 152; t.width = 125; t.x = 40; t.y = 315; t.elementsContent = [this._Image9_i(),this._Image10_i(),this.imgIcon1_i(),this.labelNum1_i(),this.imgGet1_i()]; return t; }; _proto._Image9_i = function () { var t = new eui.Image(); t.rotation = 20; t.source = "sign_card_png"; t.x = 39; t.y = 11; return t; }; _proto._Image10_i = function () { var t = new eui.Image(); t.rotation = 20; t.source = "sign_day1_png"; t.x = 61; t.y = 30; return t; }; _proto.imgIcon1_i = function () { var t = new eui.Image(); this.imgIcon1 = t; t.horizontalCenter = -2.5; t.verticalCenter = 10; return t; }; _proto.labelNum1_i = function () { var t = new eui.Label(); this.labelNum1 = t; t.fontFamily = "huakanghaibao"; t.size = 26; t.stroke = 2; t.strokeColor = 0xfcd394; t.text = "x5"; t.textColor = 0xB36011; t.x = 57; t.y = 105; return t; }; _proto.imgGet1_i = function () { var t = new eui.Image(); this.imgGet1 = t; t.source = "sign_get_png"; t.x = 21; t.y = 86; return t; }; _proto._Group2_i = function () { var t = new eui.Group(); t.height = 152; t.width = 125; t.x = 115; t.y = 222; t.elementsContent = [this._Image11_i(),this._Image12_i(),this.imgIcon2_i(),this.labelNum2_i(),this.imgGet2_i()]; return t; }; _proto._Image11_i = function () { var t = new eui.Image(); t.rotation = 10; t.source = "sign_card_png"; t.x = 39; t.y = 11; return t; }; _proto._Image12_i = function () { var t = new eui.Image(); t.rotation = 10; t.source = "sign_day2_png"; t.x = 64; t.y = 26; return t; }; _proto.imgIcon2_i = function () { var t = new eui.Image(); this.imgIcon2 = t; t.horizontalCenter = 8.5; t.verticalCenter = 9; return t; }; _proto.labelNum2_i = function () { var t = new eui.Label(); this.labelNum2 = t; t.fontFamily = "huakanghaibao"; t.size = 26; t.stroke = 2; t.strokeColor = 0xFCD394; t.text = "x5"; t.textColor = 0xB36011; t.x = 77; t.y = 95; return t; }; _proto.imgGet2_i = function () { var t = new eui.Image(); this.imgGet2 = t; t.source = "sign_get_png"; t.x = 36; t.y = 84; return t; }; _proto._Group3_i = function () { var t = new eui.Group(); t.height = 152; t.width = 125; t.x = 261; t.y = 255; t.elementsContent = [this._Image13_i(),this._Image14_i(),this.imgIcon3_i(),this.labelNum3_i(),this.imgGet3_i()]; return t; }; _proto._Image13_i = function () { var t = new eui.Image(); t.rotation = 0; t.source = "sign_card_png"; t.x = 19; t.y = 11; return t; }; _proto._Image14_i = function () { var t = new eui.Image(); t.rotation = 0; t.source = "sign_day3_png"; t.x = 46; t.y = 21; return t; }; _proto.imgIcon3_i = function () { var t = new eui.Image(); this.imgIcon3 = t; t.horizontalCenter = 1.5; t.verticalCenter = 1; return t; }; _proto.labelNum3_i = function () { var t = new eui.Label(); this.labelNum3 = t; t.fontFamily = "huakanghaibao"; t.size = 26; t.stroke = 2; t.strokeColor = 0xFCD394; t.text = "x5"; t.textColor = 0xB36011; t.x = 76; t.y = 87; return t; }; _proto.imgGet3_i = function () { var t = new eui.Image(); this.imgGet3 = t; t.source = "sign_get_png"; t.x = 36; t.y = 83; return t; }; _proto._Group4_i = function () { var t = new eui.Group(); t.height = 152; t.width = 125; t.x = 379; t.y = 225; t.elementsContent = [this._Image15_i(),this._Image16_i(),this.imgIcon4_i(),this.labelNum4_i(),this.imgGet4_i()]; return t; }; _proto._Image15_i = function () { var t = new eui.Image(); t.rotation = -25; t.source = "sign_card_png"; t.x = 7; t.y = 35; return t; }; _proto._Image16_i = function () { var t = new eui.Image(); t.rotation = -25; t.source = "sign_day4_png"; t.x = 37; t.y = 32; return t; }; _proto.imgIcon4_i = function () { var t = new eui.Image(); this.imgIcon4 = t; t.horizontalCenter = 12.5; t.verticalCenter = 1; return t; }; _proto.labelNum4_i = function () { var t = new eui.Label(); this.labelNum4 = t; t.fontFamily = "huakanghaibao"; t.size = 26; t.stroke = 2; t.strokeColor = 0xFCD394; t.text = "x5"; t.textColor = 0xB36011; t.x = 96; t.y = 77; return t; }; _proto.imgGet4_i = function () { var t = new eui.Image(); this.imgGet4 = t; t.source = "sign_get_png"; t.x = 52; t.y = 81; return t; }; _proto._Group5_i = function () { var t = new eui.Group(); t.height = 152; t.width = 125; t.x = 460; t.y = 345; t.elementsContent = [this._Image17_i(),this._Image18_i(),this.imgIcon5_i(),this.labelNum5_i(),this.imgGet5_i()]; return t; }; _proto._Image17_i = function () { var t = new eui.Image(); t.rotation = 8; t.source = "sign_card_png"; t.x = 19; t.y = 9; return t; }; _proto._Image18_i = function () { var t = new eui.Image(); t.rotation = 8; t.source = "sign_day5_png"; t.x = 54; t.y = 24; return t; }; _proto.imgIcon5_i = function () { var t = new eui.Image(); this.imgIcon5 = t; t.horizontalCenter = -6.5; t.verticalCenter = 6; return t; }; _proto.labelNum5_i = function () { var t = new eui.Label(); this.labelNum5 = t; t.fontFamily = "huakanghaibao"; t.size = 26; t.stroke = 2; t.strokeColor = 0xFCD394; t.text = "x5"; t.textColor = 0xB36011; t.x = 59; t.y = 96; return t; }; _proto.imgGet5_i = function () { var t = new eui.Image(); this.imgGet5 = t; t.source = "sign_get_png"; t.x = 12; t.y = 91; return t; }; _proto._Group6_i = function () { var t = new eui.Group(); t.height = 152; t.width = 125; t.x = 330; t.y = 385; t.elementsContent = [this._Image19_i(),this._Image20_i(),this.imgIcon6_i(),this.labelNum6_i(),this.imgGet6_i()]; return t; }; _proto._Image19_i = function () { var t = new eui.Image(); t.rotation = 5; t.source = "sign_card_png"; t.x = 19; t.y = 9; return t; }; _proto._Image20_i = function () { var t = new eui.Image(); t.rotation = 5; t.source = "sign_day6_png"; t.x = 50; t.y = 22; return t; }; _proto.imgIcon6_i = function () { var t = new eui.Image(); this.imgIcon6 = t; t.horizontalCenter = -3.5; t.verticalCenter = 3; return t; }; _proto.labelNum6_i = function () { var t = new eui.Label(); this.labelNum6 = t; t.fontFamily = "huakanghaibao"; t.size = 26; t.stroke = 2; t.strokeColor = 0xFCD394; t.text = "x5"; t.textColor = 0xB36011; t.x = 67; t.y = 93; return t; }; _proto.imgGet6_i = function () { var t = new eui.Image(); this.imgGet6 = t; t.source = "sign_get_png"; t.x = 29; t.y = 90; return t; }; _proto._Group7_i = function () { var t = new eui.Group(); t.height = 152; t.width = 125; t.x = 200; t.y = 395; t.elementsContent = [this._Image21_i(),this._Image22_i(),this.imgIcon7_i(),this.labelNum7_i(),this.imgGet7_i()]; return t; }; _proto._Image21_i = function () { var t = new eui.Image(); t.rotation = -8; t.source = "sign_card_png"; t.x = -1; t.y = 19; return t; }; _proto._Image22_i = function () { var t = new eui.Image(); t.rotation = -8; t.source = "sign_day7_png"; t.x = 30; t.y = 24; return t; }; _proto.imgIcon7_i = function () { var t = new eui.Image(); this.imgIcon7 = t; t.horizontalCenter = -8.5; t.verticalCenter = 2; return t; }; _proto.labelNum7_i = function () { var t = new eui.Label(); this.labelNum7 = t; t.fontFamily = "huakanghaibao"; t.size = 26; t.stroke = 2; t.strokeColor = 0xFCD394; t.text = "x5"; t.textColor = 0xB36011; t.x = 68; t.y = 85; return t; }; _proto.imgGet7_i = function () { var t = new eui.Image(); this.imgGet7 = t; t.source = "sign_get_png"; t.x = 23; t.y = 88; return t; }; _proto.btnSign_i = function () { var t = new eui.Button(); this.btnSign = t; t.label = "签到"; t.skinName = "common.PurpleButtonSkin"; t.x = 180; t.y = 595; return t; }; _proto.btnAddSign_i = function () { var t = new eui.Button(); this.btnAddSign = t; t.horizontalCenter = 93.5; t.label = "补签"; t.skinName = "common.WoodButtonSkin"; t.verticalCenter = 284.5; t.x = 10; t.y = 10; return t; }; _proto.labelCardNum_i = function () { var t = new eui.Label(); this.labelCardNum = t; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 94.5; t.size = 18; t.text = "剩余补签卡12张"; t.y = 651; return t; }; _proto.btnClose_i = function () { var t = new eui.Button(); this.btnClose = t; t.bottom = -74; t.horizontalCenter = 0; t.label = "离开"; t.skinName = "common.ExitButtonSkin"; return t; }; return SignPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/sign/SignTipSkin.exml'] = window.SignTipSkin = (function (_super) { __extends(SignTipSkin, _super); var SignTipSkin$Skin74 = (function (_super) { __extends(SignTipSkin$Skin74, _super); function SignTipSkin$Skin74() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = SignTipSkin$Skin74.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "sign_json.sign_getbutton_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return SignTipSkin$Skin74; })(eui.Skin); var SignTipSkin$Skin75 = (function (_super) { __extends(SignTipSkin$Skin75, _super); function SignTipSkin$Skin75() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = SignTipSkin$Skin75.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "sign_json.sign_getbutton_d_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return SignTipSkin$Skin75; })(eui.Skin); function SignTipSkin() { _super.call(this); this.skinParts = ["prossbar","item2","item1","item0","btnClose","dayLabel","getButton","imgBox3","imgBox2","imgBox1","disbalButton"]; this.height = 960; this.width = 640; this.elementsContent = [this._Group1_i()]; } var _proto = SignTipSkin.prototype; _proto._Group1_i = function () { var t = new eui.Group(); t.bottom = 0; t.left = 0; t.right = 0; t.top = 0; t.elementsContent = [this._Image1_i(),this.prossbar_i(),this._Image2_i(),this.item2_i(),this.item1_i(),this.item0_i(),this._Image3_i(),this.btnClose_i(),this._Image4_i(),this.dayLabel_i(),this._Label1_i(),this._Label2_i(),this.getButton_i(),this.imgBox3_i(),this.imgBox2_i(),this.imgBox1_i(),this._Label3_i(),this._Label4_i(),this._Label5_i(),this.disbalButton_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 519; t.horizontalCenter = 0.5; t.scale9Grid = new egret.Rectangle(117,55,7,9); t.scaleX = 1; t.scaleY = 1; t.source = "common_json.c_panel2_png"; t.width = 559; t.y = 226; return t; }; _proto.prossbar_i = function () { var t = new MofaProssBar(); this.prossbar = t; t.anchorOffsetX = 0; t.horizontalCenter = 0.5; t.skinName = "MofajiagongProssBarSkin"; t.y = 370; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.scaleX = 1; t.scaleY = 1; t.source = "sign_json.sign_dikuang_png"; t.y = 434; return t; }; _proto.item2_i = function () { var t = new SignsItem(); this.item2 = t; t.skinName = "SignItemSkin"; t.x = 417; t.y = 470; return t; }; _proto.item1_i = function () { var t = new SignsItem(); this.item1 = t; t.horizontalCenter = 0; t.skinName = "SignItemSkin"; t.y = 469; return t; }; _proto.item0_i = function () { var t = new SignsItem(); this.item0 = t; t.skinName = "SignItemSkin"; t.x = 126; t.y = 469; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.scaleX = 1; t.scaleY = 1; t.source = "sign_json.panel_title_sign_png"; t.x = 237; t.y = 194; return t; }; _proto.btnClose_i = function () { var t = new eui.Button(); this.btnClose = t; t.horizontalCenter = -1; t.label = "离开"; t.scaleX = 1; t.scaleY = 1; t.skinName = "common.MidButtonSkin"; t.verticalCenter = 228; t.x = 236; t.y = 493; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(14,12,2,1); t.scaleX = 1; t.scaleY = 1; t.source = "inp_day_bg_png"; t.width = 85; t.x = 319; t.y = 278; return t; }; _proto.dayLabel_i = function () { var t = new eui.Label(); this.dayLabel = t; t.bold = true; t.horizontalCenter = 44.5; t.scaleX = 1; t.scaleY = 1; t.size = 20; t.stroke = 2; t.strokeColor = 0x724F2E; t.text = "天"; t.textColor = 0xFFFBF2; t.x = 418; t.y = 280; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.bold = true; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 98.5; t.scaleX = 1; t.scaleY = 1; t.size = 20; t.stroke = 2; t.strokeColor = 0x724F2E; t.text = "天"; t.textColor = 0xFFFBF2; t.x = 408; t.y = 280; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.bold = true; t.fontFamily = "huakanghaibao"; t.horizontalCenter = -76.5; t.scaleX = 1; t.scaleY = 1; t.size = 20; t.stroke = 2; t.strokeColor = 0x724F2E; t.text = "本周已累计签到"; t.textColor = 0xFFFBF2; t.x = 172; t.y = 282; return t; }; _proto.getButton_i = function () { var t = new eui.Button(); this.getButton = t; t.horizontalCenter = 0; t.label = ""; t.scaleX = 1; t.scaleY = 1; t.y = 569; t.skinName = SignTipSkin$Skin74; return t; }; _proto.imgBox3_i = function () { var t = new eui.Image(); this.imgBox3 = t; t.horizontalCenter = 174.5; t.name = "imgBox3"; t.scaleX = 1; t.scaleY = 1; t.source = "sign_box2_png"; t.x = 463; t.y = 304; return t; }; _proto.imgBox2_i = function () { var t = new eui.Image(); this.imgBox2 = t; t.horizontalCenter = 81.5; t.name = "imgBox2"; t.scaleX = 1; t.scaleY = 1; t.source = "sign_box1_png"; t.x = 318; t.y = 304; return t; }; _proto.imgBox1_i = function () { var t = new eui.Image(); this.imgBox1 = t; t.horizontalCenter = -14; t.name = "imgBox1"; t.scaleX = 1; t.scaleY = 1; t.source = "sign_box0_png"; t.x = 184; t.y = 304; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.bold = true; t.fontFamily = "huakanghaibao"; t.size = 20; t.stroke = 2; t.strokeColor = 0x724F2E; t.text = "3天"; t.textColor = 0xFFFBF2; t.x = 292; t.y = 400; return t; }; _proto._Label4_i = function () { var t = new eui.Label(); t.bold = true; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 80; t.size = 20; t.stroke = 2; t.strokeColor = 0x724F2E; t.text = "5天"; t.textColor = 0xFFFBF2; t.x = 40; t.y = 400; return t; }; _proto._Label5_i = function () { var t = new eui.Label(); t.bold = true; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 174; t.size = 20; t.stroke = 2; t.strokeColor = 0x724F2E; t.text = "7天"; t.textColor = 0xFFFBF2; t.x = 50; t.y = 400; return t; }; _proto.disbalButton_i = function () { var t = new eui.Button(); this.disbalButton = t; t.horizontalCenter = 0; t.label = ""; t.y = 569; t.skinName = SignTipSkin$Skin75; return t; }; return SignTipSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/skin/ChangeSkinSkin.exml'] = window.ChangeSkinSkin = (function (_super) { __extends(ChangeSkinSkin, _super); function ChangeSkinSkin() { _super.call(this); this.skinParts = ["panelCommon","list"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = ChangeSkinSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.touchThrough = true; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Scroller1_i()]; return t; }; _proto._Scroller1_i = function () { var t = new eui.Scroller(); t.height = 590; t.horizontalCenter = 0; t.width = 558; t.y = 191; t.viewport = this.list_i(); return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.bottom = 0; t.left = 0; t.right = 0; t.top = 0; return t; }; return ChangeSkinSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/skin/SkinItemSkin.exml'] = window.SkinItemSkin = (function (_super) { __extends(SkinItemSkin, _super); function SkinItemSkin() { _super.call(this); this.skinParts = ["imgIcon","imgTitle"]; this.elementsContent = [this._Image1_i(),this.imgIcon_i(),this.imgTitle_i()]; } var _proto = SkinItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "building_housebg_png"; t.x = 30; t.y = 36; return t; }; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.x = 44; t.y = 56; return t; }; _proto.imgTitle_i = function () { var t = new eui.Image(); this.imgTitle = t; t.source = "skin_title_curr_png"; t.x = 151; t.y = 5; return t; }; return SkinItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/sports/SportItem0Skin.exml'] = window.SportItem0Skin = (function (_super) { __extends(SportItem0Skin, _super); function SportItem0Skin() { _super.call(this); this.skinParts = ["nameLabel","headImg"]; this.elementsContent = [this._Image1_i(),this.nameLabel_i(),this._Group1_i()]; } var _proto = SportItem0Skin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "sport_bg_4_png"; t.verticalCenter = 0; return t; }; _proto.nameLabel_i = function () { var t = new eui.Label(); this.nameLabel = t; t.fontFamily = "huakanghaibao"; t.left = 0; t.right = 0; t.size = 18; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.textAlign = "center"; t.verticalAlign = "middle"; t.y = 85; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 69; t.width = 69; t.x = 11; t.y = 12; t.elementsContent = [this.headImg_i()]; return t; }; _proto.headImg_i = function () { var t = new eui.Image(); this.headImg = t; t.bottom = 0; t.left = 0; t.right = 0; t.top = 0; return t; }; return SportItem0Skin; })(eui.Skin);generateEUI.paths['resource/skins/panel/sports/SportItem1Skin.exml'] = window.SportItem1Skin = (function (_super) { __extends(SportItem1Skin, _super); var SportItem1Skin$Skin76 = (function (_super) { __extends(SportItem1Skin$Skin76, _super); function SportItem1Skin$Skin76() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = SportItem1Skin$Skin76.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "sport_bg8_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.size = 22; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.verticalCenter = 0; return t; }; return SportItem1Skin$Skin76; })(eui.Skin); function SportItem1Skin() { _super.call(this); this.skinParts = ["headImg","sportButton","powerLabel","nameLabel","rankLabel"]; this.height = 209; this.width = 160; this.elementsContent = [this._Image1_i(),this.headImg_i(),this.sportButton_i(),this._Group1_i()]; } var _proto = SportItem1Skin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "sport_bg9_png"; t.y = 30; return t; }; _proto.headImg_i = function () { var t = new eui.Image(); this.headImg = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.bottom = 109; t.height = 60; t.scale9Grid = new egret.Rectangle(6,5,36,37); t.source = ""; t.width = 69; t.x = 45; return t; }; _proto.sportButton_i = function () { var t = new eui.Button(); this.sportButton = t; t.horizontalCenter = 0; t.label = ""; t.y = 171; t.skinName = SportItem1Skin$Skin76; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.bottom = 0; t.left = 0; t.right = 0; t.top = 0; t.touchEnabled = false; t.elementsContent = [this.powerLabel_i(),this.nameLabel_i(),this.rankLabel_i()]; return t; }; _proto.powerLabel_i = function () { var t = new eui.Label(); this.powerLabel = t; t.fontFamily = "huakanghaibao"; t.left = 0; t.right = 0; t.scaleX = 1; t.scaleY = 1; t.size = 18; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "战力:000"; t.textAlign = "center"; t.verticalAlign = "middle"; t.y = 105; return t; }; _proto.nameLabel_i = function () { var t = new eui.Label(); this.nameLabel = t; t.fontFamily = "huakanghaibao"; t.left = 0; t.right = 0; t.scaleX = 1; t.scaleY = 1; t.size = 18; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "大虎"; t.textAlign = "center"; t.textColor = 0x15ef26; t.verticalAlign = "middle"; t.y = 141; return t; }; _proto.rankLabel_i = function () { var t = new eui.Label(); this.rankLabel = t; t.fontFamily = "huakanghaibao"; t.left = 0; t.right = 0; t.scaleX = 1; t.scaleY = 1; t.size = 22; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "123345345"; t.textAlign = "center"; t.verticalAlign = "middle"; t.y = 5; return t; }; return SportItem1Skin; })(eui.Skin);generateEUI.paths['resource/skins/panel/sports/SportsSportCompomentSkin.exml'] = window.SportsSportCompomentSkin = (function (_super) { __extends(SportsSportCompomentSkin, _super); function SportsSportCompomentSkin() { _super.call(this); this.skinParts = ["item4","item3","item2","item1","item0","unit2","unit1","unit0","label2","label1","label0","countLabel4","countLabel3","countLabel2","countLabel1","countLabel0","nameLabel","headImg0","headImg1","headImg2"]; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this._Image2_i(),this.item4_i(),this.item3_i(),this.item2_i(),this.item1_i(),this.item0_i(),this._Image3_i(),this._Image4_i(),this.unit2_i(),this.unit1_i(),this.unit0_i(),this._Label1_i(),this._Image5_i(),this._Image6_i(),this.label2_i(),this.label1_i(),this.label0_i(),this.countLabel4_i(),this.countLabel3_i(),this.countLabel2_i(),this.countLabel1_i(),this.countLabel0_i(),this._Label2_i(),this._Label3_i(),this._Label4_i(),this._Label5_i(),this._Label6_i(),this._Label7_i(),this._Label8_i(),this._Label9_i(),this._Label10_i(),this._Label11_i(),this.nameLabel_i(),this._Label12_i(),this._Group1_i(),this._Group2_i(),this._Group3_i()]; } var _proto = SportsSportCompomentSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 714; t.scale9Grid = new egret.Rectangle(63,31,385,189); t.source = "fuli_bg_png"; t.width = 540; t.x = 50; t.y = 157; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "sport_bg_3_png"; t.y = 198; return t; }; _proto.item4_i = function () { var t = new SportsItem0(); this.item4 = t; t.skinName = "SportItem0Skin"; t.x = 469; t.y = 217; return t; }; _proto.item3_i = function () { var t = new SportsItem0(); this.item3 = t; t.skinName = "SportItem0Skin"; t.x = 373; t.y = 219; return t; }; _proto.item2_i = function () { var t = new SportsItem0(); this.item2 = t; t.skinName = "SportItem0Skin"; t.x = 83; t.y = 219; return t; }; _proto.item1_i = function () { var t = new SportsItem0(); this.item1 = t; t.skinName = "SportItem0Skin"; t.x = 180.5; t.y = 219; return t; }; _proto.item0_i = function () { var t = new SportsItem0(); this.item0 = t; t.skinName = "SportItem0Skin"; t.x = 276; t.y = 219; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "sport_json.sport_sp9"; t.x = 209; t.y = 176; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 221; t.horizontalCenter = 0; t.source = "battle_pet_bg7_png"; t.y = 402; return t; }; _proto.unit2_i = function () { var t = new SportsItem1(); this.unit2 = t; t.height = 209; t.skinName = "SportItem1Skin"; t.width = 160; t.x = 400; t.y = 409; return t; }; _proto.unit1_i = function () { var t = new SportsItem1(); this.unit1 = t; t.anchorOffsetX = 0; t.horizontalCenter = 0; t.skinName = "SportItem1Skin"; t.y = 409; return t; }; _proto.unit0_i = function () { var t = new SportsItem1(); this.unit0 = t; t.height = 209; t.skinName = "SportItem1Skin"; t.width = 160; t.x = 80; t.y = 409; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "挑战对手"; t.textAlign = "center"; t.width = 139; t.x = 245; t.y = 374; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 238; t.horizontalCenter = -1; t.scale9Grid = new egret.Rectangle(61,25,372,155); t.source = "sport_bg_6_png"; t.y = 630; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 238; t.horizontalCenter = -1; t.scale9Grid = new egret.Rectangle(61,25,372,155); t.source = "sport_bg_6_png"; t.y = 630; return t; }; _proto.label2_i = function () { var t = new eui.Label(); this.label2 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 18; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = ""; t.textAlign = "left"; t.x = 504; t.y = 803; return t; }; _proto.label1_i = function () { var t = new eui.Label(); this.label1 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 18; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = ""; t.textAlign = "left"; t.x = 397; t.y = 803.5; return t; }; _proto.label0_i = function () { var t = new eui.Label(); this.label0 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 18; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = ""; t.textAlign = "left"; t.x = 283; t.y = 803.5; return t; }; _proto.countLabel4_i = function () { var t = new eui.Label(); this.countLabel4 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 18; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = ""; t.textAlign = "center"; t.textColor = 0x0be8cb; t.verticalAlign = "middle"; t.width = 79; t.x = 352; t.y = 746.5; return t; }; _proto.countLabel3_i = function () { var t = new eui.Label(); this.countLabel3 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "1"; t.textAlign = "center"; t.textColor = 0xE20606; t.x = 455; t.y = 696.5; return t; }; _proto.countLabel2_i = function () { var t = new eui.Label(); this.countLabel2 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "1"; t.textAlign = "center"; t.textColor = 0xE20606; t.x = 453; t.y = 653.5; return t; }; _proto.countLabel1_i = function () { var t = new eui.Label(); this.countLabel1 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "1"; t.textAlign = "center"; t.textColor = 0xE20606; t.x = 259; t.y = 749.5; return t; }; _proto.countLabel0_i = function () { var t = new eui.Label(); this.countLabel0 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "1"; t.textAlign = "center"; t.textColor = 0xe20606; t.x = 180; t.y = 697.5; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "次("; t.textAlign = "center"; t.x = 303; t.y = 749.5; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "后继续挑战)"; t.textAlign = "center"; t.x = 430; t.y = 748.5; return t; }; _proto._Label4_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "场"; t.textAlign = "center"; t.x = 232; t.y = 696.5; return t; }; _proto._Label5_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "场"; t.textAlign = "center"; t.x = 491; t.y = 696.5; return t; }; _proto._Label6_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "排名:"; t.textAlign = "center"; t.x = 377; t.y = 655; return t; }; _proto._Label7_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "失败:"; t.textAlign = "center"; t.x = 378; t.y = 697; return t; }; _proto._Label8_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "名"; t.textAlign = "center"; t.x = 491; t.y = 656; return t; }; _proto._Label9_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "玩家:"; t.textAlign = "center"; t.x = 93.5; t.y = 656; return t; }; _proto._Label10_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "目前排名奖励:"; t.textAlign = "center"; t.x = 93.5; t.y = 802; return t; }; _proto._Label11_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "胜利:"; t.textAlign = "center"; t.x = 93.5; t.y = 701.5; return t; }; _proto.nameLabel_i = function () { var t = new eui.Label(); this.nameLabel = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "天上的猪"; t.textAlign = "center"; t.x = 166; t.y = 656; return t; }; _proto._Label12_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 26; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "剩余挑战次数:"; t.textAlign = "center"; t.x = 93.5; t.y = 749.5; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 44; t.width = 44; t.x = 241; t.y = 793; t.elementsContent = [this.headImg0_i()]; return t; }; _proto.headImg0_i = function () { var t = new eui.Image(); this.headImg0 = t; t.height = 30; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 30; return t; }; _proto._Group2_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 44; t.width = 44; t.x = 358; t.y = 793; t.elementsContent = [this.headImg1_i()]; return t; }; _proto.headImg1_i = function () { var t = new eui.Image(); this.headImg1 = t; t.height = 30; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 30; return t; }; _proto._Group3_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 44; t.width = 44; t.x = 465; t.y = 792; t.elementsContent = [this.headImg2_i()]; return t; }; _proto.headImg2_i = function () { var t = new eui.Image(); this.headImg2 = t; t.height = 30; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 30; return t; }; return SportsSportCompomentSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/sports/SportsRankItem1Skin.exml'] = window.SportsRankItem1Skin = (function (_super) { __extends(SportsRankItem1Skin, _super); function SportsRankItem1Skin() { _super.call(this); this.skinParts = ["imghead","numLabel"]; this.elementsContent = [this._Image1_i(),this._Group1_i(),this.numLabel_i()]; } var _proto = SportsRankItem1Skin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "common_json.item_bg_png"; t.verticalCenter = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 91; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 88; t.elementsContent = [this.imghead_i()]; return t; }; _proto.imghead_i = function () { var t = new eui.Image(); this.imghead = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; _proto.numLabel_i = function () { var t = new eui.Label(); this.numLabel = t; t.bottom = 0; t.left = 0; t.right = 0; t.size = 22; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "X30"; t.textAlign = "right"; t.verticalAlign = "middle"; return t; }; return SportsRankItem1Skin; })(eui.Skin);generateEUI.paths['resource/skins/panel/sports/SportsRankCompomentSkin.exml'] = window.SportsRankCompomentSkin = (function (_super) { __extends(SportsRankCompomentSkin, _super); var SportsRankCompomentSkin$Skin77 = (function (_super) { __extends(SportsRankCompomentSkin$Skin77, _super); function SportsRankCompomentSkin$Skin77() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ new eui.SetProperty("_Image1","source","sport_json.sport_sp10") ]) ]; } var _proto = SportsRankCompomentSkin$Skin77.prototype; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.percentHeight = 100; t.source = "sport_json.sport_sp8"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return SportsRankCompomentSkin$Skin77; })(eui.Skin); function SportsRankCompomentSkin() { _super.call(this); this.skinParts = ["rewardItem2","rewardItem1","rewardItem0","ranlLabel","getButton","list","scrolls","timeLabel"]; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this._Image2_i(),this._Image3_i(),this._Image4_i(),this.rewardItem2_i(),this.rewardItem1_i(),this.rewardItem0_i(),this.ranlLabel_i(),this._Image5_i(),this.getButton_i(),this._Label1_i(),this._Label2_i(),this.scrolls_i(),this._Image6_i(),this.timeLabel_i()]; } var _proto = SportsRankCompomentSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 714; t.scale9Grid = new egret.Rectangle(63,31,385,189); t.source = "fuli_bg_png"; t.width = 540; t.x = 50; t.y = 157; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "sport_bg_1_png"; t.y = 181; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "sport_json.sport_sp6"; t.y = 167; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.horizontalCenter = -0.5; t.source = "sport_bg_2_png"; t.y = 574; return t; }; _proto.rewardItem2_i = function () { var t = new SportsRankItem(); this.rewardItem2 = t; t.skinName = "SportsRankItem1Skin"; t.x = 439; t.y = 637; return t; }; _proto.rewardItem1_i = function () { var t = new SportsRankItem(); this.rewardItem1 = t; t.horizontalCenter = 0; t.skinName = "SportsRankItem1Skin"; t.y = 638; return t; }; _proto.rewardItem0_i = function () { var t = new SportsRankItem(); this.rewardItem0 = t; t.skinName = "SportsRankItem1Skin"; t.x = 109; t.y = 638; return t; }; _proto.ranlLabel_i = function () { var t = new eui.Label(); this.ranlLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "123"; t.textAlign = "left"; t.textColor = 0xf40c0c; t.verticalAlign = "middle"; t.x = 195; t.y = 611; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.source = "sport_json.sport_sp11"; t.x = 190; t.y = 550; return t; }; _proto.getButton_i = function () { var t = new eui.Button(); this.getButton = t; t.horizontalCenter = 0; t.label = ""; t.y = 769; t.skinName = SportsRankCompomentSkin$Skin77; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.fontFamily = "huakanghaibao"; t.size = 22; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "上周排名:"; t.x = 91; t.y = 613; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.horizontalCenter = 0.5; t.size = 18; t.stroke = 3; t.strokeColor = 0xf7c70e; t.text = "注,竞技场每周会根据您上周排名结算奖励,排名越高奖励越好"; t.textColor = 0x210303; t.width = 519; t.y = 839; return t; }; _proto.scrolls_i = function () { var t = new eui.Scroller(); this.scrolls = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 324; t.width = 479; t.x = 80; t.y = 204; t.viewport = this._Group1_i(); return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.elementsContent = [this.list_i()]; return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.bottom = 0; t.itemRendererSkinName = SportsRewardItemRenderSkin; t.left = 0; t.right = 0; t.top = 0; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.source = "sport_bg_7_png"; t.x = 155; t.y = 737; return t; }; _proto.timeLabel_i = function () { var t = new eui.Label(); this.timeLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 22; t.strokeColor = 0x7d1c1c; t.text = "结算倒计时:10:10:10"; t.textAlign = "center"; t.textColor = 0xd6904a; t.verticalAlign = "middle"; t.width = 288; t.x = 161; t.y = 741; return t; }; return SportsRankCompomentSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/sports/SportsPanelSkin.exml'] = window.SportsPanelSkin = (function (_super) { __extends(SportsPanelSkin, _super); function SportsPanelSkin() { _super.call(this); this.skinParts = ["panelCommon","ssc","src","groupbar"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = SportsPanelSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.touchEnabled = false; t.width = 640; t.x = 0; t.y = 0; t.elementsContent = [this.ssc_i(),this.src_i(),this.groupbar_i()]; return t; }; _proto.ssc_i = function () { var t = new SportsSportsCompoment(); this.ssc = t; t.height = 960; t.scaleX = 1; t.scaleY = 1; t.skinName = "SportsSportCompomentSkin"; t.width = 640; t.x = 0; t.y = 0; return t; }; _proto.src_i = function () { var t = new SportsRankCompoment(); this.src = t; t.scaleX = 1; t.scaleY = 1; t.skinName = "SportsRankCompomentSkin"; t.x = 0; t.y = 0; return t; }; _proto.groupbar_i = function () { var t = new eui.Group(); this.groupbar = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 47; t.scaleX = 1; t.scaleY = 1; t.width = 421; t.x = 68; t.y = 111; return t; }; return SportsPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/sports/SportsRankItem0Skin.exml'] = window.SportsRankItem0Skin = (function (_super) { __extends(SportsRankItem0Skin, _super); function SportsRankItem0Skin() { _super.call(this); this.skinParts = ["imghead","numLabel"]; this.elementsContent = [this._Image1_i(),this._Group1_i(),this.numLabel_i()]; } var _proto = SportsRankItem0Skin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "battle_pet_json.battle_pet_canzhan22_png"; t.verticalCenter = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 47; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 48; t.elementsContent = [this.imghead_i()]; return t; }; _proto.imghead_i = function () { var t = new eui.Image(); this.imghead = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; _proto.numLabel_i = function () { var t = new eui.Label(); this.numLabel = t; t.anchorOffsetY = 0; t.bottom = 0; t.height = 14; t.left = 0; t.right = 0; t.size = 16; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "X30"; t.textAlign = "right"; t.verticalAlign = "middle"; return t; }; return SportsRankItem0Skin; })(eui.Skin);generateEUI.paths['resource/skins/panel/sports/SportsRewardItemRenderSkin.exml'] = window.SportsRewardItemRenderSkin = (function (_super) { __extends(SportsRewardItemRenderSkin, _super); function SportsRewardItemRenderSkin() { _super.call(this); this.skinParts = ["item2","item1","item0","rankImg"]; this.height = 80; this.width = 479; this.elementsContent = [this._Image1_i(),this.item2_i(),this.item1_i(),this.item0_i(),this.rankImg_i()]; } var _proto = SportsRewardItemRenderSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.bottom = -6; t.left = 0; t.right = 0; t.scale9Grid = new egret.Rectangle(60,8,366,53); t.source = "battle_pet_bg5_png"; t.top = 0; return t; }; _proto.item2_i = function () { var t = new SportsRankItem(); this.item2 = t; t.skinName = "SportsRankItem0Skin"; t.verticalCenter = 0.5; t.x = 370; return t; }; _proto.item1_i = function () { var t = new SportsRankItem(); this.item1 = t; t.skinName = "SportsRankItem0Skin"; t.verticalCenter = 0.5; t.x = 248; return t; }; _proto.item0_i = function () { var t = new SportsRankItem(); this.item0 = t; t.skinName = "SportsRankItem0Skin"; t.verticalCenter = 0.5; t.x = 123; return t; }; _proto.rankImg_i = function () { var t = new eui.Image(); this.rankImg = t; t.source = "sport_json.sport_num1"; t.verticalCenter = 0; t.x = 16; return t; }; return SportsRewardItemRenderSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/warehouse/pop/SellSkin.exml'] = window.SellSkin = (function (_super) { __extends(SellSkin, _super); var SellSkin$Skin78 = (function (_super) { __extends(SellSkin$Skin78, _super); function SellSkin$Skin78() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = SellSkin$Skin78.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_close_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return SellSkin$Skin78; })(eui.Skin); var SellSkin$Skin79 = (function (_super) { __extends(SellSkin$Skin79, _super); function SellSkin$Skin79() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = SellSkin$Skin79.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_sub_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return SellSkin$Skin79; })(eui.Skin); var SellSkin$Skin80 = (function (_super) { __extends(SellSkin$Skin80, _super); function SellSkin$Skin80() { _super.call(this); this.skinParts = ["labelDisplay0"]; this.elementsContent = [this._Image1_i(),this.labelDisplay0_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = SellSkin$Skin80.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_add_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay0_i = function () { var t = new eui.Label(); this.labelDisplay0 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return SellSkin$Skin80; })(eui.Skin); function SellSkin() { _super.call(this); this.skinParts = ["btnClose","btnSell","imgIcon","labelName","labelPrice","labelPriceTotal","inpNum","btnSub","btnAdd","panel"]; this.height = 960; this.width = 640; this.elementsContent = [this._Rect1_i(),this.panel_i()]; } var _proto = SellSkin.prototype; _proto._Rect1_i = function () { var t = new eui.Rect(); t.bottom = 0; t.fillAlpha = 0; t.left = 0; t.right = 0; t.top = 0; return t; }; _proto.panel_i = function () { var t = new eui.Group(); this.panel = t; t.height = 960; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this._Image1_i(),this._Image2_i(),this._Image3_i(),this._Image4_i(),this.btnClose_i(),this.btnSell_i(),this._Image5_i(),this.imgIcon_i(),this.labelName_i(),this._Image6_i(),this._Label1_i(),this._Image7_i(),this._Label2_i(),this._Image8_i(),this._Image9_i(),this.labelPrice_i(),this.labelPriceTotal_i(),this._Image10_i(),this._Image11_i(),this.inpNum_i(),this.btnSub_i(),this.btnAdd_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 316; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(136,128,4,2); t.source = "c_panel2_png"; t.verticalCenter = -20; t.width = 464; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "trimming1_png"; t.x = 127; t.y = 279; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "trimming2_png"; t.x = 441; t.y = 302; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "panel_title_sell_png"; t.y = 263; return t; }; _proto.btnClose_i = function () { var t = new eui.Button(); this.btnClose = t; t.horizontalCenter = 201; t.name = "btnClose"; t.verticalCenter = -163; t.skinName = SellSkin$Skin78; return t; }; _proto.btnSell_i = function () { var t = new eui.Button(); this.btnSell = t; t.horizontalCenter = 0; t.label = "卖出"; t.name = "btnSell"; t.skinName = "common.MidButtonSkin"; t.verticalCenter = 103; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.source = "item_bg_png"; t.x = 124; t.y = 348; return t; }; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.horizontalCenter = -152; t.verticalCenter = -89; return t; }; _proto.labelName_i = function () { var t = new eui.Label(); this.labelName = t; t.size = 24; t.text = "辣椒种子"; t.textColor = 0x290202; t.x = 226; t.y = 349; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(23,9,9,2); t.source = "blue_rect_png"; t.width = 94; t.x = 229; t.y = 374; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.size = 18; t.text = "单价"; t.x = 257; t.y = 376; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(23,9,9,2); t.source = "blue_rect_png"; t.width = 94; t.x = 349; t.y = 374; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.size = 18; t.text = "总计收入"; t.x = 360; t.y = 376; return t; }; _proto._Image8_i = function () { var t = new eui.Image(); t.source = "sicon_gold_png"; t.x = 225; t.y = 401; return t; }; _proto._Image9_i = function () { var t = new eui.Image(); t.source = "sicon_gold_png"; t.x = 345; t.y = 401; return t; }; _proto.labelPrice_i = function () { var t = new eui.Label(); this.labelPrice = t; t.size = 20; t.stroke = 2; t.strokeColor = 0x836344; t.text = "2600"; t.textColor = 0xFFFBF2; t.x = 262; t.y = 409; return t; }; _proto.labelPriceTotal_i = function () { var t = new eui.Label(); this.labelPriceTotal = t; t.size = 20; t.stroke = 2; t.strokeColor = 0x836344; t.text = "2600"; t.textColor = 0xFFFBF2; t.x = 382; t.y = 409; return t; }; _proto._Image10_i = function () { var t = new eui.Image(); t.fillMode = "repeat"; t.source = "line_png"; t.width = 367; t.x = 129; t.y = 447; return t; }; _proto._Image11_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(30,20,7,3); t.source = "inp_mid_png"; t.width = 155; t.x = 244; t.y = 471; return t; }; _proto.inpNum_i = function () { var t = new eui.EditableText(); this.inpNum = t; t.height = 34; t.restrict = "0-9"; t.size = 30; t.text = "1"; t.textAlign = "center"; t.textColor = 0xFFFFFF; t.verticalAlign = "middle"; t.width = 125; t.x = 256; t.y = 475; return t; }; _proto.btnSub_i = function () { var t = new eui.Button(); this.btnSub = t; t.horizontalCenter = -127.5; t.name = "btnSub"; t.verticalCenter = 15; t.skinName = SellSkin$Skin79; return t; }; _proto.btnAdd_i = function () { var t = new eui.Button(); this.btnAdd = t; t.horizontalCenter = 127.5; t.name = "btnAdd"; t.verticalCenter = 15; t.skinName = SellSkin$Skin80; return t; }; return SellSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/warehouse/UseBattlePetTipsSkin.exml'] = window.UseBattlePetTipsSkin = (function (_super) { __extends(UseBattlePetTipsSkin, _super); var UseBattlePetTipsSkin$Skin81 = (function (_super) { __extends(UseBattlePetTipsSkin$Skin81, _super); function UseBattlePetTipsSkin$Skin81() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = UseBattlePetTipsSkin$Skin81.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common_json.c_btn3_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.verticalCenter = 0; return t; }; return UseBattlePetTipsSkin$Skin81; })(eui.Skin); function UseBattlePetTipsSkin() { _super.call(this); this.skinParts = ["useButton","desLabel"]; this.height = 1136; this.width = 640; this.elementsContent = [this._Image1_i(),this.useButton_i(),this.desLabel_i()]; } var _proto = UseBattlePetTipsSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 282; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(130,77,10,5); t.source = "common_json.c_panel2_png"; t.verticalCenter = 0; t.width = 497; return t; }; _proto.useButton_i = function () { var t = new eui.Button(); this.useButton = t; t.horizontalCenter = -2; t.label = "使用"; t.y = 642; t.skinName = UseBattlePetTipsSkin$Skin81; return t; }; _proto.desLabel_i = function () { var t = new eui.Label(); this.desLabel = t; t.anchorOffsetX = 0; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.textAlign = "center"; t.width = 404; t.x = 118.5; t.y = 523; return t; }; return UseBattlePetTipsSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/warehouse/WareHouseItemSkin.exml'] = window.WareHouseItemSkin = (function (_super) { __extends(WareHouseItemSkin, _super); function WareHouseItemSkin() { _super.call(this); this.skinParts = ["imgIcon","imgNumbg","labelLv","labelNum"]; this.height = 90; this.width = 90; this.elementsContent = [this._Image1_i(),this.imgIcon_i(),this.imgNumbg_i(),this.labelLv_i(),this.labelNum_i()]; } var _proto = WareHouseItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "item_bg_png"; return t; }; _proto.imgIcon_i = function () { var t = new eui.Image(); this.imgIcon = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; _proto.imgNumbg_i = function () { var t = new eui.Image(); this.imgNumbg = t; t.scale9Grid = new egret.Rectangle(0,2,5,17); t.source = "blue_rect_png"; t.width = 48; t.x = 0; t.y = 0; return t; }; _proto.labelLv_i = function () { var t = new eui.Label(); this.labelLv = t; t.size = 16; t.text = "Lv.66"; t.width = 46; t.x = 3; t.y = 2; return t; }; _proto.labelNum_i = function () { var t = new eui.Label(); this.labelNum = t; t.bottom = 5; t.right = 6; t.size = 20; t.stroke = 1; t.strokeColor = 0xffe59d; t.text = "x99999"; t.textColor = 0xB96108; return t; }; return WareHouseItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/warehouse/WareHouseSkin.exml'] = window.WareHouseSkin = (function (_super) { __extends(WareHouseSkin, _super); function WareHouseSkin() { _super.call(this); this.skinParts = ["panelCommon","groupTab","list","groupItem"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = WareHouseSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.touchThrough = true; t.verticalCenter = 0; t.width = 640; t.x = 0; t.elementsContent = [this._Image1_i(),this.groupTab_i(),this.groupItem_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 415; t.scale9Grid = new egret.Rectangle(31,31,8,9); t.source = "inner_page_png"; t.width = 411; t.x = 114; t.y = 310; return t; }; _proto.groupTab_i = function () { var t = new eui.Group(); this.groupTab = t; t.height = 46; t.width = 411; t.x = 114; t.y = 263; return t; }; _proto.groupItem_i = function () { var t = new eui.Group(); this.groupItem = t; t.height = 415; t.width = 411; t.x = 114; t.y = 309; t.elementsContent = [this._Scroller1_i()]; return t; }; _proto._Scroller1_i = function () { var t = new eui.Scroller(); t.bottom = 3; t.left = 0; t.right = 0; t.top = 4; t.viewport = this.list_i(); return t; }; _proto.list_i = function () { var t = new eui.List(); this.list = t; t.itemRendererSkinName = WareHouseItemSkin; t.x = 0; t.y = 0; t.layout = this._TileLayout1_i(); t.dataProvider = this._ArrayCollection1_i(); return t; }; _proto._TileLayout1_i = function () { var t = new eui.TileLayout(); t.horizontalGap = 10; t.paddingBottom = 10; t.paddingLeft = 10; t.paddingTop = 10; t.verticalGap = 10; return t; }; _proto._ArrayCollection1_i = function () { var t = new eui.ArrayCollection(); t.source = [this._Object1_i(),this._Object2_i(),this._Object3_i(),this._Object4_i(),this._Object5_i(),this._Object6_i(),this._Object7_i(),this._Object8_i(),this._Object9_i(),this._Object10_i(),this._Object11_i(),this._Object12_i(),this._Object13_i(),this._Object14_i(),this._Object15_i(),this._Object16_i(),this._Object17_i(),this._Object18_i(),this._Object19_i(),this._Object20_i(),this._Object21_i(),this._Object22_i(),this._Object23_i()]; return t; }; _proto._Object1_i = function () { var t = {}; t.label = "数据1"; return t; }; _proto._Object2_i = function () { var t = {}; t.label = "数据2"; return t; }; _proto._Object3_i = function () { var t = {}; t.label = "数据3"; return t; }; _proto._Object4_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object5_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object6_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object7_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object8_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object9_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object10_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object11_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object12_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object13_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object14_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object15_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object16_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object17_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object18_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object19_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object20_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object21_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object22_i = function () { var t = {}; t.label = "null"; return t; }; _proto._Object23_i = function () { var t = {}; t.label = "null"; return t; }; return WareHouseSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/youle/amusementPark/amusementParkItemSkin.exml'] = window.amusementParkItemSkin = (function (_super) { __extends(amusementParkItemSkin, _super); function amusementParkItemSkin() { _super.call(this); this.skinParts = ["imgbg","imgSlected","icons","label1","label2","icon2"]; this.currentState = "up"; this.elementsContent = [this.imgbg_i(),this._Image1_i(),this.icons_i(),this._Image2_i(),this.label1_i(),this.label2_i(),this.icon2_i()]; this.imgSlected_i(); this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("upAndSelected", [ new eui.AddItems("imgSlected","",2,"_Image1") ]) , new eui.State ("downAndSelected", [ new eui.AddItems("imgSlected","",2,"_Image1") ]) ]; } var _proto = amusementParkItemSkin.prototype; _proto.imgbg_i = function () { var t = new eui.Image(); this.imgbg = t; t.horizontalCenter = 0; t.source = "park_bg0_png"; t.verticalCenter = 0; return t; }; _proto.imgSlected_i = function () { var t = new eui.Image(); this.imgSlected = t; t.horizontalCenter = 0; t.source = "park_bg_xuanzhong_png"; t.verticalCenter = 0; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.source = "park_json.park_t2"; t.top = -18; t.x = 118; return t; }; _proto.icons_i = function () { var t = new eui.Image(); this.icons = t; t.source = "park_json.park_t3"; t.x = 185; t.y = -20; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "park_json.park_t1"; t.x = 333; t.y = 132; return t; }; _proto.label1_i = function () { var t = new eui.Label(); this.label1 = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "Label"; t.textAlign = "center"; t.textColor = 0x7d1c1c; t.width = 148; t.x = 353; t.y = 140; return t; }; _proto.label2_i = function () { var t = new eui.Label(); this.label2 = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.size = 22; t.text = "Label"; t.textAlign = "center"; t.textColor = 0x7d1c1c; t.width = 98; t.x = 402; t.y = 140; return t; }; _proto.icon2_i = function () { var t = new eui.Image(); this.icon2 = t; t.source = "3002_png"; t.x = 360; t.y = 132; return t; }; return amusementParkItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/youle/amusementPark/amusementParkPanel.exml'] = window.amusementParkPanel = (function (_super) { __extends(amusementParkPanel, _super); function amusementParkPanel() { _super.call(this); this.skinParts = ["panelCommon","radio0","radio1","radio2","gView","scrolls"]; this.height = 1136; this.width = 640; this.elementsContent = [this.panelCommon_i(),this.scrolls_i()]; } var _proto = amusementParkPanel.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto.scrolls_i = function () { var t = new eui.Scroller(); this.scrolls = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 593; t.horizontalCenter = 0; t.width = 510; t.y = 284; t.viewport = this._Group1_i(); return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.elementsContent = [this.gView_i()]; return t; }; _proto.gView_i = function () { var t = new eui.Group(); this.gView = t; t.anchorOffsetY = 0; t.height = 593; t.horizontalCenter = 0; t.width = 510; t.y = 0; t.elementsContent = [this.radio0_i(),this.radio1_i(),this.radio2_i()]; return t; }; _proto.radio0_i = function () { var t = new AsumentParkItem(); this.radio0 = t; t.horizontalCenter = 0; t.label = "RadioButton"; t.skinName = "amusementParkItemSkin"; t.y = 32; return t; }; _proto.radio1_i = function () { var t = new AsumentParkItem(); this.radio1 = t; t.horizontalCenter = 0; t.label = "RadioButton"; t.skinName = "amusementParkItemSkin"; t.y = 223; return t; }; _proto.radio2_i = function () { var t = new AsumentParkItem(); this.radio2 = t; t.horizontalCenter = 0; t.label = "RadioButton"; t.skinName = "amusementParkItemSkin"; t.y = 413; return t; }; return amusementParkPanel; })(eui.Skin);generateEUI.paths['resource/skins/panel/youle/huhu/WidgetComboTipsSkin.exml'] = window.WidgetComboTipsSkin = (function (_super) { __extends(WidgetComboTipsSkin, _super); function WidgetComboTipsSkin() { _super.call(this); this.skinParts = ["tipsImage"]; this.height = 130; this.width = 312; this.elementsContent = [this._Image1_i(),this.tipsImage_i()]; } var _proto = WidgetComboTipsSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "combotipsdb_png"; return t; }; _proto.tipsImage_i = function () { var t = new eui.Image(); this.tipsImage = t; t.horizontalCenter = 0; t.source = "combotips11_png"; t.verticalCenter = 0; return t; }; return WidgetComboTipsSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/youle/huhu/GameSceneSkinss.exml'] = window.GameSceneSkinss = (function (_super) { __extends(GameSceneSkinss, _super); function GameSceneSkinss() { _super.call(this); this.skinParts = ["maskRect","xiaochuGroup","widgetComboTips","scoreLabel","timeLabel"]; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this.maskRect_i(),this.xiaochuGroup_i(),this.widgetComboTips_i(),this._Image2_i(),this.scoreLabel_i(),this.timeLabel_i(),this._Image3_i()]; } var _proto = GameSceneSkinss.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.bottom = 0; t.left = 0; t.right = 0; t.source = "game_bg_jpg"; t.top = 0; return t; }; _proto.maskRect_i = function () { var t = new eui.Rect(); this.maskRect = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fillAlpha = 1; t.height = 644; t.verticalCenter = 18; t.width = 552; t.x = 44; return t; }; _proto.xiaochuGroup_i = function () { var t = new eui.Group(); this.xiaochuGroup = t; t.height = 644; t.verticalCenter = 18; t.width = 552; t.x = 44; return t; }; _proto.widgetComboTips_i = function () { var t = new game.WidgetComboTips(); this.widgetComboTips = t; t.anchorOffsetX = 156; t.anchorOffsetY = 65; t.scaleX = 0; t.scaleY = 0; t.skinName = "WidgetComboTipsSkin"; t.x = 320; t.y = 404.18; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "g_wdjf_png"; t.x = 357.1; t.y = 106.2; return t; }; _proto.scoreLabel_i = function () { var t = new eui.BitmapLabel(); this.scoreLabel = t; t.anchorOffsetX = 0; t.font = "go_score_fnt"; t.letterSpacing = -6; t.text = "0"; t.textAlign = "center"; t.width = 179; t.x = 419.1; t.y = 108; return t; }; _proto.timeLabel_i = function () { var t = new eui.BitmapLabel(); this.timeLabel = t; t.anchorOffsetX = 0; t.font = "score_font_fnt"; t.letterSpacing = -6; t.scaleX = 1; t.scaleY = 1; t.text = "180s"; t.textAlign = "center"; t.width = 123.5; t.x = 113.25; t.y = 111; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.bottom = 957; t.scaleX = 1; t.scaleY = 1; t.source = "g_time_png"; t.x = 56.5; t.y = 65; return t; }; return GameSceneSkinss; })(eui.Skin);generateEUI.paths['resource/skins/panel/youle/huhu/WidgetXiaoChuDBSkin.exml'] = window.WidgetXiaoChuDBSkin = (function (_super) { __extends(WidgetXiaoChuDBSkin, _super); function WidgetXiaoChuDBSkin() { _super.call(this); this.skinParts = ["dibanImage"]; this.elementsContent = [this.dibanImage_i()]; } var _proto = WidgetXiaoChuDBSkin.prototype; _proto.dibanImage_i = function () { var t = new eui.Image(); this.dibanImage = t; t.source = "game_db1_png"; return t; }; return WidgetXiaoChuDBSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/youle/huhu/WidgetXiaoChuSkin.exml'] = window.WidgetXiaoChuSkin = (function (_super) { __extends(WidgetXiaoChuSkin, _super); function WidgetXiaoChuSkin() { _super.call(this); this.skinParts = ["xiaochuImage"]; this.height = 72; this.width = 72; this.elementsContent = [this.xiaochuImage_i()]; } var _proto = WidgetXiaoChuSkin.prototype; _proto.xiaochuImage_i = function () { var t = new eui.Image(); this.xiaochuImage = t; t.horizontalCenter = 0; t.source = "gtype_3_png"; t.verticalCenter = 0; return t; }; return WidgetXiaoChuSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/youle/laoding/LoadingBarSkin.exml'] = window.LoadingBarSkin = (function (_super) { __extends(LoadingBarSkin, _super); function LoadingBarSkin() { _super.call(this); this.skinParts = ["imgProssBar","group","imgmask","prosslabel"]; this.height = 6; this.width = 537; this.elementsContent = [this._Image1_i(),this.group_i(),this.imgmask_i(),this.prosslabel_i()]; } var _proto = LoadingBarSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "laoding_bgg1_png"; t.verticalCenter = 0; return t; }; _proto.group_i = function () { var t = new eui.Group(); this.group = t; t.bottom = 0; t.height = 6; t.left = 0; t.right = 0; t.top = 0; t.width = 537; t.elementsContent = [this.imgProssBar_i()]; return t; }; _proto.imgProssBar_i = function () { var t = new eui.Image(); this.imgProssBar = t; t.scaleX = 1; t.scaleY = 1; t.source = "loading_bgg2_png"; t.x = 0; t.y = 0; return t; }; _proto.imgmask_i = function () { var t = new eui.Image(); this.imgmask = t; t.source = "loading_bgg2_png"; t.width = 537; t.x = 0; t.y = 0; return t; }; _proto.prosslabel_i = function () { var t = new eui.Label(); this.prosslabel = t; t.fontFamily = "Microsoft YaHei"; t.horizontalCenter = 0.5; t.size = 40; t.text = "Label"; t.textAlign = "center"; t.verticalAlign = "middle"; t.y = -63; return t; }; return LoadingBarSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/youle/laoding/LoadingCompomentSkin.exml'] = window.LoadingCompomentSkin = (function (_super) { __extends(LoadingCompomentSkin, _super); function LoadingCompomentSkin() { _super.call(this); this.skinParts = ["prossBar"]; this.height = 1136; this.width = 640; this.elementsContent = [this._Rect1_i(),this.prossBar_i()]; } var _proto = LoadingCompomentSkin.prototype; _proto._Rect1_i = function () { var t = new eui.Rect(); t.bottom = 0; t.fillAlpha = 0.4; t.left = 0; t.right = 0; t.strokeAlpha = 0.2; t.top = 0; t.touchEnabled = true; return t; }; _proto.prossBar_i = function () { var t = new FuliProssbAR(); this.prossBar = t; t.horizontalCenter = 0; t.skinName = "LoadingBarSkin"; t.verticalCenter = 0; return t; }; return LoadingCompomentSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/youle/rewardTips/RewardTipsSkin.exml'] = window.RewardTipsSkin = (function (_super) { __extends(RewardTipsSkin, _super); var RewardTipsSkin$Skin82 = (function (_super) { __extends(RewardTipsSkin$Skin82, _super); function RewardTipsSkin$Skin82() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = RewardTipsSkin$Skin82.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common2_json.common2_confir_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return RewardTipsSkin$Skin82; })(eui.Skin); function RewardTipsSkin() { _super.call(this); this.skinParts = ["expLabel","goldLabel","petSucGroup","PetFailGroup","boxImg","boxLabel","sucYouleGroup","okButton","failYouleGroup"]; this.height = 1136; this.width = 640; this.elementsContent = [this._Image1_i(),this.petSucGroup_i(),this.PetFailGroup_i(),this.sucYouleGroup_i(),this.okButton_i(),this.failYouleGroup_i()]; } var _proto = RewardTipsSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 269; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(70,78,6,6); t.source = "common_json.c_panel2_png"; t.verticalCenter = 0; t.width = 562; return t; }; _proto.petSucGroup_i = function () { var t = new eui.Group(); this.petSucGroup = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 212; t.horizontalCenter = 0; t.visible = false; t.width = 521; t.y = 423; t.elementsContent = [this._Image2_i(),this._Image3_i(),this._Label1_i(),this.expLabel_i(),this._Image4_i(),this.goldLabel_i()]; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "battlePetState_2_png"; t.x = 145; t.y = -16; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.scaleX = 1; t.scaleY = 1; t.source = "battlePetState_1_png"; t.x = 69; t.y = -32; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.bold = true; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0; t.scaleX = 1; t.scaleY = 1; t.size = 28; t.text = "获得战斗奖励:"; t.textColor = 0x7d1c1c; t.x = 191; t.y = 68; return t; }; _proto.expLabel_i = function () { var t = new eui.Label(); this.expLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.horizontalCenter = 0; t.scaleX = 1; t.scaleY = 1; t.size = 22; t.text = "获得宠物经验200点"; t.textColor = 0x7D1C1C; t.y = 166; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "3002_png"; t.x = 189; t.y = 117; return t; }; _proto.goldLabel_i = function () { var t = new eui.Label(); this.goldLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.scaleX = 1; t.scaleY = 1; t.size = 22; t.text = "X300"; t.textColor = 0x7D1C1C; t.x = 246; t.y = 125; return t; }; _proto.PetFailGroup_i = function () { var t = new eui.Group(); this.PetFailGroup = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 218; t.visible = false; t.width = 446; t.x = 105; t.y = 418; t.elementsContent = [this._Label2_i(),this._Label3_i(),this._Image5_i(),this._Label4_i()]; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.bold = true; t.horizontalCenter = 0.5; t.size = 22; t.text = "无法获得奖励"; t.textAlign = "center"; t.textColor = 0x7D1C1C; t.verticalAlign = "middle"; t.width = 315; t.y = 113; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.bold = true; t.horizontalCenter = 0; t.size = 20; t.text = "温馨提示,提升战宠属性和等级"; t.textAlign = "center"; t.textColor = 0x7D1C1C; t.verticalAlign = "middle"; t.width = 315; t.y = 174; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.scaleX = 1; t.scaleY = 1; t.source = "battlePetState_3_png"; t.x = 91; t.y = -12; return t; }; _proto._Label4_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.bold = true; t.horizontalCenter = 0.5; t.size = 22; t.text = "很遗憾,你被农场主的战宠打败,"; t.textColor = 0x7d1c1c; t.width = 315; t.y = 79; return t; }; _proto.sucYouleGroup_i = function () { var t = new eui.Group(); this.sucYouleGroup = t; t.anchorOffsetX = 0; t.height = 200; t.horizontalCenter = 0; t.width = 495; t.y = 429; t.elementsContent = [this._Image6_i(),this._Image7_i(),this._Group1_i(),this.boxLabel_i()]; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.scaleX = 1; t.scaleY = 1; t.source = "battlePetState_2_png"; t.x = 130; t.y = -19; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.source = "common_json.item_bg_png"; t.x = 204; t.y = 64; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 91; t.horizontalCenter = 3; t.width = 89; t.y = 64; t.elementsContent = [this.boxImg_i()]; return t; }; _proto.boxImg_i = function () { var t = new eui.Image(); this.boxImg = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; _proto.boxLabel_i = function () { var t = new eui.Label(); this.boxLabel = t; t.anchorOffsetX = 0; t.size = 22; t.text = "Label"; t.textAlign = "center"; t.textColor = 0x7d1c1c; t.verticalAlign = "middle"; t.width = 138; t.x = 182; t.y = 160; return t; }; _proto.okButton_i = function () { var t = new eui.Button(); this.okButton = t; t.horizontalCenter = 0; t.label = ""; t.y = 637; t.skinName = RewardTipsSkin$Skin82; return t; }; _proto.failYouleGroup_i = function () { var t = new eui.Group(); this.failYouleGroup = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 197; t.visible = false; t.width = 497; t.x = 67; t.y = 441; t.elementsContent = [this._Image8_i(),this._Label5_i()]; return t; }; _proto._Image8_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.scaleX = 1; t.scaleY = 1; t.source = "battlePetState_3_png"; t.y = -20; return t; }; _proto._Label5_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.size = 28; t.text = " 当前积分没有达到,挑战失败,请继续努力."; t.textColor = 0x7d1c1c; t.width = 373; t.x = 75; t.y = 77; return t; }; return RewardTipsSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/youle/zhuawawa/ZhuaItemSkin.exml'] = window.ZhuaItemSkin = (function (_super) { __extends(ZhuaItemSkin, _super); function ZhuaItemSkin() { _super.call(this); this.skinParts = ["scoreLabel","icons"]; this.height = 200; this.width = 130; this.elementsContent = [this._Image1_i(),this.scoreLabel_i(),this._Group1_i()]; } var _proto = ZhuaItemSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.bottom = 0; t.horizontalCenter = 0; t.source = "gameRes_json.jz_bg3_png"; return t; }; _proto.scoreLabel_i = function () { var t = new eui.Label(); this.scoreLabel = t; t.anchorOffsetX = 0; t.bottom = 11; t.size = 22; t.text = "200"; t.textAlign = "center"; t.textColor = 0x7d1c1c; t.verticalAlign = "middle"; t.width = 104; t.x = 12.5; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 82; t.horizontalCenter = 0; t.width = 115; t.y = 95; t.elementsContent = [this.icons_i()]; return t; }; _proto.icons_i = function () { var t = new eui.Image(); this.icons = t; t.bottom = 17; t.horizontalCenter = 0.5; t.scaleX = 1; t.scaleY = 1; t.source = "gameRes_json.wawa_1_png"; return t; }; return ZhuaItemSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/youle/zhuawawa/ZhuawawaPanelSkin.exml'] = window.ZhuawawaPanelSkin = (function (_super) { __extends(ZhuawawaPanelSkin, _super); var ZhuawawaPanelSkin$Skin83 = (function (_super) { __extends(ZhuawawaPanelSkin$Skin83, _super); function ZhuawawaPanelSkin$Skin83() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = ZhuawawaPanelSkin$Skin83.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "gameRes_json.btn_ks_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return ZhuawawaPanelSkin$Skin83; })(eui.Skin); var ZhuawawaPanelSkin$Skin84 = (function (_super) { __extends(ZhuawawaPanelSkin$Skin84, _super); function ZhuawawaPanelSkin$Skin84() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = ZhuawawaPanelSkin$Skin84.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "back_button_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return ZhuawawaPanelSkin$Skin84; })(eui.Skin); function ZhuawawaPanelSkin() { _super.call(this); this.skinParts = ["img3","img4","gsd","img1","img2","ganImg","startButton","gs","timeLabel","scoreLabel","backButton"]; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this.img3_i(),this.img4_i(),this.gsd_i(),this._Rect1_i(),this.img1_i(),this.img2_i(),this.ganImg_i(),this.gs_i(),this.timeLabel_i(),this.scoreLabel_i(),this.backButton_i()]; } var _proto = ZhuawawaPanelSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.bottom = 0; t.height = 1136; t.left = 0; t.right = 0; t.source = "zhuwawa_bg_png"; t.top = 0; return t; }; _proto.img3_i = function () { var t = new eui.Image(); this.img3 = t; t.scaleX = -1; t.source = "jiawawa_daizi_png"; t.x = 1164; t.y = 521; return t; }; _proto.img4_i = function () { var t = new eui.Image(); this.img4 = t; t.scaleX = -1; t.source = "jiawawa_daizi_png"; t.x = 0; t.y = 528; return t; }; _proto.gsd_i = function () { var t = new eui.Group(); this.gsd = t; t.bottom = 0; t.left = 0; t.right = 0; t.top = 0; return t; }; _proto._Rect1_i = function () { var t = new eui.Rect(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.fillAlpha = 0.4; t.height = 206; t.left = 0; t.right = 0; t.y = 530; return t; }; _proto.img1_i = function () { var t = new eui.Image(); this.img1 = t; t.bottom = 0; t.source = "jiawawa_daizi_png"; t.x = 0; return t; }; _proto.img2_i = function () { var t = new eui.Image(); this.img2 = t; t.bottom = 0; t.source = "jiawawa_daizi_png"; t.x = -1163; return t; }; _proto.ganImg_i = function () { var t = new eui.Image(); this.ganImg = t; t.height = 1000; t.horizontalCenter = 0; t.source = "jiawawa_gan_png"; t.width = 10; t.y = -820; return t; }; _proto.gs_i = function () { var t = new eui.Group(); this.gs = t; t.anchorOffsetY = 0; t.bottom = 128; t.left = 0; t.right = 0; t.top = 0; t.elementsContent = [this.startButton_i()]; return t; }; _proto.startButton_i = function () { var t = new eui.Button(); this.startButton = t; t.label = ""; t.x = 227; t.y = 866; t.skinName = ZhuawawaPanelSkin$Skin83; return t; }; _proto.timeLabel_i = function () { var t = new eui.Label(); this.timeLabel = t; t.anchorOffsetX = 0; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "倒计时:180S"; t.textAlign = "left"; t.width = 195; t.x = 33; t.y = 34; return t; }; _proto.scoreLabel_i = function () { var t = new eui.Label(); this.scoreLabel = t; t.anchorOffsetX = 0; t.stroke = 2; t.strokeColor = 0x7D1C1C; t.text = "分数:180"; t.textAlign = "right"; t.width = 195; t.x = 409; t.y = 34; return t; }; _proto.backButton_i = function () { var t = new eui.Button(); this.backButton = t; t.label = ""; t.x = 513; t.y = 117; t.skinName = ZhuawawaPanelSkin$Skin84; return t; }; return ZhuawawaPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/youle/zuma/ComboSkin.exml'] = window.ComboSkin = (function (_super) { __extends(ComboSkin, _super); function ComboSkin() { _super.call(this); this.skinParts = ["numTF"]; this.elementsContent = [this._Image1_i(),this.numTF_i()]; } var _proto = ComboSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "zuma_json.zuma_combo_png"; return t; }; _proto.numTF_i = function () { var t = new eui.BitmapLabel(); this.numTF = t; t.font = "comboFont_fnt"; t.left = 309; t.text = "2"; t.y = 2; return t; }; return ComboSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/youle/zuma/GameEditorSceneSkin.exml'] = window.GameEditorSceneSkin = (function (_super) { __extends(GameEditorSceneSkin, _super); var GameEditorSceneSkin$Skin85 = (function (_super) { __extends(GameEditorSceneSkin$Skin85, _super); function GameEditorSceneSkin$Skin85() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = GameEditorSceneSkin$Skin85.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "zuma_game_jpg"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GameEditorSceneSkin$Skin85; })(eui.Skin); var GameEditorSceneSkin$Skin86 = (function (_super) { __extends(GameEditorSceneSkin$Skin86, _super); function GameEditorSceneSkin$Skin86() { _super.call(this); this.skinParts = ["labelDisplay0"]; this.elementsContent = [this._Image1_i(),this.labelDisplay0_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = GameEditorSceneSkin$Skin86.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "zuma_game_jpg"; t.percentWidth = 100; return t; }; _proto.labelDisplay0_i = function () { var t = new eui.Label(); this.labelDisplay0 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GameEditorSceneSkin$Skin86; })(eui.Skin); function GameEditorSceneSkin() { _super.call(this); this.skinParts = ["bgContainer","centerContainer","gameContainer","outBtn","clearBtn","topContainer"]; this.height = 960; this.width = 640; this.elementsContent = [this.bgContainer_i(),this.gameContainer_i(),this.topContainer_i()]; } var _proto = GameEditorSceneSkin.prototype; _proto.bgContainer_i = function () { var t = new eui.Group(); this.bgContainer = t; t.height = 960; t.width = 640; t.x = 0; t.y = 0; t.elementsContent = [this._Image1_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.bottom = 0; t.horizontalCenter = 0; t.source = "zuma_game_jpg"; return t; }; _proto.gameContainer_i = function () { var t = new eui.Group(); this.gameContainer = t; t.elementsContent = [this.centerContainer_i()]; return t; }; _proto.centerContainer_i = function () { var t = new eui.Group(); this.centerContainer = t; t.height = 1; t.rotation = 0; t.width = 1; t.x = 365; t.y = 553; t.elementsContent = [this._Image2_i()]; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "zuma_json.zuma_home_png"; t.verticalCenter = -29.5; return t; }; _proto.topContainer_i = function () { var t = new eui.Group(); this.topContainer = t; t.bottom = 0; t.left = 0; t.right = 0; t.top = 0; t.elementsContent = [this.outBtn_i(),this.clearBtn_i(),this._Image3_i()]; return t; }; _proto.outBtn_i = function () { var t = new eui.Button(); this.outBtn = t; t.height = 30; t.label = "输出"; t.width = 100; t.x = 37; t.y = 20; t.skinName = GameEditorSceneSkin$Skin85; return t; }; _proto.clearBtn_i = function () { var t = new eui.Button(); this.clearBtn = t; t.height = 30; t.label = "清除"; t.width = 100; t.x = 151; t.y = 19; t.skinName = GameEditorSceneSkin$Skin86; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.bottom = 95; t.source = "zuma_json.zuma_bowl_png"; t.x = 526; return t; }; return GameEditorSceneSkin; })(eui.Skin);generateEUI.paths['resource/skins/panel/youle/zuma/MainSceneSkin1.exml'] = window.MainSceneSkin1 = (function (_super) { __extends(MainSceneSkin1, _super); function MainSceneSkin1() { _super.call(this); this.skinParts = ["bgContainer","centerContainer","gameContainer","scoreTF","maskSp","proBar","timeProGroup","topContainer"]; this.height = 960; this.width = 640; this.elementsContent = [this.bgContainer_i(),this.gameContainer_i(),this.topContainer_i()]; } var _proto = MainSceneSkin1.prototype; _proto.bgContainer_i = function () { var t = new eui.Group(); this.bgContainer = t; t.bottom = 0; t.left = 0; t.right = 0; t.top = 0; t.elementsContent = [this._Image1_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.bottom = 0; t.height = 1072; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(80,80,480,30); t.source = "zuma_game_jpg"; return t; }; _proto.gameContainer_i = function () { var t = new eui.Group(); this.gameContainer = t; t.bottom = 0; t.left = 0; t.right = 0; t.top = 0; t.elementsContent = [this.centerContainer_i()]; return t; }; _proto.centerContainer_i = function () { var t = new eui.Group(); this.centerContainer = t; t.bottom = 406; t.height = 1; t.horizontalCenter = 45.5; t.rotation = 0; t.width = 1; t.elementsContent = [this._Image2_i()]; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "zuma_json.zuma_home_png"; t.verticalCenter = -29.5; return t; }; _proto.topContainer_i = function () { var t = new eui.Group(); this.topContainer = t; t.bottom = 0; t.left = 0; t.right = 0; t.top = 0; t.elementsContent = [this._Image3_i(),this._Image4_i(),this.scoreTF_i(),this._Image5_i(),this.timeProGroup_i()]; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.bottom = 95; t.source = "zuma_json.zuma_bowl_png"; t.x = 526; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.anchorOffsetY = 0; t.height = 122; t.scale9Grid = new egret.Rectangle(18,3,591,5); t.source = "zuma_json.zuma_top_png"; return t; }; _proto.scoreTF_i = function () { var t = new eui.BitmapLabel(); this.scoreTF = t; t.font = "bigScoreFont_fnt"; t.text = "0"; t.textAlign = "center"; t.width = 341; t.x = 190; t.y = 49; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.source = "zuma_json.zuma_pro_bg_png"; t.x = 104; t.y = 14; return t; }; _proto.timeProGroup_i = function () { var t = new eui.Group(); this.timeProGroup = t; t.height = 0; t.width = 0; t.elementsContent = [this.maskSp_i(),this.proBar_i()]; return t; }; _proto.maskSp_i = function () { var t = new eui.Image(); this.maskSp = t; t.source = "zuma_json.zuma_pro_bar_png"; t.x = 104; t.y = 13; return t; }; _proto.proBar_i = function () { var t = new eui.Image(); this.proBar = t; t.source = "zuma_json.zuma_pro_bar_png"; t.x = 104; t.y = 14; return t; }; return MainSceneSkin1; })(eui.Skin);generateEUI.paths['resource/skins/panel/youle/zuma/ZumaPanelSkin.exml'] = window.ZumaPanelSkin = (function (_super) { __extends(ZumaPanelSkin, _super); function ZumaPanelSkin() { _super.call(this); this.skinParts = []; this.height = 300; this.width = 400; } var _proto = ZumaPanelSkin.prototype; return ZumaPanelSkin; })(eui.Skin);generateEUI.paths['resource/skins/scence/MuchangCheckBoxJi.exml'] = window.MuchangCheckBoxJiSkin = (function (_super) { __extends(MuchangCheckBoxJiSkin, _super); function MuchangCheckBoxJiSkin() { _super.call(this); this.skinParts = []; this.currentState = "up"; this.height = 67; this.width = 171; this.elementsContent = [this._Image1_i(),this._Image2_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("upAndSelected", [ new eui.SetProperty("_Image1","horizontalCenter",0), new eui.SetProperty("_Image1","verticalCenter",0), new eui.SetProperty("_Image2","x",30) ]) , new eui.State ("downAndSelected", [ new eui.SetProperty("_Image1","horizontalCenter",0), new eui.SetProperty("_Image1","verticalCenter",0), new eui.SetProperty("_Image2","x",30) ]) ]; } var _proto = MuchangCheckBoxJiSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.horizontalCenter = 26; t.source = "muchang_ji_png"; t.verticalCenter = 0; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); this._Image2 = t; t.source = "muchang_jit_png"; t.x = 42; t.y = -16; return t; }; return MuchangCheckBoxJiSkin; })(eui.Skin);generateEUI.paths['resource/skins/scence/MuchangCheckBoxyang.exml'] = window.MuchangCheckBoxyangSkin = (function (_super) { __extends(MuchangCheckBoxyangSkin, _super); function MuchangCheckBoxyangSkin() { _super.call(this); this.skinParts = []; this.currentState = "up"; this.height = 67; this.width = 171; this.elementsContent = [this._Image1_i(),this._Image2_i()]; this.states = [ new eui.State ("up", [ new eui.SetProperty("_Image1","horizontalCenter",28), new eui.SetProperty("_Image1","verticalCenter",0), new eui.SetProperty("_Image2","x",42) ]) , new eui.State ("down", [ new eui.SetProperty("_Image1","verticalCenter",0), new eui.SetProperty("_Image1","x",26), new eui.SetProperty("_Image2","x",42), new eui.SetProperty("_Image2","y",-24) ]) , new eui.State ("upAndSelected", [ new eui.SetProperty("_Image1","horizontalCenter",0) ]) , new eui.State ("downAndSelected", [ new eui.SetProperty("_Image1","horizontalCenter",0) ]) ]; } var _proto = MuchangCheckBoxyangSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.source = "muchang_yang_png"; t.verticalCenter = 0; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); this._Image2 = t; t.source = "muchang_yangt_png"; t.x = 30; t.y = -23; return t; }; return MuchangCheckBoxyangSkin; })(eui.Skin);generateEUI.paths['resource/skins/scence/MuchangCheckBoxniu.exml'] = window.MuchangCheckBoxniuSkin = (function (_super) { __extends(MuchangCheckBoxniuSkin, _super); function MuchangCheckBoxniuSkin() { _super.call(this); this.skinParts = []; this.currentState = "up"; this.height = 67; this.width = 171; this.elementsContent = [this._Image1_i(),this._Image2_i()]; this.states = [ new eui.State ("up", [ new eui.SetProperty("_Image1","x",26), new eui.SetProperty("_Image1","y",0), new eui.SetProperty("_Image2","x",42) ]) , new eui.State ("down", [ new eui.SetProperty("_Image1","horizontalCenter",28), new eui.SetProperty("_Image1","verticalCenter",0), new eui.SetProperty("_Image2","x",42) ]) , new eui.State ("upAndSelected", [ new eui.SetProperty("_Image1","horizontalCenter",0), new eui.SetProperty("_Image1","verticalCenter",0) ]) , new eui.State ("downAndSelected", [ new eui.SetProperty("_Image1","horizontalCenter",0), new eui.SetProperty("_Image1","verticalCenter",0) ]) ]; } var _proto = MuchangCheckBoxniuSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); this._Image1 = t; t.source = "muchang_niu_png"; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); this._Image2 = t; t.source = "muchang_niut_png"; t.x = 30; t.y = -25; return t; }; return MuchangCheckBoxniuSkin; })(eui.Skin);generateEUI.paths['resource/skins/scence/GameScence2Skin.exml'] = window.GameScence2Skin = (function (_super) { __extends(GameScence2Skin, _super); var GameScence2Skin$Skin87 = (function (_super) { __extends(GameScence2Skin$Skin87, _super); function GameScence2Skin$Skin87() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = GameScence2Skin$Skin87.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_back_home_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GameScence2Skin$Skin87; })(eui.Skin); var GameScence2Skin$Skin88 = (function (_super) { __extends(GameScence2Skin$Skin88, _super); function GameScence2Skin$Skin88() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = GameScence2Skin$Skin88.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "nuchang_nongchang_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GameScence2Skin$Skin88; })(eui.Skin); var GameScence2Skin$Skin89 = (function (_super) { __extends(GameScence2Skin$Skin89, _super); function GameScence2Skin$Skin89() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = GameScence2Skin$Skin89.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "muchang_touqu_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GameScence2Skin$Skin89; })(eui.Skin); function GameScence2Skin() { _super.call(this); this.skinParts = ["btnBackHome","fangImg","goimg","gougroup","gview","rButton0","rButton1","rButton2","backtoOtherHome","touquButton","otherg"]; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this.btnBackHome_i(),this._Group1_i(),this.goimg_i(),this.gougroup_i(),this._Image2_i(),this.gview_i(),this.rButton0_i(),this.rButton1_i(),this.rButton2_i(),this.otherg_i()]; } var _proto = GameScence2Skin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "muchang_bg_jpg"; t.y = 0; return t; }; _proto.btnBackHome_i = function () { var t = new eui.Button(); this.btnBackHome = t; t.bottom = 16; t.right = 19; t.skinName = GameScence2Skin$Skin87; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 20; t.width = 20; t.x = 359; t.y = 361; t.elementsContent = [this.fangImg_i()]; return t; }; _proto.fangImg_i = function () { var t = new eui.Image(); this.fangImg = t; t.horizontalCenter = 37; t.scaleX = 1; t.scaleY = 1; t.source = "muchang_jiwo_png"; t.verticalCenter = -8; return t; }; _proto.goimg_i = function () { var t = new eui.Image(); this.goimg = t; t.source = "game_gou_png"; t.x = 119; t.y = 334; return t; }; _proto.gougroup_i = function () { var t = new eui.Group(); this.gougroup = t; t.height = 20; t.width = 20; t.x = 264; t.y = 419; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 0; t.source = "muchang_jilan2_png"; t.y = 430; return t; }; _proto.gview_i = function () { var t = new eui.Group(); this.gview = t; t.bottom = 0; t.left = 0; t.right = 0; t.top = 0; t.touchEnabled = false; return t; }; _proto.rButton0_i = function () { var t = new eui.RadioButton(); this.rButton0 = t; t.label = ""; t.skinName = "MuchangCheckBoxJiSkin"; t.x = 482; t.y = 326; return t; }; _proto.rButton1_i = function () { var t = new eui.RadioButton(); this.rButton1 = t; t.label = ""; t.skinName = "MuchangCheckBoxyangSkin"; t.x = 482; t.y = 407; return t; }; _proto.rButton2_i = function () { var t = new eui.RadioButton(); this.rButton2 = t; t.label = ""; t.skinName = "MuchangCheckBoxniuSkin"; t.x = 482; t.y = 488; return t; }; _proto.otherg_i = function () { var t = new eui.Group(); this.otherg = t; t.x = -1; t.y = 777; t.elementsContent = [this.backtoOtherHome_i(),this.touquButton_i()]; return t; }; _proto.backtoOtherHome_i = function () { var t = new eui.Button(); this.backtoOtherHome = t; t.label = ""; t.x = 0; t.y = 96; t.skinName = GameScence2Skin$Skin88; return t; }; _proto.touquButton_i = function () { var t = new eui.Button(); this.touquButton = t; t.label = ""; t.x = 0; t.y = 0; t.skinName = GameScence2Skin$Skin89; return t; }; return GameScence2Skin; })(eui.Skin);generateEUI.paths['resource/skins/scence/GameView2Skin.exml'] = window.GameView2Skin = (function (_super) { __extends(GameView2Skin, _super); function GameView2Skin() { _super.call(this); this.skinParts = ["gs"]; this.height = 300; this.width = 640; this.elementsContent = [this.gs_i(),this._Image1_i()]; } var _proto = GameView2Skin.prototype; _proto.gs_i = function () { var t = new eui.Group(); this.gs = t; t.height = 300; t.width = 640; t.x = 0; t.y = 0; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "muchang_jilan_png"; t.touchEnabled = false; t.x = 1; t.y = -134; return t; }; return GameView2Skin; })(eui.Skin);generateEUI.paths['resource/skins/scence/UIAnimalSkin.exml'] = window.UIAnimalSkinSkin = (function (_super) { __extends(UIAnimalSkinSkin, _super); function UIAnimalSkinSkin() { _super.call(this); this.skinParts = ["gs","selectedImg","iconimg"]; this.height = 0; this.width = 0; this.elementsContent = [this.gs_i(),this.selectedImg_i(),this.iconimg_i()]; } var _proto = UIAnimalSkinSkin.prototype; _proto.gs_i = function () { var t = new eui.Group(); this.gs = t; t.x = 0; t.y = 0; return t; }; _proto.selectedImg_i = function () { var t = new eui.Image(); this.selectedImg = t; t.anchorOffsetX = 47; t.anchorOffsetY = 47; t.source = "muchang_selected_png"; t.visible = false; t.x = 0; t.y = -51; return t; }; _proto.iconimg_i = function () { var t = new eui.Image(); this.iconimg = t; t.height = 71; t.source = "61007_png"; t.width = 69; t.x = -36; t.y = -76; return t; }; return UIAnimalSkinSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/battlePet/Battle_fruitLineSkin.exml'] = window.Battle_fruitLineSkin = (function (_super) { __extends(Battle_fruitLineSkin, _super); function Battle_fruitLineSkin() { _super.call(this); this.skinParts = ["faguangImg"]; this.width = 10; this.elementsContent = [this.faguangImg_i(),this._Image1_i()]; } var _proto = Battle_fruitLineSkin.prototype; _proto.faguangImg_i = function () { var t = new eui.Image(); this.faguangImg = t; t.left = 0; t.right = 0; t.scale9Grid = new egret.Rectangle(4,4,2,2); t.source = "battle_fruit_json.battle_fruit16_png"; t.touchEnabled = false; t.verticalCenter = 0; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.left = 0; t.right = 0; t.scale9Grid = new egret.Rectangle(3,2,1,2); t.source = "battle_fruit_json.battle_fruit15_png"; t.touchEnabled = false; t.verticalCenter = 0; return t; }; return Battle_fruitLineSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/battlePet/BattlePetHeadSkin.exml'] = window.BattlePetHeadSkin = (function (_super) { __extends(BattlePetHeadSkin, _super); function BattlePetHeadSkin() { _super.call(this); this.skinParts = ["imgProssBar","gs","masks","prosslabel","headImg","headmask","gsHead"]; this.elementsContent = [this._Image1_i(),this.gs_i(),this.masks_i(),this.prosslabel_i(),this._Image2_i(),this.gsHead_i()]; } var _proto = BattlePetHeadSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.source = "battle_fruit_json.battle_fruit12_png"; t.x = 89; t.y = 35; return t; }; _proto.gs_i = function () { var t = new eui.Group(); this.gs = t; t.anchorOffsetY = 0; t.height = 20; t.width = 195; t.x = 88; t.y = 43; t.elementsContent = [this.imgProssBar_i()]; return t; }; _proto.imgProssBar_i = function () { var t = new eui.Image(); this.imgProssBar = t; t.height = 20; t.source = "battle_fruit_json.battle_fruit13_png"; t.verticalCenter = 0; t.width = 195; t.x = 2; return t; }; _proto.masks_i = function () { var t = new eui.Image(); this.masks = t; t.source = "battle_fruit_json.battle_fruit13_png"; t.x = 88; t.y = 43; return t; }; _proto.prosslabel_i = function () { var t = new eui.Label(); this.prosslabel = t; t.anchorOffsetX = 75; t.anchorOffsetY = 0; t.fontFamily = "huakanghaibao"; t.height = 21; t.size = 20; t.stroke = 2; t.strokeColor = 0x7d1c1c; t.text = "Label"; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 150; t.x = 187; t.y = 41; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "battle_fruit_json.battle_fruit11_png"; t.x = 3; return t; }; _proto.gsHead_i = function () { var t = new eui.Group(); this.gsHead = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 76; t.width = 78; t.x = 20; t.y = 20; t.elementsContent = [this.headImg_i(),this.headmask_i()]; return t; }; _proto.headImg_i = function () { var t = new eui.Image(); this.headImg = t; t.height = 80; t.horizontalCenter = 0; t.verticalCenter = 0; t.width = 80; return t; }; _proto.headmask_i = function () { var t = new eui.Image(); this.headmask = t; t.source = "battle_pet_30_png"; t.x = 0; t.y = -1; return t; }; return BattlePetHeadSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/battlePet/BattlePetUnitSkin.exml'] = window.BattlePetUnitSkin = (function (_super) { __extends(BattlePetUnitSkin, _super); function BattlePetUnitSkin() { _super.call(this); this.skinParts = ["icons"]; this.height = 74; this.width = 74; this.elementsContent = [this.icons_i()]; } var _proto = BattlePetUnitSkin.prototype; _proto.icons_i = function () { var t = new eui.Image(); this.icons = t; t.bottom = 0; t.height = 74; t.left = 0; t.right = 0; t.source = "battle_fruit_json.battle_fruit4_png"; t.top = 0; t.width = 74; return t; }; return BattlePetUnitSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/battlePet/PetAnimationSin.exml'] = window.PetAnimationSin = (function (_super) { __extends(PetAnimationSin, _super); function PetAnimationSin() { _super.call(this); this.skinParts = ["icons"]; this.height = 0; this.width = 0; this.elementsContent = [this.icons_i()]; } var _proto = PetAnimationSin.prototype; _proto.icons_i = function () { var t = new eui.Image(); this.icons = t; t.bottom = 0; t.horizontalCenter = 0; t.scaleX = 1; t.scaleY = 1; t.source = "11020_png"; return t; }; return PetAnimationSin; })(eui.Skin);generateEUI.paths['resource/skins/scene/BattleScenceSkin.exml'] = window.BattleScenceSkin = (function (_super) { __extends(BattleScenceSkin, _super); var BattleScenceSkin$Skin90 = (function (_super) { __extends(BattleScenceSkin$Skin90, _super); function BattleScenceSkin$Skin90() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = BattleScenceSkin$Skin90.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "back_button_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return BattleScenceSkin$Skin90; })(eui.Skin); function BattleScenceSkin() { _super.call(this); this.skinParts = ["gfruit","gLine","gLine0","myPet","otherPet","stepLabel","ga","myhead","otherHead","backButton"]; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this.gfruit_i(),this.gLine_i(),this.gLine0_i(),this._Group1_i(),this._Image2_i(),this.stepLabel_i(),this.ga_i(),this.myhead_i(),this.otherHead_i(),this._Image3_i(),this.backButton_i()]; } var _proto = BattleScenceSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.left = 0; t.right = 0; t.scale9Grid = new egret.Rectangle(17,16,105,99); t.source = "battle_fruitbg_jpg"; t.top = -32; return t; }; _proto.gfruit_i = function () { var t = new eui.Group(); this.gfruit = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 524; t.width = 601; t.x = 20; t.y = 427; return t; }; _proto.gLine_i = function () { var t = new eui.Group(); this.gLine = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 524; t.touchEnabled = false; t.width = 601; t.x = 20; t.y = 427; return t; }; _proto.gLine0_i = function () { var t = new eui.Group(); this.gLine0 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 524; t.touchEnabled = false; t.width = 601; t.x = 20; t.y = 427; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 427; t.left = 0; t.right = 0; t.top = 0; t.elementsContent = [this.myPet_i(),this.otherPet_i()]; return t; }; _proto.myPet_i = function () { var t = new PetAnimation(); this.myPet = t; t.anchorOffsetX = 5; t.anchorOffsetY = 10; t.height = 10; t.scaleX = 1; t.scaleY = 1; t.skinName = "PetAnimationSin"; t.width = 10; t.x = 86; t.y = 380; return t; }; _proto.otherPet_i = function () { var t = new PetAnimation(); this.otherPet = t; t.height = 10; t.scaleX = 1; t.scaleY = 1; t.skinName = "PetAnimationSin"; t.width = 10; t.x = 547; t.y = 369; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "battle_fruit_json.battle_fruit10_png"; t.x = 256; t.y = 335; return t; }; _proto.stepLabel_i = function () { var t = new eui.Label(); this.stepLabel = t; t.anchorOffsetX = 0; t.fontFamily = "huakanghaibao"; t.stroke = 3; t.strokeColor = 0x7d1c1c; t.text = "12"; t.x = 329; t.y = 364; return t; }; _proto.ga_i = function () { var t = new eui.Group(); this.ga = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 427; t.width = 640; t.x = 0; t.y = 0; return t; }; _proto.myhead_i = function () { var t = new BattlePetHead(); this.myhead = t; t.left = 0; t.skinName = "BattlePetHeadSkin"; t.top = 0; return t; }; _proto.otherHead_i = function () { var t = new BattlePetHead(); this.otherHead = t; t.right = 0; t.scaleX = -1; t.skinName = "BattlePetHeadSkin"; t.top = 0; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "battle_fruit_json.battle_fruit9_png"; t.x = 276; t.y = 15; return t; }; _proto.backButton_i = function () { var t = new eui.Button(); this.backButton = t; t.label = ""; t.x = 514; t.y = 109.5; t.skinName = BattleScenceSkin$Skin90; return t; }; return BattleScenceSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/createrole/CreateRoleSceneSkin.exml'] = window.CreateRoleSceneSkin = (function (_super) { __extends(CreateRoleSceneSkin, _super); function CreateRoleSceneSkin() { _super.call(this); this.skinParts = ["imgBg","imgTitle0","title","btnOk","groupHead1","groupHead2","groupHead3","groupHead4","groupHead5","groupHead6","inpName","panel"]; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this.panel_i()]; } var _proto = CreateRoleSceneSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.bottom = 0; t.left = 0; t.right = 0; t.source = "createrole_bg_jpg"; t.top = 0; return t; }; _proto.panel_i = function () { var t = new eui.Group(); this.panel = t; t.height = 676; t.horizontalCenter = 0; t.touchChildren = true; t.touchEnabled = false; t.verticalCenter = 0; t.width = 640; t.x = 10; t.y = 10; t.elementsContent = [this.imgBg_i(),this.title_i(),this._Image2_i(),this._Image3_i(),this._Image4_i(),this._Image5_i(),this.btnOk_i(),this.groupHead1_i(),this.groupHead2_i(),this.groupHead3_i(),this.groupHead4_i(),this.groupHead5_i(),this.groupHead6_i(),this._Image24_i(),this.inpName_i(),this._Label1_i()]; return t; }; _proto.imgBg_i = function () { var t = new eui.Image(); this.imgBg = t; t.height = 663; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(122,179,5,4); t.source = "c_panel_png"; t.touchEnabled = false; t.verticalCenter = 0; t.width = 602; return t; }; _proto.title_i = function () { var t = new eui.Group(); this.title = t; t.height = 61; t.width = 488; t.x = 75; t.y = 5; t.elementsContent = [this.imgTitle0_i()]; return t; }; _proto.imgTitle0_i = function () { var t = new eui.Image(); this.imgTitle0 = t; t.bottom = 0; t.horizontalCenter = -3.5; t.source = "role_title_png"; t.touchEnabled = false; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.height = 547; t.scale9Grid = new egret.Rectangle(65,203,392,9); t.source = "pay_bg_png"; t.x = 59; t.y = 76; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "role_zhuangshi_png"; t.x = 40; t.y = 586; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.scaleX = -1; t.source = "pay_zhuangshi_png"; t.x = 633; t.y = 57; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.source = "pay_zhuangshi_png"; t.x = 4; t.y = 57; return t; }; _proto.btnOk_i = function () { var t = new eui.Button(); this.btnOk = t; t.bottom = -14; t.horizontalCenter = 0; t.label = "确定"; t.skinName = "common.ExitButtonSkin"; return t; }; _proto.groupHead1_i = function () { var t = new eui.Group(); this.groupHead1 = t; t.height = 167; t.rotation = -10; t.width = 161; t.x = 58; t.y = 145; t.elementsContent = [this._Image6_i(),this._Image7_i(),this._Image8_i()]; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.source = "role_item_bg_png"; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.source = "head1_png"; t.x = 29.42; t.y = 29.64; return t; }; _proto._Image8_i = function () { var t = new eui.Image(); t.name = "imgSelect"; t.source = "role_item_select_png"; t.x = -6; t.y = -7; return t; }; _proto.groupHead2_i = function () { var t = new eui.Group(); this.groupHead2 = t; t.height = 167; t.width = 161; t.x = 242; t.y = 140; t.elementsContent = [this._Image9_i(),this._Image10_i(),this._Image11_i()]; return t; }; _proto._Image9_i = function () { var t = new eui.Image(); t.source = "role_item_bg_png"; return t; }; _proto._Image10_i = function () { var t = new eui.Image(); t.source = "head2_png"; t.x = 30; t.y = 31; return t; }; _proto._Image11_i = function () { var t = new eui.Image(); t.name = "imgSelect"; t.source = "role_item_select_png"; t.x = -6; t.y = -7; return t; }; _proto.groupHead3_i = function () { var t = new eui.Group(); this.groupHead3 = t; t.height = 167; t.rotation = 12; t.width = 161; t.x = 429; t.y = 114; t.elementsContent = [this._Image12_i(),this._Image13_i(),this._Image14_i()]; return t; }; _proto._Image12_i = function () { var t = new eui.Image(); t.source = "role_item_bg_png"; return t; }; _proto._Image13_i = function () { var t = new eui.Image(); t.source = "head3_png"; t.x = 29.65; t.y = 30.21; return t; }; _proto._Image14_i = function () { var t = new eui.Image(); t.name = "imgSelect"; t.source = "role_item_select_png"; t.x = -6; t.y = -7; return t; }; _proto.groupHead4_i = function () { var t = new eui.Group(); this.groupHead4 = t; t.height = 167; t.rotation = -5; t.width = 161; t.x = 230; t.y = 323; t.elementsContent = [this._Image15_i(),this._Image16_i(),this._Image17_i()]; return t; }; _proto._Image15_i = function () { var t = new eui.Image(); t.source = "role_item_bg_png"; t.x = 0; t.y = 0; return t; }; _proto._Image16_i = function () { var t = new eui.Image(); t.source = "head4_png"; t.x = 30.02; t.y = 31.41; return t; }; _proto._Image17_i = function () { var t = new eui.Image(); t.name = "imgSelect"; t.source = "role_item_select_png"; t.x = -6; t.y = -7; return t; }; _proto.groupHead5_i = function () { var t = new eui.Group(); this.groupHead5 = t; t.height = 167; t.rotation = 15; t.width = 161; t.x = 106; t.y = 305; t.elementsContent = [this._Image18_i(),this._Image19_i(),this._Image20_i()]; return t; }; _proto._Image18_i = function () { var t = new eui.Image(); t.source = "role_item_bg_png"; return t; }; _proto._Image19_i = function () { var t = new eui.Image(); t.source = "head5_png"; t.x = 28.99; t.y = 28.71; return t; }; _proto._Image20_i = function () { var t = new eui.Image(); t.name = "imgSelect"; t.source = "role_item_select_png"; t.x = -7.94; t.y = -6.48; return t; }; _proto.groupHead6_i = function () { var t = new eui.Group(); this.groupHead6 = t; t.height = 167; t.rotation = 6; t.width = 161; t.x = 419; t.y = 302; t.elementsContent = [this._Image21_i(),this._Image22_i(),this._Image23_i()]; return t; }; _proto._Image21_i = function () { var t = new eui.Image(); t.source = "role_item_bg_png"; return t; }; _proto._Image22_i = function () { var t = new eui.Image(); t.source = "head6_png"; t.x = 30.25; t.y = 30.44; return t; }; _proto._Image23_i = function () { var t = new eui.Image(); t.name = "imgSelect"; t.source = "role_item_select_png"; t.x = -6; t.y = -7; return t; }; _proto._Image24_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(36,30,4,3); t.source = "role_name_inp_png"; t.width = 323; t.x = 160; t.y = 511; return t; }; _proto.inpName_i = function () { var t = new eui.EditableText(); this.inpName = t; t.height = 60; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 280; t.x = 180; t.y = 513; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.horizontalCenter = 0.5; t.size = 20; t.text = "请输入不大于7个字的名称"; t.y = 582; return t; }; return CreateRoleSceneSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/FindPasswordSkin.exml'] = window.FindPasswordSkin = (function (_super) { __extends(FindPasswordSkin, _super); function FindPasswordSkin() { _super.call(this); this.skinParts = ["panelCommon","phoneEt","pwdEt","pwdEt1","groupMain"]; this.height = 960; this.width = 640; this.elementsContent = [this.panelCommon_i(),this._Group1_i()]; } var _proto = FindPasswordSkin.prototype; _proto.panelCommon_i = function () { var t = new eui.Component(); this.panelCommon = t; t.bottom = 0; t.left = 0; t.right = 0; t.skinName = "common.PanelCommonSkin"; t.top = 0; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 960; t.horizontalCenter = 0; t.touchThrough = true; t.verticalCenter = 0; t.width = 640; t.elementsContent = [this.groupMain_i()]; return t; }; _proto.groupMain_i = function () { var t = new eui.Group(); this.groupMain = t; t.anchorOffsetY = 0; t.height = 403; t.touchEnabled = false; t.touchThrough = true; t.width = 440; t.x = 100; t.y = 291.86; t.elementsContent = [this._Label1_i(),this._Label2_i(),this._Image1_i(),this._Image2_i(),this.phoneEt_i(),this.pwdEt_i(),this._Label3_i(),this._Image3_i(),this.pwdEt1_i()]; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.anchorOffsetY = 0; t.fontFamily = "huakang"; t.height = 25.33; t.size = 24; t.stroke = 3; t.strokeColor = 0x724f2e; t.text = "电话:"; t.textColor = 0xffffff; t.x = 68.69; t.y = 76.01; return t; }; _proto._Label2_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 24; t.stroke = 3; t.strokeColor = 0x724F2E; t.text = "当前密码:"; t.textColor = 0xFFFFFF; t.x = 24.69; t.y = 179; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(10,9,8,19); t.source = "user_bar_png"; t.x = 135; t.y = 63.33; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(10,9,8,19); t.source = "user_bar_png"; t.x = 135; t.y = 165; return t; }; _proto.phoneEt_i = function () { var t = new eui.EditableText(); this.phoneEt = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.size = 28; t.text = ""; t.textAlign = "center"; t.textColor = 0x6a411a; t.width = 243; t.x = 148; t.y = 74.52; return t; }; _proto.pwdEt_i = function () { var t = new eui.EditableText(); this.pwdEt = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.size = 28; t.text = ""; t.textAlign = "center"; t.textColor = 0x6A411A; t.width = 243; t.x = 148.84; t.y = 177; return t; }; _proto._Label3_i = function () { var t = new eui.Label(); t.fontFamily = "huakang"; t.size = 24; t.stroke = 3; t.strokeColor = 0x724F2E; t.text = "新密码:"; t.textColor = 0xFFFFFF; t.x = 47.69; t.y = 280; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(10,9,8,19); t.source = "user_bar_png"; t.x = 135; t.y = 266; return t; }; _proto.pwdEt1_i = function () { var t = new eui.EditableText(); this.pwdEt1 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.size = 28; t.text = ""; t.textAlign = "center"; t.textColor = 0x6A411A; t.width = 243; t.x = 148.84; t.y = 278; return t; }; return FindPasswordSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/LandscapeSkin.exml'] = window.LandscapeSkin = (function (_super) { __extends(LandscapeSkin, _super); var LandscapeSkin$Skin91 = (function (_super) { __extends(LandscapeSkin$Skin91, _super); function LandscapeSkin$Skin91() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = LandscapeSkin$Skin91.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "common_json.c_btn1_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return LandscapeSkin$Skin91; })(eui.Skin); function LandscapeSkin() { _super.call(this); this.skinParts = ["btnBack"]; this.height = 640; this.width = 960; this.elementsContent = [this._Label1_i(),this.btnBack_i()]; } var _proto = LandscapeSkin.prototype; _proto._Label1_i = function () { var t = new eui.Label(); t.horizontalCenter = 0; t.text = "标签标签标签标签标签标签标签标签"; t.textAlign = "center"; t.verticalCenter = 0; t.width = 628; return t; }; _proto.btnBack_i = function () { var t = new eui.Button(); this.btnBack = t; t.horizontalCenter = 0; t.label = "返回主场景"; t.verticalCenter = 83; t.skinName = LandscapeSkin$Skin91; return t; }; return LandscapeSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/LoginSceneSkin.exml'] = window.LoginSceneSkin = (function (_super) { __extends(LoginSceneSkin, _super); function LoginSceneSkin() { _super.call(this); this.skinParts = ["imgBg0","inpKey","inpPw","btnLogin","btnReg","btnFindpwd","xialaImage","check2","label1","label2","label3","label4","usernameGroup","panel"]; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this.panel_i(),this._Label1_i()]; } var _proto = LoginSceneSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.bottom = 0; t.left = 0; t.right = 0; t.source = "login_bg_jpg"; t.top = 0; t.x = 10; t.y = 10; return t; }; _proto.panel_i = function () { var t = new eui.Group(); this.panel = t; t.height = 676; t.horizontalCenter = 0; t.touchChildren = true; t.touchEnabled = false; t.verticalCenter = 27; t.width = 640; t.x = 20; t.y = 20; t.elementsContent = [this.imgBg0_i(),this._Image2_i(),this.inpKey_i(),this._Image3_i(),this.inpPw_i(),this.btnLogin_i(),this._Image4_i(),this._Image5_i(),this.btnReg_i(),this.btnFindpwd_i(),this.xialaImage_i(),this.check2_i(),this._Image6_i(),this.usernameGroup_i()]; return t; }; _proto.imgBg0_i = function () { var t = new eui.Image(); this.imgBg0 = t; t.horizontalCenter = 0; t.scale9Grid = new egret.Rectangle(122,179,5,4); t.source = "login_bg_png"; t.touchEnabled = false; t.verticalCenter = -165.5; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(36,30,4,3); t.source = "login_db_png"; t.width = 323; t.x = 204; t.y = 210; return t; }; _proto.inpKey_i = function () { var t = new eui.EditableText(); this.inpKey = t; t.anchorOffsetX = 0; t.height = 60; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 274; t.x = 213; t.y = 212; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.scale9Grid = new egret.Rectangle(36,30,4,3); t.source = "login_db_png"; t.width = 323; t.x = 205; t.y = 314; return t; }; _proto.inpPw_i = function () { var t = new eui.EditableText(); this.inpPw = t; t.displayAsPassword = true; t.height = 60; t.textAlign = "center"; t.verticalAlign = "middle"; t.width = 280; t.x = 215; t.y = 316; return t; }; _proto.btnLogin_i = function () { var t = new eui.Button(); this.btnLogin = t; t.horizontalCenter = 10; t.label = "登录"; t.name = "btnLogin"; t.skinName = "common.ExitButtonSkin"; t.verticalCenter = 237; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "login_phone_png"; t.x = 112; t.y = 216; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.source = "login_pwd_png"; t.x = 113; t.y = 324; return t; }; _proto.btnReg_i = function () { var t = new eui.Image(); this.btnReg = t; t.name = "btnReg"; t.source = "login_regist_png"; t.x = 143; t.y = 441.68; return t; }; _proto.btnFindpwd_i = function () { var t = new eui.Image(); this.btnFindpwd = t; t.name = "btnFindpwd"; t.source = "login_findpwd_png"; t.x = 371.68; t.y = 443.68; return t; }; _proto.xialaImage_i = function () { var t = new eui.Image(); this.xialaImage = t; t.name = "xialaImage"; t.source = "select_db1_png"; t.x = 477.68; t.y = 232.5; return t; }; _proto.check2_i = function () { var t = new eui.CheckBox(); this.check2 = t; t.label = "CheckBox"; t.skinName = "CheckBox1Skin"; t.x = 260.68; t.y = 390.68; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.source = "login_jizhuPassword_png"; t.x = 300; t.y = 390.68; return t; }; _proto.usernameGroup_i = function () { var t = new eui.Group(); this.usernameGroup = t; t.anchorOffsetX = 0; t.height = 200; t.visible = false; t.width = 282; t.x = 273; t.y = 289; t.elementsContent = [this._Image7_i(),this._Group1_i()]; return t; }; _proto._Image7_i = function () { var t = new eui.Image(); t.height = 200; t.scale9Grid = new egret.Rectangle(3,3,20,20); t.source = "select_db_png"; t.width = 282; t.y = -18; return t; }; _proto._Group1_i = function () { var t = new eui.Group(); t.height = 200; t.width = 282; t.y = -19; t.layout = this._VerticalLayout1_i(); t.elementsContent = [this.label1_i(),this.label2_i(),this.label3_i(),this.label4_i()]; return t; }; _proto._VerticalLayout1_i = function () { var t = new eui.VerticalLayout(); t.gap = 20; t.paddingLeft = 4; t.paddingTop = 10; return t; }; _proto.label1_i = function () { var t = new eui.Label(); this.label1 = t; t.height = 30; t.name = "label1"; t.text = ""; t.x = 35; t.y = 49; return t; }; _proto.label2_i = function () { var t = new eui.Label(); this.label2 = t; t.height = 30; t.name = "label2"; t.text = ""; t.x = 50; t.y = 92; return t; }; _proto.label3_i = function () { var t = new eui.Label(); this.label3 = t; t.height = 30; t.name = "label3"; t.text = ""; t.x = 22; t.y = 111; return t; }; _proto.label4_i = function () { var t = new eui.Label(); this.label4 = t; t.height = 30; t.name = "label4"; t.text = ""; t.x = -6; t.y = 117; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.bottom = 35; t.horizontalCenter = 0; t.lineSpacing = 5; t.size = 20; t.text = "抵制不良游戏,拒绝盗版游戏,注意自我保护,谨防受骗上当适度游戏益脑,沉迷游戏伤身,合理安排时间,享受健康生活"; t.width = 500; return t; }; return LoginSceneSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/LogoSceneSkin.exml'] = window.LogoSceneSkin = (function (_super) { __extends(LogoSceneSkin, _super); function LogoSceneSkin() { _super.call(this); this.skinParts = ["progressBar","textLabel"]; this.height = 1136; this.width = 640; this.elementsContent = [this._Image1_i(),this._Image2_i(),this.progressBar_i(),this.textLabel_i(),this._Image3_i()]; } var _proto = LogoSceneSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 1136; t.source = "loadingbg_jpg"; t.x = 0; t.y = 0; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.horizontalCenter = 23; t.source = "laodingbg2_png"; t.y = 253.5; return t; }; _proto.progressBar_i = function () { var t = new eui.Image(); this.progressBar = t; t.fillMode = "clip"; t.source = "progressbar_png"; t.x = 126; t.y = 539; return t; }; _proto.textLabel_i = function () { var t = new eui.BitmapLabel(); this.textLabel = t; t.font = "loading_font_fnt"; t.text = "100%"; t.textAlign = "center"; t.width = 119; t.x = 357; t.y = 636; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.source = "loading_png"; t.x = 160; t.y = 631.5; return t; }; return LogoSceneSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/main/GameSceneSkin.exml'] = window.GameSceneSkin = (function (_super) { __extends(GameSceneSkin, _super); var GameSceneSkin$Skin92 = (function (_super) { __extends(GameSceneSkin$Skin92, _super); function GameSceneSkin$Skin92() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = GameSceneSkin$Skin92.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "btn_back_home_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GameSceneSkin$Skin92; })(eui.Skin); var GameSceneSkin$Skin93 = (function (_super) { __extends(GameSceneSkin$Skin93, _super); function GameSceneSkin$Skin93() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = GameSceneSkin$Skin93.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "gomuchang_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GameSceneSkin$Skin93; })(eui.Skin); function GameSceneSkin() { _super.call(this); this.skinParts = ["imgGround","btnBackHome","groupHouse","imgDogHouse","groupDog","imgFenceBack","imgFenceFront","imghead0","gs","nuchangButton"]; this.height = 960; this.width = 640; this.elementsContent = [this.imgGround_i(),this.btnBackHome_i(),this.groupHouse_i(),this.imgDogHouse_i(),this.groupDog_i(),this.imgFenceBack_i(),this.imgFenceFront_i(),this.gs_i(),this.nuchangButton_i()]; } var _proto = GameSceneSkin.prototype; _proto.imgGround_i = function () { var t = new eui.Image(); this.imgGround = t; t.bottom = 0; t.left = 0; t.right = 0; return t; }; _proto.btnBackHome_i = function () { var t = new eui.Button(); this.btnBackHome = t; t.bottom = 16; t.right = 19; t.skinName = GameSceneSkin$Skin92; return t; }; _proto.groupHouse_i = function () { var t = new eui.Group(); this.groupHouse = t; t.bottom = 557; t.height = 0; t.horizontalCenter = 78.5; t.name = "groupHouse"; t.width = 0; return t; }; _proto.imgDogHouse_i = function () { var t = new eui.Image(); this.imgDogHouse = t; t.horizontalCenter = -135; t.source = "game_gou_png"; t.verticalCenter = -99; return t; }; _proto.groupDog_i = function () { var t = new eui.Group(); this.groupDog = t; t.bottom = 539; t.height = 0; t.width = 0; t.x = 153.34; return t; }; _proto.imgFenceBack_i = function () { var t = new eui.Image(); this.imgFenceBack = t; t.bottom = 348; t.right = 0; t.y = 10; return t; }; _proto.imgFenceFront_i = function () { var t = new eui.Image(); this.imgFenceFront = t; t.bottom = 117; t.x = 0; return t; }; _proto.gs_i = function () { var t = new eui.Group(); this.gs = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 64; t.width = 78; t.x = 314; t.y = 381; t.elementsContent = [this.imghead0_i()]; return t; }; _proto.imghead0_i = function () { var t = new eui.Image(); this.imghead0 = t; t.horizontalCenter = 0; t.scaleX = 1; t.scaleY = 1; t.verticalCenter = 0; return t; }; _proto.nuchangButton_i = function () { var t = new eui.Button(); this.nuchangButton = t; t.label = ""; t.x = 70; t.y = 771; t.skinName = GameSceneSkin$Skin93; return t; }; return GameSceneSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/main/GameViewSkin.exml'] = window.GameViewSkin = (function (_super) { __extends(GameViewSkin, _super); function GameViewSkin() { _super.call(this); this.skinParts = ["landGroup","imgLandLight","plantGroup","imgAdd","stateGroup"]; this.elementsContent = [this.landGroup_i(),this.imgLandLight_i(),this.plantGroup_i(),this.imgAdd_i(),this.stateGroup_i()]; } var _proto = GameViewSkin.prototype; _proto.landGroup_i = function () { var t = new eui.Group(); this.landGroup = t; return t; }; _proto.imgLandLight_i = function () { var t = new eui.Image(); this.imgLandLight = t; t.source = "land_light_png"; return t; }; _proto.plantGroup_i = function () { var t = new eui.Group(); this.plantGroup = t; return t; }; _proto.imgAdd_i = function () { var t = new eui.Image(); this.imgAdd = t; t.name = "imgAdd"; t.source = "add_land_png"; t.x = 42; t.y = -33; return t; }; _proto.stateGroup_i = function () { var t = new eui.Group(); this.stateGroup = t; return t; }; return GameViewSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/main/left/leftmiddleButtonSkin.exml'] = window.leftmiddleButtonSkin = (function (_super) { __extends(leftmiddleButtonSkin, _super); var leftmiddleButtonSkin$Skin94 = (function (_super) { __extends(leftmiddleButtonSkin$Skin94, _super); function leftmiddleButtonSkin$Skin94() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = leftmiddleButtonSkin$Skin94.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_left_fuli_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return leftmiddleButtonSkin$Skin94; })(eui.Skin); var leftmiddleButtonSkin$Skin95 = (function (_super) { __extends(leftmiddleButtonSkin$Skin95, _super); function leftmiddleButtonSkin$Skin95() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = leftmiddleButtonSkin$Skin95.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_left_notice_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return leftmiddleButtonSkin$Skin95; })(eui.Skin); var leftmiddleButtonSkin$Skin96 = (function (_super) { __extends(leftmiddleButtonSkin$Skin96, _super); function leftmiddleButtonSkin$Skin96() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = leftmiddleButtonSkin$Skin96.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_left_rewardgift_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return leftmiddleButtonSkin$Skin96; })(eui.Skin); var leftmiddleButtonSkin$Skin97 = (function (_super) { __extends(leftmiddleButtonSkin$Skin97, _super); function leftmiddleButtonSkin$Skin97() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = leftmiddleButtonSkin$Skin97.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_left_sign_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return leftmiddleButtonSkin$Skin97; })(eui.Skin); function leftmiddleButtonSkin() { _super.call(this); this.skinParts = ["btn1","btn2","btn3","btn4"]; this.height = 351; this.width = 86; this.elementsContent = [this.btn1_i(),this.btn2_i(),this.btn3_i(),this.btn4_i()]; } var _proto = leftmiddleButtonSkin.prototype; _proto.btn1_i = function () { var t = new eui.Button(); this.btn1 = t; t.height = 89; t.label = ""; t.width = 85; t.x = 0; t.y = 0; t.skinName = leftmiddleButtonSkin$Skin94; return t; }; _proto.btn2_i = function () { var t = new eui.Button(); this.btn2 = t; t.height = 78; t.label = ""; t.width = 86; t.x = 0; t.y = 99; t.skinName = leftmiddleButtonSkin$Skin95; return t; }; _proto.btn3_i = function () { var t = new eui.Button(); this.btn3 = t; t.height = 76; t.label = ""; t.width = 85; t.x = 0; t.y = 275; t.skinName = leftmiddleButtonSkin$Skin96; return t; }; _proto.btn4_i = function () { var t = new eui.Button(); this.btn4 = t; t.height = 78; t.label = ""; t.width = 86; t.x = 0; t.y = 187.5; t.skinName = leftmiddleButtonSkin$Skin97; return t; }; return leftmiddleButtonSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/main/mainmenu/LeftMenuSkin.exml'] = window.LeftMenuSkin = (function (_super) { __extends(LeftMenuSkin, _super); var LeftMenuSkin$Skin98 = (function (_super) { __extends(LeftMenuSkin$Skin98, _super); function LeftMenuSkin$Skin98() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = LeftMenuSkin$Skin98.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu3_json.menu2_leftbuttom_muchang_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return LeftMenuSkin$Skin98; })(eui.Skin); var LeftMenuSkin$Skin99 = (function (_super) { __extends(LeftMenuSkin$Skin99, _super); function LeftMenuSkin$Skin99() { _super.call(this); this.skinParts = ["labelDisplay2"]; this.elementsContent = [this._Image1_i(),this.labelDisplay2_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = LeftMenuSkin$Skin99.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_leftbuttom_zhanchong_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay2_i = function () { var t = new eui.Label(); this.labelDisplay2 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return LeftMenuSkin$Skin99; })(eui.Skin); var LeftMenuSkin$Skin100 = (function (_super) { __extends(LeftMenuSkin$Skin100, _super); function LeftMenuSkin$Skin100() { _super.call(this); this.skinParts = ["labelDisplay2"]; this.elementsContent = [this._Image1_i(),this.labelDisplay2_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = LeftMenuSkin$Skin100.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_leftbuttom_jingji_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay2_i = function () { var t = new eui.Label(); this.labelDisplay2 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return LeftMenuSkin$Skin100; })(eui.Skin); var LeftMenuSkin$Skin101 = (function (_super) { __extends(LeftMenuSkin$Skin101, _super); function LeftMenuSkin$Skin101() { _super.call(this); this.skinParts = ["labelDisplay1"]; this.elementsContent = [this._Image1_i(),this.labelDisplay1_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = LeftMenuSkin$Skin101.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_leftbuttom_chengjiu_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay1_i = function () { var t = new eui.Label(); this.labelDisplay1 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return LeftMenuSkin$Skin101; })(eui.Skin); var LeftMenuSkin$Skin102 = (function (_super) { __extends(LeftMenuSkin$Skin102, _super); function LeftMenuSkin$Skin102() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = LeftMenuSkin$Skin102.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_leftbutton_youleyuan_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return LeftMenuSkin$Skin102; })(eui.Skin); function LeftMenuSkin() { _super.call(this); this.skinParts = ["btnHome","btn4","btn2","btn3","btn1"]; this.height = 189; this.width = 189; this.elementsContent = [this.btnHome_i(),this.btn4_i(),this.btn2_i(),this.btn3_i(),this.btn1_i()]; } var _proto = LeftMenuSkin.prototype; _proto.btnHome_i = function () { var t = new eui.Button(); this.btnHome = t; t.bottom = 10; t.left = 10; t.name = "btnHome"; t.skinName = LeftMenuSkin$Skin98; return t; }; _proto.btn4_i = function () { var t = new eui.Button(); this.btn4 = t; t.name = "btnShop"; t.x = 0; t.y = 2; t.skinName = LeftMenuSkin$Skin99; return t; }; _proto.btn2_i = function () { var t = new eui.Button(); this.btn2 = t; t.name = "btnWarehouse"; t.x = 47.5; t.y = 13.5; t.skinName = LeftMenuSkin$Skin100; return t; }; _proto.btn3_i = function () { var t = new eui.Button(); this.btn3 = t; t.name = "btnFriend"; t.x = 109; t.y = 43; t.skinName = LeftMenuSkin$Skin101; return t; }; _proto.btn1_i = function () { var t = new eui.Button(); this.btn1 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.name = "btnSkin"; t.x = 106; t.y = 147.5; t.skinName = LeftMenuSkin$Skin102; return t; }; return LeftMenuSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/main/mainmenu/MainMenuSkin.exml'] = window.MainMenuSkin = (function (_super) { __extends(MainMenuSkin, _super); var MainMenuSkin$Skin103 = (function (_super) { __extends(MainMenuSkin$Skin103, _super); function MainMenuSkin$Skin103() { _super.call(this); this.skinParts = ["labelDisplay"]; this.height = 145; this.width = 155; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = MainMenuSkin$Skin103.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.height = 145; t.source = "menu3_json.menu2_m_home_png"; t.width = 155; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return MainMenuSkin$Skin103; })(eui.Skin); var MainMenuSkin$Skin104 = (function (_super) { __extends(MainMenuSkin$Skin104, _super); function MainMenuSkin$Skin104() { _super.call(this); this.skinParts = ["labelDisplay1"]; this.elementsContent = [this._Image1_i(),this.labelDisplay1_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = MainMenuSkin$Skin104.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_top_crystal_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay1_i = function () { var t = new eui.Label(); this.labelDisplay1 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return MainMenuSkin$Skin104; })(eui.Skin); var MainMenuSkin$Skin105 = (function (_super) { __extends(MainMenuSkin$Skin105, _super); function MainMenuSkin$Skin105() { _super.call(this); this.skinParts = ["labelDisplay"]; this.elementsContent = [this._Image1_i(),this.labelDisplay_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = MainMenuSkin$Skin105.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_m_rank_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay_i = function () { var t = new eui.Label(); this.labelDisplay = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return MainMenuSkin$Skin105; })(eui.Skin); var MainMenuSkin$Skin106 = (function (_super) { __extends(MainMenuSkin$Skin106, _super); function MainMenuSkin$Skin106() { _super.call(this); this.skinParts = ["labelDisplay2"]; this.elementsContent = [this._Image1_i(),this.labelDisplay2_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = MainMenuSkin$Skin106.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu3_json.menu2_m_warehouse_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay2_i = function () { var t = new eui.Label(); this.labelDisplay2 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return MainMenuSkin$Skin106; })(eui.Skin); var MainMenuSkin$Skin107 = (function (_super) { __extends(MainMenuSkin$Skin107, _super); function MainMenuSkin$Skin107() { _super.call(this); this.skinParts = ["labelDisplay2"]; this.elementsContent = [this._Image1_i(),this.labelDisplay2_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = MainMenuSkin$Skin107.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu3_json.menu2_m_shop_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay2_i = function () { var t = new eui.Label(); this.labelDisplay2 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return MainMenuSkin$Skin107; })(eui.Skin); function MainMenuSkin() { _super.call(this); this.skinParts = ["btnHome","btn4","btn3","btn2","btn1"]; this.height = 189; this.width = 189; this.elementsContent = [this.btnHome_i(),this.btn4_i(),this.btn3_i(),this.btn2_i(),this.btn1_i()]; } var _proto = MainMenuSkin.prototype; _proto.btnHome_i = function () { var t = new eui.Button(); this.btnHome = t; t.height = 145; t.name = "btnHome"; t.width = 155; t.x = 24; t.y = 34; t.skinName = MainMenuSkin$Skin103; return t; }; _proto.btn4_i = function () { var t = new eui.Button(); this.btn4 = t; t.name = "btnFriend"; t.x = 0; t.y = 95; t.skinName = MainMenuSkin$Skin104; return t; }; _proto.btn3_i = function () { var t = new eui.Button(); this.btn3 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.name = "btnSkin"; t.x = 5; t.y = 44.5; t.skinName = MainMenuSkin$Skin105; return t; }; _proto.btn2_i = function () { var t = new eui.Button(); this.btn2 = t; t.name = "btnWarehouse"; t.x = 37; t.y = -6; t.skinName = MainMenuSkin$Skin106; return t; }; _proto.btn1_i = function () { var t = new eui.Button(); this.btn1 = t; t.name = "btnShop"; t.x = 98; t.y = 5; t.skinName = MainMenuSkin$Skin107; return t; }; return MainMenuSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/main/tip/GodCdTipSkin.exml'] = window.GodCdTipSkin = (function (_super) { __extends(GodCdTipSkin, _super); function GodCdTipSkin() { _super.call(this); this.skinParts = ["labelName","labelDesc","labelTime","barTime"]; this.height = 150; this.width = 245; this.elementsContent = [this._Image1_i(),this.labelName_i(),this.labelDesc_i(),this.labelTime_i(),this._Image2_i(),this.barTime_i()]; } var _proto = GodCdTipSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.bottom = 0; t.left = 0; t.right = 0; t.scale9Grid = new egret.Rectangle(24,20,4,3); t.source = "log_itembg_png"; t.top = 0; return t; }; _proto.labelName_i = function () { var t = new eui.Label(); this.labelName = t; t.size = 20; t.text = "丰收神像"; t.textColor = 0x79A90A; t.width = 216; t.x = 19; t.y = 11; return t; }; _proto.labelDesc_i = function () { var t = new eui.Label(); this.labelDesc = t; t.height = 62; t.lineSpacing = 0; t.size = 18; t.text = "丰收神像"; t.textColor = 0x000000; t.width = 215; t.x = 19; t.y = 36; return t; }; _proto.labelTime_i = function () { var t = new eui.Label(); this.labelTime = t; t.size = 16; t.text = "8小时56分56秒"; t.textColor = 0x1E6101; t.width = 190; t.x = 19; t.y = 97; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "m_phase_clock_png"; t.x = 18; t.y = 119; return t; }; _proto.barTime_i = function () { var t = new eui.ProgressBar(); this.barTime = t; t.skinName = "common.CDBarSkin"; t.value = 100; t.x = 44; t.y = 121; return t; }; return GodCdTipSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/main/tip/PlantCdTipSkin.exml'] = window.PlantCdTipSkin = (function (_super) { __extends(PlantCdTipSkin, _super); function PlantCdTipSkin() { _super.call(this); this.skinParts = ["labelName","labelTime","barTime"]; this.height = 95; this.width = 245; this.elementsContent = [this._Image1_i(),this.labelName_i(),this.labelTime_i(),this._Image2_i(),this.barTime_i()]; } var _proto = PlantCdTipSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.bottom = 0; t.left = 0; t.right = 0; t.scale9Grid = new egret.Rectangle(24,20,4,3); t.source = "log_itembg_png"; t.top = 0; return t; }; _proto.labelName_i = function () { var t = new eui.Label(); this.labelName = t; t.size = 20; t.text = "苹果"; t.textColor = 0x000000; t.x = 19; t.y = 7; return t; }; _proto.labelTime_i = function () { var t = new eui.Label(); this.labelTime = t; t.size = 16; t.text = "8小时56分56秒"; t.textColor = 0x000000; t.width = 190; t.x = 19; t.y = 32; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.source = "m_phase_clock_png"; t.x = 18; t.y = 58; return t; }; _proto.barTime_i = function () { var t = new eui.ProgressBar(); this.barTime = t; t.skinName = "common.CDBarSkin"; t.value = 100; t.x = 44; t.y = 60; return t; }; return PlantCdTipSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/main/top/GamePaoMaSkin.exml'] = window.GamePaoMaSkin = (function (_super) { __extends(GamePaoMaSkin, _super); function GamePaoMaSkin() { _super.call(this); this.skinParts = ["tipsImage","tipsContent","maskRect"]; this.width = 533; this.elementsContent = [this.tipsImage_i(),this.tipsContent_i(),this.maskRect_i()]; } var _proto = GamePaoMaSkin.prototype; _proto.tipsImage_i = function () { var t = new eui.Image(); this.tipsImage = t; t.name = "tipsImage"; t.source = "img_gonggao_png"; t.x = 0; t.y = 0; return t; }; _proto.tipsContent_i = function () { var t = new eui.Label(); this.tipsContent = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 22; t.size = 22; t.text = ""; t.x = 69; t.y = 15; return t; }; _proto.maskRect_i = function () { var t = new eui.Rect(); this.maskRect = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 22; t.width = 450; t.x = 69; t.y = 15; return t; }; return GamePaoMaSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/main/top/GameTopSkin.exml'] = window.GameTopSkin = (function (_super) { __extends(GameTopSkin, _super); var GameTopSkin$Skin108 = (function (_super) { __extends(GameTopSkin$Skin108, _super); function GameTopSkin$Skin108() { _super.call(this); this.skinParts = ["labelDisplay0"]; this.elementsContent = [this._Image1_i(),this.labelDisplay0_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = GameTopSkin$Skin108.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_m_skin_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay0_i = function () { var t = new eui.Label(); this.labelDisplay0 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GameTopSkin$Skin108; })(eui.Skin); var GameTopSkin$Skin109 = (function (_super) { __extends(GameTopSkin$Skin109, _super); function GameTopSkin$Skin109() { _super.call(this); this.skinParts = ["labelDisplay1"]; this.elementsContent = [this._Image1_i(),this.labelDisplay1_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = GameTopSkin$Skin109.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_top_landup_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay1_i = function () { var t = new eui.Label(); this.labelDisplay1 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GameTopSkin$Skin109; })(eui.Skin); var GameTopSkin$Skin110 = (function (_super) { __extends(GameTopSkin$Skin110, _super); function GameTopSkin$Skin110() { _super.call(this); this.skinParts = ["labelDisplay3"]; this.elementsContent = [this._Image1_i(),this.labelDisplay3_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = GameTopSkin$Skin110.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_top_log_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay3_i = function () { var t = new eui.Label(); this.labelDisplay3 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GameTopSkin$Skin110; })(eui.Skin); var GameTopSkin$Skin111 = (function (_super) { __extends(GameTopSkin$Skin111, _super); function GameTopSkin$Skin111() { _super.call(this); this.skinParts = ["labelDisplay1"]; this.elementsContent = [this._Image1_i(),this.labelDisplay1_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = GameTopSkin$Skin111.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_top_lottery_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay1_i = function () { var t = new eui.Label(); this.labelDisplay1 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GameTopSkin$Skin111; })(eui.Skin); var GameTopSkin$Skin112 = (function (_super) { __extends(GameTopSkin$Skin112, _super); function GameTopSkin$Skin112() { _super.call(this); this.skinParts = ["labelDisplay3"]; this.elementsContent = [this._Image1_i(),this.labelDisplay3_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = GameTopSkin$Skin112.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_left_sign_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay3_i = function () { var t = new eui.Label(); this.labelDisplay3 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GameTopSkin$Skin112; })(eui.Skin); var GameTopSkin$Skin113 = (function (_super) { __extends(GameTopSkin$Skin113, _super); function GameTopSkin$Skin113() { _super.call(this); this.skinParts = ["labelDisplay2"]; this.elementsContent = [this._Image1_i(),this.labelDisplay2_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = GameTopSkin$Skin113.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_left_notice_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay2_i = function () { var t = new eui.Label(); this.labelDisplay2 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GameTopSkin$Skin113; })(eui.Skin); var GameTopSkin$Skin114 = (function (_super) { __extends(GameTopSkin$Skin114, _super); function GameTopSkin$Skin114() { _super.call(this); this.skinParts = ["labelDisplay3"]; this.elementsContent = [this._Image1_i(),this.labelDisplay3_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = GameTopSkin$Skin114.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_top_paygift_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay3_i = function () { var t = new eui.Label(); this.labelDisplay3 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GameTopSkin$Skin114; })(eui.Skin); var GameTopSkin$Skin115 = (function (_super) { __extends(GameTopSkin$Skin115, _super); function GameTopSkin$Skin115() { _super.call(this); this.skinParts = ["labelDisplay3"]; this.elementsContent = [this._Image1_i(),this.labelDisplay3_i()]; this.states = [ new eui.State ("up", [ ]) , new eui.State ("down", [ ]) , new eui.State ("disabled", [ ]) ]; } var _proto = GameTopSkin$Skin115.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.percentHeight = 100; t.source = "menu2_top_tuiguang_png"; t.percentWidth = 100; return t; }; _proto.labelDisplay3_i = function () { var t = new eui.Label(); this.labelDisplay3 = t; t.horizontalCenter = 0; t.verticalCenter = 0; return t; }; return GameTopSkin$Skin115; })(eui.Skin); function GameTopSkin() { _super.call(this); this.skinParts = ["btn1","btn2","btn3","btn4","btn5","btn6","btn7","btn8","friendRad","groupBtn","labelScore","labelName","btnShowOrHide","labelGold","_groupRes","imgHeadMask","imgHead","labelLv","vipImg","barExp"]; this.height = 459; this.width = 640; this.elementsContent = [this.groupBtn_i(),this._Image3_i(),this.labelScore_i(),this._Image4_i(),this.labelName_i(),this.btnShowOrHide_i(),this._groupRes_i(),this.imgHeadMask_i(),this.imgHead_i(),this.labelLv_i(),this._Image6_i(),this.vipImg_i(),this.barExp_i()]; } var _proto = GameTopSkin.prototype; _proto.groupBtn_i = function () { var t = new eui.Group(); this.groupBtn = t; t.anchorOffsetY = 0; t.height = 372; t.left = 0; t.right = 0; t.touchChildren = true; t.touchEnabled = false; t.touchThrough = true; t.y = 1; t.elementsContent = [this._Image1_i(),this._Image2_i(),this.btn1_i(),this.btn2_i(),this.btn3_i(),this.btn4_i(),this.btn5_i(),this.btn6_i(),this.btn7_i(),this.btn8_i(),this.friendRad_i()]; return t; }; _proto._Image1_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 113; t.source = "top_2_png"; t.width = 440; t.x = 185; t.y = 175.49; return t; }; _proto._Image2_i = function () { var t = new eui.Image(); t.anchorOffsetX = 0; t.source = "top_2_png"; t.width = 449; t.x = 182; t.y = 94; return t; }; _proto.btn1_i = function () { var t = new eui.Button(); this.btn1 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.scaleX = 1; t.x = 200; t.y = 87; t.skinName = GameTopSkin$Skin108; return t; }; _proto.btn2_i = function () { var t = new eui.Button(); this.btn2 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.name = "btnLandUp"; t.x = 292.5; t.y = 102; t.skinName = GameTopSkin$Skin109; return t; }; _proto.btn3_i = function () { var t = new eui.Button(); this.btn3 = t; t.scaleX = 1; t.scaleY = 1; t.x = 423; t.y = 109; t.skinName = GameTopSkin$Skin110; return t; }; _proto.btn4_i = function () { var t = new eui.Button(); this.btn4 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 80; t.scaleX = 1; t.scaleY = 1; t.width = 85; t.x = 518; t.y = 102.5; t.skinName = GameTopSkin$Skin111; return t; }; _proto.btn5_i = function () { var t = new eui.Button(); this.btn5 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.scaleX = 1; t.scaleY = 1; t.x = 198; t.y = 193; t.skinName = GameTopSkin$Skin112; return t; }; _proto.btn6_i = function () { var t = new eui.Button(); this.btn6 = t; t.scaleX = 1; t.scaleY = 1; t.x = 306.5; t.y = 194; t.skinName = GameTopSkin$Skin113; return t; }; _proto.btn7_i = function () { var t = new eui.Button(); this.btn7 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.scaleX = 1; t.scaleY = 1; t.x = 420.5; t.y = 193; t.skinName = GameTopSkin$Skin114; return t; }; _proto.btn8_i = function () { var t = new eui.Button(); this.btn8 = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.scaleX = 1; t.scaleY = 1; t.x = 518; t.y = 193; t.skinName = GameTopSkin$Skin115; return t; }; _proto.friendRad_i = function () { var t = new eui.Image(); this.friendRad = t; t.source = "img_redpoint_png"; t.visible = false; t.x = 541.5; t.y = 118; return t; }; _proto._Image3_i = function () { var t = new eui.Image(); t.horizontalCenter = 1; t.source = "top1_png"; t.touchEnabled = false; t.width = 640; t.y = -8; return t; }; _proto.labelScore_i = function () { var t = new eui.Label(); this.labelScore = t; t.size = 20; t.text = "10000"; t.textAlign = "left"; t.textColor = 0xFFFBE5; t.verticalAlign = "middle"; t.x = 463; t.y = 20; return t; }; _proto._Image4_i = function () { var t = new eui.Image(); t.source = "jifen_png"; t.x = 415; t.y = 17; return t; }; _proto.labelName_i = function () { var t = new eui.Label(); this.labelName = t; t.bold = true; t.maxChars = 10; t.multiline = false; t.size = 20; t.stroke = 1; t.strokeColor = 0x7f5523; t.text = "你梦嘛喘喘"; t.textAlign = "center"; t.textColor = 0xFFFEEF; t.width = 172; t.wordWrap = false; t.x = 24; t.y = 142; return t; }; _proto.btnShowOrHide_i = function () { var t = new eui.ToggleButton(); this.btnShowOrHide = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 54; t.label = "切换按钮"; t.name = "btnShowOrHide"; t.skinName = "common.ShowOrHideButtonSkin"; t.width = 52; t.x = 568; t.y = 45; return t; }; _proto._groupRes_i = function () { var t = new eui.Group(); this._groupRes = t; t.y = 6; t.elementsContent = [this._Image5_i(),this.labelGold_i()]; return t; }; _proto._Image5_i = function () { var t = new eui.Image(); t.source = "sicon_gold_png"; t.x = 229; t.y = 4; return t; }; _proto.labelGold_i = function () { var t = new eui.Label(); this.labelGold = t; t.size = 20; t.text = "10000"; t.textAlign = "left"; t.textColor = 0xFFFBE5; t.verticalAlign = "middle"; t.x = 268; t.y = 13; return t; }; _proto.imgHeadMask_i = function () { var t = new eui.Image(); this.imgHeadMask = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 110; t.scale9Grid = new egret.Rectangle(13,12,2,1); t.source = "inp_day_bg_png"; t.width = 112; t.x = 53; t.y = 27; return t; }; _proto.imgHead_i = function () { var t = new eui.Image(); this.imgHead = t; t.anchorOffsetX = 0; t.anchorOffsetY = 0; t.height = 138.75; t.scaleX = 0.8; t.scaleY = 0.8; t.source = "head5_png"; t.width = 146.25; t.x = 51; t.y = 23; return t; }; _proto.labelLv_i = function () { var t = new eui.Label(); this.labelLv = t; t.size = 20; t.stroke = 1; t.strokeColor = 0x724f2e; t.text = "LV.20"; t.x = 60.5; t.y = 110; return t; }; _proto._Image6_i = function () { var t = new eui.Image(); t.source = "exp_png"; t.x = 212; t.y = 52; return t; }; _proto.vipImg_i = function () { var t = new eui.Image(); this.vipImg = t; t.source = ""; t.x = 42; t.y = 18; return t; }; _proto.barExp_i = function () { var t = new eui.ProgressBar(); this.barExp = t; t.maximum = 8000; t.skinName = "common.ExpBarSkin"; t.value = 0; t.x = 275; t.y = 60; return t; }; return GameTopSkin; })(eui.Skin);generateEUI.paths['resource/skins/scene/SaySceneSkin.exml'] = window.SaySceneSkin = (function (_super) { __extends(SaySceneSkin, _super); function SaySceneSkin() { _super.call(this); this.skinParts = []; this.height = 960; this.width = 640; this.elementsContent = [this._Image1_i(),this._Label1_i()]; } var _proto = SaySceneSkin.prototype; _proto._Image1_i = function () { var t = new eui.Image(); t.bottom = -64; t.left = 0; t.right = 0; t.source = "test_jpg"; t.top = 0; return t; }; _proto._Label1_i = function () { var t = new eui.Label(); t.anchorOffsetX = 0; t.rotation = 322.52; t.size = 50; t.text = "正在开发中。。。。。"; t.textColor = 0xff0000; t.width = 498.48; t.x = 91.79; t.y = 712.11; return t; }; return SaySceneSkin; })(eui.Skin);