{
    "skins": {
        "eui.Button": "resource/eui_skins/ButtonSkin.exml",
        "eui.CheckBox": "resource/eui_skins/CheckBoxSkin.exml",
        "eui.HScrollBar": "resource/eui_skins/HScrollBarSkin.exml",
        "eui.HSlider": "resource/eui_skins/HSliderSkin.exml",
        "eui.Panel": "resource/eui_skins/PanelSkin.exml",
        "eui.TextInput": "resource/eui_skins/TextInputSkin.exml",
        "eui.ProgressBar": "resource/eui_skins/ProgressBarSkin.exml",
        "eui.RadioButton": "resource/eui_skins/RadioButtonSkin.exml",
        "eui.Scroller": "resource/eui_skins/ScrollerSkin.exml",
        "eui.ToggleSwitch": "resource/eui_skins/ToggleSwitchSkin.exml",
        "eui.VScrollBar": "resource/eui_skins/VScrollBarSkin.exml",
        "eui.VSlider": "resource/eui_skins/VSliderSkin.exml",
        "eui.ItemRenderer": "resource/eui_skins/ItemRendererSkin.exml"
    },
    "autoGenerateExmlsList": true,
    "exmls": [
        {
            "path": "resource/eui_skins/ButtonSkin.exml",
            "gjs": "(function (_super) {\n\t__extends(ButtonSkin, _super);\n\tfunction ButtonSkin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.minHeight = 50;\n\t\tthis.minWidth = 100;\n\t\tthis.elementsContent = [this._Image1_i(),this.labelDisplay_i(),this.iconDisplay_i()];\n\t\tthis.states = [\n\t\t\tnew eui.State (\"up\",\n\t\t\t\t[\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"down\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"source\",\"button_down_png\")\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"disabled\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"alpha\",0.5)\n\t\t\t\t])\n\t\t];\n\t}\n\tvar _proto = ButtonSkin.prototype;\n\n\t_proto._Image1_i = function () {\n\t\tvar t = new eui.Image();\n\t\tthis._Image1 = t;\n\t\tt.percentHeight = 100;\n\t\tt.scale9Grid = new egret.Rectangle(1,3,8,8);\n\t\tt.source = \"button_up_png\";\n\t\tt.percentWidth = 100;\n\t\treturn t;\n\t};\n\t_proto.labelDisplay_i = function () {\n\t\tvar t = new eui.Label();\n\t\tthis.labelDisplay = t;\n\t\tt.bottom = 8;\n\t\tt.left = 8;\n\t\tt.right = 8;\n\t\tt.size = 20;\n\t\tt.textAlign = \"center\";\n\t\tt.textColor = 0xFFFFFF;\n\t\tt.top = 8;\n\t\tt.verticalAlign = \"middle\";\n\t\treturn t;\n\t};\n\t_proto.iconDisplay_i = function () {\n\t\tvar t = new eui.Image();\n\t\tthis.iconDisplay = t;\n\t\tt.horizontalCenter = 0;\n\t\tt.verticalCenter = 0;\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [\"labelDisplay\",\"iconDisplay\"];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn ButtonSkin;\n})(eui.Skin);",
            "className": "skins.ButtonSkin"
        },
        {
            "path": "resource/eui_skins/CheckBoxSkin.exml",
            "gjs": "(function (_super) {\n\t__extends(CheckBoxSkin, _super);\n\tfunction CheckBoxSkin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.elementsContent = [this._Group1_i()];\n\t\tthis.states = [\n\t\t\tnew eui.State (\"up\",\n\t\t\t\t[\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"down\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"alpha\",0.7)\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"disabled\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"alpha\",0.5)\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"upAndSelected\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"source\",\"checkbox_select_up_png\")\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"downAndSelected\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"source\",\"checkbox_select_down_png\")\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"disabledAndSelected\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"source\",\"checkbox_select_disabled_png\")\n\t\t\t\t])\n\t\t];\n\t}\n\tvar _proto = CheckBoxSkin.prototype;\n\n\t_proto._Group1_i = function () {\n\t\tvar t = new eui.Group();\n\t\tt.percentHeight = 100;\n\t\tt.percentWidth = 100;\n\t\tt.layout = this._HorizontalLayout1_i();\n\t\tt.elementsContent = [this._Image1_i(),this.labelDisplay_i()];\n\t\treturn t;\n\t};\n\t_proto._HorizontalLayout1_i = function () {\n\t\tvar t = new eui.HorizontalLayout();\n\t\tt.verticalAlign = \"middle\";\n\t\treturn t;\n\t};\n\t_proto._Image1_i = function () {\n\t\tvar t = new eui.Image();\n\t\tthis._Image1 = t;\n\t\tt.alpha = 1;\n\t\tt.fillMode = \"scale\";\n\t\tt.source = \"checkbox_unselect_png\";\n\t\treturn t;\n\t};\n\t_proto.labelDisplay_i = function () {\n\t\tvar t = new eui.Label();\n\t\tthis.labelDisplay = t;\n\t\tt.fontFamily = \"Tahoma\";\n\t\tt.size = 20;\n\t\tt.textAlign = \"center\";\n\t\tt.textColor = 0x707070;\n\t\tt.verticalAlign = \"middle\";\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [\"labelDisplay\"];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn CheckBoxSkin;\n})(eui.Skin);",
            "className": "skins.CheckBoxSkin"
        },
        {
            "path": "resource/eui_skins/HScrollBarSkin.exml",
            "gjs": "(function (_super) {\n\t__extends(HScrollBarSkin, _super);\n\tfunction HScrollBarSkin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.minHeight = 8;\n\t\tthis.minWidth = 20;\n\t\tthis.elementsContent = [this.thumb_i()];\n\t}\n\tvar _proto = HScrollBarSkin.prototype;\n\n\t_proto.thumb_i = function () {\n\t\tvar t = new eui.Image();\n\t\tthis.thumb = t;\n\t\tt.height = 8;\n\t\tt.scale9Grid = new egret.Rectangle(3,3,2,2);\n\t\tt.source = \"roundthumb_png\";\n\t\tt.verticalCenter = 0;\n\t\tt.width = 30;\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [\"thumb\"];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn HScrollBarSkin;\n})(eui.Skin);",
            "className": "skins.HScrollBarSkin"
        },
        {
            "path": "resource/eui_skins/HSliderSkin.exml",
            "gjs": "(function (_super) {\n\t__extends(HSliderSkin, _super);\n\tfunction HSliderSkin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.minHeight = 8;\n\t\tthis.minWidth = 20;\n\t\tthis.elementsContent = [this.track_i(),this.thumb_i()];\n\t}\n\tvar _proto = HSliderSkin.prototype;\n\n\t_proto.track_i = function () {\n\t\tvar t = new eui.Image();\n\t\tthis.track = t;\n\t\tt.height = 6;\n\t\tt.scale9Grid = new egret.Rectangle(1,1,4,4);\n\t\tt.source = \"track_sb_png\";\n\t\tt.verticalCenter = 0;\n\t\tt.percentWidth = 100;\n\t\treturn t;\n\t};\n\t_proto.thumb_i = function () {\n\t\tvar t = new eui.Image();\n\t\tthis.thumb = t;\n\t\tt.source = \"thumb_png\";\n\t\tt.verticalCenter = 0;\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [\"track\",\"thumb\"];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn HSliderSkin;\n})(eui.Skin);",
            "className": "skins.HSliderSkin"
        },
        {
            "path": "resource/eui_skins/ItemRendererSkin.exml",
            "gjs": "(function (_super) {\n\t__extends(ItemRendererSkin, _super);\n\tfunction ItemRendererSkin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.minHeight = 50;\n\t\tthis.minWidth = 100;\n\t\tthis.elementsContent = [this._Image1_i(),this.labelDisplay_i()];\n\t\tthis.states = [\n\t\t\tnew eui.State (\"up\",\n\t\t\t\t[\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"down\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"source\",\"button_down_png\")\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"disabled\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"alpha\",0.5)\n\t\t\t\t])\n\t\t];\n\t\t\n\t\teui.Binding.bindProperty(this, [\"hostComponent\",\"data\"], this.labelDisplay,\"text\");\n\t}\n\tvar _proto = ItemRendererSkin.prototype;\n\n\t_proto._Image1_i = function () {\n\t\tvar t = new eui.Image();\n\t\tthis._Image1 = t;\n\t\tt.percentHeight = 100;\n\t\tt.scale9Grid = new egret.Rectangle(1,3,8,8);\n\t\tt.source = \"button_up_png\";\n\t\tt.percentWidth = 100;\n\t\treturn t;\n\t};\n\t_proto.labelDisplay_i = function () {\n\t\tvar t = new eui.Label();\n\t\tthis.labelDisplay = t;\n\t\tt.bottom = 8;\n\t\tt.fontFamily = \"Tahoma 'Microsoft Yahei'\";\n\t\tt.left = 8;\n\t\tt.right = 8;\n\t\tt.size = 20;\n\t\tt.textAlign = \"center\";\n\t\tt.textColor = 0xFFFFFF;\n\t\tt.top = 8;\n\t\tt.verticalAlign = \"middle\";\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [\"labelDisplay\"];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn ItemRendererSkin;\n})(eui.Skin);",
            "className": "skins.ItemRendererSkin"
        },
        {
            "path": "resource/eui_skins/ItemSkinIconS2Skin.exml",
            "gjs": "(function (_super) {\n\t__extends(ItemSkinIconS2Skin, _super);\n\tfunction ItemSkinIconS2Skin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.elementsContent = [this._Image1_i(),this.image_icon_i(),this.image_piece_i(),this.image_border_i(),this.label_name_i(),this.label_num_i()];\n\t\tthis._Image2_i();\n\t\t\n\t\tthis.states = [\n\t\t\tnew eui.State (\"normal\",\n\t\t\t\t[\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"disabled\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.AddItems(\"_Image2\",\"\",1,\"\")\n\t\t\t\t])\n\t\t];\n\t}\n\tvar _proto = ItemSkinIconS2Skin.prototype;\n\n\t_proto._Image1_i = function () {\n\t\tvar t = new eui.Image();\n\t\tt.source = \"image_icon_bg_82_png\";\n\t\tt.x = 0;\n\t\tt.y = 0;\n\t\treturn t;\n\t};\n\t_proto.image_icon_i = function () {\n\t\tvar t = new EImage();\n\t\tthis.image_icon = t;\n\t\tt.source = \"tool_icon_101_png\";\n\t\tt.x = 4.25;\n\t\tt.y = 3;\n\t\treturn t;\n\t};\n\t_proto.image_piece_i = function () {\n\t\tvar t = new EImage();\n\t\tthis.image_piece = t;\n\t\tt.source = \"image_item_fra_img_png\";\n\t\tt.x = 4.25;\n\t\tt.y = 3;\n\t\treturn t;\n\t};\n\t_proto.image_border_i = function () {\n\t\tvar t = new EImage();\n\t\tthis.image_border = t;\n\t\tt.source = \"image_icon_82_qua0_png\";\n\t\tt.x = 0;\n\t\tt.y = 0;\n\t\treturn t;\n\t};\n\t_proto.label_name_i = function () {\n\t\tvar t = new ELabel();\n\t\tthis.label_name = t;\n\t\tt.visible = false;\n\t\treturn t;\n\t};\n\t_proto.label_num_i = function () {\n\t\tvar t = new ELabel();\n\t\tthis.label_num = t;\n\t\tt.bold = true;\n\t\tt.size = 16;\n\t\tt.stroke = 1.2;\n\t\tt.strokeColor = 0x000000;\n\t\tt.text = \"x200000\";\n\t\tt.textAlign = \"right\";\n\t\tt.width = 75;\n\t\tt.x = 2;\n\t\tt.y = 60;\n\t\treturn t;\n\t};\n\t_proto._Image2_i = function () {\n\t\tvar t = new eui.Image();\n\t\tthis._Image2 = t;\n\t\tt.height = 82;\n\t\tt.scale9Grid = new egret.Rectangle(8,8,14,13);\n\t\tt.source = \"image_hero_book_mask_png\";\n\t\tt.width = 82;\n\t\tt.x = 0;\n\t\tt.y = 0;\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [\"image_icon\",\"image_piece\",\"image_border\",\"label_name\",\"label_num\"];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn ItemSkinIconS2Skin;\n})(eui.Skin);",
            "className": "ItemSkinIconS2Skin"
        },
        {
            "path": "resource/eui_skins/MyPanel.exml",
            "gjs": "(function (_super) {\n\t__extends(MyPanelSkin, _super);\n\tfunction MyPanelSkin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.height = 300;\n\t\tthis.width = 400;\n\t\tthis.elementsContent = [this.button_i(),this.button1_i()];\n\t}\n\tvar _proto = MyPanelSkin.prototype;\n\n\t_proto.button_i = function () {\n\t\tvar t = new MyComponent();\n\t\tthis.button = t;\n\t\tt.height = 58;\n\t\tt.isFirst = 2222;\n\t\tt.skinName = \"skins.ButtonSkin\";\n\t\tt.width = 49;\n\t\tt.x = 68;\n\t\tt.y = 93;\n\t\treturn t;\n\t};\n\t_proto.button1_i = function () {\n\t\tvar t = new eui.Button();\n\t\tthis.button1 = t;\n\t\tt.label = \"按钮\";\n\t\tt.x = 151;\n\t\tt.y = 42;\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [\"button\",\"button1\"];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn MyPanelSkin;\n})(eui.Skin);",
            "className": "myskin.MyPanelSkin"
        },
        {
            "path": "resource/eui_skins/PanelSkin.exml",
            "gjs": "(function (_super) {\n\t__extends(PanelSkin, _super);\n\tfunction PanelSkin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.minHeight = 230;\n\t\tthis.minWidth = 450;\n\t\tthis.elementsContent = [this._Image1_i(),this.moveArea_i(),this.closeButton_i()];\n\t}\n\tvar _proto = PanelSkin.prototype;\n\n\t_proto._Image1_i = function () {\n\t\tvar t = new eui.Image();\n\t\tt.bottom = 0;\n\t\tt.left = 0;\n\t\tt.right = 0;\n\t\tt.scale9Grid = new egret.Rectangle(2,2,12,12);\n\t\tt.source = \"border_png\";\n\t\tt.top = 0;\n\t\treturn t;\n\t};\n\t_proto.moveArea_i = function () {\n\t\tvar t = new eui.Group();\n\t\tthis.moveArea = t;\n\t\tt.height = 45;\n\t\tt.left = 0;\n\t\tt.right = 0;\n\t\tt.top = 0;\n\t\tt.elementsContent = [this._Image2_i(),this.titleDisplay_i()];\n\t\treturn t;\n\t};\n\t_proto._Image2_i = function () {\n\t\tvar t = new eui.Image();\n\t\tt.bottom = 0;\n\t\tt.left = 0;\n\t\tt.right = 0;\n\t\tt.source = \"header_png\";\n\t\tt.top = 0;\n\t\treturn t;\n\t};\n\t_proto.titleDisplay_i = function () {\n\t\tvar t = new eui.Label();\n\t\tthis.titleDisplay = t;\n\t\tt.fontFamily = \"Tahoma\";\n\t\tt.left = 15;\n\t\tt.right = 5;\n\t\tt.size = 20;\n\t\tt.textColor = 0xFFFFFF;\n\t\tt.verticalCenter = 0;\n\t\tt.wordWrap = false;\n\t\treturn t;\n\t};\n\t_proto.closeButton_i = function () {\n\t\tvar t = new eui.Button();\n\t\tthis.closeButton = t;\n\t\tt.bottom = 5;\n\t\tt.horizontalCenter = 0;\n\t\tt.label = \"close\";\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [\"titleDisplay\",\"moveArea\",\"closeButton\"];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn PanelSkin;\n})(eui.Skin);",
            "className": "skins.PanelSkin"
        },
        {
            "path": "resource/eui_skins/ProgressBarSkin.exml",
            "gjs": "(function (_super) {\n\t__extends(ProgressBarSkin, _super);\n\tfunction ProgressBarSkin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.minHeight = 18;\n\t\tthis.minWidth = 30;\n\t\tthis.elementsContent = [this._Image1_i(),this.thumb_i(),this.labelDisplay_i()];\n\t}\n\tvar _proto = ProgressBarSkin.prototype;\n\n\t_proto._Image1_i = function () {\n\t\tvar t = new eui.Image();\n\t\tt.percentHeight = 100;\n\t\tt.scale9Grid = new egret.Rectangle(1,1,4,4);\n\t\tt.source = \"track_pb_png\";\n\t\tt.verticalCenter = 0;\n\t\tt.percentWidth = 100;\n\t\treturn t;\n\t};\n\t_proto.thumb_i = function () {\n\t\tvar t = new eui.Image();\n\t\tthis.thumb = t;\n\t\tt.percentHeight = 100;\n\t\tt.source = \"thumb_pb_png\";\n\t\tt.percentWidth = 100;\n\t\treturn t;\n\t};\n\t_proto.labelDisplay_i = function () {\n\t\tvar t = new eui.Label();\n\t\tthis.labelDisplay = t;\n\t\tt.fontFamily = \"Tahoma\";\n\t\tt.horizontalCenter = 0;\n\t\tt.size = 15;\n\t\tt.textAlign = \"center\";\n\t\tt.textColor = 0x707070;\n\t\tt.verticalAlign = \"middle\";\n\t\tt.verticalCenter = 0;\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [\"thumb\",\"labelDisplay\"];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn ProgressBarSkin;\n})(eui.Skin);",
            "className": "skins.ProgressBarSkin"
        },
        {
            "path": "resource/eui_skins/RadioButtonSkin.exml",
            "gjs": "(function (_super) {\n\t__extends(RadioButtonSkin, _super);\n\tfunction RadioButtonSkin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.elementsContent = [this._Group1_i()];\n\t\tthis.states = [\n\t\t\tnew eui.State (\"up\",\n\t\t\t\t[\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"down\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"alpha\",0.7)\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"disabled\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"alpha\",0.5)\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"upAndSelected\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"source\",\"radiobutton_select_up_png\")\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"downAndSelected\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"source\",\"radiobutton_select_down_png\")\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"disabledAndSelected\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"source\",\"radiobutton_select_disabled_png\")\n\t\t\t\t])\n\t\t];\n\t}\n\tvar _proto = RadioButtonSkin.prototype;\n\n\t_proto._Group1_i = function () {\n\t\tvar t = new eui.Group();\n\t\tt.percentHeight = 100;\n\t\tt.percentWidth = 100;\n\t\tt.layout = this._HorizontalLayout1_i();\n\t\tt.elementsContent = [this._Image1_i(),this.labelDisplay_i()];\n\t\treturn t;\n\t};\n\t_proto._HorizontalLayout1_i = function () {\n\t\tvar t = new eui.HorizontalLayout();\n\t\tt.verticalAlign = \"middle\";\n\t\treturn t;\n\t};\n\t_proto._Image1_i = function () {\n\t\tvar t = new eui.Image();\n\t\tthis._Image1 = t;\n\t\tt.alpha = 1;\n\t\tt.fillMode = \"scale\";\n\t\tt.source = \"radiobutton_unselect_png\";\n\t\treturn t;\n\t};\n\t_proto.labelDisplay_i = function () {\n\t\tvar t = new eui.Label();\n\t\tthis.labelDisplay = t;\n\t\tt.fontFamily = \"Tahoma\";\n\t\tt.size = 20;\n\t\tt.textAlign = \"center\";\n\t\tt.textColor = 0x707070;\n\t\tt.verticalAlign = \"middle\";\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [\"labelDisplay\"];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn RadioButtonSkin;\n})(eui.Skin);",
            "className": "skins.RadioButtonSkin"
        },
        {
            "path": "resource/eui_skins/ScrollerSkin.exml",
            "gjs": "(function (_super) {\n\t__extends(ScrollerSkin, _super);\n\tfunction ScrollerSkin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.minHeight = 20;\n\t\tthis.minWidth = 20;\n\t\tthis.elementsContent = [this.horizontalScrollBar_i(),this.verticalScrollBar_i()];\n\t}\n\tvar _proto = ScrollerSkin.prototype;\n\n\t_proto.horizontalScrollBar_i = function () {\n\t\tvar t = new eui.HScrollBar();\n\t\tthis.horizontalScrollBar = t;\n\t\tt.bottom = 0;\n\t\tt.percentWidth = 100;\n\t\treturn t;\n\t};\n\t_proto.verticalScrollBar_i = function () {\n\t\tvar t = new eui.VScrollBar();\n\t\tthis.verticalScrollBar = t;\n\t\tt.percentHeight = 100;\n\t\tt.right = 0;\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [\"horizontalScrollBar\",\"verticalScrollBar\"];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn ScrollerSkin;\n})(eui.Skin);",
            "className": "skins.ScrollerSkin"
        },
        {
            "path": "resource/eui_skins/SendToDesktopAlertSkin.exml",
            "gjs": "(function (_super) {\n\t__extends(SendToDesktopAlertSkin, _super);\n\tvar SendToDesktopAlertSkin$Skin1 = \t(function (_super) {\n\t\t__extends(SendToDesktopAlertSkin$Skin1, _super);\n\t\tfunction SendToDesktopAlertSkin$Skin1() {\n\t\t\t_super.call(this);\n\t\t\t\n\t\t\tthis.elementsContent = [this._Image1_i(),this.labelDisplay0_i()];\n\t\t\tthis.states = [\n\t\t\t\tnew eui.State (\"up\",\n\t\t\t\t\t[\n\t\t\t\t\t])\n\t\t\t\t,\n\t\t\t\tnew eui.State (\"down\",\n\t\t\t\t\t[\n\t\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"source\",\"button_close_pop_down_png\")\n\t\t\t\t\t])\n\t\t\t\t,\n\t\t\t\tnew eui.State (\"disabled\",\n\t\t\t\t\t[\n\t\t\t\t\t])\n\t\t\t];\n\t\t}\n\t\tvar _proto = SendToDesktopAlertSkin$Skin1.prototype;\n\n\t\t_proto._Image1_i = function () {\n\t\t\tvar t = new eui.Image();\n\t\t\tthis._Image1 = t;\n\t\t\tt.percentHeight = 100;\n\t\t\tt.source = \"button_close_pop_normal_png\";\n\t\t\tt.percentWidth = 100;\n\t\t\treturn t;\n\t\t};\n\t\t_proto.labelDisplay0_i = function () {\n\t\t\tvar t = new eui.Label();\n\t\t\tthis.labelDisplay0 = t;\n\t\t\tt.horizontalCenter = 0;\n\t\t\tt.verticalCenter = 0;\n\t\t\treturn t;\n\t\t};\n\t\tObject.defineProperty(_proto, \"skinParts\", {\n\t\t\tget: function () {\n\t\t\t\treturn [\"labelDisplay0\"];\n\t\t\t},\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true\n\t\t});\n\t\treturn SendToDesktopAlertSkin$Skin1;\n\t})(eui.Skin);\n\n\tfunction SendToDesktopAlertSkin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.height = 800;\n\t\tthis.width = 480;\n\t\tthis.elementsContent = [this.bgImg_i(),this._Image1_i(),this._EImage1_i(),this._Image2_i(),this._ELabel1_i(),this._ELabel2_i(),this._Image3_i(),this.sendBtn_i(),this.closeBtn_i()];\n\t}\n\tvar _proto = SendToDesktopAlertSkin.prototype;\n\n\t_proto.bgImg_i = function () {\n\t\tvar t = new EImage();\n\t\tthis.bgImg = t;\n\t\tt.height = 800;\n\t\tt.scale9Grid = new egret.Rectangle(1,1,8,8);\n\t\tt.source = \"image_bg_mask_png\";\n\t\tt.width = 480;\n\t\tt.x = 0;\n\t\tt.y = 0;\n\t\treturn t;\n\t};\n\t_proto._Image1_i = function () {\n\t\tvar t = new eui.Image();\n\t\tt.source = \"baseboard_small_dialog_bg_png\";\n\t\tt.x = 24;\n\t\tt.y = 266;\n\t\treturn t;\n\t};\n\t_proto._EImage1_i = function () {\n\t\tvar t = new EImage();\n\t\tt.source = \"image_pop_win_title_bg_png\";\n\t\tt.x = 110;\n\t\tt.y = 233;\n\t\treturn t;\n\t};\n\t_proto._Image2_i = function () {\n\t\tvar t = new eui.Image();\n\t\tt.source = \"word_fasongzhuomian_png\";\n\t\tt.x = 176;\n\t\tt.y = 248;\n\t\treturn t;\n\t};\n\t_proto._ELabel1_i = function () {\n\t\tvar t = new ELabel();\n\t\tt.bold = true;\n\t\tt.height = 46;\n\t\tt.lineSpacing = 8;\n\t\tt.size = 20;\n\t\tt.stroke = 1.2;\n\t\tt.text = \"将《乱斗封神》游戏图标发送到桌面，下次进入更方便\";\n\t\tt.width = 253;\n\t\tt.x = 175;\n\t\tt.y = 358;\n\t\treturn t;\n\t};\n\t_proto._ELabel2_i = function () {\n\t\tvar t = new ELabel();\n\t\tt.bold = true;\n\t\tt.height = 19;\n\t\tt.lineSpacing = 5;\n\t\tt.size = 20;\n\t\tt.stroke = 1.2;\n\t\tt.text = \"首次发送可领取钻石奖励\";\n\t\tt.width = 226;\n\t\tt.x = 175;\n\t\tt.y = 409;\n\t\treturn t;\n\t};\n\t_proto._Image3_i = function () {\n\t\tvar t = new eui.Image();\n\t\tt.source = \"word_queding_yellow_button_png\";\n\t\tt.touchEnabled = false;\n\t\tt.x = 213;\n\t\tt.y = 488;\n\t\treturn t;\n\t};\n\t_proto.sendBtn_i = function () {\n\t\tvar t = new EButton();\n\t\tthis.sendBtn = t;\n\t\tt.x = 159;\n\t\tt.y = 470;\n\t\tt.skinName = this.undefined_i();\n\t\treturn t;\n\t};\n\t_proto.undefined_i = function () {\n\t\tvar t = new eui.Skin();\n\t\tt.states = up,down,disabled;\n\t\tt.elementsContent = [this.undefined_i(),this.labelDisplay_i()];\n\t\treturn t;\n\t};\n\t_proto.undefined_i = function () {\n\t\tvar t = new eui.Image();\n\t\tt.percentHeight = 100;\n\t\tt.source = \"button_165_yellow_normal_png\";\n\t\tt.percentWidth = 100;\n\t\treturn t;\n\t};\n\t_proto.labelDisplay_i = function () {\n\t\tvar t = new eui.Label();\n\t\tt.horizontalCenter = 0;\n\t\tt.verticalCenter = 0;\n\t\treturn t;\n\t};\n\t_proto.closeBtn_i = function () {\n\t\tvar t = new EButton();\n\t\tthis.closeBtn = t;\n\t\tt.x = 387;\n\t\tt.y = 248;\n\t\tt.skinName = SendToDesktopAlertSkin$Skin1;\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [\"bgImg\",\"sendBtn\",\"closeBtn\"];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn SendToDesktopAlertSkin;\n})(eui.Skin);",
            "className": "SendToDesktopAlertSkin"
        },
        {
            "path": "resource/eui_skins/TextInputSkin.exml",
            "gjs": "(function (_super) {\n\t__extends(TextInputSkin, _super);\n\tfunction TextInputSkin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.minHeight = 40;\n\t\tthis.minWidth = 300;\n\t\tthis.elementsContent = [this._Image1_i(),this._Rect1_i(),this.textDisplay_i()];\n\t\tthis.promptDisplay_i();\n\t\t\n\t\tthis.states = [\n\t\t\tnew eui.State (\"normal\",\n\t\t\t\t[\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"disabled\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"textDisplay\",\"textColor\",0xff0000)\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"normalWithPrompt\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.AddItems(\"promptDisplay\",\"\",1,\"\")\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"disabledWithPrompt\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.AddItems(\"promptDisplay\",\"\",1,\"\")\n\t\t\t\t])\n\t\t];\n\t}\n\tvar _proto = TextInputSkin.prototype;\n\n\t_proto._Image1_i = function () {\n\t\tvar t = new eui.Image();\n\t\tt.percentHeight = 100;\n\t\tt.scale9Grid = new egret.Rectangle(1,3,8,8);\n\t\tt.source = \"button_up_png\";\n\t\tt.percentWidth = 100;\n\t\treturn t;\n\t};\n\t_proto._Rect1_i = function () {\n\t\tvar t = new eui.Rect();\n\t\tt.fillColor = 0xffffff;\n\t\tt.percentHeight = 100;\n\t\tt.percentWidth = 100;\n\t\treturn t;\n\t};\n\t_proto.textDisplay_i = function () {\n\t\tvar t = new eui.EditableText();\n\t\tthis.textDisplay = t;\n\t\tt.height = 24;\n\t\tt.left = 10;\n\t\tt.right = 10;\n\t\tt.size = 20;\n\t\tt.textColor = 0x000000;\n\t\tt.verticalCenter = 0;\n\t\tt.percentWidth = 100;\n\t\treturn t;\n\t};\n\t_proto.promptDisplay_i = function () {\n\t\tvar t = new eui.Label();\n\t\tthis.promptDisplay = t;\n\t\tt.height = 24;\n\t\tt.left = 10;\n\t\tt.right = 10;\n\t\tt.size = 20;\n\t\tt.textColor = 0xa9a9a9;\n\t\tt.touchEnabled = false;\n\t\tt.verticalCenter = 0;\n\t\tt.percentWidth = 100;\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [\"textDisplay\",\"promptDisplay\"];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn TextInputSkin;\n})(eui.Skin);",
            "className": "skins.TextInputSkin"
        },
        {
            "path": "resource/eui_skins/ToggleSwitchSkin.exml",
            "gjs": "(function (_super) {\n\t__extends(ToggleSwitchSkin, _super);\n\tfunction ToggleSwitchSkin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.elementsContent = [this._Image1_i(),this._Image2_i()];\n\t\tthis.states = [\n\t\t\tnew eui.State (\"up\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"source\",\"off_png\")\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"down\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"source\",\"off_png\")\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"disabled\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image1\",\"source\",\"off_png\")\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"upAndSelected\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image2\",\"horizontalCenter\",18)\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"downAndSelected\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image2\",\"horizontalCenter\",18)\n\t\t\t\t])\n\t\t\t,\n\t\t\tnew eui.State (\"disabledAndSelected\",\n\t\t\t\t[\n\t\t\t\t\tnew eui.SetProperty(\"_Image2\",\"horizontalCenter\",18)\n\t\t\t\t])\n\t\t];\n\t}\n\tvar _proto = ToggleSwitchSkin.prototype;\n\n\t_proto._Image1_i = function () {\n\t\tvar t = new eui.Image();\n\t\tthis._Image1 = t;\n\t\tt.source = \"on_png\";\n\t\treturn t;\n\t};\n\t_proto._Image2_i = function () {\n\t\tvar t = new eui.Image();\n\t\tthis._Image2 = t;\n\t\tt.horizontalCenter = -18;\n\t\tt.source = \"handle_png\";\n\t\tt.verticalCenter = 0;\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn ToggleSwitchSkin;\n})(eui.Skin);",
            "className": "skins.ToggleSwitchSkin"
        },
        {
            "path": "resource/eui_skins/VScrollBarSkin.exml",
            "gjs": "(function (_super) {\n\t__extends(VScrollBarSkin, _super);\n\tfunction VScrollBarSkin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.minHeight = 20;\n\t\tthis.minWidth = 8;\n\t\tthis.elementsContent = [this.thumb_i()];\n\t}\n\tvar _proto = VScrollBarSkin.prototype;\n\n\t_proto.thumb_i = function () {\n\t\tvar t = new eui.Image();\n\t\tthis.thumb = t;\n\t\tt.height = 30;\n\t\tt.horizontalCenter = 0;\n\t\tt.scale9Grid = new egret.Rectangle(3,3,2,2);\n\t\tt.source = \"roundthumb_png\";\n\t\tt.width = 8;\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [\"thumb\"];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn VScrollBarSkin;\n})(eui.Skin);",
            "className": "skins.VScrollBarSkin"
        },
        {
            "path": "resource/eui_skins/VSliderSkin.exml",
            "gjs": "(function (_super) {\n\t__extends(VSliderSkin, _super);\n\tfunction VSliderSkin() {\n\t\t_super.call(this);\n\t\t\n\t\tthis.minHeight = 30;\n\t\tthis.minWidth = 25;\n\t\tthis.elementsContent = [this.track_i(),this.thumb_i()];\n\t}\n\tvar _proto = VSliderSkin.prototype;\n\n\t_proto.track_i = function () {\n\t\tvar t = new eui.Image();\n\t\tthis.track = t;\n\t\tt.percentHeight = 100;\n\t\tt.horizontalCenter = 0;\n\t\tt.scale9Grid = new egret.Rectangle(1,1,4,4);\n\t\tt.source = \"track_png\";\n\t\tt.width = 7;\n\t\treturn t;\n\t};\n\t_proto.thumb_i = function () {\n\t\tvar t = new eui.Image();\n\t\tthis.thumb = t;\n\t\tt.horizontalCenter = 0;\n\t\tt.source = \"thumb_png\";\n\t\treturn t;\n\t};\n\tObject.defineProperty(_proto, \"skinParts\", {\n\t\tget: function () {\n\t\t\treturn [\"track\",\"thumb\"];\n\t\t},\n\t\tenumerable: true,\n\t\tconfigurable: true\n\t});\n\treturn VSliderSkin;\n})(eui.Skin);",
            "className": "skins.VSliderSkin"
        }
    ]
}