{
    "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/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 ();\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",
            "haha": 8,
            "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/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"
        }
    ]
}